@font-face {
  font-family: "AadPro";
  src: url("../fonts/AadPro.otf") format("opentype");
}
@font-face {
  font-family: "AadPro-Bold";
  src: url("../fonts/AadPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AadPro-SemiBold";
  src: url("../fonts/AadPro-Demibold.otf") format("opentype");
}
@font-face {
  font-family: "AadPro-Light";
  src: url("../fonts/AadPro-Light.otf") format("opentype");
}
body {
  margin: 0;
  font-family: "AadPro", sans-serif;
  color: #003c7d;
}

body a {
  color: #003c7d;
}

body p a {
  text-decoration: underline;
}

@media only screen and (width >= 768px) {
  body p a:hover {
    color: rgba(0, 60, 125, 0.6);
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}

h1,
.h1 {
  font-size: 2.875rem;
  line-height: 2.875rem;
  padding-bottom: 10px;
}

@media only screen and (width >= 768px) {
  h1,
  .h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
h2,
.h2 {
  line-height: 1.9rem;
  font-size: 1.9rem;
  font-weight: normal;
  margin-bottom: 20px;
}

@media only screen and (width >= 768px) {
  h2,
  .h2 {
    line-height: 4.5rem;
    font-size: 4.5rem;
  }
}
h3,
.h3 {
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: normal;
}

@media only screen and (width >= 768px) {
  h3,
  .h3 {
    line-height: 2.875rem;
    font-size: 2.875rem;
  }
}
h4,
.h4 {
  font-size: 1.75rem;
}

@media only screen and (width >= 768px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-family: "AadPro-SemiBold", sans-serif;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

@media only screen and (width >= 1024px) {
  p {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}
a {
  text-decoration: none;
  outline: none !important;
}

a:focus,
a:active {
  outline: none !important;
  box-shadow: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.role-selection-intro {
  display: none;
}

ul[role=menubar] {
  display: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  padding: 0 20px;
}

@media only screen and (width >= 1024px) {
  .container {
    padding: 0 80px;
  }
}
.row {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.row h2 {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media only screen and (width >= 768px) {
  .row h2 {
    line-height: 2.875rem;
    font-size: 2.875rem;
  }
}
.row h3 {
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 1.4rem;
}

.row h3.title-first-color-sect {
  margin-top: 0;
}

@media only screen and (width >= 640px) {
  .row h3.title-first-color-sect {
    margin-top: 80px;
    font-size: 1.75rem;
  }
}
.page-header-large-outer {
  margin-top: 40px;
}

.arl-read-more__button--more,
.arl-read-more__button--less {
  display: none;
}

.arl-show-more__button--more,
.arl-show-more__button--less {
  display: none;
}

.arl-link-polyclinic__linklist {
  display: none;
}

.sub-sect-block-title {
  margin-top: 32px;
  font-size: 1.7rem;
  line-height: 1.7rem;
}

.arl-read-more:has(.arl-read-more--short + .arl-read-more--long) .arl-read-more--short {
  display: none;
}

.event-links-holder:first-child {
  border-top: 1px solid #003c7d;
}

.event-links-holder .event-link {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 27px;
  border-bottom: 1px solid #003c7d;
  transition: 0.2s ease;
}

.event-links-holder .event-link .event-description {
  width: 70%;
}

.event-links-holder .event-link .event-date {
  width: 25%;
}

@media only screen and (width >= 768px) {
  .event-links-holder .event-link:hover {
    padding: 30px 30px 27px;
    background-color: rgba(0, 60, 125, 0.05);
  }
}
.body.light-theme .lumc-footer .extra-links .social-media-links .social-media-link svg {
  fill: #003c7d;
}

body.light-theme .icon-arrow-top-right {
  fill: #003c7d;
}

.arl-svgsprite {
  fill: #003c7d;
}

.navigation-link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 27px;
  border-bottom: 1px solid #003c7d;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s ease;
}

@media only screen and (width >= 768px) {
  .navigation-link {
    font-size: 1.125rem;
  }
}
#goToTopButton {
  display: none;
}

.square-image-video {
  display: none;
}

.square-image-menu-holder .header,
.square-image-header-outer .outer-image-title-holder {
  display: none;
}

.navigation-link__quick-menu {
  display: none;
}

.sticky-roleselection-btn,
.alphabet-filter-sticky {
  display: none;
}

.readmore {
  margin-top: 30px;
  display: flex;
  font-size: 1rem;
  margin-bottom: 60px;
  gap: 12px;
}

@media only screen and (width >= 768px) {
  .readmore svg:hover {
    fill: #6575e1;
  }
}
@media only screen and (width >= 768px) {
  .readmore:hover {
    color: #6575e1;
  }
}
@media only screen and (width >= 768px) {
  .readmore {
    font-size: 1.125rem;
  }
}
.readmore-block-align {
  order: 2;
}

@media only screen and (width >= 640px) {
  .readmore-block-align {
    order: 1;
  }
}
.readmore-center-align {
  margin-top: 30px;
  margin-bottom: 21px;
  display: flex;
  font-size: 1rem;
  gap: 12px;
}

@media only screen and (width >= 768px) {
  .readmore-center-align:hover {
    color: #6575e1;
  }
  .readmore-center-align:hover svg {
    fill: #6575e1;
  }
}
@media only screen and (width >= 640px) {
  .readmore-center-align {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
.swiper-container,
.swiper-button-wrapper {
  display: none;
}

.btn--text-like {
  border: 0;
  outline: 0 !important;
  text-decoration: none;
  background-color: transparent;
  height: unset;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

.btn--text-like:focus {
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.btn--text-like:hover {
  text-decoration: none;
  border: 0;
}

.btn--text-like[disabled],
.btn--text-like .disabled {
  pointer-events: none;
}

@media only screen and (width >= 768px) {
  .btn--text-like:hover {
    border: 0;
  }
}
button {
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid rgba(0, 60, 125, 0.2);
  font-size: 1rem;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
}

@media only screen and (width >= 768px) {
  button {
    font-size: 1.125rem;
  }
}
button:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 0 2px rgba(0, 60, 125, 0.3);
}

button:first-of-type {
  margin: 0;
}

button.button-highlighted {
  border: 1px solid #003c7d;
}

@media only screen and (width >= 768px) {
  button:hover {
    border: 1px solid #003c7d;
  }
}
button.dark {
  color: #ffffff;
  background-color: #003c7d;
  border: 1px solid #003c7d;
}

button.btn-icon svg {
  margin-left: 10px;
  fill: currentColor;
}

.icon-share-buttons-holder {
  display: flex;
}

.ico-share-button {
  fill: #003c7d;
  cursor: pointer;
  transition: border-color 0.2s ease;
  -ms-grid-row-align: center;
      grid-row-align: center;
  align-self: center;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 60, 125, 0.2);
  margin-right: 10px;
}

.ico-share-button svg {
  fill: #003c7d;
}

@media only screen and (width >= 768px) {
  .ico-share-button:hover {
    border: 1px solid #003c7d;
  }
}
.apply-now-sticky-button {
  display: none;
}

.sticky-filters-top {
  display: none;
}

@media only screen and (width >= 768px) {
  .apply-now-sticky-button {
    display: block;
  }
}
.remove-selection-cross {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.remove-selection-cross::before {
  content: url("../img/icon-button-cross.svg");
  height: 11px;
  width: 11px;
  display: inline-block;
  right: 0;
  top: 0;
}

.btn-close {
  width: 40px;
  height: 40px;
  padding: 0;
}

.btn-content-width {
  width: -moz-max-content;
  width: max-content;
}

.double-image-holder {
  display: none;
}

.skip-to-main {
  display: none;
}

.site-header {
  margin-top: 30px;
}

.site-header .lumc-logo-holder .logo-dark-theme {
  fill: #003c7d;
}

.site-header .header-nav {
  display: none;
}

.site-header .lumc-logo-holder .logo-lumc-mobile,
.site-header .lumc-logo-holder .logo-light-theme {
  display: none;
}

.sub-menu {
  display: none;
}

.print-sub-head-container {
  display: none;
}

.search-overlay-block {
  display: none;
}

.breadcrumbs,
.breadcrumbs-centrum-mobile {
  display: none;
}

.lumc-footer {
  display: none;
}

.modal-infosect-outer {
  display: none;
}

.arl-toc {
  display: none;
}

.arl-message-block {
  display: none;
}

.carousel-modal-content {
  display: none;
}

.carousel-image-trigger {
  display: none;
}

.sub-sect-block-title-small {
  display: none;
}

.intro-text,
.intro-text-detail {
  line-height: 32px;
  font-size: 1.1rem;
}

@media only screen and (width >= 768px) {
  .intro-text,
  .intro-text-detail {
    line-height: 42px;
    font-size: 1.75rem;
  }
}
.intro-text.content-page-intro,
.intro-text-detail.content-page-intro {
  margin: 8px 0;
}

.content-block-outer h2 {
  margin: 8px 0;
}

.social-media-share-buttons {
  display: none;
}

.hidden-modal {
  display: none;
}

.content-page-intro,
.descriptive-block-sub-section p {
  color: black;
}

.content-block-outer .descriptive-block-sub-section .quote-author,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section .quote-author {
  padding-bottom: 80px;
  border-bottom: 1px solid #003c7d;
}

.content-block-outer .descriptive-block-sub-section ul,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.content-block-outer .descriptive-block-sub-section ul li,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section ul li {
  line-height: 1.7;
  align-items: center;
  position: relative;
  padding-left: 20px;
  color: black;
}

.content-block-outer .descriptive-block-sub-section ul li ul,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section ul li ul {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

div.descriptive-block-sub-section ol li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: black;
}

.content-block-outer .descriptive-block-sub-section img,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img {
  margin-right: 0;
  margin-top: 10px;
}

.content-block-outer .descriptive-block-sub-section img.floatLeft,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.floatLeft {
  margin-left: 0;
  margin-top: 10px;
}

.content-block-outer .descriptive-block-sub-section img.floatRight,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.floatRight {
  margin-right: 0;
  margin-top: 10px;
}

.content-block-outer .descriptive-block-sub-section img.marginTop,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.marginTop {
  margin-top: 20px;
}

.content-block-outer .descriptive-block-sub-section img.marginBottom,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.marginBottom {
  margin-bottom: 20px;
}

.content-block-outer .descriptive-block-sub-section img.halfWidth,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.halfWidth {
  width: 50%;
  height: auto;
}

.content-block-outer .descriptive-block-sub-section img.fullWidth,
.content-block-outer-alphabet-scroll .descriptive-block-sub-section img.fullWidth {
  width: 100%;
  height: auto;
}

#goToTopButton {
  display: none !important;
}

ul#epi-quickNavigator {
  display: none;
}