@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-theme .lead-theme pp, .umcg-theme .lead-theme .drop-zone pp, .drop-zone .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .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: -1.1rem;
  margin-right: -1.1rem;
  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-theme .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms, .umcg-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-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row, .umcg-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row, .umcg-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-theme .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms > .portlet-column, .umcg-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-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .umcg-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .umcg-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-1 {
  padding-bottom: 50%;
}

/*!
 * 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: 1.1rem;
  padding-left: 1.1rem;
  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: 1.1rem;
  padding-left: 1.1rem;
  margin-right: auto;
  margin-left: auto;
}

.row, .umcg-theme .portlet-content .portlet-body .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms, .umcg-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .umcg-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-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: -1.1rem;
  margin-left: -1.1rem;
}

.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-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, .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: 1.1rem;
  padding-left: 1.1rem;
}

.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-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-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-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-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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.umcg-theme form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1, h2, h3, h4, h5, h6, p, .umcg-theme .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme 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;
}

@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";
}

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

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

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

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

h1, .umcg-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;
}

h4,
h5,
h6 {
  font-weight: 600;
}

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

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

.umcg-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  max-width: 1390px;
  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-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: 1845px;
  height: 200vh;
  background: radial-gradient(ellipse at center, rgba(0, 49, 131, 0.5) 1%, white 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.umcg-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;
}

.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 {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
}
.default-asset-publisher .mb-2 .header-back-to {
  display: none;
}

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

.free-1-column .portlet-column-content.empty,
.story-two-rows .portlet-column-content.empty,
.events .portlet-column-content.empty,
.job-two-rows .portlet-column-content.empty,
.facilities-two-rows .portlet-column-content.empty {
  padding: 0;
}
.free-1-column .asset-anchor.lfr-asset-anchor,
.story-two-rows .asset-anchor.lfr-asset-anchor,
.events .asset-anchor.lfr-asset-anchor,
.job-two-rows .asset-anchor.lfr-asset-anchor,
.facilities-two-rows .asset-anchor.lfr-asset-anchor {
  height: 0;
  margin-top: 0;
}
.free-1-column .portlet-layout .autofit-float.autofit-row.portlet-header,
.story-two-rows .portlet-layout .autofit-float.autofit-row.portlet-header,
.events .portlet-layout .autofit-float.autofit-row.portlet-header,
.job-two-rows .portlet-layout .autofit-float.autofit-row.portlet-header,
.facilities-two-rows .portlet-layout .autofit-float.autofit-row.portlet-header {
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
}

#orcid .st0 {
  fill: rgb(166, 206, 57);
}

.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;
}

body.open .umcg-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-configuration-setup .lfr-search-container-wrapper .lfr-icon-menu .dropdown-toggle {
  color: #FFF;
}

@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-2:before {
  font-family: "iconfont";
  content: "\ea07";
}
.icon.icon-checkmark:before {
  font-family: "iconfont";
  content: "\ea08";
}
.icon.icon-cross:before {
  font-family: "iconfont";
  content: "\ea09";
}
.icon.icon-filled-speaker:before {
  font-family: "iconfont";
  content: "\ea0a";
}
.icon.icon-forward:before {
  font-family: "iconfont";
  content: "\ea0b";
}
.icon.icon-i:before {
  font-family: "iconfont";
  content: "\ea0c";
}
.icon.icon-magnifier:before {
  font-family: "iconfont";
  content: "\ea0d";
}
.icon.icon-outside:before {
  font-family: "iconfont";
  content: "\ea0e";
}
.icon.icon-pause:before {
  font-family: "iconfont";
  content: "\ea0f";
}
.icon.icon-play:before {
  font-family: "iconfont";
  content: "\ea10";
}
.icon.icon-quote:before {
  font-family: "iconfont";
  content: "\ea11";
}
.icon.icon-speed:before {
  font-family: "iconfont";
  content: "\ea12";
}
.icon.icon-stop:before {
  font-family: "iconfont";
  content: "\ea13";
}

@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 */
}
.theme-research .umcg-theme h1, .theme-research .umcg-theme form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .theme-research .umcg-theme h1, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ h1, .umcg-theme form.form .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ h1, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1,
.theme-research .umcg-theme h2,
.theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ h2 {
  font-weight: normal;
}
.theme-research .umcg-theme h2, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ h2 {
  font-size: 2.8rem;
}
.theme-research .umcg-theme .additional-info h2, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info h2 {
  font-size: 2.6rem;
}
.theme-research .umcg-theme form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
  background-color: #ebeff5;
}
.theme-research .umcg-theme form.pagination, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.pagination {
  background-color: transparent;
}
.theme-research .umcg-theme .search form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form, .theme-research .umcg-theme .search .portlet .portlet-search-bar form {
  background-color: #ebeff5;
}
.theme-research .umcg-theme .search h3, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search h3 {
  font-weight: 600;
}
.theme-research .umcg-theme .modal-panel form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-panel form {
  background-color: transparent;
}
.theme-research .umcg-theme .filter .filter-btn, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn {
  background-color: #ebeff5;
  border-color: #ccd6e6;
}
.theme-research .umcg-theme .pagination .previous a, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a,
.theme-research .umcg-theme .pagination .next a,
.theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a {
  background-color: #ebeff5;
}
.theme-research .umcg-theme .pagination .previous a:hover, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a:hover,
.theme-research .umcg-theme .pagination .next a:hover,
.theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a:hover {
  border-color: #ccd6e6;
}
.theme-research .umcg-theme .pagination .first a:hover, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first a:hover {
  border-color: #ccd6e6;
}
.theme-research .umcg-theme .modal-filters #modal-title, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters #modal-title {
  background-color: #ebeff5;
}
.theme-research .umcg-theme .footer-main, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
  padding-top: 0;
}
.theme-research .umcg-theme .button.filter-item, .theme-research .umcg-theme form input.filter-item[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .theme-research .umcg-theme input.filter-item[type=submit], .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.filter-item, .umcg-theme form .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.filter-item[type=submit], .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.filter-item[type=submit] {
  border-color: #ccd6e6;
}
.theme-research .umcg-theme .button.filter-item:hover, .theme-research .umcg-theme form input.filter-item[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .theme-research .umcg-theme input.filter-item[type=submit]:hover, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.filter-item:hover, .umcg-theme form .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.filter-item[type=submit]:hover, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.filter-item[type=submit]:hover {
  border-color: rgb(0, 49, 131);
}
.theme-research .umcg-theme blockquote, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote {
  background-color: #ebeff5;
}
@media all and (min-width: 1200px) {
  .theme-research .umcg-theme .main-container, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-bottom: 0;
  }
  .theme-research .umcg-theme .lead p, .theme-research .umcg-theme .lead .lead-theme pp, .theme-research .umcg-theme .lead-theme .lead pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .theme-research .umcg-theme .lead pp, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead p, .umcg-theme .lead-theme .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead pp, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead .lead-theme pp, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .lead pp {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

.theme-research .umcg-theme .hero-text .hero-text-visual, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-text .hero-text-visual {
  background-color: #ebeff5;
}
.theme-research .umcg-theme .hero-research .hero-visual-background, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-visual-background {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(105, 44, 145, 0.3)), to(rgba(105, 44, 145, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 49, 131, 0.3)), to(rgba(0, 49, 131, 0.3))), -webkit-gradient(linear, left top, right top, color-stop(23.61%, rgba(0, 174, 239, 0.9)), color-stop(99.7%, rgba(0, 49, 131, 0.0001)));
  background: linear-gradient(0deg, rgba(105, 44, 145, 0.3), rgba(105, 44, 145, 0.3)), linear-gradient(0deg, rgba(0, 49, 131, 0.3), rgba(0, 49, 131, 0.3)), linear-gradient(90deg, rgba(0, 174, 239, 0.9) 23.61%, rgba(0, 49, 131, 0.0001) 99.7%);
}
.theme-research .umcg-theme .hero-research.hero-research--theme-2 .hero-visual-background, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research.hero-research--theme-2 .hero-visual-background {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 174, 239, 0.4)), to(rgba(0, 174, 239, 0.4))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 49, 131, 0.3)), to(rgba(0, 49, 131, 0.3))), -webkit-gradient(linear, left top, right top, color-stop(23.61%, rgba(0, 174, 239, 0.9)), color-stop(99.7%, rgba(0, 49, 131, 0.5)));
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.4), rgba(0, 174, 239, 0.4)), linear-gradient(0deg, rgba(0, 49, 131, 0.3), rgba(0, 49, 131, 0.3)), linear-gradient(90deg, rgba(0, 174, 239, 0.9) 23.61%, rgba(0, 49, 131, 0.5) 99.7%);
}
.theme-research .umcg-theme .hero-research.hero-research--theme-3 .hero-visual-background, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research.hero-research--theme-3 .hero-visual-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 131, 0.08)), to(rgba(0, 49, 131, 0)));
  background: linear-gradient(to bottom, rgba(0, 49, 131, 0.08) 0%, rgba(0, 49, 131, 0) 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme-research .umcg-theme .hero-research--theme-1 .subtitle, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 .subtitle, .theme-research .umcg-theme .hero-research--theme-2 .subtitle, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 .subtitle {
    font-size: 1.8rem;
  }
  .theme-research .umcg-theme .hero-research--theme-1 .col-12.col-lg-1.col-xl-2.d-none.d-lg-block, .theme-research .umcg-theme .hero-research--theme-1 form.col-lg-1.col-xl-2.d-none.d-lg-block.form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 .col-12.col-lg-1.col-xl-2.d-none.d-lg-block, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 form.col-lg-1.col-xl-2.d-none.d-lg-block.form, .theme-research .umcg-theme .hero-research--theme-2 .col-12.col-lg-1.col-xl-2.d-none.d-lg-block, .theme-research .umcg-theme .hero-research--theme-2 form.col-lg-1.col-xl-2.d-none.d-lg-block.form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 .col-12.col-lg-1.col-xl-2.d-none.d-lg-block, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 form.col-lg-1.col-xl-2.d-none.d-lg-block.form {
    max-width: 0px;
    padding: 0;
  }
  .theme-research .umcg-theme .hero-research--theme-1 .category-title, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 .category-title, .theme-research .umcg-theme .hero-research--theme-2 .category-title, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 .category-title {
    left: -10%;
  }
  .theme-research .umcg-theme .hero-research--theme-1 .col-12.col-lg-8.col-xl-6, .theme-research .umcg-theme .hero-research--theme-1 form.col-lg-8.col-xl-6.form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 .col-12.col-lg-8.col-xl-6, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-1 form.col-lg-8.col-xl-6.form, .theme-research .umcg-theme .hero-research--theme-2 .col-12.col-lg-8.col-xl-6, .theme-research .umcg-theme .hero-research--theme-2 form.col-lg-8.col-xl-6.form, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 .col-12.col-lg-8.col-xl-6, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 form.col-lg-8.col-xl-6.form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .theme-research .umcg-theme .hero-research h1, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1 {
    max-width: 751px;
  }
}
@media (min-width: 1200px) {
  .theme-research .umcg-theme .hero-research h1, .theme-research .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1 {
    max-width: 800px;
  }
}

.umcg-theme *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.umcg-theme :host, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ :host {
  all: initial;
}
.umcg-theme ::-moz-selection, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ ::-moz-selection {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme ::selection, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ ::selection {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme .main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main {
  min-height: 77.4vh;
  background-color: white;
}
.umcg-theme .main-container > .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container > .container-fluid,
.umcg-theme .footer-main > .container-fluid,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main > .container-fluid {
  position: relative;
}
.umcg-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
  margin: 0 auto;
  padding: 0 1.4rem;
  max-width: 1220px;
  background-color: #fff;
}
.umcg-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp {
  display: block;
}
.umcg-theme p, .umcg-theme .lead-theme pp, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .umcg-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp,
.umcg-theme pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp,
.umcg-theme table,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ table,
.umcg-theme legend,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ legend,
.umcg-theme li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ li {
  font-size: 1.8rem;
  margin: 0 0 3.24rem;
}
.umcg-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
  color: #037da8;
}
.umcg-theme a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:hover, .umcg-theme a:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:active {
  text-decoration: none;
}
.umcg-theme a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:focus {
  outline-color: rgb(233, 94, 39);
}
.umcg-theme button, .umcg-theme .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode {
  outline-color: transparent;
  outline-width: 0;
}
.user-is-tabbing .umcg-theme button:focus, .user-is-tabbing .umcg-theme .accordion .panel-title .edit-mode:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .user-is-tabbing .umcg-theme .edit-mode:focus, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button:focus, .umcg-theme .accordion .panel-title .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .edit-mode:focus, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:focus {
  outline-width: 1px;
  outline-color: rgb(233, 94, 39);
}
.umcg-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-theme svg:not(.lexicon-icon) *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ svg:not(.lexicon-icon) * {
  vector-effect: non-scaling-stroke;
}
.umcg-theme img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.umcg-theme iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ iframe {
  border: 0;
  width: 100%;
}
.umcg-theme abbr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ abbr {
  border-bottom: none;
  text-decoration: none;
}
.umcg-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-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;
  padding-left: 0;
  padding-right: 0;
}
.umcg-theme pre, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pre,
.umcg-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-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-theme strong, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ strong,
.umcg-theme b,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ b {
  font-weight: 700;
}
.umcg-theme em, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ em {
  font-style: italic;
}
@media (prefers-reduced-motion: reduce) {
  .umcg-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-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding: 0 50px 30px 50px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding: 0 30px 50px 30px;
  }
}
@media print {
  .umcg-theme body::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ body::before {
    display: none;
  }
  .umcg-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
    position: relative;
    display: inline-block;
  }
  .umcg-theme a[href^="tel:"]::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a[href^="tel:"]::after {
    content: "";
  }
  .umcg-theme a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a::after {
    content: " (" attr(href) ") ";
    float: right;
    margin-left: 3.6px;
  }
  .umcg-theme a.logo::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.logo::after {
    display: none;
  }
  .breadcrumb .umcg-theme a::after, .breadcrumb .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a::after {
    display: none;
  }
}
.umcg-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
  color: rgb(0, 49, 131);
  text-decoration: underline;
}
.umcg-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-theme span.label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ span.label {
  display: inline;
  padding: 0;
}
.umcg-theme .navigation .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet {
  margin-bottom: 0;
}
.umcg-theme .navigation .portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet-header {
  display: none;
}
.umcg-theme .navigation .portlet-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet-content {
  border: none;
  padding: 0;
}
.umcg-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-theme .portlet-layout .portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-layout .portlet-header {
  margin-bottom: 0;
}
.umcg-theme button.navigation-overlay, .umcg-theme .accordion .panel-title .navigation-overlay.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button.navigation-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .navigation-overlay.edit-mode {
  cursor: default;
}
.umcg-theme .portlet-content-editable, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content-editable {
  border: none;
}
.umcg-theme .mb-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-2,
.umcg-theme .mb-3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-3,
.umcg-theme .mb-4,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-4,
.umcg-theme .mb-5,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-5 {
  margin: 0 !important;
}
@media all and (min-width: 992px) {
  .umcg-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-bottom: 50px;
  }
}
.umcg-theme .footer-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
  background-color: #f0f0f0;
  padding: 2rem 0 2rem;
}
.umcg-theme .footer-main--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main--theme-2 {
  background-color: #fff;
}
.umcg-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: 1220px;
}
@media all and (min-width: 992px) {
  .umcg-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-theme .footer-main--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main--theme-2 {
    background-color: #fff;
  }
}
@media print {
  .umcg-theme .footer-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
    display: none;
  }
}
.umcg-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-theme .footer-main-links a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links a:hover {
  text-decoration: underline;
}
.umcg-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-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-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-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-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-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-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-theme .footer-main.research-code-footer .research-code, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main.research-code-footer .research-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.umcg-theme .footer-main.research-code-footer .research-code .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main.research-code-footer .research-code .text {
  color: #fff;
}
@media print {
  .umcg-theme .footer-main.research-code-footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main.research-code-footer {
    display: block;
  }
  .umcg-theme .footer-main.research-code-footer .li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main.research-code-footer .li {
    display: block;
  }
  .umcg-theme .footer-main.research-code-footer .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main.research-code-footer .text {
    color: #000;
  }
}
.umcg-theme .button, .umcg-theme form input[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme input[type=submit], .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-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-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-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-theme input.cta-button-lightblue[type=submit], .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-darkblue[type=submit], .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form input.cta-button-white[type=submit], .umcg-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-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-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-theme input.cta-button-white[type=submit], .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button.cta-button-white, .umcg-theme form input.cta-button-white[type=submit], .umcg-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-theme input.cta-button-white[type=submit], .umcg-theme .button.cta-button-darkblue, .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-darkblue[type=submit], .umcg-theme .button.cta-button-lightblue, .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-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-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-theme form input[type=submit], .umcg-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-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-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-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-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-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-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-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme form input.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue[type=submit], .umcg-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-theme .button svg, .umcg-theme form input[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme input[type=submit] svg, .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue[type=submit] svg, .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-darkblue[type=submit] svg, .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-white[type=submit] svg, .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .button.cta-button-white svg, .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-white[type=submit] svg, .umcg-theme .button.cta-button-darkblue svg, .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-darkblue[type=submit] svg, .umcg-theme .button.cta-button-lightblue svg, .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-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-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-theme form input[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-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-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-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-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-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-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-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-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-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-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-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-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-theme form input.cta-button-white[type=submit] svg, .umcg-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-theme form input.cta-button-darkblue[type=submit] svg, .umcg-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-theme form input.cta-button-lightblue[type=submit] svg, .umcg-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-theme .button:hover, .umcg-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-theme .button:focus, .umcg-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-theme .button:hover svg, .umcg-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-theme .button:focus svg, .umcg-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-theme .button .label + svg, .umcg-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-theme .button.small-border-radius, .umcg-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-theme .button.button-secondary, .umcg-theme form input.button-secondary[type=submit], .umcg-theme .button.cta-button-lightblue, .umcg-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-theme .button.button-secondary:hover, .umcg-theme form input.button-secondary[type=submit]:hover, .umcg-theme .button.cta-button-lightblue:hover, .umcg-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-theme .button.button-secondary:hover svg, .umcg-theme form input.button-secondary[type=submit]:hover svg, .umcg-theme .button.cta-button-lightblue:hover svg, .umcg-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-theme .button.button-tetiary, .umcg-theme form input.button-tetiary[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] {
  background-color: #fff;
  color: rgb(0, 49, 131);
  border-color: transparent;
}
.umcg-theme .button.button-tetiary svg, .umcg-theme form input.button-tetiary[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 {
  fill: rgb(0, 49, 131);
}
.umcg-theme .button.button-tetiary:hover, .umcg-theme form input.button-tetiary[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 {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme .button.button-tetiary:hover svg, .umcg-theme form input.button-tetiary[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 {
  fill: #fff;
}
.umcg-theme .button.button-quaternary, .umcg-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-theme .button.button-quaternary svg, .umcg-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-theme .button.button-quaternary:hover, .umcg-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-theme .button.button-primary.button-default:hover, .umcg-theme form input.button-primary.button-default[type=submit]:hover, .umcg-theme .button.button-default.cta-button-darkblue:hover, .umcg-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 #ccd6e6;
}
.umcg-theme .button.cta-button-lightblue:hover, .umcg-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-theme .button.cta-button-white, .umcg-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] {
  background-color: #fff;
  color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
}
.umcg-theme .button.cta-button-white svg, .umcg-theme form input.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_ form input.cta-button-white[type=submit] svg {
  fill: rgb(0, 49, 131);
}
.umcg-theme .button.cta-button-white:hover, .umcg-theme form input.cta-button-white[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-theme .button.cta-button-white:hover svg, .umcg-theme form input.cta-button-white[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-theme .header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header {
  background-color: #fff;
  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;
  position: relative;
  z-index: 5;
}
.umcg-theme .header::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 5px;
  -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: 1;
}
.umcg-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;
  height: 6.4rem;
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  padding: 0 2.5rem;
}
.umcg-theme .header .button-primary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .button-primary, .umcg-theme .header .button.cta-button-darkblue, .umcg-theme .header form input.cta-button-darkblue[type=submit], .umcg-theme form .header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header input.cta-button-darkblue[type=submit] {
  margin-bottom: 0;
}
.umcg-theme .header .secondary-logo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .secondary-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.umcg-theme .header .cta-button-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  text-align: center;
}
.umcg-theme .header .cta-button-container .button, .umcg-theme .header .cta-button-container form input[type=submit], .umcg-theme form .header .cta-button-container input[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-lightblue[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-darkblue[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-white[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .header .cta-button-container form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .header .cta-button-container .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-theme .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .header .cta-button-container input.cta-button-darkblue.cta-button-white[type=submit] {
  font-size: 1.6rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media all and (min-width: 768px) {
  .umcg-theme .header .header-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .header-inner {
    height: 120px;
  }
}
@media all and (min-width: 992px) {
  .umcg-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .umcg-theme .header .cta-button-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .cta-button-container {
    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;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .header .header-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .header-inner {
    position: relative;
  }
}
.umcg-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: 7rem;
}
.umcg-theme form .ddm-field, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-field {
  padding: 0 !important;
}
.umcg-theme form h1, .umcg-theme form.form h1, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-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-theme form textarea, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea,
.umcg-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-theme form textarea:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea:focus,
.umcg-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-theme form textarea::-webkit-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-webkit-input-placeholder, .umcg-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-theme form textarea::-moz-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-moz-placeholder, .umcg-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-theme form textarea:-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea:-ms-input-placeholder, .umcg-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-theme form textarea::-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-ms-input-placeholder, .umcg-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-theme form textarea::placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::placeholder,
.umcg-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-theme form textarea.input-group-inset-after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea.input-group-inset-after,
.umcg-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-theme form .has-error textarea, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .has-error textarea,
.umcg-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-theme form input[type=search]::-webkit-search-decoration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=search]::-webkit-search-decoration, .umcg-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-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-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-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-theme form .input-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group {
  position: relative;
}
.umcg-theme form .form-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group {
  position: relative;
  margin-bottom: 2.8rem !important;
}
.umcg-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-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-theme form .form-group .reference-mark svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group .reference-mark svg {
  display: none;
}
.umcg-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-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-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-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-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-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-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-theme form .field-group-radio label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::before, .umcg-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-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-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-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-theme form .custom-checkbox:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox:last-child {
  margin-bottom: 0;
}
.umcg-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-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-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-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-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-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-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-theme form .custom-radio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio {
  display: block;
  margin-bottom: 0.8rem;
}
.umcg-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-theme form .custom-radio:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio:last-child {
  margin-bottom: 0;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-theme form .date-picker-dropdown-toggle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .date-picker-dropdown-toggle,
.umcg-theme form [aria-label=calendar],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form [aria-label=calendar] {
  padding: 1rem 1.3rem;
  top: 0.2rem;
}
.umcg-theme form .date-picker-dropdown-toggle::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .date-picker-dropdown-toggle::before,
.umcg-theme form [aria-label=calendar]::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form [aria-label=calendar]::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-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-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-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-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-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-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-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-theme form .field-group-checkbox label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox label::before, .umcg-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-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-theme form .form-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-text,
.umcg-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-theme form .form-text::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-text::before,
.umcg-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-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-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-theme form .btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn svg {
  display: none;
}
.umcg-theme form .btn.btn-primary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary, .umcg-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-theme form .btn.btn-primary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary:hover, .umcg-theme form .btn.btn-primary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary:focus, .umcg-theme form .btn.btn-secondary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-secondary:hover, .umcg-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-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-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-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-theme form .btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:hover {
  color: #037da8;
}
.umcg-theme form .btn:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:hover::before {
  color: #037da8;
}
.umcg-theme form .btn:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:focus {
  color: #037da8;
}
.umcg-theme form .btn:focus::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:focus::before {
  color: #037da8;
}
.umcg-theme form .btn.pull-center, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.umcg-theme form .ddm-form-name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-name {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1.6rem;
  margin-bottom: 2.9rem;
  border-bottom: 1px solid #b3c1da;
}
.umcg-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-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-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-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-theme form .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .container-fluid {
  padding: 0;
}
.umcg-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-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-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-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-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-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-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-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-theme form .table-responsive, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive {
  overflow-x: auto;
}
.umcg-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-theme form .table-responsive table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table th,
.umcg-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-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-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-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-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-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-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-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-theme form .table-responsive table .custom-radio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table .custom-radio,
.umcg-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-theme form .table-responsive .table-responsive, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive .table-responsive {
  overflow: visible;
}
.umcg-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;
  margin-bottom: 1rem;
}
.umcg-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-theme form .select-field-trigger svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .select-field-trigger svg {
  display: none;
}
.umcg-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: 1px solid #ccd6e6 !important;
  border-radius: 5px !important;
  color: rgb(0, 49, 131) !important;
}
.umcg-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-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-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-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 {
  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-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 {
  opacity: 0.5;
}
.umcg-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-theme form .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .group {
  margin-bottom: 3.2rem;
}
@media all and (min-width: 768px) {
  .umcg-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-theme form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
    padding: 3rem 5rem;
  }
}
@media print {
  .umcg-theme form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
    display: none;
  }
}
.umcg-theme form.custom-facet-form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.custom-facet-form {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.umcg-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-theme .portlet-forms form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form {
    padding: 3rem 5rem !important;
  }
}
.umcg-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-theme .portlet-forms form table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th,
.umcg-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-theme .portlet-forms form table th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=col], .umcg-theme .portlet-forms form table th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=row],
.umcg-theme .portlet-forms form table td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table td[scope=col],
.umcg-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-theme .portlet-forms form table th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=col],
.umcg-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-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-theme .portlet-forms form table thead, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table thead {
  background-color: transparent;
}
.umcg-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-theme .portlet-forms form table tbody, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table tbody {
  background-color: transparent;
}
.umcg-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-theme .portlet-forms form table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table {
    overflow-x: visible;
  }
}
.umcg-theme form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form {
  width: 100%;
}
.umcg-theme form.form .custom-control-label-text,
.umcg-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page-title,
.umcg-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page-description,
.umcg-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page,
.umcg-theme form.form .liferay-ddm-form-field-paragraph,
.umcg-theme form.form .liferay-ddm-form-field-paragraph-text,
.umcg-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-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-theme form.form .form-control:not(textarea), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control:not(textarea),
.umcg-theme form.form .custom-select,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-select,
.umcg-theme form.form .select-button,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .select-button {
  height: 4.175rem;
}
.umcg-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-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-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-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-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-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-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-theme form.form .custom-control-label:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label:before, .umcg-theme form.form .custom-control-label:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label:after {
  display: none;
}
.umcg-theme form.form .custom-control-input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-input,
.umcg-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-theme form.form .custom-control-input input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-input input,
.umcg-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-theme form.form .dropdown-toggle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .dropdown-toggle {
  width: auto;
}
.umcg-theme form.form .form-control, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control {
  display: inline-block;
}
.umcg-theme form.form span.label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form span.label {
  padding: 0.6em;
  display: inline-block;
}
.umcg-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .row, .umcg-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .umcg-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 .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: -1.1rem;
  margin-left: -1.1rem;
}
.umcg-theme form.form .form-control-sm, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control-sm {
  height: auto;
}
.umcg-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-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-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-theme form.form .input-group-inset-item-after .button,
.umcg-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit],
.umcg-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-darkblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit],
.umcg-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-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-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-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-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit],
.umcg-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-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-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-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-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-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-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-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-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-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-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-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-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-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-theme input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit],
.umcg-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-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-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-theme input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit],
.umcg-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-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-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-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-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-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-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-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-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-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-theme input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit],
.umcg-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-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-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-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-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-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-theme input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-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-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-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-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-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-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-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-theme input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-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-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-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-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-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-theme form.form .input-group-inset-item-after .button::before,
.umcg-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-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-theme form.form .input-group-inset-item-after .button:hover::before,
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}
.umcg-theme .col-12 .portlet-forms form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .col-12 .portlet-forms form.form, .umcg-theme form.form .portlet-forms form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-forms form.form {
  margin-right: 1.1rem;
  margin-left: 1.1rem;
}
.umcg-theme .portlet-forms legend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms legend {
  margin: 0 0 1.5rem;
}
.umcg-theme .portlet-forms .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .lfr-ddm__default-page-header .lfr-ddm__default-page-header-title {
  color: rgb(0, 49, 131);
  margin: 0;
  padding: 0 0 0 0;
}
.umcg-theme .portlet-forms .ddm-field .ddm__radio .custom-control-input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .ddm-field .ddm__radio .custom-control-input {
  position: absolute;
  height: 1.5rem;
  margin: 0rem 1rem 0 2rem;
  top: 0.6rem;
  width: 1.5rem;
}
.umcg-theme .portlet-forms .ddm-field .ddm__radio .custom-control-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .ddm-field .ddm__radio .custom-control-label {
  display: block;
  padding-left: 45px;
  overflow-wrap: break-word;
}
.umcg-theme .portlet-forms .lfr-ddm-form-pagination-controls .btn-primary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .lfr-ddm-form-pagination-controls .btn-primary {
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme .portlet-forms .lfr-ddm-form-pagination-controls .btn-primary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .lfr-ddm-form-pagination-controls .btn-primary:hover {
  background-color: #fff;
  border-color: rgb(0, 49, 131);
  color: rgb(0, 49, 131);
}
.umcg-theme .portlet-forms-display .lfr-ddm__default-page-header-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms-display .lfr-ddm__default-page-header-title {
  color: rgb(0, 49, 131);
  font-family: "CaspariWT", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  padding: 0 0 0 0;
  word-wrap: break-word;
}
.umcg-theme .portlet-forms-display .lfr-ddm__default-page-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms-display .lfr-ddm__default-page-container {
  -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: 3rem;
}
.umcg-theme .portlet-forms-display .lfr-ddm__default-page-buttons .btn-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms-display .lfr-ddm__default-page-buttons .btn-secondary {
  background-color: transparent;
  border-color: rgb(0, 49, 131);
  color: rgb(0, 49, 131);
  padding: 1.1rem 4rem;
}
.umcg-theme .portlet-forms-display .lfr-ddm__default-page-buttons .btn-secondary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms-display .lfr-ddm__default-page-buttons .btn-secondary:hover {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme .component-bg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg {
  position: relative;
  padding-top: 3rem;
}
.umcg-theme .component-bg::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  right: -2.5rem;
  bottom: 4rem;
  top: 0;
  background-color: #e3eff8;
}
.umcg-theme .component-bg > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > ul,
.umcg-theme .component-bg > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > ol {
  padding-bottom: 5rem;
}
.umcg-theme .component-bg > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > * {
  position: relative;
}
.umcg-theme .component-bg--theme-2::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg--theme-2::before {
  background-color: #f0f0f0;
}
.umcg-theme .component-bg > h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > h2 {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 576px) {
  .umcg-theme .component-bg::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg::before {
    left: -61px;
    right: -61px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .component-bg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg {
    padding-top: 0;
  }
  .umcg-theme .component-bg::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg::before {
    display: none;
  }
  .umcg-theme .component-bg > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > ul,
  .umcg-theme .component-bg > ol,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg > ol {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}
.umcg-theme .component-bg.event-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.event-list-result, .umcg-theme .component-bg.overview-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.overview-list-result {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.umcg-theme .component-bg.event-list-result::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.event-list-result::before, .umcg-theme .component-bg.overview-list-result::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.overview-list-result::before {
  bottom: 0;
}
.umcg-theme .component-bg.event-list-result > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.event-list-result > ul,
.umcg-theme .component-bg.event-list-result > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.event-list-result > ol, .umcg-theme .component-bg.overview-list-result > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.overview-list-result > ul,
.umcg-theme .component-bg.overview-list-result > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.overview-list-result > ol {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .umcg-theme .component-bg.event-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.event-list-result, .umcg-theme .component-bg.overview-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg.overview-list-result {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.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-theme .lead-theme pp, .umcg-theme .lead-theme .cookie-component-overlay pp, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .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 {
  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 .button-tetiary: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) {
  .cookie-component-overlay p, .cookie-component-overlay .umcg-theme .lead-theme pp, .umcg-theme .lead-theme .cookie-component-overlay pp, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .cookie-component-overlay pp {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .cookie-component-overlay .button-tetiary {
    font-size: 1.8rem;
    line-height: 1.5;
    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 .umcg-theme .accordion .panel-title .rsbtn_scroll_playpause.edit-mode, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_playpause.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_close.edit-mode, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_close.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode {
  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 .umcg-theme .accordion .panel-title .rsbtn_scroll_playpause.edit-mode:hover, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode:hover, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_playpause.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode:hover, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll:hover, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode:hover, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode:hover, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode:hover, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close:hover, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_close.edit-mode:hover, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode:hover, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_close.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode:hover {
  background-color: #f0f0f0;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause i, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_playpause.edit-mode i, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode i, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_playpause.edit-mode i, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode i, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll i, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode i, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode i, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode i, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode i, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close i, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_close.edit-mode i, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode i, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_close.edit-mode i, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode i {
  position: relative;
  top: 2px;
  margin: 0 auto;
  float: none;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause::after, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_playpause.edit-mode::after, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode::after, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_playpause.edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_playpause.edit-mode::after, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll::after, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode::after, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode::after, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode::after, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close::after, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_close.edit-mode::after, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode::after, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_close.edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode::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, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode {
  padding-right: 40px;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll span, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode span, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode span, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode span {
  font-size: 0;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll span::before, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode span::before, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode span::before, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.edit-mode span::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.edit-mode 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, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_togglescroll.enabled.edit-mode span::after, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.enabled.edit-mode span::after, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_togglescroll.enabled.edit-mode span::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_togglescroll.enabled.edit-mode span::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  position: absolute;
  right: 20px;
  color: rgb(0, 49, 131);
  font-family: "iconfont" !important;
  font-size: 16px;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close::after, #rsbtn_scrollcontrols.unselectable .umcg-theme .accordion .panel-title .rsbtn_scroll_close.edit-mode::after, .umcg-theme .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode::after, #rsbtn_scrollcontrols.unselectable .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .rsbtn_scroll_close.edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsbtn_scrollcontrols.unselectable .rsbtn_scroll_close.edit-mode::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: "\ea10";
  font-family: "iconfont" !important;
  font-size: 14px;
}
#rsbtn_scrollcontrols.unselectable .rsicn-pause::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
}
#rsbtn_scrollcontrols.unselectable .rsicn-cross::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea09";
  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, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool.active .umcg-theme .accordion .panel-title .edit-mode span::after, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool.active .edit-mode span::after, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool.active .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode span::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool.active .edit-mode span::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  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, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .umcg-theme .accordion .panel-title .edit-mode:focus, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode:focus, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode:focus {
  outline: 1;
  color: rgb(0, 49, 131);
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button .rsbtn_btnlabel, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .umcg-theme .accordion .panel-title .edit-mode .rsbtn_btnlabel, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode .rsbtn_btnlabel, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode .rsbtn_btnlabel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode .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, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .umcg-theme .accordion .panel-title .edit-mode i, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode i, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode i, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode i {
  display: none;
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button span::before, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .umcg-theme .accordion .panel-title .edit-mode span::before, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode span::before, #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode span::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool .edit-mode 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: "\ea09";
  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-tapread .umcg-theme .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer button, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .umcg-theme .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .edit-mode, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .edit-mode {
  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-tapread .umcg-theme .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode:hover, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode:hover, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer button:hover, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .umcg-theme .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .edit-mode:hover, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer .edit-mode:hover {
  background-color: #f0f0f0;
}
#rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread button::after, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .umcg-theme .accordion .panel-title .edit-mode::after, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode::after, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread .edit-mode::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, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .umcg-theme .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode {
  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, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .umcg-theme .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode:hover, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode:hover {
  background-color: #f0f0f0;
}
#rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool button::after, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .umcg-theme .accordion .panel-title .edit-mode::after, .umcg-theme .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode::after, #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title #rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool .edit-mode::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: "\ea10";
  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: "\ea10";
  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: "\ea0f";
  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: "\ea10";
  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: "\ea10";
}
.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: "\ea0f";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-stop:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea13";
  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: "\ea0b";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-cross:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea09";
  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 .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: "\ea12";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-volume:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0a";
  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: 43;
}
.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: "\ea09";
  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, .search-bar-suggestions-dropdown-menu .umcg-theme .accordion .panel-title .dropdown-item.search-bar-suggestions-show-more.edit-mode, .umcg-theme .accordion .panel-title .search-bar-suggestions-dropdown-menu .dropdown-item.search-bar-suggestions-show-more.edit-mode, .search-bar-suggestions-dropdown-menu .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .dropdown-item.search-bar-suggestions-show-more.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .search-bar-suggestions-dropdown-menu .dropdown-item.search-bar-suggestions-show-more.edit-mode {
  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-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  /**
   * CUSTOM CODE - Changed theme-navigation-mobile target classes to use the new extended versions like
   * theme-navigation-extended-mobile as used in umcg-website-theme.
   */
}
.umcg-theme .breadcrumb-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme {
  margin: 0 0 1.9rem;
  color: #121212;
}
.umcg-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-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-theme .breadcrumb-theme a:hover .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a:hover .title, .umcg-theme .breadcrumb-theme a:active .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a:active .title {
  text-decoration: underline;
}
.umcg-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-theme .breadcrumb-theme .breadcrumb-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .breadcrumb-secondary,
.umcg-theme .breadcrumb-theme .secondary-icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .secondary-icon {
  display: none;
}
.umcg-theme .breadcrumb-theme.news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme.news {
  margin-top: 2rem;
}
.umcg-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-theme .breadcrumb-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme {
    margin-bottom: 4.3rem;
  }
  .umcg-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-theme .breadcrumb-theme a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a svg {
    top: -1px;
  }
  .umcg-theme .breadcrumb-theme .breadcrumb-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .breadcrumb-secondary,
  .umcg-theme .breadcrumb-theme .secondary-icon,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .secondary-icon {
    display: inline-block;
  }
  .umcg-theme .breadcrumb-theme.breadcrumb-footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme.breadcrumb-footer {
    margin-bottom: 2.4rem;
  }
}
.umcg-theme .lead-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme {
  margin: 0 0 5rem;
}
.umcg-theme .lead-theme p, .umcg-theme .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp {
  color: rgb(0, 49, 131);
  font-size: 2rem;
  line-height: 1.7;
}
@media all and (min-width: 1200px) {
  .umcg-theme .lead-theme p, .umcg-theme .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
.umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
  position: absolute;
  width: 100vw;
  max-width: 1220px;
  height: 280px;
  margin-top: -30px;
  margin-bottom: -50px;
  overflow: hidden;
  z-index: 0;
  left: 0;
  top: -170px;
}
.umcg-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 400vw;
  height: 400vw;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(255, 125, 0);
}
.umcg-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 400vw;
  height: 400vw;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-42%);
          transform: translateX(-42%);
  display: block;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 125, 0, 0.2)), color-stop(10%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 125, 0, 0.2) 0%, rgba(255, 255, 255, 0) 10%);
}
@media all and (min-width: 576px) {
  .umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    top: -160px;
  }
  .umcg-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
    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: 992px) {
  .umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    left: 0;
    top: -130px;
  }
  .umcg-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
    -webkit-transform: translateX(-49.5%);
            transform: translateX(-49.5%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-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-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: 0;
    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%);
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    top: -180px;
  }
  .umcg-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-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-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-theme .visual .visual-container::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::after {
    right: -85px;
    width: 800px;
  }
}
@media all and (min-width: 1220px) {
  .umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    width: 100vw;
    max-width: 1220px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .umcg-theme .visual .visual-container::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::before {
    left: 0;
  }
}
@media print {
  .umcg-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    display: none;
  }
}
.umcg-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;
}
.umcg-theme .logo h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo h1, .umcg-theme .logo form.form h1, .umcg-theme form.form .logo h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .logo h1 {
  margin-bottom: 0;
}
.umcg-theme .logo:focus:not(:hover), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo:focus:not(:hover) {
  outline-color: rgb(233, 94, 39);
}
.umcg-theme .logo--secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo--secondary {
  margin-left: 3rem;
  max-width: none;
}
@media all and (min-width: 576px) {
  .umcg-theme .logo--secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo--secondary {
    margin: 0 0 0 40px;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .logo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    max-width: 130px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .logo--secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo--secondary {
    margin-left: 6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.umcg-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-theme .rubriek .text-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block h2 {
  font-size: 2.2rem;
}
.umcg-theme .rubriek .text-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block p, .umcg-theme .rubriek .text-block .lead-theme pp, .umcg-theme .lead-theme .rubriek .text-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .rubriek .text-block pp {
  font-size: 1.6rem;
}
.umcg-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-theme .settings .font-size-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .font-size-btn {
  padding-right: 12px;
}
.umcg-theme .settings .triangle-icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .triangle-icn {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.umcg-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-theme .settings > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings > ul > li {
  margin: 0 6px 0;
}
.umcg-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-theme .settings .setting-readspeaker button, .umcg-theme .settings .setting-readspeaker .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .settings .setting-readspeaker .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .settings .setting-readspeaker .edit-mode {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  cursor: pointer;
}
.umcg-theme .settings .setting-readspeaker button .label, .umcg-theme .settings .setting-readspeaker .accordion .panel-title .edit-mode .label, .umcg-theme .accordion .panel-title .settings .setting-readspeaker .edit-mode .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker .accordion .panel-title .edit-mode .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .settings .setting-readspeaker .edit-mode .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-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-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    margin-top: 4rem;
    margin-bottom: 11.7rem;
  }
  .umcg-theme .settings .setting-language, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-language {
    top: 110px;
  }
}
@media all and (min-width: 992px) {
  .umcg-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-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-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    margin-bottom: 2rem;
    margin-right: 3.3rem;
  }
}
@media print {
  .umcg-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    display: none;
  }
}
.umcg-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-theme .search.search-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation {
  background-color: transparent;
}
.umcg-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-theme .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form, .umcg-theme .search .portlet .portlet-search-bar form {
  /* =================================================== */
  /* CSS for Liferay normal Search Bar with suggestions */
  /* =================================================== */
  position: relative;
  top: 15px;
  border-radius: 5px;
  background-color: #e3eff8;
  padding: 20px 15px 10px;
  margin: 0 15px 15px;
}
.umcg-theme .search form .input-group-inset-item-after.input-group-inset-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form .input-group-inset-item-after.input-group-inset-item, .umcg-theme .search .portlet .portlet-search-bar form .input-group-inset-item-after.input-group-inset-item {
  padding: 0;
  border: none;
}
.umcg-theme .search form .input-group-inset-item-after .btn svg.lexicon-icon.lexicon-icon-search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form .input-group-inset-item-after .btn svg.lexicon-icon.lexicon-icon-search, .umcg-theme .search .portlet .portlet-search-bar form .input-group-inset-item-after .btn svg.lexicon-icon.lexicon-icon-search {
  -webkit-transform: none;
          transform: none;
  z-index: 3;
}
.umcg-theme .search form .input-group-inset-item-after span.inline-item.inline-item-middle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form .input-group-inset-item-after span.inline-item.inline-item-middle, .umcg-theme .search .portlet .portlet-search-bar form .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;
  z-index: 3;
}
.umcg-theme .search .field-group, .umcg-theme .search .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme {
  position: relative;
}
.umcg-theme .search .field-group input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .umcg-theme .search .field-group-theme input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  padding-right: 50px;
}
.umcg-theme .search .field-group button, .umcg-theme .search .field-group .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .search .field-group .edit-mode, .umcg-theme .search .field-group-theme button, .umcg-theme .search .field-group-theme .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .search .field-group-theme .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .search .field-group .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .search .field-group-theme .edit-mode {
  position: absolute;
  top: 0;
  bottom: 1rem;
  padding-right: 1rem;
  right: 0;
  cursor: pointer;
}
.umcg-theme .search .search-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
  position: relative;
}
.umcg-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-theme .search.search-navigation .search-wrapper, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation .search-wrapper {
  -webkit-animation: 450ms searchOpen forwards;
          animation: 450ms searchOpen forwards;
}
.navigation-close .umcg-theme .search.search-navigation .search-wrapper, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation .search-wrapper {
  -webkit-animation: 450ms searchClose forwards;
          animation: 450ms searchClose forwards;
}
.umcg-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;
  z-index: 1;
}
.umcg-theme .search .search-results > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results > li {
  margin-bottom: 0.9rem;
  cursor: pointer;
}
.umcg-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-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-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-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-theme .search .search-results a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a:hover .label {
  text-decoration: underline;
}
.umcg-theme .search .loader, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .loader {
  display: none;
}
.umcg-theme .search--loading .loader, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--loading .loader {
  display: block;
}
.umcg-theme .search--theme-2 form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--theme-2 form {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.umcg-theme .search--spacing-bottom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--spacing-bottom {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .search--spacing-bottom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--spacing-bottom {
    margin-bottom: 7rem;
  }
}
.umcg-theme .search--spacing-bottom form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--spacing-bottom form, .umcg-theme .search--spacing-bottom .portlet .portlet-search-bar form {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.umcg-theme .search--spacing-left-right form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--spacing-left-right form, .umcg-theme .search--spacing-left-right .portlet .portlet-search-bar form {
  margin-left: 0;
  margin-right: 0;
}
.umcg-theme .search.search-research-code form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code form {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.umcg-theme .search.search-research-code .field-group input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .umcg-theme .search.search-research-code .field-group-theme input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code .field-group input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code .field-group-theme input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.umcg-theme .search.search-research-code .magnifier, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code .magnifier {
  width: 1.8rem;
  height: 1.8rem;
}
.umcg-theme .search.search-research-code .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code .search-results {
  left: 0;
  right: 0;
}
@-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-theme .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search {
    position: relative;
    top: -5px;
  }
  .umcg-theme .search--spacing-left-right form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--spacing-left-right form, .umcg-theme .search--spacing-left-right .portlet .portlet-search-bar form {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search {
    top: 0;
    min-width: 860px;
    border-radius: 10px;
    overflow: visible;
  }
  .umcg-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-theme .search.search-navigation .search-wrapper, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation .search-wrapper {
    -webkit-animation: none;
            animation: none;
  }
  .navigation-close .umcg-theme .search.search-navigation .search-wrapper, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation .search-wrapper {
    -webkit-animation: none;
            animation: none;
  }
  .umcg-theme .search.search-research-code, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-research-code {
    min-width: auto;
  }
  .umcg-theme .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form, .umcg-theme .search .portlet .portlet-search-bar 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-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-theme .search .search-results li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-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-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-theme .navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}
.umcg-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-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-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-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-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-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-theme .navigation .tabs, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
  position: fixed;
  left: 2.2rem;
  right: 2.2rem;
  top: 9rem;
  z-index: 41;
  max-width: 122rem;
  border-radius: 0 0 10px 10px;
}
.umcg-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-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-theme .navigation [aria-hidden=true] > .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation [aria-hidden=true] > .navigation-container,
.umcg-theme .navigation [aria-hidden=true] > .search,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation [aria-hidden=true] > .search {
  opacity: 0;
}
.umcg-theme .navigation .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
.umcg-theme .navigation .search,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
  max-height: 0;
  overflow-y: auto;
}
.umcg-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-theme .navigation .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container-inner,
.umcg-theme .navigation .search-wrapper,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search-wrapper {
  position: relative;
}
.navigation-open .umcg-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-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-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-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-theme .navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-group {
  width: 100%;
}
.umcg-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-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-open .umcg-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-theme .navigation .navigation-container, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-close .umcg-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-theme .navigation .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    overflow-y: visible;
  }
}
@media all and (min-width: 992px) {
  .umcg-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-theme .navigation .tab-button.menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button.menu-button {
    padding-left: 0;
  }
  .umcg-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-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-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-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-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-theme .navigation .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .umcg-theme .navigation .search,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    max-height: none;
    border-radius: 5px;
  }
  .navigation-open .umcg-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-open .umcg-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-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-theme .navigation .navigation-container, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-close .umcg-theme .navigation .search,
  .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    -webkit-animation: none;
            animation: none;
  }
  .umcg-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-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-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-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-theme .navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation {
    display: none;
  }
}
.umcg-theme .navigation .tabs, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
  z-index: 40;
}
.umcg-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-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-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-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-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-theme .menu-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .label {
  color: #fff;
}
.umcg-theme .menu-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .icon {
  -ms-flex-item-align: center;
      align-self: center;
}
.umcg-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-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-theme .menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button {
    top: 0;
    margin-left: 10px;
  }
  .umcg-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-theme .menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button {
    padding: 6px 20px 6px 0;
  }
  .umcg-theme .menu-button .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .line {
    background-color: rgb(0, 49, 131);
  }
  .umcg-theme .menu-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .label {
    color: #fff;
  }
  .umcg-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-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;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  color: rgb(0, 49, 131);
  cursor: pointer;
  padding: 9px 35px 9px 20px;
  min-width: 26px;
  height: 100%;
}
.umcg-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-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-theme .search-button svg.close-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button svg.close-theme {
  opacity: 0;
}
.umcg-theme .search-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] .label {
  color: #fff;
}
.umcg-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-theme .search-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] svg {
  opacity: 0;
}
.umcg-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-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-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-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-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;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .slider-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider-item h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.umcg-theme .interactive-slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.umcg-theme .interactive-slide h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide h3 {
  margin-top: 0.6rem;
}
.umcg-theme .interactive-slide p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide p, .umcg-theme .interactive-slide .lead-theme pp, .umcg-theme .lead-theme .interactive-slide pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .interactive-slide pp {
  margin: 0;
  margin-top: 0.6rem;
}
.slider-copyright .umcg-theme .interactive-slide figure, .slider-copyright .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide figure {
  margin-bottom: 4.5rem;
}
.umcg-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-theme .alt-navigation .alt-navigation-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .alt-navigation-item {
  margin-bottom: 3rem;
}
.umcg-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-theme .alt-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a {
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-theme .alt-navigation a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a .label {
  text-decoration: none;
}
.umcg-theme .alt-navigation a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a:hover .label {
  text-decoration: underline;
}
.umcg-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-theme .alt-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation li {
  margin-bottom: 1.4rem;
}
.umcg-theme .alt-navigation li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation li:last-child {
  margin-bottom: 0;
}
.umcg-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-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-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-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-theme .alt-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 2.9rem;
    margin: 0 -1.8rem;
  }
  .umcg-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 1.1rem;
  }
  .umcg-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-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-theme .alt-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation {
    margin: 0 -10rem;
    padding-left: 8.9rem;
    padding-right: 8.9rem;
  }
}
.umcg-theme .main-navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .navigation-group {
  margin-bottom: 3rem;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-theme .page-title.news h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title.news h1, .umcg-theme .page-title.news h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title.news h2 {
  font-weight: 700;
}
.umcg-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-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;
}
.umcg-theme .page-title--page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title--page-navigation {
  position: relative;
}
.umcg-theme .page-title--page-navigation::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title--page-navigation::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.1rem;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  background-color: rgb(255, 125, 0);
  border-radius: 2rem;
}
.umcg-theme .page-title__page-navigation-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation-title {
  display: block;
  font-size: 1.47rem;
  color: #335a9c;
  margin-bottom: 1.8rem;
}
.umcg-theme .page-title__page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation {
  font-size: 1.47rem;
  color: #335a9c;
  margin-bottom: 3.4rem;
}
.umcg-theme .page-title__page-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation a {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 1.47rem;
  color: #335a9c;
  text-decoration: none;
}
.umcg-theme .page-title__page-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation a:hover {
  text-decoration: underline;
}
.umcg-theme .page-title__page-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation li {
  position: relative;
  margin-left: 2.4rem;
  margin-bottom: 0;
}
.umcg-theme .page-title__page-navigation li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation li::before {
  content: "";
  left: -1.4rem;
  top: 1rem;
  position: absolute;
  background-color: rgb(255, 125, 0);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
}
.umcg-theme .page-title__page-navigation li:last-child a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation li:last-child a {
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .umcg-theme .page-title .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title .subtitle {
    margin-top: 2rem;
  }
  .umcg-theme .page-title__page-navigation-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation-title, .umcg-theme .page-title__page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title__page-navigation {
    display: none;
  }
  .umcg-theme .page-title--page-navigation::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title--page-navigation::before {
    display: none;
  }
}
.umcg-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-theme .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container {
    width: calc(100vw - 2.2rem - 1.5rem);
  }
  .umcg-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-theme .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container {
    max-width: 122rem;
  }
  .umcg-theme .navigation-container .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container .navigation-container-inner {
    padding: 4rem 10rem 0;
  }
}
.umcg-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;
  padding-left: 0;
  padding-right: 0;
  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-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-theme .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow {
  position: relative;
  text-decoration: underline;
}
.umcg-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-theme .button-arrow .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow .label-theme {
  color: rgb(0, 49, 131);
  display: inline-block;
  padding: 0 0 0 3rem;
}
.umcg-theme .button-arrow:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow:hover {
  text-decoration: none;
}
.umcg-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-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-theme .button-arrow--rtl svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--rtl svg {
  left: auto;
  right: 0;
}
.umcg-theme .button-arrow--theme-2 .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--theme-2 .label-theme {
  text-decoration: underline;
}
.umcg-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: none;
}
.umcg-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-theme .icon-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icon-title h2 {
  padding-right: 2rem;
}
.umcg-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-theme .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar {
  position: relative;
  z-index: 2;
}
.umcg-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-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-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-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-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-theme .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form {
    padding: 2rem 3rem 1rem;
  }
}
.umcg-theme .portlet-search-bar .autofit-float.autofit-row.portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .autofit-float.autofit-row.portlet-header {
  margin: 0;
}
.umcg-theme .general-search-wb .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .general-search-wb .search {
  min-width: 0;
}
.umcg-theme .general-search-wb .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .general-search-wb .portlet-search-bar form {
  padding: 0;
}
.umcg-theme .more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button {
  text-align: right;
}
.umcg-theme .more-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button .label-theme {
  text-decoration: underline;
  margin-right: 1rem;
}
.umcg-theme .more-button a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button a {
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-theme .more-button a:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button a:hover .label-theme {
  text-decoration: none;
}
.umcg-theme .more-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-theme .more-button .label-theme *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button .label-theme * {
  display: inline-block;
  text-decoration: underline;
}
.umcg-theme .more-button a:hover .label-theme *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .more-button a:hover .label-theme * {
  text-decoration: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.umcg-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-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-theme .modal-overlay.background-blue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-overlay.background-blue {
  background: rgb(238, 240, 246);
}
.umcg-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-theme .modal-close svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-close svg {
  fill: #fff;
}
.umcg-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-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-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-theme .modal-navigation button, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode {
  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-theme .modal-navigation button:hover:not(:disabled), .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:hover:not(:disabled), .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:hover:not(:disabled), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:hover:not(:disabled), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:hover:not(:disabled), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.umcg-theme .modal-navigation button:hover:not(:disabled) span, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:hover:not(:disabled) span, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:hover:not(:disabled) span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:hover:not(:disabled) span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:hover:not(:disabled) span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:hover:not(:disabled) span {
  text-decoration: underline;
}
.umcg-theme .modal-navigation button:disabled, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:disabled, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:disabled {
  cursor: default;
}
.umcg-theme .modal-navigation button:disabled span, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:disabled span, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:disabled span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:disabled span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:disabled span {
  color: #666;
}
.umcg-theme .modal-navigation button:disabled svg, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:disabled svg, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:disabled svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:disabled svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:disabled svg {
  fill: #666;
}
.umcg-theme .modal-navigation button:focus, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode:focus, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode:focus {
  border: 1px solid rgb(212, 233, 248);
}
.umcg-theme .modal-navigation button.modal-next svg, .umcg-theme .modal-navigation .accordion .panel-title .modal-next.edit-mode svg, .umcg-theme .accordion .panel-title .modal-navigation .modal-next.edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button.modal-next svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .modal-next.edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .modal-next.edit-mode svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-theme .modal-navigation button span, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode span, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode 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-theme .modal-navigation button svg, .umcg-theme .modal-navigation .accordion .panel-title .edit-mode svg, .umcg-theme .accordion .panel-title .modal-navigation .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation .accordion .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-navigation .edit-mode svg {
  fill: #fff;
}
.umcg-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-theme .modal-container .content-container .image-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container, .umcg-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-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-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-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-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-theme .modal-container .content-container .image-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container {
  height: 100%;
}
.umcg-theme .modal-container .content-container .video-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .video-container {
  height: auto;
}
.umcg-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-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-theme .carousel-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card {
  margin-bottom: 7rem;
  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-theme .carousel-card p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card p, .umcg-theme .carousel-card .lead-theme pp, .umcg-theme .lead-theme .carousel-card pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .carousel-card pp {
  margin: 0;
}
.slider .umcg-theme .carousel-card, .slider .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-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-theme .carousel-card .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content p, .umcg-theme .carousel-card .content .lead-theme pp, .umcg-theme .lead-theme .carousel-card .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .carousel-card .content pp {
  margin-bottom: 0;
  color: #0a0a0a;
}
.umcg-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-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-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-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-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-theme .carousel-card figure .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure .icon svg {
  fill: #fff;
}
.umcg-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-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-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-theme .carousel-card picture, .umcg-theme .carousel-card .hero-research focuspoint-picture, .umcg-theme .hero-research .carousel-card focuspoint-picture, .umcg-theme .carousel-card .hero focuspoint-picture, .umcg-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-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .carousel-card focuspoint-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-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;
  width: 100%;
  max-height: 615px;
}
.umcg-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-theme .carousel-card .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .buttons {
  text-align: right;
  margin-top: 3rem;
}
.umcg-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-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-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-theme .carousel-card:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .carousel-card:hover .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card:hover .buttons .label {
  text-decoration: none;
}
.umcg-theme .carousel-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card--vertical figure {
  margin-bottom: 2rem;
}
.umcg-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-theme .carousel-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content {
    height: auto;
  }
}
.umcg-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-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme a.carousel-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.carousel-card:hover::before {
  opacity: 1;
}
.umcg-theme .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card {
  margin-bottom: 7rem;
  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);
}
.slider .umcg-theme .story-card, .slider .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-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-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-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-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-theme .story-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card img {
  width: 100%;
}
.umcg-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;
  color: #fff;
  background-color: #1a468f;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 10;
}
.umcg-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-theme .story-card .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons {
  text-align: right;
  margin-top: 3rem;
}
.umcg-theme .story-card .buttons .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons .label-theme {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.5rem;
}
.umcg-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-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-theme .story-card:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .story-card:hover .buttons .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card:hover .buttons .label-theme {
  text-decoration: none;
}
.umcg-theme .story-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--vertical figure {
  margin-bottom: 2rem;
}
.umcg-theme .story-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--pull-over {
  margin-top: 0;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .umcg-theme .story-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--pull-over {
    margin-top: -80px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-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-theme .story-card .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .tag {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .umcg-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-theme .story-card .content-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .content-header {
    margin-top: 0;
  }
  .umcg-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-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-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-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-theme a.story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.story-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme a.story-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme a.story-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.story-card:hover::before {
  opacity: 1;
}
.umcg-theme .slider .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .story-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-theme .social-card .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card .subtitle {
  font-weight: 600;
}
.umcg-theme .social-card .social-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card .social-icon svg {
  margin-right: 0.5em;
}
.umcg-theme .social-card .social-icon .posted, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card .social-icon .posted {
  vertical-align: middle;
  color: gray;
}
@media all and (min-width: 1200px) {
  .umcg-theme .social-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card .content {
    padding: 2rem;
  }
}
.umcg-theme .social-card.edit-button .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button, .umcg-theme .social-card.edit-button .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-lightblue, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-lightblue, .umcg-theme .social-card.edit-button .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-darkblue, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-darkblue, .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .social-card.edit-button .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button, .umcg-theme .social-card.edit-button .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-white, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .button.cta-button-white, .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-lightblue.button.cta-button-white, .umcg-theme .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-darkblue.button.cta-button-white, .umcg-theme .social-card.edit-button .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-white.button, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-white.button, .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .cta-button-white.button, .umcg-theme .social-card.edit-button form input[type=submit], .umcg-theme form .social-card.edit-button input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-lightblue[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-darkblue[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-white[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-white[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .social-card.edit-button form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .social-card.edit-button .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-theme .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-card.edit-button form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .social-card.edit-button input.cta-button-darkblue.cta-button-white[type=submit] {
  z-index: 1000;
  position: absolute;
  margin-left: 1em;
  bottom: 2em;
}
.umcg-theme blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote {
  margin-bottom: 4rem;
  position: relative;
  background-color: #e3eff8;
  border-radius: 5px;
  padding: 2.5rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 46rem;
}
@media all and (min-width: 992px) {
  .umcg-theme blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote {
    margin-bottom: 7rem;
  }
}
.umcg-theme blockquote p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote p, .umcg-theme blockquote .lead-theme pp, .umcg-theme .lead-theme blockquote pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme blockquote pp {
  font-weight: 700;
  color: rgb(0, 49, 131);
}
.umcg-theme blockquote p:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote p:last-child, .umcg-theme blockquote .lead-theme pp:last-child, .umcg-theme .lead-theme blockquote pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote .lead-theme pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme blockquote pp:last-child {
  margin-bottom: 0;
}
.umcg-theme blockquote::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea11";
  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-theme p + blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ p + blockquote, .umcg-theme .lead-theme pp + blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp + blockquote {
  margin-top: 5rem;
}
.umcg-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 #fd7e14;
  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: 4rem;
}
.umcg-theme blockquote-news .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content {
  padding: 20px;
  width: 100%;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-theme blockquote-news .content .info .link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .link {
    display: none;
    visibility: hidden;
  }
}
.umcg-theme .photo-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .photo-card {
  border-radius: 5px;
  overflow: hidden;
}
.umcg-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-theme .jobs-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-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-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-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-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-theme .filter .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label {
  position: relative;
}
.umcg-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-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-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-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-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-theme .filter .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group, .umcg-theme .filter .search .field-group-theme, .umcg-theme .search .filter .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .search .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .filter .field-group-theme {
  position: relative;
}
.umcg-theme .filter .field-group .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group .text-block, .umcg-theme .filter .search .field-group-theme .text-block, .umcg-theme .search .filter .field-group-theme .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .search .field-group-theme .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .filter .field-group-theme .text-block {
  margin-bottom: 0;
  padding-top: 20px;
}
.umcg-theme .filter .field-group[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group[aria-hidden=true], .umcg-theme .filter .search [aria-hidden=true].field-group-theme, .umcg-theme .search .filter [aria-hidden=true].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .search [aria-hidden=true].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .filter [aria-hidden=true].field-group-theme {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-animation: 450ms slideUp;
          animation: 450ms slideUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.umcg-theme .filter .field-group[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group[aria-hidden=false], .umcg-theme .filter .search [aria-hidden=false].field-group-theme, .umcg-theme .search .filter [aria-hidden=false].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .search [aria-hidden=false].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .filter [aria-hidden=false].field-group-theme {
  margin-bottom: 30px;
  -webkit-animation: 450ms slideDown;
          animation: 450ms slideDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.umcg-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-theme .filter .filter-btn .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn .icon {
  margin-right: 0.7rem;
}
.umcg-theme .filter .filter-btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn:hover {
  background-color: #fff;
}
.umcg-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;
  margin-top: 1.5rem;
}
.umcg-theme .filter .button-remove-filters svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters svg {
  margin-right: 0.7rem;
}
.umcg-theme .filter .button-remove-filters .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters .label {
  text-decoration: underline;
}
.umcg-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-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-theme .filter .filter-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn {
    width: auto;
    padding-left: 43px;
    padding-right: 43px;
  }
}
.umcg-theme .form-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter {
  background-color: transparent;
  padding: 0;
}
.umcg-theme .form-filter label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter label {
  display: block;
}
.umcg-theme .form-filter .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter .group {
  margin-bottom: 3rem;
}
.umcg-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-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-theme .filter .filter-btn[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn[aria-hidden=true] {
  display: none;
}
.umcg-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-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-theme .filter .facet-value, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-value {
  position: relative;
  margin-bottom: 1.3rem !important;
}
.umcg-theme .filter .facet-value .term-name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-value .term-name {
  padding-left: 1rem;
}
.umcg-theme .filter .facet-clear-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-clear-btn {
  display: none;
}
.umcg-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-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-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-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-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-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-theme .filter form .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter form .field-group, .umcg-theme .filter form .search .field-group-theme, .umcg-theme .search .filter form .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter form .search .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .filter form .field-group-theme, .umcg-theme .filter form .field-group:last-child {
  float: none;
  width: auto;
  margin-bottom: 3rem;
}
.umcg-theme .active-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters {
  margin-bottom: 20px;
}
.umcg-theme .active-filters h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters h2 {
  color: #0a0a0a;
  margin-bottom: 1.6rem;
}
.umcg-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;
  border: 1px solid rgb(160, 202, 232);
}
.umcg-theme .active-filters .filter-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters .filter-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .active-filters li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters li {
  margin-bottom: 0;
}
.umcg-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-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;
}
@media all and (min-width: 576px) {
  .umcg-theme .active-filters li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters li {
    display: inline-block;
  }
  .umcg-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-theme .active-filters h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters h2 {
    display: inline-block;
    padding-right: 1.3rem;
  }
  .umcg-theme .active-filters ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters ul {
    display: inline;
  }
}
.umcg-theme .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button {
  display: block;
  margin-bottom: 2rem;
}
.umcg-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-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-theme .breadcrumb-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button .icon {
  position: absolute;
  left: 0.9rem;
  top: 0.2rem;
}
.umcg-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-theme .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button {
    margin-bottom: 3.9rem;
  }
}
.umcg-theme .first-letter-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter {
  margin-bottom: 6rem;
}
.umcg-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-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-theme .first-letter-filter button, .umcg-theme .first-letter-filter .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .first-letter-filter .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .first-letter-filter .edit-mode {
  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-theme .first-letter-filter button:hover, .umcg-theme .first-letter-filter .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title .first-letter-filter .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .first-letter-filter .edit-mode:hover {
  background-color: #fff;
}
.umcg-theme .first-letter-filter button[aria-pressed=true], .umcg-theme .first-letter-filter .accordion .panel-title [aria-pressed=true].edit-mode, .umcg-theme .accordion .panel-title .first-letter-filter [aria-pressed=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button[aria-pressed=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter .accordion .panel-title [aria-pressed=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .first-letter-filter [aria-pressed=true].edit-mode {
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-theme .first-letter-filter button:disabled, .umcg-theme .first-letter-filter .accordion .panel-title .edit-mode:disabled, .umcg-theme .accordion .panel-title .first-letter-filter .edit-mode:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter .accordion .panel-title .edit-mode:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .first-letter-filter .edit-mode:disabled {
  opacity: 0.5;
  cursor: initial;
}
.umcg-theme .first-letter-filter button:disabled:hover, .umcg-theme .first-letter-filter .accordion .panel-title .edit-mode:disabled:hover, .umcg-theme .accordion .panel-title .first-letter-filter .edit-mode:disabled:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:disabled:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter .accordion .panel-title .edit-mode:disabled:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .first-letter-filter .edit-mode:disabled:hover {
  background-color: #e3eff8;
}
.umcg-theme .lfr-pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination {
  padding: 0;
  margin-bottom: 4rem;
}
.umcg-theme .lfr-pagination li.disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li.disabled {
  display: none;
}
.umcg-theme .lfr-pagination li:nth-child(2).disabled a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2).disabled a,
.umcg-theme .lfr-pagination li:nth-child(3).disabled a,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3).disabled a {
  background-color: #f0f0f0;
  color: #b3b3b3;
}
.umcg-theme .lfr-pagination li:nth-child(2).disabled a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2).disabled a::before,
.umcg-theme .lfr-pagination li:nth-child(3).disabled a::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3).disabled a::before {
  border-color: transparent #b3b3b3 transparent transparent;
}
.umcg-theme .lfr-pagination li:nth-child(2).disabled a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2).disabled a:hover,
.umcg-theme .lfr-pagination li:nth-child(3).disabled a:hover,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3).disabled a:hover {
  border-color: transparent;
}
.umcg-theme .lfr-pagination .first a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a {
  font-size: 0;
}
.umcg-theme .lfr-pagination .first a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a span {
  font-size: 1.8rem;
}
.umcg-theme .lfr-pagination .first.disabled a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a {
  color: #b3b3b3;
}
.umcg-theme .lfr-pagination .first.disabled a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a::after, .umcg-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-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-theme .lfr-pagination li:nth-child(2) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) a,
.umcg-theme .lfr-pagination li:nth-child(3) a,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3) 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-theme .lfr-pagination li:nth-child(2) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) a::before,
.umcg-theme .lfr-pagination li:nth-child(3) a::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3) 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-theme .lfr-pagination li:nth-child(2) a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) a:hover,
.umcg-theme .lfr-pagination li:nth-child(3) a:hover,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3) a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-theme .lfr-pagination li:nth-child(2), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) {
  margin-right: 20px;
}
.umcg-theme .lfr-pagination li:nth-child(2) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) a {
  padding-left: 40px;
}
.umcg-theme .lfr-pagination li:nth-child(2) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(2) a::before {
  left: 20px;
}
.umcg-theme .lfr-pagination li:nth-child(3) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3) a {
  padding-right: 40px;
}
.umcg-theme .lfr-pagination li:nth-child(3) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:nth-child(3) a::before {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.umcg-theme .lfr-pagination .first, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-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-theme .lfr-pagination .first a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-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-theme .lfr-pagination .first a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-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-theme .lfr-pagination .first a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-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-theme .lfr-pagination .first a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-theme .lfr-pagination .pager, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  float: none;
}
.umcg-theme .lfr-pagination .pager li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .pager li {
  margin-bottom: 20px;
}
.umcg-theme .lfr-pagination .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .search-results {
  margin-bottom: 44px;
  display: block;
}
.umcg-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-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-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-theme .pager-lexicon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon {
  margin-bottom: 6rem;
}
.umcg-theme .pager-lexicon p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon p, .umcg-theme .pager-lexicon .lead-theme pp, .umcg-theme .lead-theme .pager-lexicon pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .pager-lexicon pp {
  margin: 1.6rem 0;
}
.umcg-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-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;
}
.umcg-theme .pager-lexicon .pagination-items-per-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination-items-per-page {
  display: none;
}
.umcg-theme .pager-lexicon .pagination-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination-results {
  text-align: center;
}
.umcg-theme .pager-lexicon li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.umcg-theme .pager-lexicon li .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link, .umcg-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-theme .pager-lexicon li .page-link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link:hover, .umcg-theme .pager-lexicon li > a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li > a:hover {
  background-color: #fff;
}
.umcg-theme .pager-lexicon li .page-link span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link span, .umcg-theme .pager-lexicon li > a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li > a span {
  height: 100%;
}
.umcg-theme .pager-lexicon li.active > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.active > a, .umcg-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-theme .pager-lexicon li.disabled > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > a, .umcg-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-theme .pager-lexicon li.disabled > a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > a:hover, .umcg-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-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-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-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-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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-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-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
}
.umcg-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-theme .search-result-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .content,
.umcg-theme .search-result-card .path,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .path {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  color: #0a0a0a;
}
.umcg-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;
  margin-top: 2.4rem;
}
.umcg-theme .search-result-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .content {
  margin-bottom: 0;
}
.umcg-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-theme .search-result-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card {
    padding: 25px 30px;
  }
}
.umcg-theme .search-result-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card {
  background-color: #fff;
}
.umcg-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-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-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-theme .anchor-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-theme .anchor-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button .icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  background-color: rgb(255, 125, 0);
  text-align: center;
  padding-top: 0.4rem;
  margin: 0 1.4rem 0 0;
}
.umcg-theme .anchor-button .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button .icon svg {
  fill: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.umcg-theme .anchor-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button .label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-theme .anchor-button:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button:hover .icon {
  background-color: #fff;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.umcg-theme .anchor-button:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button:hover svg {
  fill: rgb(255, 125, 0);
}
.umcg-theme .product-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-theme .product-item h4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item h4 {
  margin-bottom: 1.3rem;
}
.umcg-theme .product-item .product-item-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .product-item-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-theme .product-item .button-product-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .button-product-item {
  margin-top: 2rem;
  margin-bottom: 0;
}
.umcg-theme .product-item picture, .umcg-theme .product-item .hero-research focuspoint-picture, .umcg-theme .hero-research .product-item focuspoint-picture, .umcg-theme .product-item .hero focuspoint-picture, .umcg-theme .hero .product-item focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .product-item focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .product-item focuspoint-picture {
  margin-bottom: 3rem;
}
.umcg-theme .product-item .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .buttons {
  text-align: right;
}
.umcg-theme .product-item .product-item-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .product-item-text {
  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%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 768px) {
  .umcg-theme .product-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-theme .product-item picture, .umcg-theme .product-item .hero-research focuspoint-picture, .umcg-theme .hero-research .product-item focuspoint-picture, .umcg-theme .product-item .hero focuspoint-picture, .umcg-theme .hero .product-item focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .product-item focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .product-item focuspoint-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
    margin-right: 2.2rem;
    margin-bottom: 0;
  }
  .umcg-theme .product-item .product-item-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .product-item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .product-item .product-item-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .product-item .product-item-text {
    padding-right: 2.5rem;
  }
}
.umcg-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-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme .news-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover::before {
  opacity: 1;
}
.umcg-theme .news-card:hover .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover .arrow-button {
  background-color: #fff;
}
.umcg-theme .news-card:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-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-theme .news-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card h3,
.umcg-theme .news-card .tag,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .tag,
.umcg-theme .news-card .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .time,
.umcg-theme .news-card .arrow-button,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .arrow-button,
.umcg-theme .news-card .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .sub-title {
  position: absolute;
  z-index: 2;
}
.umcg-theme .news-card .teaser, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .teaser {
  color: #000;
}
.umcg-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-theme .news-card .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .icon svg {
  fill: #fff;
}
.umcg-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-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-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-theme .news-card svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card svg {
  fill: #fff;
}
.umcg-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-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-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-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-theme .news-card .collection-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .collection-icon svg {
  fill: #fff;
}
.umcg-theme .news-card--collection h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--collection h3 {
  left: 5rem;
}
.umcg-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-theme .news-card--event::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event::after {
  background: none;
  background-color: #d0e5f4;
}
.umcg-theme .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event h3,
.umcg-theme .news-card--event .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .time,
.umcg-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-theme .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event h3,
.umcg-theme .news-card--event .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .sub-title {
  margin-bottom: 8px;
}
.umcg-theme .news-card--event .sub-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .sub-title,
.umcg-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-theme .news-card--event .time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .time {
  margin-top: auto;
  padding-top: 2rem;
}
.umcg-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-theme .news-card--event svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event svg {
  fill: rgb(0, 49, 131);
}
.umcg-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-theme .news-card--event:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event:hover svg {
  fill: #fff;
}
.umcg-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-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-theme .news-card--theme-2 h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 h3,
.umcg-theme .news-card--theme-2 .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .time,
.umcg-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-theme .news-card--theme-2 h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 h3,
.umcg-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-theme .news-card--theme-2 .sub-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .sub-title,
.umcg-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-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-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-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-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-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-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-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-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-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.discover-list--text-outside .umcg-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-theme .news-card::before, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card::before, .discover-list--text-outside .umcg-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-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-theme .news-card > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card > *:last-child {
  margin-bottom: 0;
}
.umcg-theme .news-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card h3 {
  text-shadow: 0px 0px 1px #000;
}
.umcg-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-theme .news-card.no-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.no-image {
  height: 100%;
}
.umcg-theme .news-card.no-image h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.no-image h3 {
  text-shadow: 0 0 0 #fff;
}
.umcg-theme .news-card.no-image:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.no-image:after {
  background: #fff;
}
.umcg-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-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-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);
  text-shadow: none;
}
.umcg-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-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-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-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-theme .discover-list--text-outside .news-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card::before, .umcg-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-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-theme .podcast-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  position: relative;
  background: linear-gradient(316.95deg, rgb(0, 174, 239) 0%, rgb(0, 49, 131) 100%);
  border-radius: 5px;
  color: #fff;
  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;
  padding: 6rem 2.5rem 0;
  min-height: 24.5rem;
}
.umcg-theme .podcast-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme .podcast-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card:hover::before {
  opacity: 1;
}
.umcg-theme .podcast-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card h3 {
  margin-bottom: 1.2rem;
  padding-right: 6rem;
}
.umcg-theme .podcast-card .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card .tag {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  padding: 0.2rem 1.3rem;
  color: #fff;
  background-color: #1a468f;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
.umcg-theme .podcast-card .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card .arrow-button {
  position: absolute;
  right: 1.5rem;
  bottom: 1.7rem;
  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;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.umcg-theme .podcast-card .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card .icon {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
}
.umcg-theme .podcast-card svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card svg {
  fill: #fff;
}
.umcg-theme .podcast-card:hover .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card:hover .arrow-button {
  background-color: #fff;
}
.umcg-theme .podcast-card:hover .arrow-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card:hover .arrow-button svg {
  fill: rgb(0, 49, 131);
}
.umcg-theme .podcast-card:focus:not(:hover) .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card:focus:not(:hover) .arrow-button {
  border-color: rgb(255, 125, 0);
}
.umcg-theme .podcast-card:focus:not(:hover) .arrow-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .podcast-card:focus:not(:hover) .arrow-button svg {
  fill: rgb(255, 125, 0);
}
.umcg-theme .post-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .post-date {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin-bottom: 2.5rem;
  font-family: "Open Sans", sans-serif;
}
.umcg-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: -0.5rem;
  position: relative;
  z-index: 99;
}
.umcg-theme .language-navigation--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop {
  display: none;
  margin-right: 0.7rem;
}
.umcg-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-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-theme .language-navigation--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop {
    display: inline-block;
  }
}
.umcg-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-theme .language-navigation-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .label-theme,
.umcg-theme .language-navigation-button .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .icon {
  pointer-events: none;
}
.umcg-theme .language-navigation-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .icon {
  margin-left: 0.2rem;
}
.umcg-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-theme .language-navigation-button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-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-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-theme .language-navigation-button--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button--desktop {
  margin-left: -0.5rem;
}
.umcg-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-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-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-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-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-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-theme .language-navigation-dropdown svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown svg {
  fill: rgb(0, 169, 167);
}
.umcg-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-theme .language-navigation-dropdown li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown li {
  margin-bottom: 1rem;
}
.umcg-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-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-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-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-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-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-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-theme .language-navigation-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown {
    min-width: 37rem;
  }
}
.umcg-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-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-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-theme .language-notification-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper {
  width: 100%;
  text-align: center;
}
.umcg-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-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-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-theme .language-notification-wrapper .language-notification p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification p, .umcg-theme .language-notification-wrapper .language-notification .lead-theme pp, .umcg-theme .lead-theme .language-notification-wrapper .language-notification pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .language-notification-wrapper .language-notification pp {
  margin-bottom: 0;
  font-size: 0.8em;
}
.umcg-theme .language-navigation-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile {
  border-bottom: 1px solid #b3c1da;
}
.umcg-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-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-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-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-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-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-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-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-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-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-theme .language-navigation-mobile a.active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a.active {
  font-weight: bold;
}
.umcg-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-theme .language-navigation-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile {
    display: none;
  }
}
.umcg-theme .language-navigation-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile {
  border-bottom: none;
}
.umcg-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: 43;
}
.umcg-theme .language-navigation-page-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button {
  cursor: pointer;
  min-width: 7.1rem;
  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-theme .language-navigation-page-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .label-theme,
.umcg-theme .language-navigation-page-button .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .icon {
  pointer-events: none;
}
.umcg-theme .language-navigation-page-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .icon {
  margin-left: 0.2rem;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-theme .language-navigation-page-dropdown li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown li {
  margin-bottom: 1rem;
}
.umcg-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-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-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-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-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-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-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-theme .language-navigation-page-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown {
    min-width: 37rem;
  }
}
.umcg-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: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
.umcg-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-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-theme .lottie-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card {
  margin-bottom: 7rem;
  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-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-theme .lottie-card figure.figure-slider-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure.figure-slider-item {
  margin: 0;
}
.umcg-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-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-theme .lottie-card figure .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .icon svg {
  fill: #fff;
}
.umcg-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-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-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-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-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-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-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-theme .lottie-card .content-slider-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item p, .umcg-theme .lottie-card .content-slider-item .lead-theme pp, .umcg-theme .lead-theme .lottie-card .content-slider-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .lottie-card .content-slider-item pp {
  margin: 0;
}
.umcg-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-theme .event-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-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-theme .event-list-item h3 span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item h3 span {
  font-weight: normal;
}
.umcg-theme .event-list-item .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .event-info,
.umcg-theme .event-list-item p,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item p,
.umcg-theme .event-list-item .lead-theme pp,
.umcg-theme .lead-theme .event-list-item pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .lead-theme pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .event-list-item pp {
  color: #000;
}
.umcg-theme .event-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item p, .umcg-theme .event-list-item .lead-theme pp, .umcg-theme .lead-theme .event-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .event-list-item pp {
  margin-bottom: 0;
}
.umcg-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-theme .event-list-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .content {
  position: relative;
  padding-right: 3rem;
}
.umcg-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-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-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-theme .event-location .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location .icon {
  margin-right: 1rem;
}
.umcg-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-theme .event-location a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location a:hover, .umcg-theme .event-location a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location a:focus {
  text-decoration: underline;
}
.umcg-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-theme .event-registration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration {
  margin-bottom: 7rem;
}
.umcg-theme .event-registration .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .social-share {
  padding: 0;
  margin-bottom: 0;
}
.umcg-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-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-theme .event-registration .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button, .umcg-theme .event-registration .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-lightblue, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-lightblue, .umcg-theme .event-registration .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-darkblue, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-darkblue, .umcg-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-darkblue.button, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-theme .event-registration .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-white, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-white, .umcg-theme .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-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-theme .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-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-theme .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-white.button, .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-theme .event-registration form input[type=submit], .umcg-theme form .event-registration input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-lightblue[type=submit], .umcg-theme form .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue[type=submit], .umcg-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-theme .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-darkblue[type=submit], .umcg-theme form .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue[type=submit], .umcg-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-theme .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-darkblue[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-white[type=submit], .umcg-theme form .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-white[type=submit], .umcg-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-theme .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .event-registration form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-white[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-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-theme .print-btn .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn .icon {
  -ms-flex-item-align: center;
      align-self: center;
}
.umcg-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;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media all and (min-width: 768px) {
  .umcg-theme .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn {
    top: -3px;
    margin-left: 10px;
  }
  .umcg-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-theme .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn {
    display: none;
  }
}
.umcg-theme .research-code-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-visual {
  position: absolute;
  left: 0;
  right: 0;
  height: 32rem;
  overflow: hidden;
}
.umcg-theme .research-code-visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-visual::before, .umcg-theme .research-code-visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-visual::after {
  content: "";
  position: absolute;
  width: 476rem;
  height: 476rem;
  border-radius: 476rem;
  overflow: hidden;
  background-color: rgb(0, 49, 131);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50vw;
  margin-left: -23.3rem;
  bottom: 0;
  z-index: 0;
  opacity: 0.05;
}
.umcg-theme .research-code-visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-visual::after {
  background-color: transparent;
  border: 0.2rem solid rgb(255, 125, 0);
  margin-left: -23.9rem;
  bottom: -0.5rem;
}
.umcg-theme .tooltip__explanation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation {
  position: relative;
}
.umcg-theme .tooltip__explanation .tooltip__trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__trigger {
  border-bottom: 1px dashed rgb(0, 49, 131);
  cursor: pointer;
}
.umcg-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-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-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-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;
  cursor: pointer;
}
.umcg-theme .tooltip__explanation .tooltip__description svg:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description svg:hover, .umcg-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);
}
@media print {
  .umcg-theme .tooltip__explanation .tooltip__trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__trigger {
    border-bottom-style: none;
  }
}
.umcg-theme .footnotes-ref, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes-ref {
  color: #0a0a0a;
  background-color: #e3eff8;
  text-decoration: none;
}
.text-block .umcg-theme .footnotes-ref:not(.button), .text-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes-ref:not(.button) {
  color: #0a0a0a;
}
.umcg-theme .footnotes-ref:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes-ref:hover {
  border-bottom: 1px dashed rgb(0, 49, 131);
}
.umcg-theme .footnotes-ref::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes-ref::after {
  content: "(" counter(footnotes) ")";
  counter-increment: footnotes;
  vertical-align: super;
  font-size: 1.2rem;
  margin-left: 0.2rem;
  color: #0a0a0a;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2cfe3), to(#c4e0f3));
  background-image: linear-gradient(to right, #f2cfe3, #c4e0f3);
  background-size: 100% 0;
}
.umcg-theme .footnotes, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes {
  margin-bottom: 4rem;
  position: relative;
  padding: 1.6rem 2.2rem 1.6rem 0;
}
@media all and (min-width: 992px) {
  .umcg-theme .footnotes, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes {
    margin-bottom: 7rem;
  }
}
.umcg-theme .footnotes *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes * {
  position: relative;
}
.umcg-theme .footnotes h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes h2 {
  font-size: 1.6rem;
  color: #0a0a0a;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.umcg-theme .footnotes ol, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes ol {
  list-style: unset;
  list-style-type: decimal;
  margin-left: 2rem;
}
.umcg-theme .footnotes li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 0.5rem;
}
.umcg-theme .footnotes .footnotes-back, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes .footnotes-back {
  position: relative;
  display: inline-block;
  padding: 0.8rem;
  text-decoration: underline;
  background-color: #fff;
  border: 1px solid rgb(160, 202, 232);
  line-height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.umcg-theme .footnotes .footnotes-back svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes .footnotes-back svg {
  margin-top: -0.5rem;
}
.umcg-theme .footnotes .footnotes-back:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes .footnotes-back:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .footnotes::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.1rem;
  right: 0;
  background-color: #e3eff8;
  z-index: 0;
}
@media all and (min-width: 992px) {
  .umcg-theme .footnotes::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes::before {
    left: -1.1rem;
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .footnotes::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footnotes::before {
    left: -2.2rem;
    right: 0;
  }
}
.umcg-theme .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info {
  margin-bottom: 7rem;
  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-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-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-theme .event-info .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info .icon svg {
  fill: #000;
  margin-top: -6px;
}
.umcg-theme .event-info dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt,
.umcg-theme .event-info dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd {
  line-height: 36px;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-theme .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block {
    margin-bottom: 7rem;
  }
}
.umcg-theme .text-block.news h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block.news h1, .umcg-theme .text-block.news h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block.news h2 {
  font-weight: 700;
}
.umcg-theme .text-block > h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > h2 {
  margin-bottom: 1.2rem;
}
.umcg-theme .text-block a:not(.button), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button) {
  color: rgb(0, 49, 131);
}
.umcg-theme .text-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul,
.umcg-theme .text-block ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol {
  margin: 0 0 3.24rem;
}
.umcg-theme .text-block ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul > li,
.umcg-theme .text-block ol > li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li {
  margin: 0 0 0.8rem;
  padding: 0 0 0 25px;
}
.umcg-theme .text-block ul > li > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul > li > ul,
.umcg-theme .text-block ul > li > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul > li > ol,
.umcg-theme .text-block ol > li > ul,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li > ul,
.umcg-theme .text-block ol > li > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li > ol {
  margin-top: 1rem;
}
.umcg-theme .text-block ul.columns li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.columns li,
.umcg-theme .text-block ol.columns li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol.columns li {
  overflow: hidden;
}
.umcg-theme .text-block ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul > li {
  position: relative;
  margin-bottom: 0.8rem;
}
.umcg-theme .text-block ul > li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block 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-theme .text-block ul > li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul > li:last-child {
  margin-bottom: 0;
}
.umcg-theme .text-block ul.list-usp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.list-usp {
  margin-bottom: 4rem;
}
.umcg-theme .text-block ul.list-usp > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.list-usp > li {
  color: rgb(0, 49, 131);
  margin-bottom: 1.6rem;
  padding-left: 3rem;
}
.umcg-theme .text-block ul.list-usp > li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.list-usp > li::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea07";
  background-color: transparent;
  color: rgb(255, 125, 0);
  top: 0.4rem;
  font-size: 12px;
  left: 0.4rem;
}
.umcg-theme .text-block ol, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol {
  list-style: none;
  counter-reset: ol-counter;
}
.umcg-theme .text-block ol > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li {
  counter-increment: ol-counter;
  position: relative;
  margin-bottom: 0.8rem;
}
.umcg-theme .text-block ol > li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li::before {
  content: counter(ol-counter) ". ";
  color: rgb(255, 125, 0);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.umcg-theme .text-block ol > li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol > li:last-child {
  margin-bottom: 0;
}
.umcg-theme .text-block > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > *:last-child {
  margin-bottom: 0;
}
.umcg-theme .text-block figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure {
  margin: 0 auto 3.6rem;
  max-width: 835px;
}
.umcg-theme .text-block figure .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure .aspect-ratio {
  border-radius: 5px;
}
.umcg-theme .text-block figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure img {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-theme .text-block figure figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure figcaption {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-theme .text-block figure figcaption .description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure figcaption .description,
.umcg-theme .text-block figure figcaption .credit,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure figcaption .credit {
  margin-right: 1rem;
}
.umcg-theme .text-block figure figcaption .credit, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure figcaption .credit {
  font-style: italic;
  color: gray;
  font-size: 1.4rem;
  line-height: 1.5;
}
.umcg-theme .text-block--theme-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--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: 1200px) {
  .umcg-theme .text-block ul.columns, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.columns,
  .umcg-theme .text-block ol.columns,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol.columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside;
  }
}
@media print {
  .umcg-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:"]) {
    position: relative;
    display: inline-block;
  }
  .umcg-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 {
    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-theme .text-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul {
    list-style: disc;
  }
  .umcg-theme .text-block ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li {
    padding: 0;
    margin-left: 2rem;
  }
  .umcg-theme .text-block ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li::before {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .nieuws .text-block > figure picture, .umcg-theme .nieuws .text-block > figure .hero-research focuspoint-picture, .umcg-theme .hero-research .nieuws .text-block > figure focuspoint-picture, .umcg-theme .nieuws .text-block > figure .hero focuspoint-picture, .umcg-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-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .nieuws .text-block > figure focuspoint-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-theme .text-block a:not(.button), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button) {
  color: rgb(0, 49, 131);
}
.umcg-theme .text-block a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):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*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0e";
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.3rem;
}
.umcg-theme .text-block--research-code, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code {
  margin-bottom: 3rem;
}
.umcg-theme .text-block--research-code ul > li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code ul > li:last-child {
  margin-bottom: 0;
}
@media print {
  .umcg-theme .text-block--research-code a[href*="mailto:"]::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a[href*="mailto:"]::after {
    display: none;
  }
  .umcg-theme .text-block--research-code a[href*="@"], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a[href*="@"] {
    text-decoration: none;
  }
  .umcg-theme .text-block--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]) {
    text-decoration: none;
  }
  .umcg-theme .text-block--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
    content: "";
  }
  .umcg-theme .text-block--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]) {
    text-decoration: underline;
  }
  .umcg-theme .text-block--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
    content: " (" attr(printable-href) ") ";
    text-decoration: none;
    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-theme .text-block--research-code a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a {
    position: relative;
    display: inline-block;
  }
  .umcg-theme .text-block--research-code a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--research-code a::after {
    content: " (" attr(href) ") ";
    text-decoration: none;
    margin-left: 3.6px;
    display: contents;
  }
}
.umcg-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
  display: none;
  width: 31rem;
  position: absolute;
  left: -16.3rem;
}
.umcg-theme .theme-navigation .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-inner {
  margin-bottom: 4rem;
  -webkit-box-shadow: 0.9rem 0 2.1rem -2rem rgba(0, 0, 0, 0.75);
          box-shadow: 0.9rem 0 2.1rem -2rem rgba(0, 0, 0, 0.75);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .umcg-theme .theme-navigation .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-inner {
    margin-bottom: 7rem;
  }
}
.umcg-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-theme .theme-navigation .theme-navigation-top, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-top {
  padding: 2.2rem 2rem;
  background-color: #e3eff8;
}
.umcg-theme .theme-navigation .primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a {
  background-color: #fff;
  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 1.3rem 1.2rem 2rem;
  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;
}
.umcg-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-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-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-theme .theme-navigation .primary-navigation a[aria-current=page] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a[aria-current=page] .icon {
  display: none;
}
.umcg-theme .theme-navigation .primary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation li {
  margin-bottom: 1rem;
}
.umcg-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-theme .theme-navigation .secondary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation {
  background-color: #fff;
  padding: 1rem 2rem 2rem;
}
.umcg-theme .theme-navigation .secondary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation a {
  border: 1px solid #fff;
  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-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-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-theme .theme-navigation .secondary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation li {
  margin-bottom: 1rem;
}
.umcg-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-theme .theme-navigation.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.is-stuck {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1390px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 30;
}
.umcg-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-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-theme .theme-navigation--theme-2 .theme-navigation-top, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .theme-navigation-top {
  background-color: #fff;
  padding: 2rem 2rem 1.8rem;
}
.umcg-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 #b3c1da;
  padding-bottom: 2rem;
}
.umcg-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;
}
.umcg-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-theme .theme-navigation--theme-2 .secondary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .secondary-navigation {
  padding-top: 0;
}
.umcg-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-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-theme .theme-navigation--styleguide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--styleguide {
  position: static;
}
.umcg-theme .theme-navigation--footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--footer {
  width: auto;
  position: static;
  display: block;
}
.umcg-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-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: 1400px) {
  .umcg-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
    display: block;
  }
}
@media print {
  .umcg-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
    display: none;
  }
  .umcg-theme .theme-navigation.theme-navigation-fixed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed {
    display: none;
  }
}
.umcg-theme .accordion, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion {
  margin-bottom: 7rem;
}
.umcg-theme .accordion.transcriptie, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.transcriptie {
  padding: 0;
}
.umcg-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-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-theme .accordion > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion > *:last-child {
  margin-bottom: 0;
}
.umcg-theme .accordion > p a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion > p a, .umcg-theme .lead-theme .accordion > pp a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .accordion > pp a {
  text-decoration: underline;
}
.umcg-theme .accordion .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion-item {
  margin-bottom: 5px;
}
.umcg-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-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-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-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;
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  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-theme .accordion .panel-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title h2,
.umcg-theme .accordion .panel-title .h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .h2,
.umcg-theme .accordion .panel-title h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title h3,
.umcg-theme .accordion .panel-title .h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .h3 {
  margin: 0;
  width: 100%;
}
.umcg-theme .accordion .panel-title button, .umcg-theme .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  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 11px 20px;
  color: rgb(0, 49, 131);
}
.umcg-theme .accordion .panel-title button .icon, .umcg-theme .accordion .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode .icon {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.umcg-theme .accordion .panel-title button[aria-expanded=true] .icon, .umcg-theme .accordion .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title [aria-expanded=true].edit-mode .icon {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.umcg-theme .accordion .panel-title button[aria-expanded=true] .line-2, .umcg-theme .accordion .panel-title [aria-expanded=true].edit-mode .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title [aria-expanded=true].edit-mode .line-2 {
  opacity: 0;
  -webkit-transition: opacity 150ms 300ms ease-in-out;
  transition: opacity 150ms 300ms ease-in-out;
}
.umcg-theme .accordion .panel-title button:hover, .umcg-theme .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode:hover {
  background-color: #d9e0ec;
}
.umcg-theme .accordion .panel-title .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .title {
  display: block;
  padding-right: 30px;
}
.umcg-theme .accordion .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content {
  position: relative;
}
.umcg-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-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-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;
    margin-bottom: 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;
    margin-bottom: 30px;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 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;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes slideUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .accordion .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .icon {
    top: 16px;
  }
}
@media print {
  .umcg-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-theme .accordion .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title {
    padding-left: 0;
  }
  .umcg-theme .accordion .panel-title button, .umcg-theme .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .edit-mode {
    padding: 0;
  }
}
.umcg-theme .text-block + .accordion:not(.booking-information-theme), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block + .accordion:not(.booking-information-theme) {
  margin-top: calc(-1 * (4rem - (1.2rem * 2.7)));
}
@media all and (min-width: 992px) {
  .umcg-theme .text-block + .accordion:not(.booking-information-theme), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block + .accordion:not(.booking-information-theme) {
    margin-top: calc(-1 * (7rem - (1.2rem * 2.7)));
  }
}
.umcg-theme .accordion h3.title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion h3.title {
  font-family: "CaspariWT", sans-serif;
  font-weight: 400;
}
.umcg-theme .accordion--research-code, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code {
  margin-bottom: 5rem;
}
@media print {
  @-webkit-keyframes slideDown {
    0% {
      max-height: 0;
      opacity: 0;
      margin-bottom: 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;
      margin-bottom: 30px;
    }
  }
  @keyframes slideDown {
    0% {
      max-height: 0;
      opacity: 0;
      margin-bottom: 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;
      margin-bottom: 30px;
    }
  }
  .umcg-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-theme .accordion--research-code a[href*="mailto:"]::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a[href*="mailto:"]::after {
    display: none;
  }
  .umcg-theme .accordion--research-code a[href*="@"], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a[href*="@"] {
    text-decoration: none;
  }
  .umcg-theme .accordion--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]) {
    text-decoration: none;
  }
  .umcg-theme .accordion--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a:not(.button):not([href*="umcg.nl"]):not([href*="umcgresearch.org"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
    content: "";
  }
  .umcg-theme .accordion--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]) {
    text-decoration: underline;
  }
  .umcg-theme .accordion--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a:not(.button):not([href*="/researchcode"]):not([href*="/research-code"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
    content: " (" attr(printable-href) ") ";
    text-decoration: none;
    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-theme .accordion--research-code a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a {
    position: relative;
    display: inline-block;
  }
  .umcg-theme .accordion--research-code a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--research-code a::after {
    content: " (" attr(href) ") ";
    text-decoration: none;
    margin-left: 3.6px;
    display: contents;
  }
}
.umcg-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}
.umcg-theme .accordion--steps .accordion-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-title {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.umcg-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-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-theme .accordion--steps .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title button, .umcg-theme .accordion--steps .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--steps .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .panel-title .edit-mode {
  padding-left: 6.5rem;
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #f6e6d0;
}
.umcg-theme .accordion--steps .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title button:hover, .umcg-theme .accordion--steps .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .accordion--steps .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .panel-title .edit-mode:hover {
  background-color: #f3e0c5;
}
.umcg-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], .umcg-theme .accordion--steps .accordion .panel-title [aria-expanded=true].edit-mode, .umcg-theme .accordion .accordion--steps .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .panel-title [aria-expanded=true].edit-mode {
  background-color: rgba(208, 131, 22, 0.08);
}
.umcg-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-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-theme .accordion--steps .accordion-items, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-items {
  counter-reset: accordion-step-counter;
}
.umcg-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-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-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-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-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-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-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-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
    margin-left: -3.3rem;
    margin-right: -3.3rem;
  }
  .umcg-theme .accordion--steps .accordion-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-title {
    margin-left: 3.3rem;
    margin-right: 3.3rem;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .umcg-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-theme .accordion--steps .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .icon {
    top: 25px;
  }
  .umcg-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;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
  }
  .umcg-theme .accordion--steps .accordion-item .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title button, .umcg-theme .accordion--steps .accordion-item .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--steps .accordion-item .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .accordion-item .panel-title .edit-mode {
    padding-top: 23px;
    padding-bottom: 24px;
    padding-left: 90px;
  }
  .umcg-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], .umcg-theme .accordion--steps .accordion-item .accordion .panel-title [aria-expanded=true].edit-mode, .umcg-theme .accordion .accordion--steps .accordion-item .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .accordion .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .accordion-item .panel-title [aria-expanded=true].edit-mode {
    background-color: rgba(208, 131, 22, 0.08);
  }
  .umcg-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, .umcg-theme .accordion--steps .accordion-item .accordion .panel-title [aria-expanded=true].edit-mode:hover, .umcg-theme .accordion .accordion--steps .accordion-item .panel-title [aria-expanded=true].edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .accordion .panel-title [aria-expanded=true].edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--steps .accordion-item .panel-title [aria-expanded=true].edit-mode:hover {
    background-color: #f3e0c5;
  }
  .umcg-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-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-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: 450ms slideDown;
            animation: 450ms slideDown;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .umcg-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-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-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-theme .accordion--team .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion-item {
  margin-bottom: 2px;
}
.umcg-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-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-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-theme .accordion--team .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title {
  background: none;
}
.umcg-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button, .umcg-theme .accordion--team .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--team .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode {
  background: #e3eff8;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 23px;
  position: relative;
  margin-bottom: 50px;
}
.umcg-theme .accordion--team .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button:hover, .umcg-theme .accordion--team .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .accordion--team .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode:hover {
  background: #f6fafd;
}
.umcg-theme .accordion--team .panel-title button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button .icon, .umcg-theme .accordion--team .accordion .panel-title .edit-mode .icon, .umcg-theme .accordion .accordion--team .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode .icon {
  -webkit-transform: none;
          transform: none;
  top: 23px;
}
.umcg-theme .accordion--team .panel-title button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button svg, .umcg-theme .accordion--team .accordion .panel-title .edit-mode svg, .umcg-theme .accordion .accordion--team .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode 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-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, .umcg-theme .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode .icon, .umcg-theme .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode .icon {
  -webkit-transform: none;
          transform: none;
}
.umcg-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, .umcg-theme .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode svg, .umcg-theme .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode svg {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.umcg-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, .umcg-theme .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode .team-preview, .umcg-theme .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title [aria-expanded=true].edit-mode .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title [aria-expanded=true].edit-mode .team-preview {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.umcg-theme .accordion--team .panel-title button .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button .team-preview, .umcg-theme .accordion--team .accordion .panel-title .edit-mode .team-preview, .umcg-theme .accordion .accordion--team .panel-title .edit-mode .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode .team-preview {
  min-height: 6rem;
}
.umcg-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-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-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-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-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-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-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-theme .accordion--team .panel-title::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title::before {
  display: none;
}
.umcg-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-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-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button, .umcg-theme .accordion--team .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--team .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .umcg-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-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-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-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-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-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-theme .accordion--team .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=true], .umcg-theme .accordion--team .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=false] {
    padding: 0 0 12rem;
    margin-top: -6rem;
    max-height: none;
    opacity: 1;
    -webkit-animation: 0s slideDownTeamDesktop forwards;
            animation: 0s slideDownTeamDesktop forwards;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .umcg-theme .accordion--team .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title {
    margin-top: 8rem;
    padding-left: 0;
  }
  .umcg-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button, .umcg-theme .accordion--team .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--team .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--team .panel-title .edit-mode {
    padding: 0;
  }
  .umcg-theme .accordion--team .panel-title .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-preview,
  .umcg-theme .accordion--team .panel-title .icon,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .icon {
    display: none;
  }
}
.umcg-theme .accordion--product .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title {
  background-color: #fff;
}
.umcg-theme .accordion--product .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button, .umcg-theme .accordion--product .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--product .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title .edit-mode {
  border: 1px solid transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
  border-radius: 5px;
}
.umcg-theme .accordion--product .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button:hover, .umcg-theme .accordion--product .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .accordion--product .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title .edit-mode:hover {
  background-color: #fff;
  border-color: rgb(0, 49, 131);
}
.umcg-theme .accordion--product .panel-title button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button .icon, .umcg-theme .accordion--product .accordion .panel-title .edit-mode .icon, .umcg-theme .accordion .accordion--product .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title .edit-mode .icon {
  top: 2.2rem;
  -webkit-transform: none;
          transform: none;
  height: auto;
  width: auto;
}
.umcg-theme .accordion--product .panel-title button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button svg, .umcg-theme .accordion--product .accordion .panel-title .edit-mode svg, .umcg-theme .accordion .accordion--product .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title .edit-mode 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-theme .accordion--product .panel-title button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button[aria-expanded=true], .umcg-theme .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode, .umcg-theme .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.umcg-theme .accordion--product .panel-title button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button[aria-expanded=true] .icon, .umcg-theme .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode .icon, .umcg-theme .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode .icon {
  -webkit-transform: none;
          transform: none;
}
.umcg-theme .accordion--product .panel-title button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button[aria-expanded=true] svg, .umcg-theme .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode svg, .umcg-theme .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title [aria-expanded=true].edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title [aria-expanded=true].edit-mode svg {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.umcg-theme .accordion--product .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content {
  margin-bottom: 0;
}
.umcg-theme .accordion--product .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content[aria-hidden=true] {
  -webkit-animation: 450ms accordionProductSlideUpSteps forwards;
          animation: 450ms accordionProductSlideUpSteps forwards;
}
.umcg-theme .accordion--product .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content[aria-hidden=false] {
  margin-bottom: 0;
  -webkit-animation: 450ms accordionProductSlideDownSteps forwards;
          animation: 450ms accordionProductSlideDownSteps forwards;
}
.umcg-theme .accordion--product .panel-content .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content .text-block {
  padding-top: 0;
}
.umcg-theme .accordion--product .panel-content > .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content > .text-block {
  padding: 0 2rem 3rem;
}
.umcg-theme .accordion--product .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion-item {
  -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);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.umcg-theme .accordion--product .product-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .product-item {
  padding-top: 1rem;
}
@-webkit-keyframes accordionProductSlideDownSteps {
  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 accordionProductSlideDownSteps {
  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 accordionProductSlideUpSteps {
  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 accordionProductSlideUpSteps {
  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: 992px) {
  .umcg-theme .accordion--product .panel-content > .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content > .text-block {
    padding: 0 3rem 3rem;
  }
  .umcg-theme .accordion--product .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-title button, .umcg-theme .accordion--product .accordion .panel-title .edit-mode, .umcg-theme .accordion .accordion--product .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion--product .panel-title .edit-mode {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media print {
  .umcg-theme .accordion--product .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content[aria-hidden=true], .umcg-theme .accordion--product .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--product .panel-content[aria-hidden=false] {
    margin-bottom: 0;
    display: block !important;
    -webkit-animation: 450ms accordionProductSlideDownSteps forwards;
            animation: 450ms accordionProductSlideDownSteps forwards;
  }
}
.umcg-theme .article-metadata, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata {
  margin-bottom: 7rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-theme .article-metadata .likes, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .likes,
.umcg-theme .article-metadata .author,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .author,
.umcg-theme .article-metadata .read-time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .read-time,
.umcg-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-theme .article-metadata a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata a {
  color: rgb(0, 49, 131);
}
.umcg-theme .article-metadata svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata svg {
  margin-top: -0.1rem;
}
.umcg-theme .article-metadata .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .label-theme {
  padding-left: 0.5rem;
}
.umcg-theme .article-metadata button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button, .umcg-theme .article-metadata .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .article-metadata .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .article-metadata .edit-mode {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-theme .article-metadata button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button .label-theme, .umcg-theme .article-metadata .accordion .panel-title .edit-mode .label-theme, .umcg-theme .accordion .panel-title .article-metadata .edit-mode .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .accordion .panel-title .edit-mode .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .article-metadata .edit-mode .label-theme {
  text-decoration: underline;
}
.umcg-theme .article-metadata button:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button:hover .label-theme, .umcg-theme .article-metadata .accordion .panel-title .edit-mode:hover .label-theme, .umcg-theme .accordion .panel-title .article-metadata .edit-mode:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .accordion .panel-title .edit-mode:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .article-metadata .edit-mode:hover .label-theme {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .umcg-theme .article-metadata, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .umcg-theme .article-metadata .author, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .author,
  .umcg-theme .article-metadata .read-time,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .read-time,
  .umcg-theme .article-metadata .date,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .date {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.umcg-theme .link-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list {
  margin-bottom: 7rem;
}
.umcg-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-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-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-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-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-theme .link-list a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:hover {
  color: rgb(0, 49, 131);
}
.umcg-theme .link-list a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:hover .label {
  text-decoration: underline;
}
.umcg-theme .link-list a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:visited {
  color: rgb(85, 31, 120);
}
.umcg-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-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-theme .link-list .more-link a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link a:hover, .umcg-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-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: "\ea0e";
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.47rem;
}
.umcg-theme .link-list--simple li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple li {
  border: none;
  padding-top: 0;
}
.umcg-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-theme .link-list--simple svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple svg {
  top: 7px;
}
.umcg-theme .link-list--simple a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple a {
  color: rgb(0, 49, 131);
}
.umcg-theme .link-list--simple a .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple a .label-theme {
  font-weight: normal;
  text-decoration: underline;
}
.umcg-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-theme .link-list--simple svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple svg {
    top: 8px;
  }
}
.umcg-theme .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card {
  text-align: center;
}
.umcg-theme .profile-card a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a {
  display: inline-block;
  color: rgb(0, 49, 131);
}
.umcg-theme .profile-card a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a span {
  text-decoration: underline;
}
.umcg-theme .profile-card a:hover span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a:hover span {
  text-decoration: none;
}
.umcg-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-theme .profile-card .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .name,
.umcg-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-word;
  -ms-hyphens: auto;
      hyphens: auto;
  display: inline-block;
  color: rgb(0, 49, 131);
  font-weight: 600;
}
.umcg-theme .profile-card .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .function,
.umcg-theme .profile-card .expertise,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .expertise {
  display: block;
}
.umcg-theme .profile-card .expertise, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .expertise {
  color: #0a0a0a;
}
.umcg-theme .profile-card figcaption span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card figcaption span {
  margin-bottom: 0.2rem;
}
.umcg-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-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-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 #e3eff8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.umcg-theme .profile-card--horizontal .seperator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .seperator {
  display: none;
}
.umcg-theme .profile-card--horizontal .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .name {
  font-weight: 700;
}
.umcg-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-theme .profile-card--horizontal .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .icon svg {
  width: 100%;
}
.umcg-theme .profile-card--horizontal .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .function {
  font-weight: 400;
  text-align: left;
}
.umcg-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-theme .profile-card--horizontal figure::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure::before {
  display: none;
}
.umcg-theme .profile-card--horizontal figure picture, .umcg-theme .profile-card--horizontal figure .hero-research focuspoint-picture, .umcg-theme .hero-research .profile-card--horizontal figure focuspoint-picture, .umcg-theme .profile-card--horizontal figure .hero focuspoint-picture, .umcg-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-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal figure focuspoint-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-theme .profile-card--horizontal figure picture img, .umcg-theme .profile-card--horizontal figure .hero-research focuspoint-picture img, .umcg-theme .hero-research .profile-card--horizontal figure focuspoint-picture img, .umcg-theme .profile-card--horizontal figure .hero focuspoint-picture img, .umcg-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-research focuspoint-picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal figure focuspoint-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-theme .profile-card--horizontal figure picture + figcaption, .umcg-theme .profile-card--horizontal figure .hero-research focuspoint-picture + figcaption, .umcg-theme .hero-research .profile-card--horizontal figure focuspoint-picture + figcaption, .umcg-theme .profile-card--horizontal figure .hero focuspoint-picture + figcaption, .umcg-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-research focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal figure focuspoint-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-theme .profile-card--horizontal-rtl figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl figcaption {
  padding: 1rem 2rem;
}
.umcg-theme .profile-card--horizontal-rtl picture, .umcg-theme .profile-card--horizontal-rtl .hero-research focuspoint-picture, .umcg-theme .hero-research .profile-card--horizontal-rtl focuspoint-picture, .umcg-theme .profile-card--horizontal-rtl .hero focuspoint-picture, .umcg-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-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal-rtl focuspoint-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-theme .profile-card--horizontal-rtl picture + figcaption, .umcg-theme .profile-card--horizontal-rtl .hero-research focuspoint-picture + figcaption, .umcg-theme .hero-research .profile-card--horizontal-rtl focuspoint-picture + figcaption, .umcg-theme .profile-card--horizontal-rtl .hero focuspoint-picture + figcaption, .umcg-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-research focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal-rtl focuspoint-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-theme .profile-card--theme-2 .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--theme-2 .name,
.umcg-theme .profile-card--theme-2 .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--theme-2 .function {
  color: #121212;
}
.umcg-theme .profile-card--link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link {
  text-decoration: none;
  outline: 0;
}
.umcg-theme .profile-card--link:focus .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:focus .icon, .umcg-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-theme .profile-card--link:focus .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:focus .icon svg, .umcg-theme .profile-card--link:hover .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:hover .icon svg {
  fill: #fff;
}
.umcg-theme .profile-card--link:visited figcaption .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:visited figcaption .name,
.umcg-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-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-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-theme .profile-card--horizontal picture + figcaption, .umcg-theme .profile-card--horizontal .hero-research focuspoint-picture + figcaption, .umcg-theme .hero-research .profile-card--horizontal focuspoint-picture + figcaption, .umcg-theme .profile-card--horizontal .hero focuspoint-picture + figcaption, .umcg-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-research focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .profile-card--horizontal focuspoint-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-theme .profile-card--horizontal figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figcaption {
    padding-left: 2.4rem;
  }
  .umcg-theme .profile-card--horizontal figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure {
    gap: 2.4rem;
  }
  .umcg-theme .profile-card--horizontal .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .icon {
    margin-right: 2.4rem;
  }
}
@media print {
  .umcg-theme .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
  .umcg-theme .profile-card a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
  .umcg-theme .profile-card::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card::after {
    text-align: left;
    font-size: 1.6rem;
  }
}
.umcg-theme .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card {
  position: relative;
  z-index: 1;
}
.umcg-theme .profile-card--horizontal figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figcaption {
  padding: 1rem 10rem 1rem 2rem;
  max-height: 75px;
}
.umcg-theme .profile-card--horizontal figure .image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure .image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 75px;
}
.umcg-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-theme .profile-card--link figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link figcaption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.umcg-theme .profile-card .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .name,
.umcg-theme .profile-card .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .function {
  overflow: hidden;
  text-overflow: ellipsis;
}
.umcg-theme .question-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block {
  margin: 0 0 4.4rem;
  position: relative;
  z-index: 1;
}
.umcg-theme .question-block .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual--mirrored {
  margin-top: -705px;
  margin-bottom: 150px;
}
.umcg-theme .question-block.question-block-without-profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .question-block.question-block-without-profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile {
    margin-bottom: 7rem;
  }
}
.umcg-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-theme .question-block li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block li {
  position: relative;
  margin: 0 0 15px 35px;
}
.umcg-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-theme .question-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block ul {
  margin-bottom: 7rem;
}
.umcg-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-theme .question-block.question-block-without-profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile {
    margin-bottom: 7rem;
  }
}
.umcg-theme .question-block .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual {
  top: auto;
  margin-top: inherit;
  bottom: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.umcg-theme .question-block .visual + .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual + .profile-card {
  position: relative;
}
@media all and (min-width: 576px) {
  .umcg-theme .question-block .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual {
    bottom: -124px;
    height: 280px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .question-block .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual {
    bottom: -110px;
    height: 240px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .question-block .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual {
    bottom: -150px;
    height: 280px;
    margin-bottom: 0;
  }
}
.umcg-theme .group-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row {
  margin-bottom: 4rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .umcg-theme .group-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row {
    margin-bottom: 7rem;
  }
}
.umcg-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: -1.4rem;
  top: 0;
  bottom: 3.5rem;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 131, 0.08)), to(rgba(0, 49, 131, 0.08)));
  background: linear-gradient(180deg, rgba(0, 49, 131, 0.08) 0%, rgba(0, 49, 131, 0.08) 100%);
}
.umcg-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-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;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin-bottom: 0;
}
.umcg-theme .group-row .group-row-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-content {
  padding-top: 2.8rem;
  text-align: left;
}
.umcg-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)), to(rgba(0, 169, 167, 0.1)));
  background: linear-gradient(180deg, rgba(0, 169, 167, 0.1) 0%, rgba(0, 169, 167, 0.1) 100%);
}
.umcg-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-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-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-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-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-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), to(#e3eff8));
  background: linear-gradient(180deg, #e3eff8 0%, #e3eff8 100%);
}
.umcg-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)), to(rgba(0, 174, 239, 0.1)));
  background: linear-gradient(180deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 174, 239, 0.1) 100%);
}
.umcg-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)), to(rgba(177, 178, 180, 0.2)));
  background: linear-gradient(180deg, rgba(177, 178, 180, 0.2) 0%, rgba(177, 178, 180, 0.2) 100%);
}
.umcg-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 {
  display: none;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -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);
}
.umcg-theme .group-row.group-row--theme-6 .group-row-visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-6 .group-row-visual::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 3px;
}
.umcg-theme .group-row.research-code-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.research-code-row {
  text-align: left;
}
.umcg-theme .group-row.research-code-row .group-row-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.research-code-row .group-row-content {
  padding-top: 0;
}
@media all and (min-width: 576px) {
  .umcg-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-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-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-theme .group-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row {
    margin-bottom: 2.5rem;
  }
  .umcg-theme .group-row .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-visual {
    left: 0;
    right: 0;
    width: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    bottom: 4.5rem;
  }
  .umcg-theme .group-row .group-row-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-content {
    padding-top: 4rem;
  }
  .umcg-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 {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .group-row .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-visual {
    left: 1.1rem;
    right: 1.1rem;
  }
  .umcg-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: 1200px;
  }
}
.umcg-theme .group-row.research-code-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.research-code-row {
  margin-bottom: 0;
}
.umcg-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 7rem;
  border-radius: 5px;
  max-width: 420px;
  overflow: hidden;
}
.umcg-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-theme .cta-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block p, .umcg-theme .cta-block .lead-theme pp, .umcg-theme .lead-theme .cta-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .cta-block pp {
  margin-bottom: 3rem;
}
.umcg-theme .cta-block p:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block p:last-child, .umcg-theme .cta-block .lead-theme pp:last-child, .umcg-theme .lead-theme .cta-block pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .lead-theme pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .cta-block pp:last-child {
  margin-bottom: 0;
}
.umcg-theme .cta-block .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button, .umcg-theme .cta-block .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-lightblue, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-lightblue, .umcg-theme .cta-block .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-darkblue, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-darkblue, .umcg-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-darkblue.button, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-theme .cta-block .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-white, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-white, .umcg-theme .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-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-theme .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-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-theme .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-white.button, .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-theme .cta-block form input[type=submit], .umcg-theme form .cta-block input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-lightblue[type=submit], .umcg-theme form .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue[type=submit], .umcg-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-theme .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-darkblue[type=submit], .umcg-theme form .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue[type=submit], .umcg-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-theme .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-darkblue[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-white[type=submit], .umcg-theme form .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-white[type=submit], .umcg-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-theme .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .cta-block form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-white[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-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-theme .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .profile-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul {
  margin-bottom: 0;
}
.umcg-theme .profile-list ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li {
  margin-left: 0;
  margin-bottom: 1rem;
}
.umcg-theme .profile-list ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li::before {
  display: none;
}
.umcg-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-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-theme .profile-list .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .profile-card {
  margin-bottom: 0;
}
.text-block .umcg-theme .profile-list, .text-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list {
  margin-top: -20px;
}
.umcg-theme .profile-list .button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button-wrapper {
  text-align: center;
  margin-top: 3.5rem;
}
.umcg-theme .profile-list .more-button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .more-button-wrapper {
  margin-top: 2rem;
}
.umcg-theme .profile-list .more-button-wrapper .more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .more-button-wrapper .more-button {
  text-align: left;
}
.umcg-theme .profile-list .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button, .umcg-theme .profile-list .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue, .umcg-theme .profile-list .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .profile-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button, .umcg-theme .profile-list .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .profile-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button, .umcg-theme .profile-list form input[type=submit], .umcg-theme form .profile-list input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input[type=submit], .umcg-theme .profile-list form input.cta-button-lightblue[type=submit], .umcg-theme form .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit], .umcg-theme .profile-list form input.cta-button-darkblue[type=submit], .umcg-theme form .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit], .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .profile-list form input.cta-button-white[type=submit], .umcg-theme form .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit], .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .profile-list .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-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.umcg-theme .profile-list .button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button .label, .umcg-theme .profile-list .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-lightblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue .label, .umcg-theme .profile-list .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue .label, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .profile-list .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .label, .umcg-theme .profile-list .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white .label, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .profile-list .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .label, .umcg-theme .profile-list form input[type=submit] .label, .umcg-theme form .profile-list input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input[type=submit] .label, .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .label, .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .profile-list form input.cta-button-white[type=submit] .label, .umcg-theme form .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .label, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.umcg-theme .profile-list .button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button .icn, .umcg-theme .profile-list .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-lightblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue .icn, .umcg-theme .profile-list .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue .icn, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .profile-list .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button .icn, .umcg-theme .profile-list .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white .icn, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .profile-list .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button .icn, .umcg-theme .profile-list form input[type=submit] .icn, .umcg-theme form .profile-list input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-white[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] .icn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.umcg-theme .profile-list .button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button svg, .umcg-theme .profile-list .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-lightblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-lightblue svg, .umcg-theme .profile-list .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-darkblue svg, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .profile-list .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button svg, .umcg-theme .profile-list .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button.cta-button-white svg, .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .profile-list .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .cta-button-white.button svg, .umcg-theme .profile-list form input[type=submit] svg, .umcg-theme form .profile-list input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input[type=submit] svg, .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue[type=submit] svg, .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .profile-list form input.cta-button-white[type=submit] svg, .umcg-theme form .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-white[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-white[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-white[type=submit] svg, .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .profile-list .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-theme .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input.cta-button-darkblue.cta-button-white[type=submit] svg {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  fill: rgb(0, 144, 195);
  -webkit-animation: spin 750ms linear infinite;
          animation: spin 750ms linear infinite;
}
.umcg-theme .profile-list .button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button[disabled], .umcg-theme .profile-list form input[disabled][type=submit], .umcg-theme form .profile-list input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list form input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .profile-list input[disabled][type=submit] {
  cursor: default;
}
.umcg-theme .profile-list .button-loading, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button-loading {
  background-color: #fff;
}
.umcg-theme .profile-list .button-loading .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button-loading .label {
  opacity: 0;
}
.umcg-theme .profile-list .button-loading svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .button-loading svg {
  opacity: 1;
}
@media print {
  .umcg-theme .profile-list ul li :has(a), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li :has(a) {
    margin-bottom: 36px;
  }
}
.umcg-theme .profile-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block {
  margin: 0 auto 7rem;
  max-width: 520px;
}
.umcg-theme .profile-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block h2 {
  margin: 0;
  padding-bottom: 2.4rem;
}
.umcg-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-theme .profile-block .read-more, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .read-more {
  text-align: center;
}
.umcg-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-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-theme .profile-block blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block blockquote,
.umcg-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-theme .profile-block .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card figcaption {
  margin-bottom: 16px;
}
.umcg-theme .profile-block .profile-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card img {
  margin-bottom: 8px;
}
.umcg-theme .profile-block .profile-card .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card .name,
.umcg-theme .profile-block .profile-card .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card .function {
  font-weight: 400;
}
.umcg-theme .profile-block .button-quaternary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary {
  background-color: #f2f8fd;
  border-color: #f2f8fd;
}
.umcg-theme .profile-block .button-quaternary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:hover, .umcg-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-theme .profile-block .button-quaternary:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:hover svg, .umcg-theme .profile-block .button-quaternary:focus svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:focus svg {
  fill: #fff;
}
.umcg-theme .profile-block--theme-2 .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block--theme-2 .profile-block-inner {
  background-color: #fff;
  border: 1px solid #ccd6e6;
}
@media print {
  .umcg-theme .profile-block .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-inner {
    background-color: #fff;
  }
}
.umcg-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 7rem;
  max-width: 765px;
}
.umcg-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-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-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-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-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-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-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-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-theme .navigation-bar-theme, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
    margin-bottom: 0rem;
  }
  .umcg-theme .navigation-bar-theme > .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid {
    position: static;
  }
  .umcg-theme .navigation-bar-theme > .container-fluid > .row > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid > .row > div, .umcg-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-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-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-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-theme .navigation-bar-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
    bottom: auto;
    top: auto;
  }
}
.umcg-theme .streetview-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block {
  margin: 0 auto 8.3rem 0;
  display: block;
  position: relative;
  max-width: 825px;
}
.umcg-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-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-theme .streetview-block:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:hover .icon, .umcg-theme .streetview-block:focus .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:focus .icon {
  background-color: rgb(0, 49, 131);
}
.umcg-theme .streetview-block:hover .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:hover .icon svg, .umcg-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-theme .streetview-block .picture-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .picture-block {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-theme .streetview-block--image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block--image {
  margin-left: auto;
  margin-right: auto;
}
.umcg-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-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-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-theme .streetview-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block {
    position: relative;
  }
  .umcg-theme .streetview-block--image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block--image {
    padding: 0 0;
  }
  .umcg-theme .streetview-block .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .label-theme {
    height: 40px;
    left: 50px;
  }
  .umcg-theme .streetview-block .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .text {
    line-height: 38px;
  }
  .umcg-theme .streetview-block .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .icon {
    height: 38px;
    width: 38px;
  }
  .umcg-theme .streetview-block svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block svg {
    width: 20px;
    height: 20px;
  }
}
.umcg-theme .streetview-block .text > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .text > * {
  display: inline-block;
  vertical-align: top;
}
.umcg-theme .description-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .umcg-theme .description-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .description-list dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt,
.umcg-theme .description-list dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dd {
  margin: 0 0 1.4rem;
}
.umcg-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-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-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-theme .description-list dt.force-show-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt.force-show-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.umcg-theme .description-list dt.force-show-label + dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt.force-show-label + dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.umcg-theme .description-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list a {
  color: rgb(0, 49, 131);
}
.umcg-theme .description-list .svg-calendar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list .svg-calendar {
  position: relative;
  top: -2px;
}
.umcg-theme .description-list--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-2 {
  background-color: transparent;
  padding: 0;
}
.umcg-theme .description-list--theme-2 dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-2 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
.umcg-theme .description-list--theme-2 dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-2 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 35px);
          flex: 1 1 calc(100% - 35px);
}
.umcg-theme .description-list--theme-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 {
  background-color: transparent;
  padding: 0;
}
.umcg-theme .description-list--theme-3 dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dt,
.umcg-theme .description-list--theme-3 dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd {
  margin: 0 0 0.4rem;
}
.umcg-theme .description-list--theme-3 dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd {
  color: rgb(0, 49, 131);
  font-weight: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.umcg-theme .description-list--theme-3 dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-theme .description-list--theme-3 dt.force-show-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dt.force-show-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: normal;
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding-right: 5px;
}
@media all and (min-width: 992px) {
  .umcg-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-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-theme .description-list--theme-2 dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-2 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
  }
  .umcg-theme .description-list--theme-2 dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-2 dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 35px);
            flex: 1 1 calc(100% - 35px);
  }
  .umcg-theme .description-list--theme-3 dl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .umcg-theme .description-list--theme-3 dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    padding-right: 40px;
  }
  .umcg-theme .description-list--theme-3 dd::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 18px;
    right: 20px;
    top: 5px;
    background-color: rgb(0, 49, 131);
  }
  .umcg-theme .description-list--theme-3 dd:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd:last-child {
    padding-right: 0;
  }
  .umcg-theme .description-list--theme-3 dd:last-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dd:last-child::before {
    display: none;
  }
  .umcg-theme .description-list--theme-3 dt.force-show-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dt.force-show-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .umcg-theme .description-list--theme-3 dt.force-show-label + dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list--theme-3 dt.force-show-label + dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.umcg-theme .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video {
  position: relative;
  max-width: 620px;
  margin: 0 auto 7rem;
}
.umcg-theme .video .plyr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-theme .video .plyr--youtube .plyr__controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--youtube .plyr__controls {
  display: none;
}
.umcg-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-theme .video .plyr--video .plyr__control svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control svg {
  fill: #fff;
}
.umcg-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-theme .video .plyr--video .plyr__control:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control:hover, .umcg-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-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-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-theme .video video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video video {
  display: none;
}
.umcg-theme .video .plyr--html5 video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--html5 video {
  display: block;
}
.umcg-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-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-theme .video .button-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .button-icon svg {
  fill: #fff;
  margin-right: -2px;
}
.umcg-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-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-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-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-theme .video .player, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .player {
  font-size: 0;
}
.umcg-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;
  padding-left: 0;
  padding-right: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.umcg-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-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-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-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-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-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-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-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-theme .video--w-small, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video--w-small {
  max-width: 420px;
}
.umcg-theme .video--w-large, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video--w-large {
  max-width: 820px;
}
@media all and (min-width: 768px) {
  .umcg-theme .video figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure {
    padding-top: 0;
  }
  .umcg-theme .video figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure img {
    position: static;
  }
  .umcg-theme .video .button-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .button-icon {
    top: 0.8rem;
  }
}
.umcg-theme .video figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure,
.umcg-theme .video .content,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content {
  pointer-events: none;
}
.umcg-theme .video figure .fragments-editor__editable, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure .fragments-editor__editable,
.umcg-theme .video figure h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure h2,
.umcg-theme .video .content .fragments-editor__editable,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content .fragments-editor__editable,
.umcg-theme .video .content h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content h2 {
  pointer-events: all;
}
.umcg-theme .video .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print {
  display: none;
}
.umcg-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-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-theme .video .plyr--vimeo .plyr__control:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control:hover, .umcg-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-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-theme .video .plyr--vimeo input[type=range], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo input[type=range] {
  color: #fff;
}
.umcg-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;
}
@media print {
  .umcg-theme .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video {
    page-break-inside: avoid;
  }
  .umcg-theme .video .video-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner,
  .umcg-theme .video .player,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .player,
  .umcg-theme .video .plyr,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr,
  .umcg-theme .video .cookie-component-overlay,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .cookie-component-overlay {
    display: none;
  }
  .umcg-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-theme .video .print img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print img {
    display: none !important;
  }
  .umcg-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-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-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-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-theme .skip-links a:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links a:active, .umcg-theme .skip-links a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links a:focus {
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}
.umcg-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 7rem;
}
.umcg-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-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-theme .info-block dl:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dl:last-child {
  margin-bottom: 0;
}
.umcg-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt,
.umcg-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-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-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.umcg-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-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-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-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-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-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-theme .info-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block h2 {
    margin-bottom: 2.2rem;
  }
  .umcg-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt,
  .umcg-theme .info-block dd,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
    padding: 17px 0 16px;
  }
  .umcg-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-theme .info-block dt::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt::before {
    margin-top: -17px;
  }
  .umcg-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-theme .modal-window-style, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style {
  text-align: center;
}
.umcg-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-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-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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.umcg-theme .modal-window-style .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons {
  background-color: #fff;
  padding: 10px 20px 60px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.umcg-theme .modal-window-style .buttons .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button, .umcg-theme .modal-window-style .buttons .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-lightblue, .umcg-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-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-theme .modal-window-style .buttons .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-darkblue, .umcg-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-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-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-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .umcg-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-theme .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons .cta-button-darkblue.button, .umcg-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-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-theme .modal-window-style .buttons .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-white, .umcg-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-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-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-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-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-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-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-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .umcg-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-theme .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons .cta-button-white.button, .umcg-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-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-theme .modal-window-style .buttons form input[type=submit], .umcg-theme form .modal-window-style .buttons input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .umcg-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-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .umcg-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-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-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .umcg-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-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-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .buttons form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button, .umcg-theme .modal-window-style .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-lightblue, .umcg-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-theme .modal-window-style .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-lightblue, .umcg-theme .modal-window-style .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-darkblue, .umcg-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-theme .modal-window-style .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-darkblue, .umcg-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-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-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .cta-button-darkblue.button, .umcg-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-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-theme .modal-window-style .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-white, .umcg-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-theme .modal-window-style .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-white, .umcg-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-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-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-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-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-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-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style .cta-button-white.button, .umcg-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-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-theme .modal-window-style form input[type=submit], .umcg-theme form .modal-window-style input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-lightblue[type=submit], .umcg-theme form .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue[type=submit], .umcg-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-theme .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-lightblue[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-darkblue[type=submit], .umcg-theme form .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue[type=submit], .umcg-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-theme .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-white[type=submit], .umcg-theme form .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-white[type=submit], .umcg-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-theme .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .modal-window-style form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-white[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme .modal-window-style .modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-title,
.umcg-theme .modal-window-style #modal-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style #modal-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-theme .modal-window-style h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style h1, .umcg-theme .modal-window-style form.form h1, .umcg-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-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);
}
.umcg-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-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-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-theme .modal-window-style .modal-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-description {
  margin-bottom: 95px;
}
.umcg-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-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
  margin-top: -20px;
  max-height: 65vh;
}
.umcg-theme .modal-filters .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-wrapper {
  max-height: 25vh;
}
.umcg-theme .modal-filters .modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-title, .umcg-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-theme .modal-filters .modal-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-title svg, .umcg-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-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    max-height: 75vh;
  }
  .umcg-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-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    max-height: 85vh;
  }
  .umcg-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-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    margin-top: 0;
  }
}
.umcg-theme .modal-form .modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-title, .umcg-theme .modal-form #modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form #modal-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-theme .modal-form .modal-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-title svg, .umcg-theme .modal-form #modal-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form #modal-title svg {
  margin-right: 1.2rem;
}
.umcg-theme .modal-form p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form p, .umcg-theme .modal-form .lead-theme pp, .umcg-theme .lead-theme .modal-form pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .modal-form pp {
  color: rgb(0, 49, 131);
}
.umcg-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-theme .modal-form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form label {
  display: block;
}
.umcg-theme .modal-form .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .group {
  margin-bottom: 3rem;
  text-align: left;
}
.umcg-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-theme .modal-form button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form button, .umcg-theme .modal-form .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .modal-form .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .modal-form .edit-mode {
  margin-left: auto;
  margin-right: auto;
}
.umcg-theme .modal-form .modal-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-description {
  margin-bottom: 0;
}
.umcg-theme .modal-form .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-wrapper {
  padding-bottom: 0;
  padding-top: 15px;
}
.umcg-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-theme .cookie-notice > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice > * {
  font-size: 14px;
}
.umcg-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-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-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-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-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-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-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  overflow-y: auto;
  margin-bottom: 10px;
}
.umcg-theme .cookie-bar h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar h2 {
  color: #fff;
}
.umcg-theme .cookie-bar a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar a {
  color: #fff;
}
.umcg-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-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  color: #fff;
}
.umcg-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode {
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 23px;
  margin: 0 2rem 2rem 0;
}
.umcg-theme .cookie-bar button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:hover, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode:hover, .umcg-theme .cookie-bar button:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:active, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode:active, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.umcg-theme .cookie-bar button.highlight:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:hover, .umcg-theme .cookie-bar .accordion .panel-title .highlight.edit-mode:hover, .umcg-theme .accordion .panel-title .cookie-bar .highlight.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .highlight.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .highlight.edit-mode:hover, .umcg-theme .cookie-bar button.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:active, .umcg-theme .cookie-bar .accordion .panel-title .highlight.edit-mode:active, .umcg-theme .accordion .panel-title .cookie-bar .highlight.edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .highlight.edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .highlight.edit-mode:active {
  background-color: rgba(0, 49, 131, 0.2);
}
.umcg-theme .cookie-bar .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:hover, .umcg-theme .cookie-bar form input.button-tetiary[type=submit]:hover, .umcg-theme form .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-theme .cookie-bar .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:focus, .umcg-theme .cookie-bar form input.button-tetiary[type=submit]:focus, .umcg-theme form .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 {
  border-color: #fff;
}
@media all and (orientation: portrait) {
  .umcg-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    height: 80vh;
  }
}
@media all and (min-height: 500px) {
  .umcg-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-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: 30%;
    height: auto;
  }
  .umcg-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode {
    border-radius: 30px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode {
    border-radius: 30px;
  }
}
.umcg-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-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-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-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-theme .cookie-settings h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings h2 {
  color: #fff;
}
.umcg-theme .cookie-settings a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings a {
  color: #fff;
}
.umcg-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-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-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-theme .cookie-settings .cookie-close > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close > svg {
  fill: #fff;
}
.umcg-theme .cookie-settings .cookie-close:focus > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close:focus > svg, .umcg-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-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-theme .cookie-settings ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings ul li {
  margin-bottom: 10px;
}
.umcg-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-theme .cookie-settings .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.button-tetiary:hover, .umcg-theme .cookie-settings form input.button-tetiary[type=submit]:hover, .umcg-theme form .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-theme .cookie-settings .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.button-tetiary:focus, .umcg-theme .cookie-settings form input.button-tetiary[type=submit]:focus, .umcg-theme form .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 {
  border-color: #fff;
}
.umcg-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-theme .cookie-notice-advanced p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced p, .umcg-theme .cookie-notice-advanced .lead-theme pp, .umcg-theme .lead-theme .cookie-notice-advanced pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .cookie-notice-advanced pp {
  font-size: 1.5rem;
}
.umcg-theme .cookie-notice-advanced > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced > * {
  font-size: 14px;
}
.umcg-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-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-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-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-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-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-theme .cookie-notice-advanced form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form label {
  color: #fff;
}
.umcg-theme .cookie-notice-advanced form .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .field-group, .umcg-theme .cookie-notice-advanced form .search .field-group-theme, .umcg-theme .search .cookie-notice-advanced form .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .search .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .cookie-notice-advanced form .field-group-theme {
  width: 100%;
}
.umcg-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-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-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-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-theme .cookie-notice-advanced form button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button, .umcg-theme .cookie-notice-advanced form .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-notice-advanced form .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-notice-advanced form .edit-mode {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  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-theme .cookie-notice-advanced form button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button:hover, .umcg-theme .cookie-notice-advanced form .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title .cookie-notice-advanced form .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-notice-advanced form .edit-mode:hover {
  background-color: transparent;
}
.umcg-theme .cookie-notice-advanced form button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button .icon, .umcg-theme .cookie-notice-advanced form .accordion .panel-title .edit-mode .icon, .umcg-theme .accordion .panel-title .cookie-notice-advanced form .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .accordion .panel-title .edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-notice-advanced form .edit-mode .icon {
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.umcg-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, .umcg-theme .cookie-notice-advanced form .accordion .panel-title [aria-expanded=true].edit-mode .icon, .umcg-theme .accordion .panel-title .cookie-notice-advanced form [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .accordion .panel-title [aria-expanded=true].edit-mode .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-notice-advanced form [aria-expanded=true].edit-mode .icon {
  top: 15px;
  -webkit-transform: translate(0, -40%) rotate(180deg);
          transform: translate(0, -40%) rotate(180deg);
}
.umcg-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, .umcg-theme .cookie-notice-advanced form .accordion .panel-title [aria-expanded=true].edit-mode .line-2, .umcg-theme .accordion .panel-title .cookie-notice-advanced form [aria-expanded=true].edit-mode .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .accordion .panel-title [aria-expanded=true].edit-mode .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-notice-advanced form [aria-expanded=true].edit-mode .line-2 {
  opacity: 0;
  -webkit-transition: opacity 150ms 300ms ease-in-out;
  transition: opacity 150ms 300ms ease-in-out;
}
.umcg-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-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-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-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-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;
  color: rgb(0, 49, 131);
  margin: 0 0 2.4rem;
  color: #fff;
  font-family: "CaspariWT", sans-serif;
  font-weight: 700;
}
.umcg-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-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-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-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-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  overflow-y: auto;
  margin-bottom: 10px;
}
.umcg-theme .cookie-bar h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar h2 {
  color: #fff;
}
.umcg-theme .cookie-bar a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar a {
  color: #fff;
}
.umcg-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-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-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  color: #fff;
}
.umcg-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode, .umcg-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-theme .cookie-bar button:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:active, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode:active, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode:active, .umcg-theme .cookie-bar button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:hover, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode:hover, .umcg-theme .cookie-bar .cookie-save:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save:active, .umcg-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-theme .cookie-bar button.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:active, .umcg-theme .cookie-bar .accordion .panel-title .highlight.edit-mode:active, .umcg-theme .accordion .panel-title .cookie-bar .highlight.edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .highlight.edit-mode:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .highlight.edit-mode:active, .umcg-theme .cookie-bar button.highlight:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:hover, .umcg-theme .cookie-bar .accordion .panel-title .highlight.edit-mode:hover, .umcg-theme .accordion .panel-title .cookie-bar .highlight.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .highlight.edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .highlight.edit-mode:hover, .umcg-theme .cookie-bar .cookie-save.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save.highlight:active, .umcg-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-theme .cookie-bar .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:focus, .umcg-theme .cookie-bar form input.button-tetiary[type=submit]:focus, .umcg-theme form .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-theme .cookie-bar .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:hover, .umcg-theme .cookie-bar form input.button-tetiary[type=submit]:hover, .umcg-theme form .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 {
  border-color: #fff;
}
.umcg-theme .cookie-bar .collapse-content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content p, .umcg-theme .cookie-bar .collapse-content .lead-theme pp, .umcg-theme .lead-theme .cookie-bar .collapse-content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .cookie-bar .collapse-content pp {
  font-size: 1.25rem;
  margin: 0;
}
.umcg-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-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-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    height: 80vh;
  }
}
@media all and (min-height: 500px) {
  .umcg-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-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: 40%;
    height: auto;
  }
  .umcg-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode {
    border-radius: 30px;
  }
}
@media all and (min-width: 768px) {
  .umcg-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-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-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-theme .cookie-bar .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .cookie-bar .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .cookie-bar .edit-mode {
    border-radius: 30px;
  }
}
.umcg-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-theme .cookie-bar .buttons .cookie-save:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .buttons .cookie-save:active, .umcg-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-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-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-theme .icn-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list {
  margin-bottom: 4rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  .umcg-theme .icn-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list {
    margin-bottom: 7rem;
  }
}
.umcg-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-theme .icn-list ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list ul li::before {
  display: none;
}
.umcg-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-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-theme .icn-list a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list a .label {
  text-decoration: none;
}
.umcg-theme .icn-list a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list a:hover {
  background-color: #d0e5f4;
}
.umcg-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-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-theme .category-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .category-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .category-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list ul {
  margin-bottom: 1.5rem;
}
.umcg-theme .category-list ul a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list ul a {
  color: rgb(0, 49, 131);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem 1.3rem 1.3rem 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-theme .category-list ul a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list ul a .label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 600;
}
.umcg-theme .category-list ul a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list ul a:hover {
  background-color: #d9eaf6;
}
.umcg-theme .category-list ul:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list ul:last-child {
  margin-bottom: 0;
}
.umcg-theme .category-list .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list .icon svg {
  top: -2px;
}
.umcg-theme .category-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list li {
  margin-bottom: 1rem;
}
.umcg-theme .category-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list li:last-child {
  margin-bottom: 0;
}
.umcg-theme .category-list .amount, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list .amount {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  padding-right: 5px;
  text-align: right;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media all and (min-width: 1200px) {
  .umcg-theme .category-list .category-list-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list .category-list-inner {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside;
  }
  .umcg-theme .category-list .category-list-inner li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .category-list .category-list-inner li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.umcg-theme .jobs-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list {
  margin-bottom: 4rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .umcg-theme .jobs-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list {
    margin-bottom: 7rem;
  }
}
.umcg-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-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-word;
  -ms-hyphens: auto;
      hyphens: auto;
  width: 100%;
  max-width: 62rem;
  margin-bottom: 2rem;
}
.umcg-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-theme .jobs-list > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list > ul > li {
    max-width: none;
  }
}
.umcg-theme .jobs-list h2 > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list h2 > * {
  display: inline-block;
}
.umcg-theme .jobs-list--horizontal > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list--horizontal > ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.umcg-theme .jobs-list--horizontal > ul > li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list--horizontal > ul > li:last-child {
  margin-bottom: 3.24rem;
}
.umcg-theme .jobs-list--horizontal .jobs-list-item .jobs-list-attributes li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list--horizontal .jobs-list-item .jobs-list-attributes li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.umcg-theme .subscribe-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background: linear-gradient(140deg, rgb(0, 174, 239) 0%, rgb(0, 49, 131) 100%);
  padding: 3rem 3rem 2.5rem;
  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;
}
@media all and (min-width: 992px) {
  .umcg-theme .subscribe-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner {
    margin-bottom: 7rem;
  }
}
.umcg-theme .subscribe-banner h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 2.4rem;
  color: #fff;
  text-align: center;
}
.umcg-theme .subscribe-banner figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner figure {
  margin-bottom: 2.4rem;
}
.umcg-theme .subscribe-banner .button-tetiary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner .button-tetiary {
  margin-bottom: 0;
  border-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
}
.umcg-theme .subscribe-banner--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner--theme-2 {
  background: linear-gradient(140deg, rgb(0, 144, 195) 0%, rgb(105, 44, 145) 75%);
}
@media all and (min-width: 992px) {
  .umcg-theme .subscribe-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner {
    padding: 3rem 1.7rem;
  }
  .umcg-theme .subscribe-banner h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .subscribe-banner h2 {
    margin-bottom: 3.2rem;
  }
}
.umcg-theme .events-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .events-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .events-list .button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper {
  text-align: center;
  padding: 1rem;
}
.umcg-theme .events-list .button-wrapper .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button, .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue, .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button, .umcg-theme .events-list .button-wrapper .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .events-list .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button, .umcg-theme .events-list .button-wrapper form input[type=submit], .umcg-theme form .events-list .button-wrapper input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] {
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
  margin: 0;
}
.umcg-theme .events-list .button-wrapper .button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button .label, .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-lightblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue .label, .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue .label, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .events-list .button-wrapper .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .events-list .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .label, .umcg-theme .events-list .button-wrapper form input[type=submit] .label, .umcg-theme form .events-list .button-wrapper input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.umcg-theme .events-list .button-wrapper .button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button .icn, .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-lightblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue .icn, .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue .icn, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .events-list .button-wrapper .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .events-list .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button .icn, .umcg-theme .events-list .button-wrapper form input[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.umcg-theme .events-list .button-wrapper .button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button svg, .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-lightblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-lightblue svg, .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-darkblue svg, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .events-list .button-wrapper .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .events-list .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .cta-button-white.button svg, .umcg-theme .events-list .button-wrapper form input[type=submit] svg, .umcg-theme form .events-list .button-wrapper input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .events-list .button-wrapper .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-theme .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  fill: rgb(0, 144, 195);
  -webkit-animation: spin 750ms linear infinite;
          animation: spin 750ms linear infinite;
}
.umcg-theme .events-list .button-wrapper .button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button[disabled], .umcg-theme .events-list .button-wrapper form input[disabled][type=submit], .umcg-theme form .events-list .button-wrapper input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper form input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .events-list .button-wrapper input[disabled][type=submit] {
  cursor: default;
}
.umcg-theme .events-list .button-wrapper .button-loading, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button-loading {
  background-color: #fff;
}
.umcg-theme .events-list .button-wrapper .button-loading .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button-loading .label {
  opacity: 0;
}
.umcg-theme .events-list .button-wrapper .button-loading svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper .button-loading svg {
  opacity: 1;
}
@media all and (min-width: 992px) {
  .umcg-theme .events-list .button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list .button-wrapper {
    padding-bottom: 0;
  }
}
.umcg-theme .events-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e3eff8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #e3eff8;
  text-decoration: none;
  padding: 2rem 1.2rem 2rem 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.umcg-theme .events-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item:hover {
  border-color: #b3c1da;
}
.umcg-theme .events-list-item svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item svg {
  fill: rgb(255, 125, 0);
}
.umcg-theme .events-list-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-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;
  padding-right: 2rem;
}
.umcg-theme .events-list-item .content h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content h3 {
  font-family: "Open Sans", sans-serif;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-left: 3.8rem;
  color: rgb(0, 49, 131);
  font-weight: 600;
}
.umcg-theme .events-list-item .content h3::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content h3::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: -2.6rem;
  width: 1px;
  background-color: rgb(0, 144, 195);
}
.umcg-theme .events-list-item .content time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content time {
  margin-left: -0.5rem;
  margin-top: -1.4rem;
  margin-bottom: 0.4rem;
}
.umcg-theme .events-list-item .content time .day, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content time .day {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  background-color: rgb(0, 144, 195);
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
}
.umcg-theme .events-list-item .content time .month, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content time .month {
  display: inline-block;
  color: #121212;
  font-weight: 600;
  font-size: 1.31rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  margin-left: 3px;
}
.umcg-theme .component-bg .events-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg .events-list-item {
  background-color: #fff;
  border-color: #fff;
}
.umcg-theme .component-bg .events-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg .events-list-item:hover {
  border-color: #b3c1da;
}
@media all and (min-width: 992px) {
  .umcg-theme .events-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item {
    padding: 1.7rem 1.2rem 1.7rem 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .umcg-theme .events-list-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .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-theme .events-list-item .content time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    min-width: 13rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .umcg-theme .events-list-item .content time .month, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content time .month {
    padding-left: 0.9rem;
    margin-left: 0;
  }
  .umcg-theme .events-list-item .content h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content h3 {
    margin-left: 0;
    padding-left: 1rem;
  }
  .umcg-theme .events-list-item .content h3::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .events-list-item .content h3::before {
    display: none;
  }
  .umcg-theme .component-bg .events-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg .events-list-item {
    background-color: #e3eff8;
    border-color: #e3eff8;
  }
  .umcg-theme .component-bg .events-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .component-bg .events-list-item:hover {
    border-color: #b3c1da;
  }
}
.umcg-theme .event-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-result {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .event-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-result {
    margin-bottom: 7rem;
  }
}
.umcg-theme .event-list-result li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-result li {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .event-list-result li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-result li {
    margin-bottom: 0.5rem;
  }
  .umcg-theme .event-list-result li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-result li:last-child {
    margin-bottom: 2rem;
  }
}
.umcg-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
  position: relative;
  margin-bottom: 1.75rem;
  overflow: hidden;
  background-color: #fff;
  /* for ie10 - ie11 */
}
.umcg-theme .hero .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button {
  margin-bottom: 2rem;
}
.umcg-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
  display: none;
}
.umcg-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-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-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-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-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: 1rem;
  padding-bottom: 3rem;
}
.umcg-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
  position: relative;
}
.umcg-theme .hero .content-inner > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner > * {
  position: relative;
  z-index: 1;
}
.umcg-theme .hero .content-inner-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner-text {
  height: 100%;
}
.umcg-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle,
.umcg-theme .hero .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title {
  color: rgb(0, 49, 131);
}
.umcg-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-theme .hero .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  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-theme .hero h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1, .umcg-theme .hero form.form h1, .umcg-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-theme .hero picture, .umcg-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-theme .hero picture img, .umcg-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-theme .hero .search .search-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search .search-wrapper {
  -webkit-animation: none;
          animation: none;
}
.umcg-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-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-theme .hero .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .container-fluid,
.umcg-theme .hero .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .row,
.umcg-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.umcg-theme form.form .ddm-form-builder-app .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-theme .hero .portlet-content .portlet-body .portlet-forms,
.umcg-theme .portlet-content .portlet-body .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-theme .hero form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-theme .hero .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-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,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-theme .hero .portlet-content .portlet-body .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,
.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-theme .hero .col-12,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .col-12,
.umcg-theme .hero form.form,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form {
  height: 100%;
}
.umcg-theme .hero--text .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text .content-inner {
  width: 70%;
}
.umcg-theme .hero--text-full-width .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text-full-width .content-inner {
  width: 100%;
}
.umcg-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
  width: 75%;
  height: 100%;
}
.umcg-theme .hero--story .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner::before {
  bottom: -2rem;
}
.umcg-theme .hero--theme-2 .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .subtitle,
.umcg-theme .hero--theme-2 .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .title,
.umcg-theme .hero--theme-2 .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .function,
.umcg-theme .hero--theme-2 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 h1,
.umcg-theme .hero--theme-2 form.form h1,
.umcg-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-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-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-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-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle,
  .umcg-theme .hero .title,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .umcg-theme .hero .function,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    text-shadow: 0 0 50px white;
  }
  .umcg-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    display: none;
  }
  .umcg-theme .hero--theme-2 .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .subtitle,
  .umcg-theme .hero--theme-2 .title,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .title,
  .umcg-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-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-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .umcg-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
    display: block;
  }
  .umcg-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle {
    display: block;
  }
  .umcg-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1.9rem;
  }
  .umcg-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .umcg-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
    width: 50%;
  }
  .umcg-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-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-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-theme .hero .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    bottom: 40%;
  }
  .umcg-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-top: 20px;
  }
  .umcg-theme .hero .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner::before {
    left: -17rem;
    right: -10rem;
  }
  .umcg-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-top: 3rem;
  }
  .umcg-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
    width: 4700px;
    height: 4700px;
  }
  .umcg-theme .hero .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask::before {
    width: 4700px;
    height: 4700px;
  }
  .umcg-theme .hero .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search {
    padding-top: 20px;
  }
}
@media all and (min-width: 992px) {
  .umcg-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-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-theme .hero .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .umcg-theme .hero h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1,
  .umcg-theme .hero form.form h1,
  .umcg-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.8rem;
    line-height: 1.5;
  }
  .umcg-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
    padding-top: 30%;
  }
  .umcg-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    left: 1rem;
  }
  .umcg-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
    min-height: 50px;
  }
  .umcg-theme .hero .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    bottom: 30%;
  }
  .umcg-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-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-theme .hero .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search {
    min-width: 0;
  }
  .umcg-theme .hero .search .search-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search .search-container {
    min-height: 0;
  }
  .umcg-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-theme .hero--text .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text .content-inner, .umcg-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
    width: 100%;
  }
  .page-home .umcg-theme .hero .title, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .page-home .umcg-theme .hero h1,
  .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1 {
    font-size: 4.2rem;
  }
  .page-home .umcg-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-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-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-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    left: 9%;
  }
  .umcg-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .umcg-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-theme .hero .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button {
    margin-bottom: 2.9rem;
  }
  .page-home .umcg-theme .hero .content, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-top: 4rem;
  }
  .umcg-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
    width: 6000px;
    height: 6000px;
  }
  .umcg-theme .hero .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask::before {
    width: 6000px;
    height: 6000px;
  }
}
.umcg-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.umcg-theme .hero .breadcrumb-button .label > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button .label > div {
  display: inline;
}
.umcg-theme .hero .umcg-hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-hero-mask,
.umcg-theme .hero .umcg-hero-stroke,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-hero-stroke {
  pointer-events: none;
}
.umcg-theme .hero--theme-0 .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0 .hero {
  background-color: transparent;
}
.umcg-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-theme .hero--theme-0-0 .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .hero {
  background-color: transparent;
}
.umcg-theme .hero--theme-0-0 .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .function,
.umcg-theme .hero--theme-0-0 .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .subtitle,
.umcg-theme .hero--theme-0-0 .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .title,
.umcg-theme .hero--theme-0-0 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 h1,
.umcg-theme .hero--theme-0-0 form.form h1,
.umcg-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-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-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: -6.1rem;
    margin-right: -6.1rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: 0;
    margin-right: 0;
  }
}
.umcg-theme .fragments-editor .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content {
  pointer-events: none;
}
.umcg-theme .fragments-editor .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .hero-inner {
  pointer-events: none;
}
.umcg-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-theme .fragments-editor .hero .content-inner .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner .breadcrumb-button,
.umcg-theme .fragments-editor .hero .content-inner .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner .subtitle,
.umcg-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-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-theme .navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list {
  margin-bottom: 7rem;
}
.umcg-theme .navigation-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list ul {
  margin-left: -0.44rem;
  margin-right: -0.44rem;
}
.umcg-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-theme .navigation-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list a {
  margin-left: 0.44rem;
  margin-right: 0.44rem;
}
@media all and (min-width: 768px) {
  .umcg-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-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-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-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-theme .navigation-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list ul {
      display: grid;
      grid-row-gap: 0.88rem;
    }
    .umcg-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-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-theme .navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list li {
      padding: 0;
      margin-bottom: 0;
      width: 100%;
    }
    .umcg-theme .navigation-list .span-xl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list .span-xl {
      grid-row-end: span 2;
    }
  }
}
.umcg-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-theme .navigation-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-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-theme .navigation-list-item figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item figure {
  margin-bottom: 1.6rem;
}
.umcg-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-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-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-theme .navigation-list-item > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item > *:last-child {
  margin-bottom: 0;
}
.umcg-theme .navigation-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item p, .umcg-theme .navigation-list-item .lead-theme pp, .umcg-theme .lead-theme .navigation-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .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-theme .navigation-list-item--inline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item--inline {
    width: calc(50% - (2.2rem / 2.5));
  }
}
.umcg-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
  margin-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
  padding-top: 77.7777777778%;
}
@media all and (min-width: 992px) {
  .umcg-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
    margin-bottom: 7rem;
  }
}
.umcg-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-theme .jobs-banner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button, .umcg-theme .jobs-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-lightblue, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-lightblue, .umcg-theme .jobs-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-darkblue, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-darkblue, .umcg-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-darkblue.button, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-theme .jobs-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-white, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-white, .umcg-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-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-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-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-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-white.button, .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-theme .jobs-banner form input[type=submit], .umcg-theme form .jobs-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-lightblue[type=submit], .umcg-theme form .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue[type=submit], .umcg-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-theme .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-darkblue[type=submit], .umcg-theme form .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue[type=submit], .umcg-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-theme .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-white[type=submit], .umcg-theme form .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-white[type=submit], .umcg-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-theme .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-white[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme .jobs-banner .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button:hover, .umcg-theme .jobs-banner form input[type=submit]:hover, .umcg-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-theme .jobs-banner h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner h2,
.umcg-theme .jobs-banner h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 2.4rem;
  color: #fff;
  text-align: center;
}
.umcg-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-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-theme .jobs-banner:hover .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button, .umcg-theme .jobs-banner:hover .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-lightblue, .umcg-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-theme .jobs-banner:hover .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-lightblue, .umcg-theme .jobs-banner:hover .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-darkblue, .umcg-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-theme .jobs-banner:hover .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-darkblue, .umcg-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-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-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover .cta-button-darkblue.button, .umcg-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-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-theme .jobs-banner:hover .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-white, .umcg-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-theme .jobs-banner:hover .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-white, .umcg-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-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-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-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-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-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-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover .cta-button-white.button, .umcg-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-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-theme .jobs-banner:hover form input[type=submit], .umcg-theme form .jobs-banner:hover input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-lightblue[type=submit], .umcg-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue[type=submit], .umcg-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-theme .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-darkblue[type=submit], .umcg-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue[type=submit], .umcg-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-theme .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-white[type=submit], .umcg-theme form .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-white[type=submit], .umcg-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-theme .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-banner:hover form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-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-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
    padding-top: 60%;
  }
}
.umcg-theme .fragments-editor .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .jobs-banner {
  pointer-events: none;
}
.umcg-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-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-theme .carousel-block .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls::after, .umcg-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-theme .carousel-block .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls button, .umcg-theme .carousel-block .tns-controls .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .carousel-block .tns-controls .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .carousel-block .tns-controls .edit-mode {
  left: 2.4rem;
}
.umcg-theme .carousel-block .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls button:last-child, .umcg-theme .carousel-block .tns-controls .accordion .panel-title .edit-mode:last-child, .umcg-theme .accordion .panel-title .carousel-block .tns-controls .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls .accordion .panel-title .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .carousel-block .tns-controls .edit-mode:last-child {
  right: 2.4rem;
}
.umcg-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
.umcg-theme .carousel-block .tns-outer .tns-nav,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
.umcg-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-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-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-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-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-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-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-theme .carousel-block.animation .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block.animation .carousel-card img,
.umcg-theme .carousel-block.animation .tns-outer .tns-nav,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block.animation .tns-outer .tns-nav,
.umcg-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-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;
  margin-top: 0;
  pointer-events: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  .umcg-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-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-theme .carousel-block .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls button, .umcg-theme .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode {
  pointer-events: initial;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .umcg-theme .carousel-block .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls::before, .umcg-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-theme .carousel-block .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls button, .umcg-theme .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode {
    left: 2.4rem;
  }
  .umcg-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, .umcg-theme .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .umcg-theme .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .carousel-block .tns-outer .tns-controls .edit-mode:last-child {
    right: 2.4rem;
  }
  .umcg-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-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-theme .carousel-block .tns-outer .tns-controls .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button, .umcg-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-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-lightblue, .umcg-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-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-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-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-darkblue, .umcg-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-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-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-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-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-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-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-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-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-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-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-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-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-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-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-white, .umcg-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-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-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-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-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-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-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-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-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-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-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-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-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-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-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-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-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-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-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-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-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input[type=submit], .umcg-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-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .umcg-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-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .umcg-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-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-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .umcg-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-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-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-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-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-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-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-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-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-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-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-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .umcg-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-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-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-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-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-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-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-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-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-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-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-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-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-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-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-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-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-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-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-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-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-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-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-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-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-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-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-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-theme .carousel-block .tns-outer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer {
    display: block;
  }
  .umcg-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-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-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-theme .carousel-block .tns-outer #tns1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer #tns1 {
    width: 100%;
  }
  .umcg-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-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-theme .carousel-block .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav {
    display: none;
  }
  .umcg-theme .carousel-block .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    display: none;
  }
}
.umcg-theme .photo-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .photo-block {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .photo-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .photo-block {
    margin-bottom: 7rem;
  }
}
.umcg-theme .photo-block li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .photo-block li {
  margin-bottom: 0;
}
.umcg-theme .usp-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list {
  margin-bottom: 4rem;
  background: linear-gradient(315deg, rgba(0, 174, 239, 0.3) 0%, rgba(0, 174, 239, 0.1) 100%);
  border-radius: 5px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  .umcg-theme .usp-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .usp-list h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list h2 {
  margin-bottom: 2.5rem;
}
.umcg-theme .usp-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list li {
  margin: 0 0 1.4rem 3.3rem;
  color: rgb(0, 49, 131);
  font-weight: 600;
  position: relative;
}
.umcg-theme .usp-list li svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list li svg {
  position: absolute;
  left: -3.3rem;
}
.umcg-theme .usp-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list li:last-child {
  margin-bottom: 0;
}
.umcg-theme .usp-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list ul {
  margin-bottom: 2.9rem;
}
.umcg-theme .usp-list .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button, .umcg-theme .usp-list .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-lightblue, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-lightblue, .umcg-theme .usp-list .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-darkblue, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-darkblue, .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .usp-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button, .umcg-theme .usp-list .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-white, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button.cta-button-white, .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-lightblue.button.cta-button-white, .umcg-theme .usp-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-darkblue.button.cta-button-white, .umcg-theme .usp-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-white.button, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-white.button, .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .cta-button-white.button, .umcg-theme .usp-list form input[type=submit], .umcg-theme form .usp-list input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input[type=submit], .umcg-theme .usp-list form input.cta-button-lightblue[type=submit], .umcg-theme form .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue[type=submit], .umcg-theme .usp-list form input.cta-button-darkblue[type=submit], .umcg-theme form .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-darkblue[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue[type=submit], .umcg-theme .usp-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .usp-list form input.cta-button-white[type=submit], .umcg-theme form .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-white[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-white[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-white[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-white[type=submit], .umcg-theme .usp-list form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .usp-list form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .usp-list .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .usp-list form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .usp-list form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .usp-list .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-theme .usp-list input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
  border-color: #fff;
  width: 100%;
  text-align: center;
}
.umcg-theme .usp-list .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list .button:hover, .umcg-theme .usp-list form input[type=submit]:hover, .umcg-theme form .usp-list input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .usp-list form input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .usp-list input[type=submit]:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .jobs-list-extend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend {
  /*.button-frog {
  	svg {
  		animation-name: bounce-7;
  		animation-duration: 1.25s;
  		animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  	}

  	@keyframes bounce-7 {
  		0% { transform: scale(1, 1)      translateY(0); }
  		10% { transform: scale(1.1, 0.9)   translateY(0); }
  		30% { transform: scale(.9, 1.1)   translateY(-20px); }
  		50% { transform: scale(1.05, 0.95) translateY(0); }
  		57% { transform: scale(1, 1)      translateY(-2px); }
  		64% { transform: scale(1, 1)      translateY(0); }
  		100% { transform: scale(1, 1)      translateY(0); }
  	}

  }*/
}
.umcg-theme .jobs-list-extend .amount, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .amount {
  font-weight: normal;
}
.umcg-theme .jobs-list-extend .amount .value::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .amount .value::before {
  position: relative;
  top: -2px;
  content: "(";
}
.umcg-theme .jobs-list-extend .amount .value::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .amount .value::after {
  position: relative;
  top: -2px;
  content: ")";
}
.umcg-theme .jobs-list-extend .button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}
.umcg-theme .jobs-list-extend .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button, .umcg-theme .jobs-list-extend .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue, .umcg-theme .jobs-list-extend .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .jobs-list-extend .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button, .umcg-theme .jobs-list-extend .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white, .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white, .umcg-theme .jobs-list-extend .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button, .umcg-theme .jobs-list-extend form input[type=submit], .umcg-theme form .jobs-list-extend input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] {
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.umcg-theme .jobs-list-extend .button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button .label, .umcg-theme .jobs-list-extend .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-lightblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue .label, .umcg-theme .jobs-list-extend .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue .label, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .jobs-list-extend .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .label, .umcg-theme .jobs-list-extend .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white .label, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .jobs-list-extend .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .label, .umcg-theme .jobs-list-extend form input[type=submit] .label, .umcg-theme form .jobs-list-extend input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.umcg-theme .jobs-list-extend .button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button .icn, .umcg-theme .jobs-list-extend .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-lightblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue .icn, .umcg-theme .jobs-list-extend .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue .icn, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .jobs-list-extend .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button .icn, .umcg-theme .jobs-list-extend .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white .icn, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .jobs-list-extend .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button .icn, .umcg-theme .jobs-list-extend form input[type=submit] .icn, .umcg-theme form .jobs-list-extend input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] .icn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.umcg-theme .jobs-list-extend .button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button svg, .umcg-theme .jobs-list-extend .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-lightblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-lightblue svg, .umcg-theme .jobs-list-extend .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-darkblue svg, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .jobs-list-extend .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button svg, .umcg-theme .jobs-list-extend .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button.cta-button-white svg, .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .jobs-list-extend .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .cta-button-white.button svg, .umcg-theme .jobs-list-extend form input[type=submit] svg, .umcg-theme form .jobs-list-extend input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .jobs-list-extend .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-theme .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input.cta-button-darkblue.cta-button-white[type=submit] svg {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  fill: rgb(0, 144, 195);
  -webkit-animation: spin 750ms linear infinite;
          animation: spin 750ms linear infinite;
}
.umcg-theme .jobs-list-extend .button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button[disabled], .umcg-theme .jobs-list-extend form input[disabled][type=submit], .umcg-theme form .jobs-list-extend input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend form input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-list-extend input[disabled][type=submit] {
  cursor: default;
}
.umcg-theme .jobs-list-extend .button-loading, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button-loading {
  background-color: #fff;
}
.umcg-theme .jobs-list-extend .button-loading .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button-loading .label {
  opacity: 0;
}
.umcg-theme .jobs-list-extend .button-loading svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-extend .button-loading svg {
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.umcg-theme .overview-list-result, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result {
  /*> ul > li:not(:last-child) {
      margin-bottom: 2rem;
  }*/
}
.umcg-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: -1.1rem;
  margin-right: -1.1rem;
  /*margin-bottom: 2rem;*/
}
.umcg-theme .overview-list-result > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result > ul > li {
  padding: 0 1.1rem;
  margin-bottom: 2rem;
}
.umcg-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-theme .overview-list-result .summary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result .summary {
  margin-bottom: 2.4rem;
}
.umcg-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-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-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-theme .overview-list-result--job a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job a, .umcg-theme .overview-list-result--search a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search a {
  width: 100%;
}
.umcg-theme .overview-list-result--search > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul {
  margin-bottom: 15px;
}
.umcg-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .umcg-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-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-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%;
  }
}
@media all and (min-width: 992px) {
  .umcg-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-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li, .umcg-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-theme .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2.3rem 0 2.1rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share {
    margin-bottom: 7rem;
  }
}
.umcg-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-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-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-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-theme .social-share li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share li {
  margin-bottom: 0;
  padding: 0 0.6rem;
}
.umcg-theme .social-share .button-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .button-reset {
  cursor: pointer;
}
.umcg-theme .social-share svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share svg {
  fill: #fff;
}
.umcg-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-theme .social-share .share-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .share-item:hover {
  background-color: #fff;
}
.umcg-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-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-theme .social-share .copy-message.show, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .copy-message.show {
  opacity: 1;
  visibility: visible;
}
.umcg-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-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-theme .social-share--theme-2::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2::before {
  display: none;
}
.umcg-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-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-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-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-theme .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .umcg-theme .social-share::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share::before {
    left: 0;
    right: 0;
  }
  .umcg-theme .social-share--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.umcg-theme .button-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share {
  text-align: center;
  padding: 1.4rem 0 1.6rem;
  margin: -4rem 0 25px;
  position: relative;
}
.umcg-theme .button-share .button-share-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-background {
  position: absolute;
  width: 100vw;
  max-width: 1390px;
  top: 0;
  z-index: 0;
  background-color: #d0e5f4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.umcg-theme .button-share.no-full-width .button-share-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.no-full-width .button-share-background {
  width: 100%;
  max-width: auto;
}
.umcg-theme .button-share .button-share-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-theme .button-share .button-share-inner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button, .umcg-theme .button-share .button-share-inner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-lightblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-lightblue, .umcg-theme .button-share .button-share-inner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner form input[type=submit], .umcg-theme form .button-share .button-share-inner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-theme .button-share .button-share-inner .social-share,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .social-share {
  margin-bottom: 0;
}
.umcg-theme .button-share .button-share-inner .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .social-share {
  padding: 0;
}
.umcg-theme .button-share .button-share-inner .social-share .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .social-share .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-theme .button-share .button-share-inner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button, .umcg-theme .button-share .button-share-inner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-lightblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-lightblue, .umcg-theme .button-share .button-share-inner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button, .umcg-theme .button-share .button-share-inner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-lightblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-darkblue.button.cta-button-white, .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .cta-button-white.button, .umcg-theme .button-share .button-share-inner form input[type=submit], .umcg-theme form .button-share .button-share-inner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .button-share .button-share-inner .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-theme .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input.cta-button-darkblue.cta-button-white[type=submit] {
  background-color: rgb(0, 49, 131);
  color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  position: relative;
  z-index: 1;
}
.umcg-theme .button-share .button-share-inner .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner .button:hover, .umcg-theme .button-share .button-share-inner form input[type=submit]:hover, .umcg-theme form .button-share .button-share-inner input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .button-share-inner form input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .button-share .button-share-inner input[type=submit]:hover {
  color: rgb(0, 49, 131);
  background-color: #fff;
}
.umcg-theme .button-share.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.is-stuck {
  position: fixed;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  width: calc(100% - 2.8rem);
  z-index: 30;
  margin-top: 0;
}
@media all and (min-width: 576px) {
  .umcg-theme .button-share.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.is-stuck {
    left: 50px;
    right: 50px;
    width: calc(100% - 100px);
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .button-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share {
    margin-top: -7rem;
  }
  .umcg-theme .button-share.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.is-stuck {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .button-share.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.is-stuck {
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1160px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .button-share.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share.is-stuck {
    margin-left: -1.1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.umcg-theme .button-share .signal-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .signal-link {
  color: rgb(0, 49, 131);
}
.umcg-theme .button-share .signal-link .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .signal-link .title {
  color: rgb(0, 49, 131);
  text-decoration: underline;
}
.umcg-theme .button-share .signal-link .title:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .signal-link .title:hover {
  text-decoration: none;
}
.umcg-theme .button-share .signal-link a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-share .signal-link a {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}
.umcg-theme .publish-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .publish-date {
  text-align: right;
  color: gray;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
.umcg-theme .hero-research, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research {
  position: relative;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
  background-color: #fff;
}
.umcg-theme .hero-research .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask {
  pointer-events: none;
  position: absolute;
  width: 2500px;
  height: 2500px;
  bottom: 0;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.umcg-theme .hero-research .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .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-theme .hero-research .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .breadcrumb-button {
  margin-bottom: 2rem;
}
.umcg-theme .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-inner {
  position: relative;
  padding-top: 66.6666666667%;
  clip-path: circle(1250px at 30% calc(-1250px + 100%));
}
.umcg-theme .hero-research .hero-visuals, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-visuals {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.umcg-theme .hero-research .hero-visual-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-visual-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(105, 44, 145, 0.3)), to(rgba(105, 44, 145, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 49, 131, 0.3)), to(rgba(0, 49, 131, 0.3))), -webkit-gradient(linear, left top, right top, color-stop(23.61%, rgba(0, 174, 239, 0.9)), color-stop(99.7%, rgba(0, 49, 131, 0.0001)));
  background: linear-gradient(0deg, rgba(105, 44, 145, 0.3), rgba(105, 44, 145, 0.3)), linear-gradient(0deg, rgba(0, 49, 131, 0.3), rgba(0, 49, 131, 0.3)), linear-gradient(90deg, rgba(0, 174, 239, 0.9) 23.61%, rgba(0, 49, 131, 0.0001) 99.7%);
}
.umcg-theme .hero-research .breadcrumb-titles, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .breadcrumb-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.umcg-theme .hero-research .breadcrumb-titles li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .breadcrumb-titles li {
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}
.umcg-theme .hero-research .breadcrumb-titles .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .breadcrumb-titles .breadcrumb-button {
  margin-bottom: 0;
  display: inline-block;
}
.umcg-theme .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 1.9rem;
  padding-bottom: 3rem;
}
.umcg-theme .hero-research .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner {
  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%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 8rem;
  position: relative;
}
.umcg-theme .hero-research .content-inner > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner > * {
  position: relative;
  z-index: 1;
}
.umcg-theme .hero-research .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -8rem;
  right: 0;
  top: -6rem;
  bottom: -8rem;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
}
.umcg-theme .hero-research .content-inner-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner-text {
  height: 100%;
}
.umcg-theme .hero-research .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .subtitle,
.umcg-theme .hero-research .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .title,
.umcg-theme .hero-research h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1,
.umcg-theme .hero-research form.form h1,
.umcg-theme form.form .hero-research h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero-research h1,
.umcg-theme .hero-research .category-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .category-title {
  color: #fff;
}
.umcg-theme .hero-research .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .category-title {
  display: none;
  position: absolute;
  left: -25%;
  top: -2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 3.8rem;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
}
.umcg-theme .hero-research .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .subtitle {
  display: none;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
}
.umcg-theme .hero-research .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .title,
.umcg-theme .hero-research h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1,
.umcg-theme .hero-research form.form h1,
.umcg-theme form.form .hero-research h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero-research h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "CaspariWT", sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  display: block;
  margin-bottom: 3rem;
}
.umcg-theme .hero-research .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .function {
  position: absolute;
  bottom: 25%;
}
.umcg-theme .hero-research picture, .umcg-theme .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research focuspoint-picture {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.umcg-theme .hero-research picture::before, .umcg-theme .hero-research focuspoint-picture::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research picture::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research focuspoint-picture::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.umcg-theme .hero-research picture img, .umcg-theme .hero-research focuspoint-picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research focuspoint-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.umcg-theme .hero-research .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .search form {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.umcg-theme .hero-research .search input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .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-theme .hero-research .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .container-fluid,
.umcg-theme .hero-research .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .row,
.umcg-theme .hero-research form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.umcg-theme form.form .ddm-form-builder-app .hero-research .lfr-ddm-form-page > .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research 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-research .lfr-ddm-form-page > .row,
.umcg-theme .hero-research .portlet-content .portlet-body .portlet-forms,
.umcg-theme .portlet-content .portlet-body .hero-research .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .portlet-content .portlet-body .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .hero-research .portlet-forms,
.umcg-theme .hero-research form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .hero-research .lfr-ddm-form-page > .portlet-forms,
.umcg-theme .hero-research .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .hero-research .lfr-ddm-form-page > .portlet-forms,
.umcg-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .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-theme .hero-research .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research 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-research .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .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-research .lfr-ddm-form-page > .portlet-forms,
.umcg-theme .hero-research .col-12,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .col-12,
.umcg-theme .hero-research form.form,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research form.form {
  height: 100%;
}
.umcg-theme .hero-research .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .text-block {
  display: none;
  color: #fff;
}
.umcg-theme .hero-research .text-block a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .text-block a {
  color: #fff;
}
.umcg-theme .hero-research .text-block ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .text-block ul li::before {
  background-color: rgb(160, 202, 232);
}
.umcg-theme .hero-research--theme-2 .hero-visual-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research--theme-2 .hero-visual-background {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 174, 239, 0.4)), to(rgba(0, 174, 239, 0.4))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 49, 131, 0.3)), to(rgba(0, 49, 131, 0.3))), -webkit-gradient(linear, left top, right top, color-stop(23.61%, rgba(0, 174, 239, 0.9)), color-stop(99.7%, rgba(0, 49, 131, 0.5)));
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.4), rgba(0, 174, 239, 0.4)), linear-gradient(0deg, rgba(0, 49, 131, 0.3), rgba(0, 49, 131, 0.3)), linear-gradient(90deg, rgba(0, 174, 239, 0.9) 23.61%, rgba(0, 49, 131, 0.5) 99.7%);
}
@media all and (min-width: 375px) {
  .umcg-theme .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-inner {
    padding-top: 50%;
  }
}
@media all and (min-width: 576px) {
  .umcg-theme .hero-research, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .umcg-theme .hero-research .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .text-block {
    display: block;
  }
  .umcg-theme .hero-research .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .subtitle {
    display: block;
  }
  .umcg-theme .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .umcg-theme .hero-research .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-inner {
    padding-top: 40%;
    clip-path: circle(2350px at 30% calc(-2350px + 100%));
  }
  .umcg-theme .hero-research .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .function {
    bottom: 40%;
  }
  .umcg-theme .hero-research .umcg-hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .umcg-hero-mask,
  .umcg-theme .hero-research .umcg-hero-stroke,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .umcg-hero-stroke {
    width: 172%;
    left: -0.5%;
  }
  .umcg-theme .hero-research .umcg-hero-stroke, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .umcg-hero-stroke {
    width: 180%;
    height: 103%;
    left: -0.5%;
  }
  .umcg-theme .hero-research .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner::before {
    left: -17rem;
    right: -10rem;
  }
  .umcg-theme .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content {
    padding-top: 4rem;
  }
  .umcg-theme .hero-research .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask {
    width: 4700px;
    height: 4700px;
  }
  .umcg-theme .hero-research .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask::before {
    width: 4700px;
    height: 4700px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .hero-research, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    max-width: 1390px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .umcg-theme .hero-research .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .title,
  .umcg-theme .hero-research h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1,
  .umcg-theme .hero-research form.form h1,
  .umcg-theme form.form .hero-research h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research form.form h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero-research h1 {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-right: -25%;
  }
  .umcg-theme .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-inner {
    padding-top: 30%;
  }
  .umcg-theme .hero-research .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .function {
    bottom: 30%;
  }
  .umcg-theme .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
  }
  .umcg-theme .hero-research .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .umcg-theme .hero-research .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .search {
    min-width: 0;
  }
  .umcg-theme .hero-research .search .search-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .search .search-container {
    min-height: 0;
  }
  .umcg-theme .hero-research .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .subtitle {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .umcg-theme .hero-research .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .category-title {
    display: inline-block;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .hero-research .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10rem;
  }
  .umcg-theme .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-inner {
    padding-top: 25%;
    clip-path: circle(3000px at 30% calc(-3000px + 100%));
  }
  .umcg-theme .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-theme .hero-research .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .breadcrumb-button {
    margin-bottom: 2.9rem;
  }
  .umcg-theme .hero-research .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .category-title {
    left: -19.3333333333%;
    font-size: 3.3rem;
  }
  .umcg-theme .hero-research .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .title,
  .umcg-theme .hero-research h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research h1,
  .umcg-theme .hero-research form.form h1,
  .umcg-theme form.form .hero-research h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research form.form h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero-research h1 {
    font-size: 4.8rem;
    line-height: 1.5;
    margin-right: -45%;
  }
  .umcg-theme .hero-research .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask {
    width: 6000px;
    height: 6000px;
  }
  .umcg-theme .hero-research .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask::before {
    width: 6000px;
    height: 6000px;
  }
}
@media all and (min-width: 1400px) {
  .umcg-theme .hero-research .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .category-title {
    left: -19.3333333333%;
    font-size: 4.3rem;
  }
}
.umcg-theme .anchor-button-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button-container {
  padding-top: 20px;
  margin-bottom: 30px;
}
.umcg-theme .anchor-button-container .anchor-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .anchor-button-container .anchor-button .label {
  color: rgb(0, 49, 131);
}
.umcg-theme .hero-research-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research-mobile, .umcg-theme .hero-research-is-part-of, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research-is-part-of {
  margin-bottom: 3.5rem;
  color: rgb(0, 49, 131);
  font-size: 2rem;
  line-height: 1.7;
}
.umcg-theme .hero-research-is-part-of .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research-is-part-of .text-block {
  margin-bottom: 0;
}
.umcg-theme .hero-research .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .hero-mask {
  pointer-events: none;
}
.umcg-theme .fragments-editor .hero-research .hero-visuals, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .hero-visuals {
  pointer-events: none;
}
.umcg-theme .fragments-editor .hero-research .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .content {
  pointer-events: none;
}
.umcg-theme .fragments-editor .hero-research .umcg-hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .umcg-hero-mask {
  bottom: 0;
}
.umcg-theme .fragments-editor .hero-research .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .hero-inner {
  pointer-events: none;
}
.umcg-theme .fragments-editor .hero-research .fragments-editor__editable[type=image], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .fragments-editor__editable[type=image] {
  pointer-events: all;
}
.umcg-theme .fragments-editor .hero-research .content-inner .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .content-inner .title,
.umcg-theme .fragments-editor .hero-research .content-inner .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero-research .content-inner .subtitle {
  pointer-events: all;
}
.umcg-theme .hero-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-text {
  margin-bottom: 4rem;
  position: relative;
  padding-top: 2.8rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .hero-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-text {
    margin-bottom: 7rem;
  }
}
.umcg-theme .hero-text .hero-text-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-text .hero-text-visual {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e3eff8;
  max-width: 1390px;
}
.umcg-theme .tns-outer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer {
  margin-bottom: 7rem;
  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-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-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-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-theme .tns-outer .tns-item > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-item > * {
  height: 100%;
  margin-bottom: 0;
}
.umcg-theme .tns-outer .tns-ovh, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-ovh {
  position: relative;
}
.umcg-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-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-theme .tns-outer .tns-nav button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav button, .umcg-theme .tns-outer .tns-nav .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .tns-outer .tns-nav .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-nav .edit-mode {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  padding: 8px;
  pointer-events: auto;
}
.umcg-theme .tns-outer .tns-nav button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav button::before, .umcg-theme .tns-outer .tns-nav .accordion .panel-title .edit-mode::before, .umcg-theme .accordion .panel-title .tns-outer .tns-nav .edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav .accordion .panel-title .edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-nav .edit-mode::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #b3c1da;
  background-color: #fff;
}
.umcg-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, .umcg-theme .tns-outer .tns-nav .accordion .panel-title .tns-nav-active.edit-mode::before, .umcg-theme .accordion .panel-title .tns-outer .tns-nav .tns-nav-active.edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav .accordion .panel-title .tns-nav-active.edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-nav .tns-nav-active.edit-mode::before {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
}
.umcg-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-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-theme .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::before, .umcg-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-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-theme .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 3;
  left: -1.1rem;
  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-theme .tns-outer .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:last-child, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child {
  left: auto;
  right: -1.1rem;
}
.umcg-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, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child::before, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.umcg-theme .tns-outer .tns-controls button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button::before, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode::before, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode::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-theme .tns-outer .tns-controls button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:hover, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode:hover, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode:hover {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
}
.umcg-theme .tns-outer .tns-controls button:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:hover::before, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode:hover::before, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode:hover::before {
  color: #fff;
}
.umcg-theme .tns-outer .tns-controls button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button svg, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode svg, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode 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-theme .tns-outer .tns-controls button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button[disabled], .umcg-theme .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode, .umcg-theme .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode {
  opacity: 0.5;
  cursor: default;
}
.umcg-theme .tns-outer .tns-controls button[disabled]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button[disabled]:hover, .umcg-theme .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode:hover, .umcg-theme .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.75);
}
.umcg-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, .umcg-theme .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode:hover::before, .umcg-theme .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title [disabled].edit-mode:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls [disabled].edit-mode:hover::before {
  color: rgb(0, 49, 131);
}
.umcg-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-theme .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode {
    left: -2.75rem;
  }
  .umcg-theme .tns-outer .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:last-child, .umcg-theme .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .umcg-theme .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls .accordion .panel-title .edit-mode:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .tns-outer .tns-controls .edit-mode:last-child {
    right: -2.75rem;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::before, .umcg-theme .tns-outer .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::after {
    display: block;
  }
}
.umcg-theme .card-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .card-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .card-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list ul {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}
.umcg-theme .card-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list li {
  margin-bottom: 2rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.umcg-theme .card-list li > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list li > a {
  margin-bottom: 0;
  height: 100%;
}
.umcg-theme .card-list .read-more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button {
  text-decoration: none;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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;
}
.umcg-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-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: 1220px;
}
.umcg-theme .footer-navigation h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 12px;
}
.umcg-theme .footer-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation li {
  padding: 0;
  margin: 0;
  position: relative;
}
.umcg-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-theme .footer-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:hover {
  text-decoration: underline;
}
.umcg-theme .footer-navigation a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:visited {
  color: rgb(85, 31, 120);
}
.umcg-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: 1.1rem;
  top: 0;
  height: 8rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-theme .footer-social-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list {
  border-top: 2px solid #b3c1da;
  padding: 2.4rem 0 2.4rem 0;
}
.umcg-theme .footer-social-navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list li {
  margin-bottom: 1.2rem;
}
.umcg-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-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-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-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-theme .footer-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation {
  background-color: #1a468f;
  margin-top: -2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.umcg-theme .footer-navigation p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation p, .umcg-theme .footer-navigation .lead-theme pp, .umcg-theme .lead-theme .footer-navigation pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .footer-navigation pp {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: unset;
}
.umcg-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: 1220px;
}
.umcg-theme .footer-navigation h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation h3 {
  color: #fff;
  margin-bottom: 12px;
}
.umcg-theme .footer-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation li {
  padding: 0;
  margin-right: 3.9rem;
  position: relative;
}
.umcg-theme .footer-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.umcg-theme .footer-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:hover {
  text-decoration: underline;
}
.umcg-theme .footer-navigation a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:visited {
  color: #b3c1da;
}
.umcg-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: 1.1rem;
  top: 0;
  height: 8rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.umcg-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-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-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-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  gap: 2.4rem;
}
.umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-theme .footer-navigation .footer-social-navigation-list li a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-social-navigation-list li a svg {
  fill: #fff;
}
.umcg-theme .research-programmes-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .research-programmes-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme a.research-programmes-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.research-programmes-list-item {
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
}
.umcg-theme a.research-programmes-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.research-programmes-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-theme .research-programmes-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item {
  background-color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 2rem 2rem 2rem 2rem;
  -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: 1px solid transparent;
  border-radius: 5px;
}
.umcg-theme .research-programmes-list-item .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .icon {
  position: absolute;
  right: 2rem;
  top: 1.8rem;
}
.umcg-theme .research-programmes-list-item svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item svg {
  fill: rgb(255, 125, 0);
}
.umcg-theme .research-programmes-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 0.9rem;
  padding-right: 3rem;
}
.umcg-theme .research-programmes-list-item .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .subtitle {
  display: block;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2.3rem;
}
.umcg-theme .research-programmes-list-item .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .category-title {
  font-weight: 700;
  display: inline-block;
  color: rgb(160, 202, 232);
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.umcg-theme .research-programmes-list-item .leaders, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .leaders {
  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-theme .research-programmes-list-item .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-list {
  position: relative;
  margin-bottom: 1rem;
}
.umcg-theme .research-programmes-list-item .profile-list::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  height: 0.3rem;
  background-color: rgb(255, 125, 0);
}
.umcg-theme .research-programmes-list-item .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card figcaption {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10rem;
}
.umcg-theme .research-programmes-list-item .profile-card--horizontal picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal .hero focuspoint-picture, .umcg-theme .hero .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal .hero-research focuspoint-picture, .umcg-theme .hero-research .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .research-programmes-list-item .profile-card--horizontal focuspoint-picture {
  right: 0;
}
.umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl .hero focuspoint-picture, .umcg-theme .hero .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl .hero-research focuspoint-picture, .umcg-theme .hero-research .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture {
  left: 0;
}
@media all and (min-width: 768px) {
  .umcg-theme .research-programmes-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item {
    padding-left: 6rem;
  }
  .umcg-theme .research-programmes-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item h3 {
    padding-right: 0;
  }
  .umcg-theme .research-programmes-list-item .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .icon {
    left: 3rem;
    right: auto;
  }
  .umcg-theme .research-programmes-list-item .leaders, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .leaders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4.4rem;
  }
  .umcg-theme .research-programmes-list-item .category-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .category-title {
    position: absolute;
    left: -8rem;
    top: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .umcg-theme .research-programmes-list-item .profile-list::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-list::before {
    left: -1.5rem;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0.3rem;
  }
  .umcg-theme .research-programmes-list-item .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card figcaption {
    margin-left: 12rem;
  }
  .umcg-theme .research-programmes-list-item .profile-card--horizontal picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal .hero focuspoint-picture, .umcg-theme .hero .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal .hero-research focuspoint-picture, .umcg-theme .hero-research .research-programmes-list-item .profile-card--horizontal focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .research-programmes-list-item .profile-card--horizontal focuspoint-picture {
    right: 2rem;
  }
  .umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl .hero focuspoint-picture, .umcg-theme .hero .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .umcg-theme .research-programmes-list-item .profile-card--horizontal-rtl .hero-research focuspoint-picture, .umcg-theme .hero-research .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card--horizontal-rtl .hero-research focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero-research .research-programmes-list-item .profile-card--horizontal-rtl focuspoint-picture {
    left: 2rem;
  }
}
.umcg-theme .research-programmes-list-item .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-programmes-list-item .profile-card figcaption {
  padding-left: 15px;
  margin-left: 0px !important;
  padding: 0;
}
.umcg-theme .group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label {
  position: relative;
  margin-bottom: 1.8rem;
}
.umcg-theme .group-label span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: rgb(160, 202, 232);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.umcg-theme .group-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.3rem;
  background-color: rgb(255, 125, 0);
}
@media all and (min-width: 992px) {
  .umcg-theme .group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label {
    position: static;
    margin-bottom: 0;
  }
  .umcg-theme .group-label span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label span {
    position: absolute;
    left: -6.7rem;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
  }
  .umcg-theme .group-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-label::before {
    content: "";
    position: absolute;
    left: -3.3rem;
    top: 0;
    bottom: 7rem;
    width: 0.3rem;
    height: auto;
    background-color: rgb(255, 125, 0);
  }
}
.umcg-theme .extendable-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .extendable-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper {
    margin-bottom: 7rem;
  }
}
.text-block .umcg-theme .extendable-wrapper, .text-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper {
  margin-bottom: 3.24rem;
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  top: 0.5rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .icon .line {
  width: 19px;
  display: inline-block;
  height: 2px;
  background-color: rgb(255, 125, 0);
  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-theme .extendable-wrapper .extandable-wrapper-navigation .icon .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .icon .line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .label {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.6rem;
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation button, .umcg-theme .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation .edit-mode {
  cursor: pointer;
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation button[aria-expanded=true] .line-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation button[aria-expanded=true] .line-1, .umcg-theme .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title [aria-expanded=true].edit-mode .line-1, .umcg-theme .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation [aria-expanded=true].edit-mode .line-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title [aria-expanded=true].edit-mode .line-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation [aria-expanded=true].edit-mode .line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation button[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation button[aria-expanded=true] .line-2, .umcg-theme .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title [aria-expanded=true].edit-mode .line-2, .umcg-theme .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation [aria-expanded=true].edit-mode .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title [aria-expanded=true].edit-mode .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation [aria-expanded=true].edit-mode .line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}
.umcg-theme .extendable-wrapper .extandable-wrapper-navigation button:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation button:hover .label, .umcg-theme .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title .edit-mode:hover .label, .umcg-theme .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation .edit-mode:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extandable-wrapper-navigation .accordion .panel-title .edit-mode:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .extendable-wrapper .extandable-wrapper-navigation .edit-mode:hover .label {
  text-decoration: none;
}
.umcg-theme .extendable-wrapper .extendable-wrapper-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extendable-wrapper-content {
  padding-top: 2rem;
}
.umcg-theme .extendable-wrapper .extendable-wrapper-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extendable-wrapper-content[aria-hidden=true] {
  -webkit-animation: 450ms extendableWrapperSlideUp forwards;
          animation: 450ms extendableWrapperSlideUp forwards;
}
.umcg-theme .extendable-wrapper .extendable-wrapper-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extendable-wrapper-content[aria-hidden=false] {
  -webkit-animation: 450ms extendableWrapperSlideDown forwards;
          animation: 450ms extendableWrapperSlideDown forwards;
}
.umcg-theme .extendable-wrapper .extendable-wrapper-content .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extendable-wrapper .extendable-wrapper-content .text-block {
  margin-bottom: 0;
}
@-webkit-keyframes extendableWrapperSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    visibility: visible;
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
  }
}
@keyframes extendableWrapperSlideDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    visibility: visible;
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
  }
}
@-webkit-keyframes extendableWrapperSlideUp {
  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);
    visibility: hidden;
  }
}
@keyframes extendableWrapperSlideUp {
  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);
    visibility: hidden;
  }
}
.umcg-theme .contact-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row {
  margin-bottom: 4rem;
}
.umcg-theme .contact-row a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row a {
  color: rgb(0, 49, 131);
}
.umcg-theme .contact-row h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 1.5rem;
}
.umcg-theme .contact-row .contact-row-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-container {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  margin-bottom: 3rem;
}
.umcg-theme .contact-row .contact-row-container:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-container:last-child {
  margin-bottom: 0;
}
.umcg-theme .contact-row .contact-row-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  margin-bottom: 3rem;
}
.umcg-theme .contact-row .contact-row-item > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-item > *:last-child {
  margin-bottom: 0;
}
.umcg-theme .contact-row .contact-row-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-item:last-child {
  margin-bottom: 0;
}
.umcg-theme .contact-row .contact-row-contact li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-contact li {
  position: relative;
  margin: 0 0 15px 35px;
}
.umcg-theme .contact-row .contact-row-contact li svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-contact li svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
}
.umcg-theme .contact-row .contact-row-social-media li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media li {
  margin-bottom: 1.2rem;
}
.umcg-theme .contact-row .contact-row-social-media .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgb(0, 49, 131);
  border-radius: 2.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  margin-top: -0.2rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.umcg-theme .contact-row .contact-row-social-media a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.umcg-theme .contact-row .contact-row-social-media a:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media a:hover .icon {
  background-color: rgb(0, 49, 131);
}
.umcg-theme .contact-row .contact-row-social-media a:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media a:hover svg {
  fill: #fff;
}
.umcg-theme .contact-row .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .profile-card {
  -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);
}
.umcg-theme .contact-row .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .profile-card figcaption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.umcg-theme .contact-row .profile-card figcaption .function div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .profile-card figcaption .function div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.umcg-theme .contact-row--show-hr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row--show-hr {
  border-top: 1px solid #ccd6e6;
  padding-top: 4rem;
}
@media all and (min-width: 768px) {
  .umcg-theme .contact-row .contact-row-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .umcg-theme .contact-row .contact-row-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-item {
    margin-bottom: 0;
  }
  .umcg-theme .contact-row--vertical .contact-row-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row--vertical .contact-row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .umcg-theme .contact-row--vertical .contact-row-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row--vertical .contact-row-item {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .contact-row--vertical .contact-row-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row--vertical .contact-row-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.6666666667%;
  }
}
.umcg-theme .contact-row .contact-row-social-media .orcid .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media .orcid .icon {
  border: none;
}
.umcg-theme .contact-row .contact-row-social-media a.orcid:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media a.orcid:hover .icon {
  background-color: transparent;
}
.umcg-theme .contact-row .contact-row-social-media a.orcid:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .contact-row .contact-row-social-media a.orcid:hover svg {
  fill: rgb(166, 206, 57);
}
.umcg-theme .timeline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .timeline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline {
    margin-bottom: 7rem;
  }
}
.umcg-theme .timeline > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul,
.umcg-theme .timeline > ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol {
  margin-top: 6rem;
  position: relative;
}
.umcg-theme .timeline > ul::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul::before,
.umcg-theme .timeline > ol::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol::before {
  content: "";
  position: absolute;
  top: -6rem;
  width: 1rem;
  background-color: #e6eaf3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.umcg-theme .timeline > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul > li,
.umcg-theme .timeline > ol > li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol > li {
  margin-bottom: 2rem;
}
.umcg-theme .timeline > ul > li:last-child .timeline-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul > li:last-child .timeline-item,
.umcg-theme .timeline > ol > li:last-child .timeline-item,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol > li:last-child .timeline-item {
  margin-bottom: 0;
}
.umcg-theme .timeline > ul > li:last-child .timeline-item::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul > li:last-child .timeline-item::before,
.umcg-theme .timeline > ol > li:last-child .timeline-item::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol > li:last-child .timeline-item::before {
  bottom: 0;
}
.umcg-theme .timeline .button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper {
  text-align: center;
  margin-top: 3.5rem;
}
.umcg-theme .timeline .button-wrapper .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button, .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-lightblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue, .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button, .umcg-theme .timeline .button-wrapper .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white, .umcg-theme .timeline .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button, .umcg-theme .timeline .button-wrapper form input[type=submit], .umcg-theme form .timeline .button-wrapper input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
  position: relative;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.umcg-theme .timeline .button-wrapper .button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button .label, .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-lightblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue .label, .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue .label, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .label, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .label, .umcg-theme .timeline .button-wrapper .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .label, .umcg-theme .timeline .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .label, .umcg-theme .timeline .button-wrapper form input[type=submit] .label, .umcg-theme form .timeline .button-wrapper input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.umcg-theme .timeline .button-wrapper .button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button .icn, .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-lightblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue .icn, .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue .icn, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue .icn, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button .icn, .umcg-theme .timeline .button-wrapper .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white .icn, .umcg-theme .timeline .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button .icn, .umcg-theme .timeline .button-wrapper form input[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] .icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] .icn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.umcg-theme .timeline .button-wrapper .button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button svg, .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-lightblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-lightblue svg, .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-darkblue svg, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-darkblue svg, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button svg, .umcg-theme .timeline .button-wrapper .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-lightblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-darkblue.button.cta-button-white svg, .umcg-theme .timeline .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper .cta-button-white.button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .cta-button-white.button svg, .umcg-theme .timeline .button-wrapper form input[type=submit] svg, .umcg-theme form .timeline .button-wrapper input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form .umcg-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .umcg-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-theme form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-theme .timeline .button-wrapper .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-theme .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input.cta-button-darkblue.cta-button-white[type=submit] svg {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  fill: rgb(0, 144, 195);
  -webkit-animation: spin 750ms linear infinite;
          animation: spin 750ms linear infinite;
}
.umcg-theme .timeline .button-wrapper .button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button[disabled], .umcg-theme .timeline .button-wrapper form input[disabled][type=submit], .umcg-theme form .timeline .button-wrapper input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper form input[disabled][type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .timeline .button-wrapper input[disabled][type=submit] {
  cursor: default;
}
.umcg-theme .timeline .button-wrapper .button-loading, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button-loading {
  background-color: #fff;
}
.umcg-theme .timeline .button-wrapper .button-loading .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button-loading .label {
  opacity: 0;
}
.umcg-theme .timeline .button-wrapper .button-loading svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline .button-wrapper .button-loading svg {
  opacity: 1;
}
.group-row .umcg-theme .timeline > ul::before, .group-row .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul::before,
.group-row .umcg-theme .timeline > ol::before,
.group-row .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol::before {
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .umcg-theme .timeline > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul,
  .umcg-theme .timeline > ol,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol {
    margin-top: 0;
    position: relative;
  }
  .umcg-theme .timeline > ul::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ul::before,
  .umcg-theme .timeline > ol::before,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline > ol::before {
    top: 0;
    left: 1.1rem;
    bottom: -13.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.umcg-theme .timeline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.umcg-theme .timeline-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item {
  padding-left: 0;
}
.umcg-theme .timeline-item:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item:before {
  content: none;
}
.umcg-theme .group-row .timeline > ul::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .timeline > ul::before,
.umcg-theme .group-row .timeline > ol::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .timeline > ol::before {
  background-color: #fff;
}
.umcg-theme .timeline-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item {
  position: relative;
  margin-bottom: 6rem;
}
.umcg-theme .timeline-item .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .video {
  max-width: 60rem;
}
.umcg-theme .timeline-item .timeline-item-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-inner {
  position: relative;
  margin-bottom: 2rem;
  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);
  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;
  z-index: 2;
}
.umcg-theme .timeline-item::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid #e6eaf3;
  background-color: rgb(255, 125, 0);
  border-radius: 50%;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.umcg-theme .timeline-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item h3,
.umcg-theme .timeline-item .timeline-item-header,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-header,
.umcg-theme .timeline-item .timeline-item-content,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-content {
  position: relative;
  z-index: 2;
}
.umcg-theme .timeline-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 2rem;
  color: rgb(0, 49, 131);
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.umcg-theme .timeline-item .timeline-item-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 2rem 2rem;
  background: linear-gradient(316.95deg, rgb(0, 174, 239) 0%, rgb(0, 49, 131) 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 2.5rem;
}
.umcg-theme .timeline-item .timeline-item-header .posted, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-header .posted {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
}
.umcg-theme .timeline-item .timeline-item-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-content {
  padding: 0 2rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.umcg-theme .timeline-item .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share {
  padding: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-theme .timeline-item .social-share .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share .title {
  color: #fff;
  padding-right: 1.5rem;
}
.umcg-theme .timeline-item .social-share ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.umcg-theme .timeline-item .social-share li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.umcg-theme .timeline-item .social-share svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share svg {
  width: 1.8rem;
  height: 1.8rem;
}
.umcg-theme .timeline-item .social-share .share-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share .share-item {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
}
.umcg-theme .timeline-item .social-share .share-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share .share-item:hover {
  background-color: #fff;
}
.umcg-theme .timeline-item .social-share .share-item:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share .share-item:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-theme .timeline-item .social-share::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .social-share::before {
  display: none;
}
.group-row .umcg-theme .timeline-item::after, .group-row .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item::after {
  border-color: #fff;
}
@media all and (min-width: 576px) {
  .umcg-theme .timeline-item .timeline-item-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-header {
    -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-theme .timeline-item .timeline-item-header .posted, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item .timeline-item-header .posted {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-theme .timeline-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item {
    padding-left: 7rem;
    margin-bottom: 0;
  }
  .umcg-theme .timeline-item::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .timeline-item::after {
    left: 0.2rem;
    -webkit-transform: none;
            transform: none;
    top: 1.9rem;
  }
}
.umcg-theme .facts-figures, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .facts-figures, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures {
    margin-bottom: 7rem;
  }
}
.umcg-theme .facts-figures li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures li {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .umcg-theme .facts-figures ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.1rem;
    margin-right: -1.1rem;
  }
  .umcg-theme .facts-figures li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    margin-bottom: 0;
  }
  .umcg-theme .facts-figures .facts-figures-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures .facts-figures-item {
    height: 100%;
  }
}
.umcg-theme .facts-figures-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item {
  background: linear-gradient(316.95deg, rgb(0, 174, 239) 0%, rgb(0, 49, 131) 100%);
  border-radius: 5px;
  color: #fff;
  padding: 3rem 3.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-theme .facts-figures-item .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .label,
.umcg-theme .facts-figures-item .content,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .content,
.umcg-theme .facts-figures-item a,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.umcg-theme .facts-figures-item .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .label,
.umcg-theme .facts-figures-item .content,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .content {
  display: block;
}
.umcg-theme .facts-figures-item .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .label {
  font-family: "CaspariWT", sans-serif;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-theme .facts-figures-item .facts-figures-item-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .facts-figures-item-visual {
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.umcg-theme .facts-figures-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.umcg-theme .facts-figures-item .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .buttons {
  display: block;
  text-align: right;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-top: 2.7rem;
}
.umcg-theme .facts-figures-item .buttons a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item .buttons a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-theme .facts-figures-item-year .facts-figures-item-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-year .facts-figures-item-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.umcg-theme .facts-figures-item-year .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-year .line {
  position: absolute;
  display: block;
  height: 0.2rem;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #fff;
}
.umcg-theme .facts-figures-item-year .bullet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-year .bullet {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgb(255, 125, 0);
  border: 2px solid #fff;
  z-index: 1;
}
.umcg-theme .facts-figures-item-percentage .facts-figures-item-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .facts-figures-item-visual {
  position: relative;
}
.umcg-theme .facts-figures-item-percentage .bar-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .bar-background,
.umcg-theme .facts-figures-item-percentage .bar-overlay,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1.2rem;
  border-radius: 0.6rem;
}
.umcg-theme .facts-figures-item-percentage .bar-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .bar-background {
  background-color: #fff;
}
.umcg-theme .facts-figures-item-percentage .bar-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .bar-overlay {
  border: 2px solid #fff;
  z-index: 2;
}
.umcg-theme .facts-figures-item-percentage .bar-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-percentage .bar-inner {
  position: relative;
  top: 0;
  z-index: 1;
  display: block;
  height: 1.2rem;
  background-color: rgb(255, 125, 0);
  margin-left: 2px;
  margin-right: 2px;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.umcg-theme .facts-figures-item-text--small-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-text--small-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.umcg-theme .facts-figures-item-text--small-title .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facts-figures-item-text--small-title .label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
}
.umcg-theme .theme-navigation-extended-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile {
  position: relative;
}
.umcg-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-theme .theme-navigation-extended-mobile .button-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger {
  margin-bottom: 4rem;
  -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);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  font-weight: 600;
  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.8rem 2.4rem 1.8rem 3.4rem;
  cursor: pointer;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
@media all and (min-width: 992px) {
  .umcg-theme .theme-navigation-extended-mobile .button-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger {
    margin-bottom: 7rem;
  }
}
.umcg-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-theme .theme-navigation-extended-mobile .button-trigger svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.umcg-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-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-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: absolute;
  top: 0;
  background-color: #fff;
  padding: 1rem 1.7rem 1.5rem 1.9rem;
  border-radius: 5px;
  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;
  min-width: 29.8rem;
  width: calc(100vw - 2.2rem);
  max-width: 40rem;
}
.umcg-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-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-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-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon {
  position: relative;
  height: 0.2rem;
  width: 1.8rem;
  background-color: rgb(0, 49, 131);
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::before, .umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.5rem;
  width: 1.8rem;
  height: 0.2rem;
  background-color: rgb(0, 49, 131);
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .icon::after {
  top: 0.5rem;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__general-title .label {
  color: rgb(0, 49, 131);
  font-weight: 600;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list__title {
  color: #335a9c;
  font-size: 1.47rem;
  padding: 1rem 0;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation {
  border-top: 0;
  margin-bottom: 0;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation a {
  border-top: 1px solid #e3eff8;
  padding: 1rem 0;
  font-size: 1.47rem;
  color: #335a9c;
  font-weight: 400;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation a:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-primary-navigation a:first-child {
  padding-top: 1rem;
}
.umcg-theme .theme-navigation-extended-mobile .current-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .current-item {
  margin-right: 4rem;
  color: rgb(0, 49, 131);
  margin-bottom: 1rem;
}
.umcg-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-theme .theme-navigation-extended-mobile .current-item li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .current-item li {
  padding: 0.7rem 2rem;
}
.umcg-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-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-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-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-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-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 {
  border-top: 1px solid #b3c1da;
  margin-bottom: 1.8rem;
}
.umcg-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;
}
.umcg-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: block;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 1.2rem 2rem;
  text-decoration: none;
}
.umcg-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a:first-child {
  padding-top: 1.9rem;
}
.umcg-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 {
  text-decoration: underline;
}
.umcg-theme .theme-navigation-extended-mobile .button-close, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close {
  position: absolute;
  padding: 0.7rem 1rem 1rem;
  top: 0.6rem;
  right: 0.7rem;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.umcg-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-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);
}
.umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1.6rem 2.6rem;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger .label-theme {
  padding-right: 0;
  padding-left: 2rem;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger .icon {
  position: relative;
  height: 0.2rem;
  width: 1.8rem;
  background-color: rgb(0, 49, 131);
}
.umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger .icon::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger .icon::before, .umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger .icon::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.5rem;
  width: 1.8rem;
  height: 0.2rem;
  background-color: rgb(0, 49, 131);
}
.umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger .icon::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger .icon::after {
  top: 0.5rem;
}
.umcg-theme .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .theme-navigation-extended-mobile-list {
  padding: 3rem 3.3rem;
}
@media all and (min-width: 576px) {
  .umcg-theme .theme-navigation-extended-mobile--research-code .button-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--research-code .button-trigger {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .theme-navigation-extended-mobile--hide-lg-desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--hide-lg-desktop {
    display: none;
  }
}
@media all and (min-width: 1685px) {
  .umcg-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 print {
  .umcg-theme .theme-navigation-extended-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile {
    display: none;
  }
}
.umcg-theme .theme-navigation-extended-mobile .button-close .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close .label-theme {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-theme .facilities-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list {
  margin-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .facilities-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list {
    margin-bottom: 7rem;
  }
}
.umcg-theme .facilities-list .more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list .more-button {
  text-align: left;
}
.umcg-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-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme .facilities-list-item:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item:hover::before {
  opacity: 1;
}
.umcg-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-theme .facilities-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item p, .umcg-theme .facilities-list-item .lead-theme pp, .umcg-theme .lead-theme .facilities-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .facilities-list-item pp {
  overflow-wrap: break-word;
  word-wrap: break-word;
  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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: -1.1rem;
    margin-right: -1.1rem;
  }
  .umcg-theme .facilities-list-result ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result ul li {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .umcg-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-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-theme .facilities-list-result li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result li {
    margin-bottom: 0.5rem;
  }
  .umcg-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-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  margin-bottom: 4rem;
  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);
  margin-top: 0;
  z-index: 2;
}
.umcg-theme .group-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-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: 2;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-theme .group-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card:hover::before {
  opacity: 1;
}
@media all and (min-width: 992px) {
  .umcg-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
    margin-bottom: 7rem;
  }
}
.umcg-theme .group-card h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card h2 {
  margin-bottom: 1.6rem;
}
.umcg-theme .group-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-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: 2.5rem;
}
.umcg-theme .group-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-theme .group-card .text-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .text-content {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0a0a0a;
  margin-bottom: 20px;
}
.umcg-theme .group-card .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .buttons {
  text-align: right;
}
.umcg-theme .group-card .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .buttons .label {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.5rem;
}
.umcg-theme .group-card .buttons .icon-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .buttons .icon-wrapper {
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.umcg-theme .group-card .buttons svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .buttons svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-theme .group-card:hover .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card:hover .buttons .label {
  text-decoration: none;
}
@media all and (min-width: 468px) {
  .umcg-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
    margin-top: -70px;
  }
}
@media all and (min-width: 842px) {
  .umcg-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
    margin-top: -100px;
  }
}
@media all and (min-width: 992px) {
  .umcg-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -50px;
  }
  .umcg-theme .group-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card .content {
    padding: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .umcg-theme .group-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .umcg-theme .group-card--vertical, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .umcg-theme .group-card--vertical .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card--vertical .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 2.5rem 2.5rem;
  }
  .umcg-theme .group-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card--vertical figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .group-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-card {
    margin-top: -40px;
  }
}
.umcg-theme .image-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card {
  margin-bottom: 7rem;
  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);
  display: block;
}
.umcg-theme .image-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card img {
  width: 100%;
}
.umcg-theme .image-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card--pull-over {
  margin-top: -130px;
  z-index: 2;
  position: relative;
}
@media all and (min-width: 768px) {
  .umcg-theme .image-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card {
    display: inline-block;
  }
  .umcg-theme .image-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card--pull-over {
    margin-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-theme .image-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-card--pull-over {
    margin-top: -90px;
  }
}
.umcg-theme .discover-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block {
  margin-bottom: 7rem;
}
.umcg-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
  margin-bottom: 2rem;
}
.umcg-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-theme .discover-block .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .video {
    margin-bottom: 0;
    height: 100%;
  }
  .umcg-theme .discover-block .news-card--event, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .news-card--event,
  .umcg-theme .discover-block .podcast-card,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .podcast-card {
    padding-top: 66.6666666667%;
  }
  .umcg-theme .discover-block .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .news-card--event h3,
  .umcg-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-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
    margin-bottom: 0;
  }
  .umcg-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: -1rem;
    margin-right: -1rem;
  }
  .umcg-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-theme .discover-block .discover-block-col-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1,
  .umcg-theme .discover-block .discover-block-col-2,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2,
  .umcg-theme .discover-block .discover-block-col-3,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .umcg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
  }
}
.umcg-theme .discover-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list {
  margin-bottom: 5rem;
}
.umcg-theme .discover-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list li {
  margin-bottom: 2rem;
}
.umcg-theme .discover-list .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list .button-arrow {
  margin-bottom: 2rem;
  display: inline-block;
}
.umcg-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-theme .discover-list .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list .button-arrow {
    margin-bottom: 0;
  }
  .umcg-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-theme .discover-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list ul {
    margin: 0 -0.55rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .umcg-theme .discover-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list li {
    padding: 0 0.55rem;
    -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-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-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-theme .discover-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block {
  margin-bottom: 7rem;
}
.umcg-theme .discover-block .discover-block-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.umcg-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .umcg-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
    margin-bottom: 0;
  }
  .umcg-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: -1rem;
    margin-right: -1rem;
  }
  .umcg-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-theme .discover-block .discover-block-col-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1,
  .umcg-theme .discover-block .discover-block-col-2,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2,
  .umcg-theme .discover-block .discover-block-col-3,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .umcg-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-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-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-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-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-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-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-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-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;
  }
}
.umcg-theme .back-to-top-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button {
  text-align: right;
  margin-bottom: 20px;
}
.umcg-theme .back-to-top-button button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode {
  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-theme .back-to-top-button button:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover .icon, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode:hover .icon, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode:hover .icon {
  background-color: #fff;
}
.umcg-theme .back-to-top-button button:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover svg, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode:hover svg, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode:hover svg {
  fill: #335a9c;
}
.umcg-theme .back-to-top-button button:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover .label, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode:hover .label, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode:hover .label {
  text-decoration: underline;
}
.umcg-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-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-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-theme .back-to-top-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button {
    margin-bottom: 0;
  }
}
.umcg-theme .back-to-top-button button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode {
  display: none;
}
@media all and (min-width: 992px) {
  .umcg-theme .back-to-top-button button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button, .umcg-theme .back-to-top-button .accordion .panel-title .edit-mode, .umcg-theme .accordion .panel-title .back-to-top-button .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .edit-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .umcg-theme .back-to-top-button button.with-footer-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button.with-footer-navigation, .umcg-theme .back-to-top-button .accordion .panel-title .with-footer-navigation.edit-mode, .umcg-theme .accordion .panel-title .back-to-top-button .with-footer-navigation.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .with-footer-navigation.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .with-footer-navigation.edit-mode {
    padding-bottom: 50px;
  }
}
.umcg-theme .back-to-top-button button.in-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button.in-visual, .umcg-theme .back-to-top-button .accordion .panel-title .in-visual.edit-mode, .umcg-theme .accordion .panel-title .back-to-top-button .in-visual.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .accordion .panel-title .in-visual.edit-mode, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .back-to-top-button .in-visual.edit-mode {
  position: relative;
  z-index: 1;
  right: 0;
  padding-right: 5px;
}
.umcg-theme .table-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container {
  overflow-x: auto;
  margin-bottom: 7rem;
}
.umcg-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-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-theme .table-container th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th,
.umcg-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-theme .table-container th:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th:last-child,
.umcg-theme .table-container td:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td:last-child {
  border-right: 0;
}
.umcg-theme .table-container th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=col], .umcg-theme .table-container th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=row],
.umcg-theme .table-container td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td[scope=col],
.umcg-theme .table-container td[scope=row],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td[scope=row] {
  font-weight: bold;
}
.umcg-theme .table-container th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=col],
.umcg-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-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-theme .table-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container {
    overflow-x: visible;
  }
}
.umcg-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: 7rem;
}
.umcg-theme .table-container table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container table {
  width: 100% !important;
}
.umcg-theme .table-container .table-theme-1 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-1 td, .umcg-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-theme .table-container .table-theme-2 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-2 td, .umcg-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-theme .table-container .table-theme-3 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-3 td, .umcg-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-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-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-theme .table-container .table-theme-4 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-4 td, .umcg-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-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-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-theme .table-container .table-theme-5 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-5 td, .umcg-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-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-theme .additional-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info {
  position: relative;
  background-color: #ecf4fa;
  padding: 2.4rem;
  margin-bottom: 7rem;
}
.umcg-theme .additional-info h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info h2 {
  font-size: 2.2rem;
}
.umcg-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-theme .additional-info .text-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info .text-block p, .umcg-theme .additional-info .text-block .lead-theme pp, .umcg-theme .lead-theme .additional-info .text-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info .text-block .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme .additional-info .text-block pp {
  font-size: 1.6rem;
}
.umcg-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-theme .additional-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info {
  background-color: #ebeff5;
}
.umcg-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-theme .slider .btn-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .btn-nav {
    left: -2.75rem;
  }
  .umcg-theme .slider .btn-nav.btn-next, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .btn-nav.btn-next {
    right: -2.75rem;
  }
}
@media all and (min-width: 1200px) {
  .umcg-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-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-theme .slider .slider-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .slider-nav,
  .umcg-theme .slider .bullet-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .bullet-nav {
    display: none;
  }
}
.umcg-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
  position: relative;
  margin-bottom: 7rem;
  max-width: 80rem;
  width: 100%;
}
.umcg-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-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
  padding-top: 20px;
}
.umcg-theme .spotify-embed .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print {
  display: none;
}
@media print {
  .umcg-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
    page-break-inside: avoid;
  }
  .umcg-theme .spotify-embed iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed iframe,
  .umcg-theme .spotify-embed .cookie-component-overlay,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .cookie-component-overlay {
    display: none;
  }
  .umcg-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-theme .spotify-embed .print img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print img {
    display: none !important;
  }
  .umcg-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-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-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-theme .twitter-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed {
  margin-bottom: 7rem;
  position: relative;
}
.umcg-theme .twitter-embed blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed blockquote {
  margin-left: 0;
}
.umcg-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-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-theme .twitter-embed .twitter-tweet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed .twitter-tweet {
    margin-left: 0;
    margin-right: 0;
  }
}
.umcg-theme .search-suggestions .search-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-suggestions .search-navigation {
  z-index: 4;
}
.umcg-theme .research-code-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 0;
}
.umcg-theme .research-code-header .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .print-btn {
  display: none;
  background-color: transparent;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23rem;
          flex: 0 1 23rem;
}
.umcg-theme .research-code-header .print-btn .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .print-btn .label {
  text-transform: none;
}
.umcg-theme .research-code-header .language-navigation-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .language-navigation-page {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 11rem;
          flex: 0 1 11rem;
  margin-top: 0;
}
.umcg-theme .research-code-header__subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header__subtitle {
  color: rgb(0, 49, 131);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 768px) {
  .umcg-theme .research-code-header .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .print-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
  }
  .umcg-theme .research-code-header .print-btn .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .print-btn .label {
    font-weight: 400;
    margin-left: 0;
    margin-right: 1rem;
  }
}
.umcg-theme .research-code-row .search.search-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-row .search.search-navigation {
  min-width: auto;
}
.umcg-theme .research-code-row .search.search-navigation form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-row .search.search-navigation form {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media print {
  .umcg-theme .research-code-header .language-navigation-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .language-navigation-page {
    display: none;
  }
  .umcg-theme .research-code-header .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-header .print-btn {
    display: none;
  }
}
.umcg-theme .page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation {
  position: sticky;
  top: 1rem;
  border-right: 2px solid rgba(0, 49, 131, 0.08);
  padding-right: 1.6rem;
  margin-bottom: 4rem;
}
.umcg-theme .page-navigation h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation h2 {
  font-family: "Open Sans", sans-serif;
  color: #335a9c;
  font-size: 1.47rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  margin-left: 2rem;
}
.umcg-theme .page-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.8rem;
}
.umcg-theme .page-navigation li.page-navigation__child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li.page-navigation__child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.umcg-theme .page-navigation li.page-navigation__child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li.page-navigation__child::before {
  content: "";
  position: absolute;
  display: block;
  left: 0.5rem;
  background-color: rgb(255, 125, 0);
  width: 0.2rem;
  top: 0.6rem;
  bottom: 0;
}
.umcg-theme .page-navigation li > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li > ul {
  margin-left: 2.4rem;
}
.umcg-theme .page-navigation li > ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li > ul li {
  padding-bottom: 0;
}
.umcg-theme .page-navigation li > ul a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li > ul a {
  margin-bottom: 2rem;
}
.umcg-theme .page-navigation li > ul a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation li > ul a::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: rgb(255, 125, 0);
  border-radius: 100rem;
}
.umcg-theme .page-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation a {
  color: #335a9c;
  font-size: 1.47rem;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
  margin-left: 2rem;
}
.umcg-theme .page-navigation a[aria-current=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation a[aria-current=true] {
  font-weight: 700;
  position: relative;
}
.umcg-theme .page-navigation a[aria-current=true]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation a[aria-current=true]::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background-color: rgb(255, 125, 0);
  border-radius: 100rem;
}
.umcg-theme .page-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation a:hover, .umcg-theme .page-navigation a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation a:focus {
  text-decoration: underline;
}
@media all and (min-width: 1200px) {
  .umcg-theme .page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation {
    margin-left: -3rem;
  }
}
@media all and (min-width: 1360px) {
  .umcg-theme .page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation {
    margin-left: -10rem;
    margin-right: 1.6rem;
  }
}
@media print {
  .umcg-theme .page-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-navigation {
    display: none;
  }
}
.umcg-theme .research-code-table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table {
  margin-bottom: 4rem;
  border-collapse: separate;
  width: 100%;
}
@media all and (min-width: 992px) {
  .umcg-theme .research-code-table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table {
    margin-bottom: 7rem;
  }
}
.umcg-theme .research-code-table tr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr {
  display: block;
  padding: 0 1rem;
  background-color: #ebeff5;
}
.umcg-theme .research-code-table td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td,
.umcg-theme .research-code-table th,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th {
  text-align: left;
  border-bottom: 1px solid #ccd6e6;
  padding: 0.9rem 0;
}
.umcg-theme .research-code-table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th {
  display: none;
  font-weight: 700;
}
.umcg-theme .research-code-table td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td {
  display: grid;
  grid-template-columns: 8rem auto;
  gap: 1rem;
}
.umcg-theme .research-code-table td::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td::before {
  content: attr(data-cell-label);
  font-weight: 700;
}
.umcg-theme .research-code-table td:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td:last-child {
  margin-bottom: 2rem;
  border-bottom: 0;
}
.umcg-theme .research-code-table ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table ul li,
.umcg-theme .research-code-table ol li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table ol li {
  margin-bottom: 0;
}
.umcg-theme .research-code-table ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table ul li {
  padding-left: 2.5rem;
  position: relative;
}
.umcg-theme .research-code-table ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table ul li::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 1.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #0a0a0a;
  border-radius: 100rem;
}
@media all and (min-width: 576px) {
  .umcg-theme .research-code-table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table {
    background-color: #ebeff5;
    padding: 3.2rem 4rem;
  }
  .umcg-theme .research-code-table td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td,
  .umcg-theme .research-code-table th,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th {
    padding: 1.8rem 0.9rem;
  }
  .umcg-theme .research-code-table td:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td:first-child,
  .umcg-theme .research-code-table th:first-child,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th:first-child {
    padding-left: 0;
    width: 10rem;
  }
  .umcg-theme .research-code-table td:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td:last-child,
  .umcg-theme .research-code-table th:last-child,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th:last-child {
    padding-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccd6e6;
  }
  .umcg-theme .research-code-table td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td {
    display: table-cell;
  }
  .umcg-theme .research-code-table td::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td::before {
    display: none;
  }
  .umcg-theme .research-code-table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table th {
    display: table-cell;
  }
  .umcg-theme .research-code-table tr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr {
    display: table-row;
  }
  .umcg-theme .research-code-table tr:nth-child(even), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:nth-child(even) {
    background-color: transparent;
  }
  .umcg-theme .research-code-table tr:first-child td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:first-child td,
  .umcg-theme .research-code-table tr:first-child th,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:first-child th {
    padding-top: 0;
  }
  .umcg-theme .research-code-table tr:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:last-child {
    margin-bottom: 0;
  }
  .umcg-theme .research-code-table tr:last-child td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:last-child td,
  .umcg-theme .research-code-table tr:last-child th,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table tr:last-child th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.umcg-theme .research-code-table td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table td {
  gap: 3rem;
}
@media print {
  .umcg-theme .research-code-table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
  .umcg-theme .research-code-table .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .research-code-table .text-block {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
}

@media all and (min-width: 1200px) {
  .umcg-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-theme .page-events .overview-container h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .overview-container h2,
  .umcg-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-theme .page-events .overview-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .overview-container {
    position: relative;
    z-index: 3;
  }
  .umcg-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-theme .page-events .active-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .active-filters {
    display: none;
  }
  .umcg-theme .page-events .filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter {
    z-index: 3;
    position: relative;
  }
  .umcg-theme .page-events .filter form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter form {
    border-radius: 0;
  }
  .umcg-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-theme .page-events .filter .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .icon {
    display: block;
  }
  .umcg-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-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-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-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-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-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-theme .page-events .filter .form-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .form-filter {
    overflow-y: hidden;
  }
  .umcg-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-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], .umcg-theme .page-events .filter .search [aria-hidden=false].field-group-theme, .umcg-theme .search .page-events .filter [aria-hidden=false].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .search [aria-hidden=false].field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .page-events .filter [aria-hidden=false].field-group-theme {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .umcg-theme .page-events .filter > .filter-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter > .filter-btn,
  .umcg-theme .page-events .filter .main-close-button,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .main-close-button {
    display: none;
  }
  .umcg-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-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-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: 576px) {
  .page-hero-pullover .main-container .container-fluid-content {
    margin-top: -100px;
  }
  .page-hero-pullover .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-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 {
    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-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-] > *, .umcg-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-] > * {
    position: relative;
    z-index: 2;
  }
  .page-hero-pullover .main-container.navigation-bar > .container-fluid {
    margin-top: 0;
  }
  .page-hero-pullover .main-container.navigation-bar > .container-fluid > .row:first-child div[class^=col-]::before, .page-hero-pullover .umcg-theme .portlet-content .portlet-body .main-container.navigation-bar > .container-fluid > .portlet-forms:first-child div[class^=col-]::before, .umcg-theme .portlet-content .portlet-body .page-hero-pullover .main-container.navigation-bar > .container-fluid > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .main-container.navigation-bar > .container-fluid > .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.navigation-bar > .container-fluid > .portlet-forms:first-child div[class^=col-]::before {
    display: none;
  }
  .page-hero-pullover.theme-education .main-container .container-fluid-content {
    margin-top: -10rem;
  }
  .page-hero-pullover.theme-education .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.theme-education .main-container .umcg-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-theme .portlet-content .portlet-body .page-hero-pullover.theme-education .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.theme-education .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.theme-education .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before {
    height: 100px;
    top: -20px;
  }
}
@media all and (min-width: 1200px) {
  .page-hero-pullover .main-container .container-fluid-content {
    margin-top: -160px;
  }
  .page-hero-pullover .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-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 {
    height: 260px;
    left: -50px;
    right: -50px;
  }
  .page-hero-pullover .main-container.navigation-bar > .container-fluid {
    margin-top: 0;
  }
  .page-hero-pullover.theme-education .main-container .container-fluid-content {
    margin-top: -5rem;
  }
  .page-hero-pullover.theme-education .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.theme-education .main-container .umcg-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-theme .portlet-content .portlet-body .page-hero-pullover.theme-education .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.theme-education .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.theme-education .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before {
    height: 100px;
  }
}

.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;
}
