/*
x-0.less

Imports all x less files.
*/
/* x-variables.less */
:root {
  --color-uio-red: #b60000;
  --color-uio-yellow: #FFFEA7;
  --color-uio-peach: #FFEBD9;
  --color-uio-blue: #3E31D6;
  --color-uio-blue-light: #E6ECFF;
  --color-nearly-black: #18191c;
  --color-neutral-tint-20: rgba(0, 0, 0, 0.7);
  --color-neutral-tint-25: rgba(0, 0, 0, 0.6);
  --color-neutral-tint-30: rgba(0, 0, 0, 0.5);
  --color-neutral-tint-80: rgba(0, 0, 0, 0.2);
  --color-neutral-tint-90: rgba(0, 0, 0, 0.1);
  --color-neutral-tint-95: rgba(0, 0, 0, 0.05);
  --color-neutral-tint-opaque-20: #4c4c4c;
  --color-neutral-tint-opaque-25: #666;
  --color-neutral-tint-opaque-30: #7f7f7f;
  --color-neutral-tint-opaque-80: #ccc;
  --color-neutral-tint-opaque-90: #e5e5e5;
  --color-neutral-tint-opaque-95: #f2f2f2;
  --font-size-base: 1.8rem;
  --font-size-small: 1.6rem;
  --font-size-tiny: 1.4rem;
  --font-size-xtiny: 1.2rem;
  --space: 40px;
  --radius: 5px;
  --width-total-max: 1500px;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
img {
  margin-bottom: 20px;
}
figure {
  margin: 0 0 20px 0;
}
figure img {
  margin: 0;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
img[src*="/frontpage-editor"] {
  display: initial;
}
iframe {
  max-width: 100%;
  border: none;
}
#vrtx-frontpage.vrtx-mode-edit #main #left-main {
  display: none;
}
.vrtx-resources .vrtx-read-more {
  display: none;
}
#vrtx-change-language-link {
  display: none;
}
#vrtx-change-language-link .offscreen-screenreader {
  position: static;
}
.vrtx-media-player iframe,
iframe[src*=youtube],
iframe[src*=facebook] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.nettskjema-iframe {
  border: 1px solid var(--color-neutral-tint-80);
}
form {
  margin: 0;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  table {
    display: block;
    overflow: auto;
  }
}
caption,
th {
  text-align: left;
}
caption {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
}
thead {
  background: var(--color-neutral-tint-95);
}
th,
td {
  border: 1px solid var(--color-neutral-tint-80);
  padding: 10px;
}
table.no-border th,
table.no-border td {
  border: none;
}
table.overflows {
  border-right: 2px dashed var(--color-neutral-tint-30);
}
.responsive-table span.responsive-content {
  display: none;
}
@media (max-width: 750px) {
  .responsive-table span.responsive-content {
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .responsive-table caption,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    border: 1px solid var(--color-neutral-tint-80);
    padding: 10px;
  }
  .responsive-table tr:not(:last-child) {
    border-bottom-width: 0;
  }
  .responsive-table th,
  .responsive-table td {
    border: none;
    padding: 0;
  }
}
.invisible,
.skip-link,
.offscreen-screenreader {
  position: absolute;
  left: -100000px;
}
.vrtx-byline {
  margin-bottom: 40px;
}
body#error #head-wrapper {
  margin-bottom: 30px;
}
body#error .error-404 {
  display: grid;
  gap: var(--space) calc(2 * var(--space));
}
@media (min-width: 1101px) {
  body#error .error-404 {
    grid-template-columns: 1fr 1fr;
  }
}
body#error .error-404 .search-form {
  margin-bottom: 25px;
}
body#error .error-404 .search-form label {
  position: absolute;
  left: -100000px;
}
#hidnav,
#head-admin-menu,
#head,
.sidebar-menu-inner-wrapper,
.left-menu-wrapper,
#vrtx-frontpage #left-main,
#vrtx-frontpage #breadcrumbs,
#vrtx-frontpage h1,
#vrtx-frontpage .vrtx-introduction,
.row,
body:not(#vrtx-frontpage) #main,
.mixin-page-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: var(--width-total-max);
}
@media (max-width: 750px) {
  #hidnav,
  #head-admin-menu,
  #head,
  .sidebar-menu-inner-wrapper,
  .left-menu-wrapper,
  #vrtx-frontpage #left-main,
  #vrtx-frontpage #breadcrumbs,
  #vrtx-frontpage h1,
  #vrtx-frontpage .vrtx-introduction,
  .row,
  body:not(#vrtx-frontpage) #main,
  .mixin-page-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#head-admin-menu .vrtx-dropdown-link::after,
#footer-wrapper .vrtx-dropdown-link::after {
  content: "";
  padding-right: 20px;
  background: url("../images/arrow-triangle.svg") no-repeat right center;
  background-size: 11px auto;
}
#head-admin-menu .vrtx-dropdown-wrapper,
#footer-wrapper .vrtx-dropdown-wrapper {
  margin-top: 5px;
  background: white;
  color: black;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#head-admin-menu .vrtx-dropdown-wrapper:not(.open),
#footer-wrapper .vrtx-dropdown-wrapper:not(.open) {
  display: none;
}
#head-admin-menu .vrtx-dropdown-wrapper ul,
#footer-wrapper .vrtx-dropdown-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#head-admin-menu .vrtx-dropdown-wrapper li:not(:last-child),
#footer-wrapper .vrtx-dropdown-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--color-neutral-tint-90);
}
#head-admin-menu .vrtx-dropdown-wrapper a,
#footer-wrapper .vrtx-dropdown-wrapper a,
#head-admin-menu .vrtx-dropdown-wrapper button,
#footer-wrapper .vrtx-dropdown-wrapper button {
  padding: 10px 15px;
}
#head-admin-menu .vrtx-dropdown-wrapper a,
#footer-wrapper .vrtx-dropdown-wrapper a {
  display: block;
  text-decoration: none;
}
#head-admin-menu .vrtx-dropdown-wrapper a:hover,
#footer-wrapper .vrtx-dropdown-wrapper a:hover {
  text-decoration: underline;
}
#head-admin-menu .vrtx-dropdown-wrapper button,
#footer-wrapper .vrtx-dropdown-wrapper button {
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
}
#head-admin-menu .vrtx-dropdown-wrapper button:hover,
#footer-wrapper .vrtx-dropdown-wrapper button:hover {
  background-color: transparent;
  text-decoration: underline;
}
#head-admin-menu a.vrtx-login-manage-logout,
#footer-wrapper a.vrtx-login-manage-logout {
  display: none;
}
#head-admin-menu-wrapper {
  background: var(--color-neutral-tint-95);
  border-bottom: 1px solid var(--color-neutral-tint-90);
}
#head-admin-menu {
  display: flex;
  justify-content: end;
  font-size: var(--font-size-tiny);
  padding-top: 5px;
  padding-bottom: 5px;
}
#head-admin-menu .vrtx-dropdown-link {
  text-decoration: none;
}
#head-admin-menu .vrtx-dropdown-link:hover {
  text-decoration: underline;
}
#head-admin-menu .vrtx-dropdown-component {
  position: relative;
  z-index: 11;
}
#head-admin-menu .vrtx-dropdown-wrapper {
  position: absolute;
  right: 0;
  width: 250px;
}
#footer-wrapper .vrtx-dropdown-component {
  min-width: 250px;
}
#footer-wrapper .vrtx-dropdown-link::after {
  border-left: 1px solid;
  margin-left: 12px;
  background-image: url("../images/arrow-triangle-white.svg");
}
#footer-wrapper .vrtx-dropdown-wrapper {
  width: fit-content;
}
#footer-wrapper .vrtx-login-manage-logout {
  display: none;
}
.vrtx-mode-preview #head-admin-menu-wrapper,
.vrtx-mode-edit #head-admin-menu-wrapper,
.vrtx-mode-preview #footer-wrapper .vrtx-dropdown-component,
.vrtx-mode-edit #footer-wrapper .vrtx-dropdown-component {
  display: none;
}
#hidnav-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hidnav-wrapper a {
  position: absolute;
  left: -100000px;
  z-index: 12;
  padding: 5px;
  margin: 5px;
  background: white;
  text-decoration: none;
}
#hidnav-wrapper a:focus {
  left: 0;
}
#head-wrapper {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
@media (max-width: 750px) {
  #head-wrapper {
    padding: 10px 0;
  }
}
#head-wrapper img {
  margin: 0;
}
#header {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 30px;
  transition: all 0.3s;
}
#header .logo {
  background: url("../images/logo.svg") no-repeat left center;
  background-size: contain;
  width: 250px;
  height: 90px;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#header .logo img {
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}
#header .logo span {
  position: absolute;
  left: -100000px;
}
@media (max-width: 750px) {
  #header .logo {
    width: 150px;
    height: 60px;
  }
}
#header .uio-logo {
  flex-shrink: 0;
  background: url("../images/uio-logo.svg") no-repeat right center;
  background-size: contain;
  width: 200px;
  height: 50px;
  margin-right: 5%;
}
@media (max-width: 1100px) {
  #header .uio-logo {
    display: none;
  }
}
html[lang=en] #header .logo {
  background-image: url("../images/logo-en.svg");
}
html[lang=en] #header .uio-logo {
  background-image: url("../images/uio-logo-en.svg");
}
#header-tools {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto;
  column-gap: 30px;
}
@media (max-width: 750px) {
  #header-tools {
    column-gap: 20px;
  }
}
#header-tools #header-language {
  display: flex;
  align-items: center;
}
#header-tools #header-language > span,
#header-tools #header-language > a {
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: nowrap;
}
#header-tools #header-language > span {
  border: 1px solid;
  padding: 0 5px;
  margin-right: 8px;
}
#header-tools #header-language > a {
  text-decoration: none;
}
#header-tools #header-language > a:hover {
  text-decoration: underline;
}
#header-tools #header-language-tooltip {
  align-self: start;
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: 40px;
  background-color: var(--color-nearly-black);
  padding: 30px;
  width: 450px;
  max-width: 80vw;
}
#header-tools #header-language-tooltip:not(.visible) {
  display: none;
}
#header-tools #header-language-tooltip,
#header-tools #header-language-tooltip * {
  color: white;
}
#header-tools #header-language-tooltip p {
  margin-bottom: 10px;
}
#header-tools #header-language-tooltip p:first-of-type {
  font-weight: bold;
}
#header-tools #header-language-tooltip p:last-child {
  margin: 0;
}
#header-tools #header-language-tooltip #header-language-tooltip-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/x-small-white.svg") no-repeat center;
  background-size: 14px;
  margin: 5px;
  width: 30px;
  height: 30px;
}
#header-tools #header-language-tooltip #header-language-tooltip-close:hover {
  outline: 1px solid;
}
#header-tools .toggle-search,
#header-tools .sidebar-menu-toggle {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}
#header-tools .toggle-search:hover,
#header-tools .sidebar-menu-toggle:hover {
  text-decoration: underline;
}
#header-tools .toggle-search::before,
#header-tools .sidebar-menu-toggle::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 750px) {
  #header-tools .toggle-search::before,
  #header-tools .sidebar-menu-toggle::before {
    margin: 0;
  }
  #header-tools .toggle-search span,
  #header-tools .sidebar-menu-toggle span {
    position: absolute;
    left: -100000px;
  }
}
#header-tools .toggle-search::before {
  background-image: url("../images/search.svg");
}
#header-tools .sidebar-menu-toggle::before {
  background-image: url("../images/menu.svg");
  width: 36px;
}
#header-tools .search-form {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
#header-tools .search-form .search-string-label {
  position: absolute;
  left: -100000px;
}
#header-tools .search-form form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}
#header-tools .search-form form input {
  width: 100%;
}
#header-tools .search-form form button {
  white-space: nowrap;
}
@media (min-width: 751px) {
  #header-tools .search-form form input,
  #header-tools .search-form form button {
    padding: 7px 15px;
  }
  #header-tools .search-form form input {
    font-size: 2.4rem;
  }
  #header-tools .search-form form input::placeholder {
    font-size: var(--font-size-base);
  }
}
body:not(.header-search-visible) #header-tools .search-form {
  display: none;
}
body.header-search-visible #header {
  padding-bottom: 100px;
}
#footer-wrapper {
  margin-bottom: 0;
  padding: 50px 0;
  background-color: var(--color-nearly-black);
  color: white;
  font-size: var(--font-size-small);
}
#footer-wrapper .row,
#footer-wrapper .footer-content {
  display: grid;
  gap: 40px;
}
@media (min-width: 751px) {
  #footer-wrapper .row {
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 1101px) {
  #footer-wrapper .footer-content {
    grid-auto-flow: column;
  }
}
#footer-wrapper .menu-label {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
  margin: 0 0 25px 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #footer-wrapper .menu-label {
    font-size: 3rem;
  }
}
#footer-wrapper h2,
#footer-wrapper .menu-label {
  font-size: var(--font-size-base);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#footer-wrapper h2:not(:first-child) {
  margin-top: 25px;
}
#footer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-wrapper p {
  margin: 0;
}
#footer-wrapper img {
  margin: 0;
}
#footer-wrapper a[href*=twitter]::before,
#footer-wrapper a[href*=facebook]::before {
  content: "";
  background: no-repeat center;
  background-size: contain;
  padding: 10px;
  margin-right: 10px;
}
#footer-wrapper a[href*=twitter]::before {
  background-image: url("../images/twitter-white.svg");
}
#footer-wrapper a[href*=facebook]::before {
  background-image: url("../images/facebook-white.svg");
}
#footer-wrapper #privacy-notification,
#footer-wrapper .banner-simple {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: black;
  width: 100%;
  padding: 15px 50px;
}
#footer-wrapper #privacy-notification:not(.visible),
#footer-wrapper .banner-simple:not(.visible) {
  display: none;
}
@media (max-width: 750px) {
  #footer-wrapper #privacy-notification,
  #footer-wrapper .banner-simple {
    padding: 15px;
  }
}
#footer-wrapper #privacy-notification > div,
#footer-wrapper .banner-simple > div {
  width: fit-content;
  margin: 0 auto;
}
#footer-wrapper #privacy-notification p,
#footer-wrapper .banner-simple p,
#footer-wrapper #privacy-notification button,
#footer-wrapper .banner-simple button {
  margin: 0 10px 10px 0;
}
#footer-wrapper #privacy-notification p,
#footer-wrapper .banner-simple p {
  display: inline-block;
}
#footer-wrapper #privacy-notification button,
#footer-wrapper .banner-simple button {
  text-align: left;
}
#footer-wrapper #privacy-notification button:hover,
#footer-wrapper .banner-simple button:hover {
  text-decoration: underline;
}
#footer-wrapper #privacy-notification .buttons,
#footer-wrapper .banner-simple .buttons {
  display: inline-block;
}
#footer-wrapper #privacy-notification {
  z-index: 11;
}
#footer-wrapper .banner-simple {
  z-index: 10;
  background-color: var(--color-uio-yellow);
  color: black;
}
#uio-footer-logo {
  background-color: var(--color-nearly-black);
  padding: 25px 0;
  margin: 0;
}
#uio-footer-logo a {
  display: block;
  background: url("../images/uio-logo-white.svg") no-repeat left center;
  background-size: contain;
  width: 250px;
  height: 60px;
}
html[lang=en] #uio-footer-logo a {
  background-image: url("../images/uio-logo-en-white.svg");
}
/*
x-consent.less

Imports groups/all consent styles.
Defines variables and mixins necessary for x.
Adds necessary styles for x.
*/
.consent-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.consent,
.consent-settings {
  background-color: #fff;
  position: fixed;
  width: 800px;
  max-width: 100%;
  top: calc(50% - 200px);
  left: max(0.01px, calc(50% - 400px));
  z-index: 12;
}
.consent:focus,
.consent-settings:focus {
  outline: none;
}
.consent .consent-inner,
.consent-settings .consent-inner,
.consent .consent-settings-inner,
.consent-settings .consent-settings-inner {
  position: relative;
}
.consent .consent-inner h2,
.consent-settings .consent-inner h2,
.consent .consent-settings-inner h2,
.consent-settings .consent-settings-inner h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.consent .consent-inner p,
.consent-settings .consent-inner p,
.consent .consent-settings-inner p,
.consent-settings .consent-settings-inner p,
.consent .consent-inner .consent-main-intro-text,
.consent-settings .consent-inner .consent-main-intro-text,
.consent .consent-settings-inner .consent-main-intro-text,
.consent-settings .consent-settings-inner .consent-main-intro-text,
.consent .consent-inner .consent-settings-main-buttons button,
.consent-settings .consent-inner .consent-settings-main-buttons button,
.consent .consent-settings-inner .consent-settings-main-buttons button,
.consent-settings .consent-settings-inner .consent-settings-main-buttons button,
.consent .consent-inner .consent-main-buttons button,
.consent-settings .consent-inner .consent-main-buttons button,
.consent .consent-settings-inner .consent-main-buttons button,
.consent-settings .consent-settings-inner .consent-main-buttons button {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem;
}
.consent .consent-inner .consent-settings-main-buttons,
.consent-settings .consent-inner .consent-settings-main-buttons,
.consent .consent-settings-inner .consent-settings-main-buttons,
.consent-settings .consent-settings-inner .consent-settings-main-buttons,
.consent .consent-inner .consent-main-buttons,
.consent-settings .consent-inner .consent-main-buttons,
.consent .consent-settings-inner .consent-main-buttons,
.consent-settings .consent-settings-inner .consent-main-buttons {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 18px 0px;
}
.consent .consent-inner .consent-settings-main-buttons button,
.consent-settings .consent-inner .consent-settings-main-buttons button,
.consent .consent-settings-inner .consent-settings-main-buttons button,
.consent-settings .consent-settings-inner .consent-settings-main-buttons button,
.consent .consent-inner .consent-main-buttons button,
.consent-settings .consent-inner .consent-main-buttons button,
.consent .consent-settings-inner .consent-main-buttons button,
.consent-settings .consent-settings-inner .consent-main-buttons button {
  width: auto;
  max-width: none;
  padding: 9px 29px 8px 29px;
  text-align: center;
  width: 200px;
}
.consent .consent-inner p {
  margin: 0;
}
.consent h1,
#vrtx-frontpage .consent h1 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
  margin: 0;
}
.consent-settings-lang,
.consent-lang {
  color: var(--color-neutral-tint-20, rgba(0, 0, 0, 0.7));
  align-self: end;
}
.consent-settings-lang {
  margin-bottom: -60px;
}
.consent-a .consent-inner {
  display: flex;
  padding: 60px 80px 80px 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex-shrink: 0;
}
.consent-b {
  top: auto;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.consent-b .consent-inner {
  max-width: 1440px;
  min-width: 1050px;
  margin: 0 auto;
  padding: 40px 20px 60px 220px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.consent-b .consent-inner .consent-main-buttons {
  padding: 0;
}
.consent-b .consent-inner > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 690px;
}
.consent-b .consent-inner .consent-main-buttons,
.consent-b .consent-inner > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.consent-b .consent-lang {
  display: none;
}
@media (min-width: 900px) and (max-height: 850px) {
  .consent-a .consent-inner {
    display: flex;
    padding: 20px 40px 40px 40px;
    gap: 10px;
  }
}
.consent-settings {
  position: fixed;
  width: 80%;
  height: 80vh;
  top: 10vh;
  left: 10%;
  max-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.consent-settings .consent-settings-intro {
  margin: 20px 0 0 0;
  max-width: 690px;
}
.consent-settings .consent-settings-inner {
  display: flex;
  padding: 40px 50px 20px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.consent-settings .consent-settings-inner > div > h3:first-child {
  display: none;
}
.consent-settings .consent-settings-inner .consent-settings-type {
  padding: 20px;
  background-color: var(--colorNeutralTint95, rgba(0, 0, 0, 0.05));
  width: 100%;
}
.consent-settings .consent-settings-inner .consent-settings-type h2 {
  margin-bottom: 20px;
}
.consent-settings .consent-settings-inner .consent-settings-type h3.accordion {
  font-size: 1.8rem;
  line-height: 2.7rem;
  border-color: rgba(0, 0, 0, 0.2);
}
.consent-settings .consent-settings-inner .consent-settings-type p {
  margin: 20px 0;
  max-width: 690px;
}
.consent-settings .consent-settings-inner .consent-settings-type .ui-accordion.ui-widget {
  margin: 20px 0;
}
.consent-settings .consent-settings-inner .consent-settings-main-buttons {
  margin: -20px -50px;
  padding: 20px 50px;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: calc(100% + 100px);
  box-shadow: 0 0 10px 10px #ffffff;
}
body.consent-settings-opened {
  overflow: hidden;
}
.consent-settings-inner li {
  background-color: #fff;
  padding: 10px 20px;
}
.consent-settings-inner li:before {
  content: "";
}
.consent-settings-inner li a {
  margin-left: 30px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.consent-settings-inner li a:hover {
  text-decoration: underline;
}
.consent-settings-inner li a:before {
  content: " ";
  height: 18px;
  width: 18px;
  background: transparent url("../images/checkbox-unchecked.svg") no-repeat center;
  background-size: 18px auto;
  margin-left: -30px;
  position: absolute;
  top: 6px;
  left: 0;
}
.consent-settings-inner li a.checked:before {
  background-image: url("../images/checkbox-checked.svg");
}
.consent-settings-inner li a.disabled {
  color: #666;
}
.consent-settings-inner li a.disabled:hover {
  cursor: default;
  text-decoration: none;
}
.consent-settings-inner li a.disabled:before {
  opacity: 0.4;
}
.consent-settings-inner li a.disabled {
  color: #666;
}
.consent-settings-inner li a:before {
  top: 4px;
}
body#vrtx-frontpage .consent-settings .consent-settings-inner h1,
.consent-settings .consent-settings-inner h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 4.9rem;
}
body#vrtx-frontpage .consent-settings .consent-settings-inner .consent-settings-type h2,
.consent-settings .consent-settings-inner .consent-settings-type h2 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
body#vrtx-frontpage .consent-settings .consent-settings-inner .consent-settings-type h3.accordion,
.consent-settings .consent-settings-inner .consent-settings-type h3.accordion {
  font-size: 1.8rem;
  line-height: 2.7rem;
  border-color: rgba(0, 0, 0, 0.2);
}
.consent h1,
#vrtx-frontpage .consent h1,
body#vrtx-frontpage .consent-settings h1,
.consent-settings h1 {
  opacity: 1;
  transform: none;
  font-family: var(--mainFontStack);
  color: var(--textColor);
  margin: 0;
  min-width: 0;
  height: auto;
  visibility: visible;
}
#vrtx-frontpage .consent h1,
#vrtx-person .consent h1,
#vrtx-course-description .consent h1,
#vrtx-program-frontpage .consent h1,
#vrtx-structured-article .consent h1,
#vrtx-tagview .consent h1,
#vrtx-frontpage .consent-settings h1,
#vrtx-person .consent-settings h1,
#vrtx-course-description .consent-settings h1,
#vrtx-program-frontpage .consent-settings h1,
#vrtx-structured-article .consent-settings h1,
#vrtx-tagview .consent-settings h1 {
  margin: 0;
  padding: 0;
  display: block;
  max-width: none;
}
.consent-settings,
.consent-a {
  border: 1px solid #888;
}
@media only screen and (max-width: 1100px) {
  .consent-settings .consent-settings-inner,
  .consent-b .consent-settings-inner,
  .consent-settings .consent-inner,
  .consent-b .consent-inner {
    max-width: 100%;
    min-width: auto;
  }
  .consent-settings-lang {
    margin-bottom: -20px;
  }
  .consent-b .consent-inner {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 750px) {
  body.consent-settings-opened-mobile {
    overflow: hidden;
  }
  body.consent-settings-opened-mobile .consent {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 65px);
    top: 65px;
  }
  .consent-settings {
    width: 100%;
    height: calc(100vh - 65px);
    top: 65px;
    left: 0;
  }
  .consent-settings .consent-settings-inner {
    padding: 30px 15px 20px 15px;
  }
  .consent-settings .consent-settings-inner .consent-settings-main-buttons {
    gap: 15px;
  }
  #vrtx-frontpage .consent h1,
  .consent h1 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.6rem;
  }
  .consent-settings .consent-settings-inner h1,
  body#vrtx-frontpage .consent-settings .consent-settings-inner h1,
  .consent-settings .consent-settings-inner .consent-settings-type h2,
  body#vrtx-frontpage .consent-settings .consent-settings-inner .consent-settings-type h2 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.6rem;
  }
  .consent-settings .consent-settings-inner .consent-settings-main-buttons,
  .consent .consent-inner .consent-main-buttons {
    flex-direction: column;
  }
  .consent-settings-lang {
    margin-bottom: -66px;
    position: relative;
    z-index: 2;
  }
  #vrtx-frontpage .consent h1,
  #vrtx-person .consent h1,
  #vrtx-course-description .consent h1,
  #vrtx-program-frontpage .consent h1,
  #vrtx-structured-article .consent h1,
  #vrtx-tagview .consent h1,
  #vrtx-frontpage .consent-settings h1,
  #vrtx-person .consent-settings h1,
  #vrtx-course-description .consent-settings h1,
  #vrtx-program-frontpage .consent-settings h1,
  #vrtx-structured-article .consent-settings h1,
  #vrtx-tagview .consent-settings h1 {
    padding-right: 100px;
  }
  .consent-title,
  .consent-settings-title {
    padding-right: 100px;
  }
  .consent .consent-inner {
    padding: 30px 15px 100px 15px;
    align-items: start;
  }
  .consent .consent-inner .consent-main-buttons {
    gap: 15px;
    padding: 0;
  }
  .consent .consent-inner .consent-main-buttons,
  .consent .consent-inner .consent-main-buttons button {
    width: 100%;
  }
  body .consent .consent-inner a,
  body .consent-settings .consent-inner a,
  body .consent .consent-settings-inner a,
  body .consent-settings .consent-settings-inner a,
  body .consent .consent-inner p,
  body .consent-settings .consent-inner p,
  body .consent .consent-settings-inner p,
  body .consent-settings .consent-settings-inner p,
  body .consent .consent-inner .consent-settings-intro,
  body .consent-settings .consent-inner .consent-settings-intro,
  body .consent .consent-settings-inner .consent-settings-intro,
  body .consent-settings .consent-settings-inner .consent-settings-intro,
  body .consent .consent-inner .consent-main-intro-text,
  body .consent-settings .consent-inner .consent-main-intro-text,
  body .consent .consent-settings-inner .consent-main-intro-text,
  body .consent-settings .consent-settings-inner .consent-main-intro-text,
  body .consent .consent-inner .consent-settings-main-buttons button,
  body .consent-settings .consent-inner .consent-settings-main-buttons button,
  body .consent .consent-settings-inner .consent-settings-main-buttons button,
  body .consent-settings .consent-settings-inner .consent-settings-main-buttons button,
  body .consent .consent-inner .consent-main-buttons button,
  body .consent-settings .consent-inner .consent-main-buttons button,
  body .consent .consent-settings-inner .consent-main-buttons button,
  body .consent-settings .consent-settings-inner .consent-main-buttons button {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .consent .consent-inner {
    flex-direction: column;
    gap: 15px;
  }
  .consent .consent-inner > div:last-child {
    width: 100%;
  }
  .consent .consent-inner .consent-lang {
    display: inline;
    margin-bottom: -35px;
    position: relative;
    z-index: 1;
  }
}
.consent-overlay {
  z-index: 100;
}
.consent,
.consent-settings {
  z-index: 101;
}
.consent ul,
.consent-settings ul {
  list-style: none;
  padding: 0;
}
.consent button,
.consent-settings button {
  width: auto !important;
  min-width: 200px;
}
.consent .button-large::after,
.consent-settings .button-large::after {
  display: none;
}
@media (max-width: 750px) {
  .consent-settings .consent-settings-inner .consent-settings-type table * {
    font-size: 1.4rem;
  }
}
.consent-settings .consent-settings-inner .consent-settings-type table thead {
  background: none;
}
.consent-settings .consent-settings-inner .consent-settings-type table thead th {
  white-space: nowrap;
}
.consent-settings .consent-settings-inner .consent-settings-type table p {
  margin: 0;
}
.consent-settings .accordion {
  font-family: inherit;
}
.sidebar-menu-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 0.5s;
}
.sidebar-menu-wrapper .sidebar-menu {
  padding-bottom: 50px;
}
.sidebar-menu-wrapper .sidebar-search {
  display: none;
}
.sidebar-menu-wrapper .sidebar-global-menu {
  padding: 25px 0;
  margin: 0 auto;
  border: 1px solid;
  border-width: 1px 0;
  max-width: 600px;
  transition: all 0.5s;
}
@media (min-width: 751px) {
  .sidebar-menu-wrapper .sidebar-global-menu {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.sidebar-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu-wrapper a {
  display: block;
  text-decoration: none;
  padding: 10px 30px 10px 0;
  transition: all 0.3s, font-size 0s;
}
.sidebar-menu-wrapper a:hover {
  text-decoration: none;
  background: var(--color-neutral-tint-95);
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 751px) {
  .sidebar-menu-wrapper .vrtx-tab-menu {
    flex-grow: 1;
  }
  .sidebar-menu-wrapper .vrtx-tab-menu a {
    font-size: 2.4rem;
  }
}
.sidebar-menu-wrapper #supplementary-menu {
  display: none;
}
@media (max-width: 750px) {
  .sidebar-menu-wrapper #supplementary-menu {
    margin-top: 20px;
  }
  .sidebar-menu-wrapper #supplementary-menu a {
    font-size: var(--font-size-small);
  }
}
body:not(.sidebar-menu-wrapper-visible) .sidebar-menu-wrapper {
  visibility: hidden;
  height: 0;
}
body.sidebar-menu-wrapper-visible .sidebar-menu-wrapper {
  height: var(--open);
}
#global-menu ul {
  list-style: none;
  padding: 0;
}
#global-menu .sidebar-services-language-menu {
  margin: 0;
}
#global-menu .sidebar-services-language-menu .language a {
  display: none;
}
#left-menu-same-level-folders {
  font-size: var(--font-size-small);
  color: var(--color-neutral-tint-25);
  margin-bottom: 20px;
}
#left-menu-same-level-folders.hidden {
  display: none;
}
#left-menu-same-level-folders #left-menu-title {
  display: none;
}
#left-menu-same-level-folders ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#left-menu-same-level-folders ul,
#left-menu-same-level-folders ul li {
  display: inline;
}
#left-menu-same-level-folders ul .vrtx-ancestor {
  display: none;
}
#left-menu-same-level-folders ul .vrtx-parent > a::after {
  content: ":";
}
#left-menu-same-level-folders ul .vrtx-marked {
  font-weight: bold;
  color: black;
}
#left-menu-same-level-folders a {
  margin-right: 10px;
  text-decoration: none;
}
#left-menu-same-level-folders a:hover {
  text-decoration: underline;
}
#breadcrumbs {
  font-size: var(--font-size-tiny);
}
#breadcrumbs #vrtx-breadcrumb-wrapper {
  margin-bottom: 20px;
}
#breadcrumbs .vrtx-breadcrumb-delimiter,
#breadcrumbs .vrtx-breadcrumb-active {
  display: none;
}
#breadcrumbs span {
  display: inline-flex;
}
#breadcrumbs span::after {
  content: "";
  flex-shrink: 0;
  background: url("../images/chevron.svg") no-repeat center;
  width: 15px;
  margin-left: 5px;
  opacity: 0.6;
}
@media (max-width: 750px) {
  #breadcrumbs span:not(.vrtx-breadcrumb-before-active) {
    display: none;
  }
}
#breadcrumbs a {
  color: var(--color-neutral-tint-25);
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
.vrtx-subfolder-menu {
  background: var(--color-neutral-tint-95);
  padding: 15px;
  margin-bottom: 40px;
  column-width: 250px;
  column-count: auto;
}
.vrtx-subfolder-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vrtx-subfolder-menu li {
  overflow: hidden;
}
.vrtx-subfolder-menu .menu-title {
  column-span: all;
  font-weight: bold;
  margin-bottom: 5px;
}
.vrtx-subfolder-menu a {
  display: flex;
  text-decoration: none;
}
.vrtx-subfolder-menu a:hover {
  text-decoration: underline;
}
.vrtx-subfolder-menu a::before {
  content: "";
  flex-shrink: 0;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  position: relative;
  top: 0.25em;
}
.row-all-colored .vrtx-subfolder-menu {
  background: none;
  padding: 0;
}
.navigation-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space);
}
@media (min-width: 751px) {
  .navigation-links ul {
    grid-template-columns: 1fr 1fr;
  }
}
.navigation-links li {
  display: grid;
}
.navigation-links li a {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 15px;
  text-decoration: none;
  border: 1px solid;
  border-radius: var(--radius);
  background: var(--color-neutral-tint-95);
  border-color: transparent;
}
.navigation-links li a,
.navigation-links li a::after {
  transition: all 0.3s;
}
.navigation-links li a::after {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  position: absolute;
  right: 15px;
  top: 20px;
}
.navigation-links li a:focus {
  outline-offset: 4px;
}
.navigation-links li a:hover::after {
  right: 5px;
}
.navigation-links li a:hover {
  border-color: var(--color-neutral-tint-25);
}
.navigation-links li strong {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1101px) {
  .navigation-links.navigation-links-three-columns ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.row-all-colored .navigation-links li a {
  background: white;
}
.navigation-links .vrtx-subfolder-menu {
  background: none;
  padding: 0;
  columns: initial;
}
.navigation-links .vrtx-subfolder-menu .menu-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
}
.navigation-links .vrtx-subfolder-menu li {
  overflow: initial;
}
.navigation-links .vrtx-subfolder-menu a::before {
  display: none;
}
.vrtx-toc-header {
  font-weight: bold;
}
#toc {
  margin-bottom: 50px;
}
#toc ul ul {
  margin: 0;
}
.vrtx-toc-only-one-level #toc ul ul {
  display: none;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.mixin-arrow-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.mixin-arrow-link:hover {
  text-decoration: underline;
}
.mixin-arrow-link::before {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  padding-right: 24px;
  margin-right: 10px;
}
.read-more,
.vrtx-more a,
.vrtx-read-more,
.all-messages {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.read-more:hover,
.vrtx-more a:hover,
.vrtx-read-more:hover,
.all-messages:hover {
  text-decoration: underline;
}
.read-more::before,
.vrtx-more a::before,
.vrtx-read-more::before,
.all-messages::before {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  padding-right: 24px;
  margin-right: 10px;
}
.vrtx-more {
  margin-top: 25px;
}
.mixin-button-link {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 15px;
  text-decoration: none;
  border: 1px solid;
  border-radius: var(--radius);
}
.mixin-button-link,
.mixin-button-link::after {
  transition: all 0.3s;
}
.mixin-button-link::after {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  position: absolute;
  right: 15px;
  top: 20px;
}
.mixin-button-link:focus {
  outline-offset: 4px;
}
.mixin-button-link:hover::after {
  right: 5px;
}
.button,
.button-large {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 15px;
  text-decoration: none;
  border: 1px solid;
  border-radius: var(--radius);
}
.button,
.button-large,
.button::after,
.button-large::after {
  transition: all 0.3s;
}
.button::after,
.button-large::after {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  position: absolute;
  right: 15px;
  top: 20px;
}
.button:focus,
.button-large:focus {
  outline-offset: 4px;
}
.button:hover::after,
.button-large:hover::after {
  right: 5px;
}
.button-large {
  background-color: black;
  border-color: transparent;
  color: white;
}
.button-large::after {
  background-image: url("../images/arrow-white.svg");
}
.button-large:focus,
.button-large:hover {
  background-color: var(--color-neutral-tint-20);
}
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid;
  padding: 5px 10px;
  margin: 0;
  max-width: 100%;
}
input:focus,
button:focus,
select:focus {
  outline-offset: 4px;
}
input:hover,
button:hover,
select:hover {
  background-color: var(--color-neutral-tint-95);
}
input {
  border-radius: 0;
}
button,
input[type=submit],
select {
  border-radius: var(--radius);
  cursor: pointer;
}
select {
  appearance: none;
  background: url("../images/chevron-down.svg") no-repeat center right 10px;
  padding-right: 30px;
  max-width: 100%;
}
textarea {
  max-width: 100%;
}
.vrtx-social-list {
  list-style: none;
  padding: 0;
}
.vrtx-social-list li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.vrtx-social-list a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-indent: -100000px;
  transition: all 0.3s;
}
.vrtx-social-list a:hover {
  opacity: 0.6;
}
.vrtx-social-list a.facebook,
.vrtx-social-list a[href*=facebook] {
  background-image: url("../images/social/facebook.svg");
}
.vrtx-social-list a.instagram,
.vrtx-social-list a[href*=instagram] {
  background-image: url("../images/social/instagram.svg");
}
.vrtx-social-list a.linkedin,
.vrtx-social-list a[href*=linkedin] {
  background-image: url("../images/social/linkedin.svg");
}
.vrtx-social-list a.pinterest,
.vrtx-social-list a[href*=pinterest] {
  background-image: url("../images/social/pinterest.svg");
}
.vrtx-social-list a.snapchat,
.vrtx-social-list a[href*=snapchat] {
  background-image: url("../images/social/snapchat.svg");
}
.vrtx-social-list a.tiktok,
.vrtx-social-list a[href*=tiktok] {
  background-image: url("../images/social/tiktok.svg");
}
.vrtx-social-list a.tripadvisor,
.vrtx-social-list a[href*=tripadvisor] {
  background-image: url("../images/social/tripadvisor.svg");
}
.vrtx-social-list a.twitter,
.vrtx-social-list a[href*=twitter] {
  background-image: url("../images/social/x.svg");
}
.vrtx-social-list a.youtube,
.vrtx-social-list a[href*=youtube] {
  background-image: url("../images/social/youtube.svg");
}
.vrtx-social-list a.mail {
  background-image: url("../images/social/mail.svg");
}
body {
  font-family: helvetica, arial, sans-serif;
  font-size: var(--font-size-base);
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  overflow-wrap: anywhere;
}
@media (min-width: 1101px) {
  h1,
  .vrtx-introduction,
  .vrtx-article-body,
  .box-special,
  .link-special {
    -webkit-hyphens: initial;
    hyphens: initial;
    overflow-wrap: initial;
  }
}
table {
  -webkit-hyphens: initial;
  hyphens: initial;
  overflow-wrap: initial;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre {
  background-color: var(--color-neutral-tint-95);
  border: 2px dashed var(--color-neutral-tint-80);
  padding: 20px;
  margin: 0 0 25px 0;
  font-family: monospace;
  font-size: var(--font-size-small);
  overflow: auto;
}
blockquote {
  margin: 0;
}
blockquote p:first-child {
  font-style: italic;
  font-size: 2.4rem;
}
cite {
  font-style: normal;
}
p,
ul,
ol {
  margin: 0 0 25px 0;
}
ul,
ol {
  padding-left: 30px;
}
h1 {
  font-size: 5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  h1 {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}
h1.hidden {
  position: absolute;
  left: -100000px;
}
h2,
.mixin-h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
  margin: 0 0 25px 0;
}
@media (max-width: 750px) {
  h2,
  .mixin-h2 {
    font-size: 3rem;
  }
}
h3,
.mixin-h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}
.vrtx-introduction {
  margin-bottom: 50px;
  font-size: 2.4rem;
}
@media (min-width: 751px) {
  .vrtx-introduction {
    font-size: 3rem;
  }
}
@media (min-width: 751px) {
  body#vrtx-collection h1,
  body#vrtx-article-listing h1 {
    margin-bottom: 50px;
  }
  body#vrtx-collection .vrtx-introduction,
  body#vrtx-article-listing .vrtx-introduction {
    margin-top: -30px;
  }
}
#main {
  margin-bottom: 100px;
  min-height: calc(100vh - 450px);
}
.grid-container {
  margin-bottom: calc(3 * var(--space));
}
.grid-container.row-all-colored {
  background: var(--color-neutral-tint-95);
  padding-top: calc(2 * var(--space));
  padding-bottom: calc(2 * var(--space));
  margin-bottom: calc(2 * var(--space));
}
.grid-container.uio-info-message {
  margin: 0;
}
.column-wrapper {
  display: grid;
  gap: var(--space);
}
@media (min-width: 1101px) {
  .column-wrapper.half-half {
    grid-template-columns: 1fr 1fr;
  }
  .column-wrapper.narrow-wide {
    grid-template-columns: 2fr 3fr;
  }
  .column-wrapper.wide-narrow {
    grid-template-columns: 3fr 2fr;
  }
  .column-wrapper.triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1101px) {
  #vrtx-article-listing #vrtx-content,
  #vrtx-event-listing #vrtx-content,
  #vrtx-project-listing #vrtx-content,
  #vrtx-structured-project #vrtx-content {
    display: flex;
    align-items: flex-start;
  }
}
#vrtx-article-listing #vrtx-additional-content,
#vrtx-event-listing #vrtx-additional-content,
#vrtx-project-listing #vrtx-additional-content,
#vrtx-structured-project #vrtx-additional-content {
  background: var(--color-neutral-tint-95);
  padding: 30px;
}
@media (min-width: 1101px) {
  #vrtx-article-listing #vrtx-additional-content,
  #vrtx-event-listing #vrtx-additional-content,
  #vrtx-project-listing #vrtx-additional-content,
  #vrtx-structured-project #vrtx-additional-content {
    flex-shrink: 0;
    flex-basis: 33%;
    margin-left: 10%;
  }
}
@media (max-width: 1100px) {
  #vrtx-article-listing #vrtx-additional-content,
  #vrtx-event-listing #vrtx-additional-content,
  #vrtx-project-listing #vrtx-additional-content,
  #vrtx-structured-project #vrtx-additional-content {
    margin-top: 50px;
    max-width: 700px;
  }
}
@media (min-width: 751px) {
  .vrtx-resource,
  .vrtx-feed li,
  .vrtx-event-component-item,
  .vrtx-event-component-main {
    display: flex;
    gap: var(--space);
  }
  .vrtx-resource .vrtx-list-item-content,
  .vrtx-feed li .vrtx-list-item-content,
  .vrtx-event-component-item .vrtx-list-item-content,
  .vrtx-event-component-main .vrtx-list-item-content {
    flex-basis: 700px;
  }
  .vrtx-resources .vrtx-image,
  .vrtx-feed .vrtx-image,
  .vrtx-event-component-picture {
    flex-shrink: 0;
    flex-basis: 350px;
    max-width: 47%;
  }
  #vrtx-collection .vrtx-resource {
    display: revert;
  }
}
.vrtx-feed .items,
.vrtx-event-component {
  display: grid;
  gap: var(--space);
  list-style: none;
  padding: 0;
  margin: 0;
}
.vrtx-feed .item-title,
.vrtx-event-component-title.summary {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  display: block;
  width: fit-content;
  text-decoration: none;
}
.vrtx-feed .item-title:hover,
.vrtx-event-component-title.summary:hover {
  text-decoration: underline;
}
.vrtx-feed li p,
.vrtx-event-component-item p,
.vrtx-feed li ul,
.vrtx-event-component-item ul,
.vrtx-feed li ol,
.vrtx-event-component-item ol {
  margin-bottom: 15px;
}
.vrtx-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.vrtx-time-and-place-container {
  margin-bottom: 15px;
}
.vrtx-event-component-misc {
  margin-bottom: 15px;
}
.vrtx-date-icon {
  display: flex;
  background-color: var(--color-neutral-tint-opaque-90);
  padding: 15px 20px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 15px;
}
.vrtx-date-icon .vrtx-date-icon-day,
.vrtx-date-icon .vrtx-date-icon-month {
  display: block;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.vrtx-date-icon .vrtx-date-icon-day {
  font-weight: bold;
  font-size: 2.4rem;
}
.vrtx-date-icon .vrtx-date-icon-day.vrtx-date-icon-today {
  font-size: inherit;
  margin-bottom: 5px;
}
.vrtx-date-icon .vrtx-date-icon-month {
  font-size: var(--font-size-small);
}
.vrtx-date-icon .vrtx-date-icon-separator {
  margin: 0 5px;
}
.vrtx-event-component-item.with-picture .vrtx-date-icon {
  position: absolute;
}
.vrtx-feed .feed-title {
  display: block;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 25px;
}
.vrtx-feed .authors,
.vrtx-feed .published-date {
  display: block;
  font-size: var(--font-size-small);
  margin-bottom: 15px;
}
.vrtx-feed .authors {
  font-weight: bold;
}
.vrtx-feed .published-date {
  color: var(--color-neutral-tint-25);
}
.vrtx-feed .authors + .published-date {
  margin-top: -15px;
}
[class*=column-feed] .vrtx-feed li,
[class*=column-feed] .vrtx-event-component-item,
[class*=column-feed] .vrtx-event-component-main {
  display: revert;
}
[class*=column-feed] .vrtx-image,
[class*=column-feed] .vrtx-event-component-picture {
  max-width: none;
}
@media (min-width: 751px) {
  .two-column-feed .vrtx-feed .items,
  .two-column-feed .vrtx-event-component {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 751px) {
  .three-column-feed .vrtx-feed .items,
  .three-column-feed .vrtx-event-component {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1101px) {
  .three-column-feed .vrtx-feed .items,
  .three-column-feed .vrtx-event-component {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 751px) {
  .four-column-feed .vrtx-feed .items,
  .four-column-feed .vrtx-event-component {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1101px) {
  .four-column-feed .vrtx-feed .items,
  .four-column-feed .vrtx-event-component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.featured-feed-item .vrtx-feed li:first-child {
  grid-column: 1/-1;
}
@media (min-width: 751px) {
  .featured-feed-item .vrtx-feed li:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .featured-feed-item .vrtx-feed li:first-child .vrtx-image {
    display: grid;
  }
  .featured-feed-item .vrtx-feed li:first-child .vrtx-image img {
    margin: 0;
    height: 100%;
  }
  .featured-feed-item .vrtx-feed li:first-child .vrtx-list-item-content {
    align-self: center;
  }
}
@media (min-width: 1101px) {
  .featured-feed-item .vrtx-feed li:first-child .item-title {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}
.vrtx-resources .vrtx-resource {
  margin-bottom: calc(2 * var(--space));
}
.vrtx-resources .publish-date,
.vrtx-resources .published-date,
.vrtx-resources .lastModified {
  font-size: var(--font-size-small);
  color: var(--color-neutral-tint-25);
  margin-bottom: 15px;
}
.vrtx-resources .vrtx-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
}
.vrtx-resources .vrtx-title a {
  text-decoration: none;
}
.vrtx-resources .vrtx-title a:hover {
  text-decoration: underline;
}
.vrtx-resources p {
  margin: 0;
}
@media (min-width: 751px) {
  body#vrtx-tagview h1 {
    margin-bottom: 50px;
  }
}
body#vrtx-tagview .vrtx-resources {
  float: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  row-gap: calc(2*var(--space));
  column-gap: var(--space);
  margin-bottom: calc(2*var(--space));
}
body#vrtx-tagview .vrtx-resources .vrtx-resource {
  display: revert;
  margin: 0;
}
body#vrtx-tagview .vrtx-resources .vrtx-image {
  max-width: none;
}
.vrtx-image-listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space);
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.vrtx-image-listing img {
  margin-bottom: 10px;
  box-shadow: 0 0 0 1px var(--color-neutral-tint-80);
  transition: all 0.3s;
}
.vrtx-image-listing a:hover img {
  transform: scale(1.1);
  box-shadow: 0 5px 20px var(--color-neutral-tint-80);
}
.vrtx-image-listing .vrtx-image-title a {
  font-weight: bold;
  text-decoration: none;
}
.vrtx-image-listing .vrtx-image-title a:hover {
  text-decoration: underline;
}
.vrtx-image-listing p {
  margin: 0;
}
#vrtx-image-preview main h2 {
  margin-top: 40px;
}
#vrtx-image-preview .vrtx-image-alternatives {
  list-style: none;
  padding: 0;
  margin: 0;
  width: fit-content;
}
#vrtx-image-preview .vrtx-image-alternatives li {
  background-color: var(--color-neutral-tint-95);
  padding: 20px;
  margin-bottom: 25px;
}
#vrtx-image-preview .vrtx-image-alternatives dl {
  margin: 0;
}
#vrtx-image-preview .vrtx-image-alternatives dt {
  font-weight: bold;
}
#vrtx-image-preview .vrtx-image-alternatives dd {
  margin: 0;
}
#vrtx-searchview #vrtx-show-advanced-search,
#vrtx-searchview #vrtx-advanced-search-wrapper {
  display: none;
}
#vrtx-searchview #vrtx-advanced-search-wrapper {
  background: var(--color-neutral-tint-95);
  padding: 20px;
  margin-bottom: 20px;
  width: fit-content;
}
#vrtx-searchview #vrtx-advanced-search-wrapper h3 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
#vrtx-searchview #vrtx-advanced-search-wrapper .vrtx-textfield {
  margin-bottom: 15px;
}
#vrtx-searchview #vrtx-advanced-search-wrapper label {
  display: block;
  margin-bottom: 5px;
}
#vrtx-searchview #vrtx-advanced-search-wrapper input,
#vrtx-searchview #vrtx-advanced-search-wrapper .button {
  background-color: white;
}
#vrtx-searchview #vrtx-advanced-search-wrapper input {
  width: 100%;
}
#vrtx-searchview #vrtx-advanced-search-wrapper .button {
  padding: 10px 15px;
  margin-right: 15px;
}
#vrtx-searchview #vrtx-advanced-search-wrapper .button::after {
  display: none;
}
#vrtx-searchview .vrtx-big-search,
#vrtx-searchview #vrtx-search-did-you-mean,
#vrtx-searchview .hits {
  background: var(--color-neutral-tint-95);
  padding: 20px;
}
#vrtx-searchview .vrtx-big-search > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 600px;
}
#vrtx-searchview .vrtx-big-search input,
#vrtx-searchview .vrtx-big-search button {
  background: white;
}
#vrtx-searchview .vrtx-big-search input {
  width: 100%;
}
#vrtx-searchview .vrtx-big-search button {
  white-space: nowrap;
}
@media (min-width: 751px) {
  #vrtx-searchview .vrtx-big-search input,
  #vrtx-searchview .vrtx-big-search button {
    padding: 7px 15px;
  }
  #vrtx-searchview .vrtx-big-search input {
    font-size: 2.4rem;
  }
}
#vrtx-searchview hr {
  display: none;
}
#vrtx-searchview #vrtx-search-did-you-mean {
  padding-top: 0;
  padding-bottom: 0;
}
#vrtx-searchview .hits {
  display: block;
  padding-top: 0;
  margin-bottom: 40px;
}
#vrtx-searchview .result {
  margin-bottom: 40px;
}
#vrtx-searchview .result h2 {
  font-size: 2.4rem;
  margin-bottom: 5px;
}
#vrtx-searchview .result .snippet {
  margin-bottom: 5px;
}
#vrtx-searchview .result .footer {
  font-size: var(--font-size-small);
  color: var(--color-neutral-tint-25);
}
.vrtx-paging-feed-wrapper {
  margin-top: 40px;
}
.vrtx-paging-wrapper {
  display: block;
  margin-bottom: 20px;
}
.vrtx-paging-wrapper a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid;
  border-radius: var(--radius);
  padding: 5px 15px;
  margin: 0 10px 10px 0;
}
.vrtx-paging-wrapper a:hover {
  background: var(--color-neutral-tint-95);
}
.vrtx-paging-wrapper a.vrtx-marked {
  background: black;
  border-color: transparent;
  color: #fff;
}
.vrtx-subscribe-component .vrtx-dropdown-link,
.vrtx-subscribe-component .vrtx-dropdown-top {
  display: none;
}
.vrtx-subscribe-component ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.img-special-left,
.img-special-right {
  background: var(--color-neutral-tint-95);
  display: grid;
}
@media (min-width: 751px) {
  .img-special-left,
  .img-special-right {
    grid-template-columns: 1fr 1fr;
  }
}
.img-special-left .vrtx-frontpage-box-picture,
.img-special-right .vrtx-frontpage-box-picture {
  display: grid;
}
.img-special-left img,
.img-special-right img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
}
.img-special-left .vrtx-box-content,
.img-special-right .vrtx-box-content {
  align-self: center;
  padding: 10%;
}
@media (max-width: 750px) {
  .img-special-left .vrtx-box-content,
  .img-special-right .vrtx-box-content {
    padding: 30px 15px;
  }
}
@media (min-width: 751px) {
  .img-special-right .vrtx-frontpage-box-picture {
    order: 2;
  }
}
.box-special {
  background-color: var(--color-neutral-tint-95);
}
.box-special .vrtx-box-content {
  padding: 10%;
}
@media (max-width: 750px) {
  .box-special .vrtx-box-content {
    padding: 30px 15px;
  }
}
@media (min-width: 751px) {
  .box-special h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media (min-width: 751px) {
  .box-special p {
    font-size: 3rem;
  }
}
.box-special .read-more {
  font-size: 1.8rem;
}
.row-all-colored .img-special-left,
.row-all-colored .img-special-right,
.row-all-colored .box-special {
  background: white;
}
.link-special {
  border: 1px solid;
  padding: 10% 15% 12% 10%;
}
.link-special * {
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1101px) {
  .link-special * {
    font-size: 7rem;
  }
}
@media (max-width: 1100px) and (min-width: 751px) {
  .link-special * {
    font-size: 5rem;
  }
}
@media (max-width: 750px) {
  .link-special {
    padding: 20px 50px 20px 15px;
  }
  .link-special * {
    font-size: 3rem;
  }
}
.link-special a {
  text-decoration: none;
}
.link-special a::after {
  content: "";
  position: absolute;
  background: var(--color-neutral-tint-90) url("../images/arrow.svg") no-repeat center;
  background-size: 40px auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-left: 20px;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .link-special a::after {
    background-size: 24px;
    width: 36px;
    height: 36px;
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  .link-special a::after {
    margin-top: 0;
  }
}
.link-special a:hover {
  text-decoration: underline;
}
.vrtx-introduction-image {
  width: auto !important;
  margin-bottom: 50px;
}
.vrtx-introduction-image img {
  width: 100%;
  margin: 0;
}
.vrtx-imagetext,
figcaption {
  font-size: var(--font-size-tiny);
  color: var(--color-neutral-tint-25);
  margin-top: 5px;
}
.vrtx-imagetext p,
figcaption p {
  margin: 0;
}
.vrtx-article-body {
  max-width: 700px;
  border-bottom: 1px solid;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.vrtx-article-body::after {
  content: "";
  clear: both;
  display: block;
}
.vrtx-article-body hr,
.vrtx-article-body figure,
.vrtx-article-body table,
.vrtx-article-body video,
.vrtx-article-body iframe {
  clear: both;
}
.vrtx-article-body figure,
.vrtx-article-body img,
.vrtx-article-body video {
  margin: 40px 0;
}
.vrtx-article-body figure img,
.vrtx-article-body figure video {
  margin: 0;
  width: 100%;
}
.vrtx-article-body hr {
  padding-top: 80px;
  border: none;
  border-bottom: 1px solid var(--color-neutral-tint-80);
  margin-bottom: 40px;
}
.vrtx-article-body h2 {
  margin: 50px 0 20px;
}
.vrtx-article-body iframe {
  margin: 40px 0;
}
.vrtx-article-body .vrtx-media-player iframe {
  margin-top: 0;
}
.vrtx-article-body .image-left,
.vrtx-article-body .image-right {
  width: 300px;
}
@media (max-width: 750px) {
  .vrtx-article-body .image-left,
  .vrtx-article-body .image-right {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
  .vrtx-article-body img[align] {
    float: none;
  }
}
@media (min-width: 751px) {
  .vrtx-article-body .image-left,
  .vrtx-article-body .image-right {
    clear: both;
    margin: 10px 40px 40px 40px;
  }
  .vrtx-article-body .image-left {
    float: left;
    margin-left: 0;
  }
  .vrtx-article-body .image-right {
    float: right;
    margin-right: 0;
  }
}
.vrtx-article-body .vrtx-facts-container {
  background: var(--color-neutral-tint-95);
  font-size: var(--font-size-small);
  padding: 30px;
  margin: 40px 0;
}
@media (min-width: 1101px) {
  .vrtx-article-body .vrtx-facts-container {
    clear: both;
  }
  .vrtx-article-body .vrtx-facts-container.vrtx-container-left,
  .vrtx-article-body .vrtx-facts-container.vrtx-container-right {
    margin: 10px 40px 40px 40px;
  }
  .vrtx-article-body .vrtx-facts-container.vrtx-container-left {
    float: left;
    width: 350px;
    margin-left: 0;
  }
  .vrtx-article-body .vrtx-facts-container.vrtx-container-right {
    float: right;
    width: 400px;
    margin-right: -100px;
  }
}
.vrtx-article-body .vrtx-facts-container h2,
.vrtx-article-body .vrtx-facts-container h3 {
  font-size: 2.4rem;
  margin: 0;
}
.vrtx-article-body .vrtx-facts-container h2:first-child,
.vrtx-article-body .vrtx-facts-container h3:first-child {
  margin: 0 0 20px 0;
}
@media (min-width: 1101px) {
  #vrtx-structured-article #vrtx-content,
  #vrtx-structured-event #vrtx-content {
    margin-left: 200px;
  }
  #vrtx-structured-article .vrtx-introduction-image,
  #vrtx-structured-event .vrtx-introduction-image {
    margin-left: -200px;
  }
}
#vrtx-structured-article h1,
#vrtx-structured-event h1,
#vrtx-structured-article .vrtx-introduction,
#vrtx-structured-event .vrtx-introduction {
  max-width: 1000px;
}
#vrtx-structured-article #vrtx-related-content,
#vrtx-structured-event #vrtx-related-content {
  max-width: 700px;
  margin-top: 80px;
  border-bottom: 1px solid;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
#vrtx-structured-article #vrtx-additional-content #vrtx-related-content,
#vrtx-structured-event #vrtx-additional-content #vrtx-related-content {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 1px solid;
  padding-top: 30px;
}
.vrtx-event-organizers {
  margin: 0;
}
.vrtx-event-organizers h2 {
  display: inline;
  font-size: inherit;
}
.vrtx-event-organizers h2::after {
  content: ":";
}
.vrtx-tags {
  display: block;
}
.vrtx-tags .title {
  font-weight: bold;
}
.vrtx-authors {
  display: block;
}
.vrtx-authors .vrtx-authors-prefix {
  font-weight: bold;
}
.vrtx-authors .vrtx-authors-prefix::after {
  content: ":";
}
.vrtx-date-info .published-date-label {
  font-weight: bold;
}
.vrtx-date-info .published-date-label::after {
  content: ":";
}
.vrtx-social-components {
  margin-top: 25px;
}
@media (min-width: 751px) {
  .vrtx-social-components * {
    display: inline-flex;
  }
}
.vrtx-social-components ul {
  list-style: none;
  padding: 0;
}
.vrtx-social-components a {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 5px 0;
  text-decoration: none;
}
.vrtx-social-components a::before {
  content: "";
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.vrtx-social-components a:hover {
  text-decoration: underline;
}
.vrtx-social-components a.vrtx-email-friend::before {
  background-image: url("../images/social/mail.svg");
}
.vrtx-social-components a.facebook::before {
  background-image: url("../images/social/facebook.svg");
}
.vrtx-social-components a.twitter::before {
  background-image: url("../images/social/x.svg");
}
.vrtx-comments {
  background-color: var(--color-neutral-tint-95);
  padding: 20px;
  margin-top: 25px;
  max-width: 700px;
}
.vrtx-comments .button {
  padding: 5px 10px;
}
.vrtx-comments .button::after {
  display: none;
}
.vrtx-comments .comments-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.vrtx-comments .comments-header {
  margin-bottom: 40px;
}
.vrtx-comments .comments-header .header-href {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.vrtx-comments .comments-header #comments-header-feedHref {
  font-size: var(--font-size-small);
  color: var(--color-neutral-tint-25);
}
.vrtx-comments .vrtx-comment {
  margin-bottom: 40px;
}
.vrtx-comments .comment-body {
  margin-bottom: 10px;
}
.vrtx-comments .comment-body * {
  margin: 0;
}
.vrtx-comments .comment-info > span {
  font-size: var(--font-size-small);
  color: var(--color-neutral-tint-25);
}
.vrtx-comments .comment-info form {
  margin-top: 10px;
}
.vrtx-comments .submit input {
  margin-right: 5px;
}
@media (max-width: 750px) {
  .vrtx-comments .submit input {
    display: block;
    margin-bottom: 5px;
  }
}
/*
x-media-fullscreen.less

Fullscreen media (images and video) in article-type pages.
Sticky effect if figcaption present.
Transition for sticky effect if multiple in a row.

Script in x-media-wide.js
*/
#vrtx-structured-article,
#vrtx-structured-event {
  overflow-x: hidden;
}
@media (min-width: 1101px) {
  #vrtx-structured-article .vrtx-article-body .image-center,
  #vrtx-structured-event .vrtx-article-body .image-center {
    clear: both;
    margin: 40px 0;
  }
  #vrtx-structured-article .vrtx-article-body .image-center figure,
  #vrtx-structured-event .vrtx-article-body .image-center figure {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  #vrtx-structured-article .vrtx-article-body .image-center figure .vrtx-background-video,
  #vrtx-structured-event .vrtx-article-body .image-center figure .vrtx-background-video {
    position: static;
  }
  #vrtx-structured-article .vrtx-article-body .image-center img,
  #vrtx-structured-event .vrtx-article-body .image-center img,
  #vrtx-structured-article .vrtx-article-body .image-center video,
  #vrtx-structured-event .vrtx-article-body .image-center video,
  #vrtx-structured-article .vrtx-article-body .image-center figcaption,
  #vrtx-structured-event .vrtx-article-body .image-center figcaption {
    transition: opacity 1s;
  }
  #vrtx-structured-article .vrtx-article-body .image-center img,
  #vrtx-structured-event .vrtx-article-body .image-center img,
  #vrtx-structured-article .vrtx-article-body .image-center video,
  #vrtx-structured-event .vrtx-article-body .image-center video {
    max-width: none;
    width: 100vw;
    object-fit: cover;
    margin-left: -250px;
  }
  #vrtx-structured-article .vrtx-article-body .image-center figcaption,
  #vrtx-structured-event .vrtx-article-body .image-center figcaption {
    position: absolute;
    z-index: 2;
    left: calc(50vw - 30%);
    top: 50%;
    background: white;
    padding: 40px;
    margin: 0;
    font-size: inherit;
    color: inherit;
    width: 500px;
  }
}
@media (min-width: 1501px) {
  #vrtx-structured-article .vrtx-article-body .image-center img,
  #vrtx-structured-event .vrtx-article-body .image-center img,
  #vrtx-structured-article .vrtx-article-body .image-center video,
  #vrtx-structured-event .vrtx-article-body .image-center video {
    margin-left: calc(500px - 50vw);
  }
}
@media (min-width: 1101px) {
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center figure,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center figure {
    height: 200vh;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center img,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center img,
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center video {
    height: 100vh;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.sticky img,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.sticky img,
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.sticky video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.sticky video {
    position: fixed;
    top: 0;
    z-index: 1;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.sticky .pause-video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.sticky .pause-video {
    position: fixed;
    left: auto;
    z-index: 1;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.scrolled-past img,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.scrolled-past img,
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.scrolled-past video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.scrolled-past video {
    position: absolute;
    bottom: 0;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.scrolled-past figcaption,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.scrolled-past figcaption {
    opacity: 0;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.has-caption + .has-caption,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.has-caption + .has-caption {
    margin-top: calc(-100vh - 40px);
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.has-caption + .has-caption img,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.has-caption + .has-caption img,
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.has-caption + .has-caption video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.has-caption + .has-caption video {
    opacity: 0;
  }
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.scrolled-past + .has-caption img,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.scrolled-past + .has-caption img,
  body:not(.vrtx-mode-preview)#vrtx-structured-article .vrtx-article-body .image-center.scrolled-past + .has-caption video,
  body:not(.vrtx-mode-preview)#vrtx-structured-event .vrtx-article-body .image-center.scrolled-past + .has-caption video {
    opacity: 1;
  }
}
/*
x-media-wide.less

Contains styles for:
- Frontpage row with full-width image.
- Frontpage row with full-width background video.
- Frontpage row pulled to page-top, behind header.

Script in x-media-wide.js
*/
/*
Frontpage row with full-width image.
Ambition to use same class for video, which currently requires its own class.
*/
.grid-container.media-wide {
  margin-bottom: calc(2*var(--space));
  background: none;
  padding: 0;
}
.grid-container.media-wide .row {
  position: relative;
  padding: 0;
  max-width: none;
}
@media (min-width: 1101px) {
  .grid-container.media-wide img,
  .grid-container.media-wide video,
  .grid-container.media-wide .vrtx-frontpage-box {
    min-height: 500px;
  }
}
.grid-container.media-wide img,
.grid-container.media-wide video {
  margin: 0;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1101px) {
  .grid-container.media-wide img,
  .grid-container.media-wide video {
    height: 70vh;
  }
}
@media (min-width: 1101px) {
  .grid-container.media-wide .vrtx-frontpage-box {
    background-color: #eee;
  }
}
.grid-container.media-wide .vrtx-box-content {
  background-color: white;
}
@media (min-width: 1101px) {
  .grid-container.media-wide .vrtx-box-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 500px;
    padding: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 751px) {
  .grid-container.media-wide .vrtx-box-content {
    padding: 30px 50px 0;
  }
}
@media (max-width: 750px) {
  .grid-container.media-wide .vrtx-box-content {
    padding: 30px 15px 0;
  }
}
.grid-container.media-wide .vrtx-box-content h2,
.grid-container.media-wide .vrtx-box-content p {
  margin-bottom: 15px;
}
.grid-container.media-wide .vrtx-box-content h2 {
  font-size: 3rem;
}
.grid-container.background-video {
  background: none;
  padding: 0;
}
.grid-container.background-video .row {
  position: relative;
  padding: 0;
  max-width: none;
}
@media (min-width: 1101px) {
  .grid-container.background-video video,
  .grid-container.background-video .vrtx-frontpage-box {
    min-height: 500px;
  }
}
.grid-container.background-video video {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1101px) {
  .grid-container.background-video video {
    height: 70vh;
  }
}
@media (min-width: 1101px) {
  .grid-container.background-video .vrtx-frontpage-box {
    background-color: #eee;
  }
}
.grid-container.background-video .text-box {
  background-color: white;
}
@media (min-width: 1101px) {
  .grid-container.background-video .text-box {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 500px;
    padding: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 751px) {
  .grid-container.background-video .text-box {
    padding: 30px 50px 0;
  }
}
@media (max-width: 750px) {
  .grid-container.background-video .text-box {
    padding: 20px 15px 0;
  }
}
.grid-container.background-video .text-box h2,
.grid-container.background-video .text-box p {
  margin-bottom: 15px;
}
.grid-container.background-video .text-box h2 {
  font-size: 3rem;
}
/*
Background video component.

Usage example (must be pasted into source):
<div class="image-center">
  <figure>
    <div>${media:background-video poster-path=[/bilder/bilde.webp] video-path=[/video/video.mp4]}</div>
    <figcaption>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed ac aliquam.</figcaption>
  </figure>
</div>

NOTE: Default almost invisible to require locally enabling this feature.
*/
.vrtx-background-video {
  position: relative;
}
.vrtx-background-video::before {
  content: "Background-video not locally enabled.";
  background-color: yellow;
  padding: 10px;
  position: absolute;
  top: 50%;
}
.vrtx-background-video video {
  opacity: 0.1;
}
.vrtx-background-video .pause-video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: white url("../images/pause.svg") no-repeat center;
  background-size: 30px;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 0;
  transition: opacity 1s;
}
.vrtx-background-video .pause-video.paused {
  background-image: url("../images/play.svg");
}
.vrtx-background-video:hover .pause-video,
.vrtx-background-video .pause-video:focus-visible {
  opacity: 1;
}
body.vrtx-mode-edit .grid-container.media-wide img,
body.vrtx-mode-preview .grid-container.media-wide img,
body.vrtx-mode-edit .grid-container.background-video img,
body.vrtx-mode-preview .grid-container.background-video img,
body.vrtx-mode-edit .grid-container.media-wide video,
body.vrtx-mode-preview .grid-container.media-wide video,
body.vrtx-mode-edit .grid-container.background-video video,
body.vrtx-mode-preview .grid-container.background-video video {
  height: auto;
}
/*
Page-top.
Class used on frontpage row for background-video and wide-media.
To pull row to top of page, behind header.
*/
.grid-container.page-top {
  margin-top: -130px;
}
@media (max-width: 750px) {
  .grid-container.page-top {
    margin-top: -80px;
  }
}
body.header-search-visible .grid-container.page-top,
body.sidebar-menu-wrapper-visible .grid-container.page-top {
  margin-top: 0;
}
/*
"has-page-top-row"
Class added to body by JS when detecting row page-top class.
*/
body.has-page-top-row #breadcrumbs,
body.has-page-top-row h1 {
  position: absolute;
  left: -100000px;
}
@media (max-width: 750px) {
  body.has-page-top-row #header-tools {
    column-gap: 10px;
  }
}
body.has-page-top-row #header-tools #header-language,
body.has-page-top-row #header-tools .header-search-expand,
body.has-page-top-row #header-tools .sidebar-menu-toggle {
  background-color: white;
  border-radius: 0;
  min-height: 36px;
  padding: 0 5px;
}
body.vrtx-mode-edit .grid-container.page-top {
  margin-top: 0;
}
body.vrtx-mode-edit.has-page-top-row h1 {
  position: static;
}
.vrtx-image-gallery-include-outer-wrapper {
  width: 1000px;
  margin-left: -150px;
}
#vrtx-frontpage .vrtx-image-gallery-include-outer-wrapper {
  width: auto;
  margin-left: 0;
}
.main .vrtx-image-gallery-include {
  max-width: 1000px;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  clear: both;
  text-align: left;
}
.main .vrtx-image-gallery-include:only-child {
  max-width: 700px;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-title {
  display: none;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-pure-css {
  height: 476px;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav {
  width: 100%;
  height: 425px;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .prev,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-prev,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-prev,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-next {
  height: 45px;
  width: 26px;
  display: block;
  z-index: 10;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .prev.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .next.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-prev.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-prev.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-next.hidden-thumbs-direction,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-next.hidden-thumbs-direction {
  visibility: hidden;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .prev,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-prev,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-prev {
  background: url("../images/gallery/prev.svg") no-repeat 0 0;
  background-size: auto 100%;
  margin-right: auto;
}
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next,
.main .vrtx-image-gallery-include .thumbs-prev-next-wrapper .thumbs-next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .thumbs-next {
  background: url("../images/gallery/next.svg") no-repeat 0 0;
  background-size: auto 100%;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-progress {
  padding: 5px 18px;
  border-radius: 8px;
  position: absolute;
  left: calc(50% - 28px);
  top: 90%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.main .vrtx-image-gallery-include.animation-off .vrtx-image-gallery-image {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  opacity: 1;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image:not(.active) {
  opacity: 0.5;
  z-index: 0;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image:not(.active) figcaption {
  visibility: hidden;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active {
  z-index: 4;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active img {
  cursor: pointer;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active img:hover {
  transform: scale(1.1);
  will-change: transform;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active-prev-prev,
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active-next-next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active-next,
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.active-prev {
  z-index: 3;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image.loop-around:not(.active-prev):not(.active-next):not(.active) {
  z-index: 0;
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image .vrtx-image-gallery-image-container {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image .vrtx-image-gallery-image-container img {
  max-height: 100%;
  width: 100%;
  vertical-align: middle;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image figcaption {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 600px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image figcaption p {
  margin: 10px 0 0 0;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-image .vrtx-image-gallery-image-title {
  font-size: 1.8rem;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  z-index: 10;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg svg {
  margin-left: 50%;
  margin-top: 180px;
  height: 100px;
  width: 100px;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg .loading-circle-bg,
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg .loading-indicator {
  fill: none;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg .loading-circle-bg {
  stroke-width: 2px;
}
.main .vrtx-image-gallery-include .vrtx-image-gallery-loading-bg .loading-indicator {
  fill: none;
  stroke: #888;
  stroke-width: 4px;
}
/*
 * Toggle modes links
 *
 */
.vrtx-image-gallery-toggle-modes-wrapper {
  text-align: right;
  max-width: 1000px;
  margin-bottom: -20px;
  margin-top: 20px;
}
.vrtx-image-gallery-show-fullscreen,
.vrtx-image-gallery-toggle-thumbnail-view {
  text-decoration: none;
}
.vrtx-image-gallery-show-fullscreen:hover,
.vrtx-image-gallery-toggle-thumbnail-view:hover,
.vrtx-image-gallery-show-fullscreen:focus,
.vrtx-image-gallery-toggle-thumbnail-view:focus {
  text-decoration: underline;
}
.vrtx-image-gallery-toggle-thumbnail-view:before {
  content: "";
  background: url("../images/gallery/thumbnail-view-open.svg") no-repeat 0 0;
  background-size: 100% auto;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 2px;
}
.vrtx-image-gallery-toggle-thumbnail-view.thumbnail-view-close:before {
  height: 10px;
  background-image: url("../images/gallery/thumbnail-view-close.svg");
  top: 0;
}
.vrtx-image-gallery-close-fullscreen,
.vrtx-image-gallery-toggle-thumbnail-view {
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.vrtx-image-gallery-show-fullscreen-wrapper {
  margin-top: 20px;
}
.vrtx-image-gallery-show-fullscreen-wrapper a:before {
  content: "";
  background: url("../images/gallery/fullscreen-open.svg") no-repeat 0 0;
  background-size: auto 100%;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 5px;
}
.vrtx-image-gallery-close-fullscreen {
  display: none;
  background: url("../images/gallery/fullscreen-close.svg") no-repeat 0 0;
  background-size: auto 100%;
  padding-left: 30px;
}
/*
 * Thumbnail view
 *
 */
.vrtx-image-gallery-include-thumbs-scroll-wrapper {
  display: none;
  position: relative;
}
.vrtx-image-gallery-include-thumbs-scroll-wrapper.activate > ul {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
  will-change: transform;
  width: 100%;
  height: 100%;
}
.vrtx-image-gallery-include-thumbs-scroll-wrapper:not(.activate) .thumbs-prev-next-wrapper {
  display: none;
}
.vrtx-image-gallery-include-thumbs-scroll-wrapper > ul.active-thumbs-in-scroll {
  transform: translate3d(0, 0, 0);
}
main ul.vrtx-image-gallery-include-thumbs {
  display: none;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  grid-template-rows: repeat(auto-fill, 138px);
  margin: 0;
  z-index: 1;
  padding-left: 0;
}
main ul.vrtx-image-gallery-include-thumbs li {
  list-style: none;
  margin: 0;
}
main ul.vrtx-image-gallery-include-thumbs li:before {
  display: none;
}
main ul.vrtx-image-gallery-include-thumbs li a,
main ul.vrtx-image-gallery-include-thumbs li img {
  display: block;
}
main ul.vrtx-image-gallery-include-thumbs li a {
  width: auto;
  height: 138px;
  overflow: hidden;
}
main ul.vrtx-image-gallery-include-thumbs li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  margin: 0;
}
main ul.vrtx-image-gallery-include-thumbs .vrtx-full-image {
  display: none;
}
main .vrtx-image-gallery-thumbnail-view .vrtx-image-gallery-include-thumbs-scroll-wrapper {
  display: block;
}
main .vrtx-image-gallery-thumbnail-view .vrtx-image-gallery-include-thumbs-scroll-wrapper.activate ul.vrtx-image-gallery-include-thumbs {
  grid-auto-flow: column;
}
main .vrtx-image-gallery-thumbnail-view ul.vrtx-image-gallery-include-thumbs {
  display: grid;
}
main .vrtx-image-gallery-thumbnail-view .vrtx-image-gallery-include-container {
  display: none;
}
main .vrtx-image-gallery-include-title + ul.vrtx-image-gallery-include-thumbs {
  display: grid;
}
/*
 * Fullscreen mode
 *
 */
html.vrtx-image-gallery-fullscreen {
  overflow: hidden;
}
html.vrtx-image-gallery-fullscreen.special-page-config .grid-container,
html.vrtx-image-gallery-fullscreen.special-page-config-header-minimal .grid-container {
  transform: none !important;
  transition: none !important;
}
html.vrtx-image-gallery-fullscreen #main .grid-container .vrtx-frontpage-box {
  z-index: auto;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-modes-wrapper {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}
html.vrtx-image-gallery-fullscreen #vrtx-frontpage .vrtx-image-gallery-toggle-modes-wrapper {
  margin-top: 20px;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-include-thumbs-scroll-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 90px;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view,
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-close-fullscreen {
  color: #fff;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view:focus,
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-close-fullscreen:focus,
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view:hover,
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-close-fullscreen:hover {
  color: #fff;
  text-decoration-color: #fff;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view {
  margin-right: 20px;
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view:before {
  background-image: url("../images/gallery/thumbnail-view-open-white.svg");
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-toggle-thumbnail-view.thumbnail-view-close:before {
  background-image: url("../images/gallery/thumbnail-view-close-white.svg");
}
html.vrtx-image-gallery-fullscreen .vrtx-image-gallery-close-fullscreen {
  display: inline-block;
  max-width: none;
}
html.vrtx-image-gallery-fullscreen,
html.vrtx-image-gallery-fullscreen body {
  background: #000;
}
html.vrtx-image-gallery-fullscreen #main .vrtx-image-gallery-include-container figure.vrtx-image-gallery-image .vrtx-image-gallery-image-description,
html.vrtx-image-gallery-fullscreen #main .vrtx-image-gallery-include-container figure.vrtx-image-gallery-image .vrtx-image-gallery-image-description a {
  color: #fff;
}
html.vrtx-image-gallery-fullscreen #main .vrtx-image-gallery-include-container figure.vrtx-image-gallery-image .vrtx-image-gallery-image-description a {
  text-decoration-color: #fff;
}
html.vrtx-image-gallery-fullscreen #vrtx-frontpage .main .vrtx-image-gallery-selected-fullscreen {
  width: 100% !important;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen {
  overflow-y: scroll;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: 11;
  margin: 0;
  margin-left: 0 !important;
  background: #000;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include {
  max-width: none;
  margin: 0;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image.active img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image.active img:hover {
  transform: none;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image .vrtx-image-gallery-image-container {
  height: auto;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image figcaption {
  max-width: 1000px;
  margin-bottom: 20px;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image figcaption .vrtx-image-gallery-show-fullscreen-wrapper {
  display: none;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-image:not(.active) {
  opacity: 0;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav {
  height: 100vh;
  width: calc(80% + calc(calc(43px * 2) + 20px));
  left: calc(calc(20vw - calc(calc(43px * 2) + 20px)) / 2);
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev,
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next {
  width: 43px;
  background-size: contain;
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev {
  background-image: url("../images/arrow-white.svg");
  transform: rotate(180deg);
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next {
  background-image: url("../images/arrow-white.svg");
}
html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .vrtx-image-gallery-progress {
  top: 27px;
}
@media (max-width: 1100px) {
  .vrtx-image-gallery-include-outer-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #main .vrtx-image-gallery-include .vrtx-image-gallery-image:not(.active) {
    opacity: 0;
  }
  .main .vrtx-image-gallery-include .vrtx-image-gallery-image.active img:hover {
    transform: scale(1);
  }
  .vrtx-image-gallery-show-fullscreen-wrapper {
    display: none;
  }
  html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav {
    width: calc(80% + calc(calc(33px * 2) + 15px));
    left: calc(calc(20vw - calc(calc(33px * 2) + 15px)) / 2);
  }
  html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .prev,
  html.vrtx-image-gallery-fullscreen .main .vrtx-image-gallery-selected-fullscreen .vrtx-image-gallery-include .vrtx-image-gallery-include-container-nav .next {
    height: 20px;
    width: 33px;
  }
}
h2.accordion,
h3.accordion {
  position: relative;
  width: fit-content;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
}
h2.accordion::before,
h3.accordion::before {
  content: "";
  background: url("../images/chevron.svg") no-repeat center;
  background-size: 10px auto;
  position: absolute;
  left: 0;
  width: 20px;
  height: 1.25em;
  transition: all 0.3s;
}
h2.accordion:hover,
h3.accordion:hover {
  text-decoration: underline;
}
details.accordion-wrapper {
  height: var(--collapsed);
  transition: height 0.3s ease-in;
}
details.accordion-wrapper,
details.accordion-wrapper summary,
details.accordion-wrapper .accordion-content {
  overflow: hidden;
}
details.accordion-wrapper summary {
  list-style: none;
  width: fit-content;
}
details.accordion-wrapper summary::marker,
details.accordion-wrapper summary::-webkit-details-marker {
  display: none;
}
details.accordion-wrapper[open] {
  height: var(--expanded);
}
details.accordion-wrapper[open] summary .accordion::before {
  transform: rotate(90deg);
}
.vrtx-person-listing {
  width: 100%;
}
.vrtx-person-listing th,
.vrtx-person-listing td {
  vertical-align: top;
  border: none;
}
.vrtx-person-listing th {
  font-weight: normal;
  white-space: nowrap;
}
.vrtx-person-listing thead {
  background: none;
}
.vrtx-person-listing tbody tr:nth-child(odd) {
  background-color: var(--color-neutral-tint-95);
}
@media (min-width: 1101px) {
  .vrtx-person-listing tbody td {
    padding: 20px 10px;
  }
}
@media (min-width: 1101px) {
  .vrtx-person-listing tbody .vrtx-person-listing-name {
    position: relative;
    padding-left: 150px;
    height: 190px;
  }
}
.vrtx-person-listing tbody .vrtx-person-listing-name .vrtx-image {
  position: absolute;
  border: 1px solid var(--color-neutral-tint-90);
  width: 100px;
  height: 150px;
  left: 10px;
}
@media (min-width: 1101px) {
  .vrtx-person-listing tbody .vrtx-person-listing-name .vrtx-image {
    left: 20px;
  }
}
.vrtx-person-listing tbody .vrtx-person-listing-name img {
  aspect-ratio: auto;
  height: 100%;
  margin: 0;
}
.vrtx-person-listing tbody .vrtx-person-listing-name a:not(.vrtx-image) {
  font-weight: bold;
}
@media (min-width: 751px) {
  .vrtx-person-listing tbody .vrtx-person-listing-name a:not(.vrtx-image) {
    font-size: 2.4rem;
  }
}
.vrtx-person-listing tbody .vrtx-person-listing-name span {
  display: block;
}
@media (max-width: 1100px) {
  .vrtx-person-listing,
  .vrtx-person-listing caption,
  .vrtx-person-listing tbody,
  .vrtx-person-listing tr,
  .vrtx-person-listing th,
  .vrtx-person-listing td {
    display: block;
  }
  .vrtx-person-listing thead {
    display: none;
  }
  .vrtx-person-listing th,
  .vrtx-person-listing td {
    padding: 0;
  }
  .vrtx-person-listing tbody tr {
    position: relative;
    padding: 20px 10px 20px 130px;
    min-height: 190px;
  }
}
#vrtx-person #vrtx-additional-content {
  margin-top: 80px;
}
@media (min-width: 751px) {
  #vrtx-person-position,
  .vrtx-person-contactinfo .vrtx-value {
    font-size: 3rem;
  }
}
.vrtx-person-contactinfo .vrtx-label {
  display: block;
}
@media (max-width: 750px) {
  .vrtx-person-contactinfo .vrtx-label {
    font-size: var(--font-size-tiny);
  }
}
.vrtx-person-contact-info-line {
  margin-bottom: 20px;
}
#vrtx-person-contact-info-wrapper {
  position: relative;
  background-color: var(--color-neutral-tint-95);
  max-width: 1000px;
  margin: 40px 0;
  padding: 40px;
}
@media (min-width: 1101px) {
  #vrtx-person-contact-info-wrapper {
    padding-left: 400px;
    min-height: 500px;
  }
}
@media (max-width: 750px) {
  #vrtx-person-contact-info-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1101px) {
  .vrtx-person-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 333px;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1100px) {
  .vrtx-person-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 751px) {
  .vrtx-person-image {
    max-width: 300px;
  }
}
#vrtx-person-contact-info-extras > * {
  display: block;
  width: fit-content;
}
.vrtx-listing-filter-custom {
  list-style: none;
  padding: 0;
}
.vrtx-listing-filter-custom li a {
  text-decoration: none;
}
.vrtx-listing-filter-custom li a::before {
  content: "";
  background: url("../images/checkbox-unchecked.svg") no-repeat center;
  padding-right: 20px;
  margin-right: 5px;
}
.vrtx-listing-filter-custom li a:hover {
  text-decoration: underline;
}
.vrtx-listing-filter-custom li.selected a::before {
  background-image: url("../images/checkbox-checked.svg");
}
.vrtx-listing-filter-custom.vrtx-listing-filter-custom-horizontal li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.grid-container.filtered-out-row {
  display: none;
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable-italic.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/figtree/figtree-variable.woff2") format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable-italic.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable-italic.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable-italic.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable-italic.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/eb-garamond/eb-garamond-variable.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#vrtx-structured-article #breadcrumbs {
  margin-left: 0;
}
@media (min-width: 1101px) {
  .vrtx-introduction-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
@media (min-width: 751px) {
  .titan-article-main:first-child {
    margin-top: 80px;
  }
}
.titan-article-main .vrtx-introduction {
  margin-bottom: 30px;
}
.titan-article-main .vrtx-introduction strong {
  font-weight: inherit;
}
.vrtx-authors {
  font-weight: 600;
  margin-bottom: 50px;
}
.vrtx-authors .vrtx-authors-prefix {
  font-weight: inherit;
}
.vrtx-authors .vrtx-authors-prefix::after {
  display: none;
}
.vrtx-date-info {
  margin-top: 3px;
  margin-bottom: 50px;
}
@media (min-width: 1101px) {
  .vrtx-date-info {
    margin-bottom: 75px;
  }
}
.vrtx-date-info .published-date-label {
  font-weight: normal;
}
.vrtx-date-info .published-date-label::after {
  display: none;
}
.vrtx-authors + .vrtx-date-info {
  margin-top: -50px;
}
.vrtx-tags {
  display: none;
}
.vrtx-article-body {
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 751px) {
  .vrtx-article-body {
    font-size: 2rem;
  }
  .vrtx-article-body h2 {
    font-size: 3rem;
  }
  .vrtx-article-body h3 {
    font-size: 2.6rem;
  }
}
.vrtx-article-body a {
  color: var(--color-uio-red);
  text-decoration-thickness: 1px;
}
.vrtx-article-body table {
  font-size: 1.8rem;
}
.vrtx-article-body .box {
  background: var(--color-neutral-tint-95);
  padding: 30px;
  margin: 40px 0;
}
.vrtx-article-body .box > *:last-child {
  margin: 0;
}
.vrtx-article-body blockquote {
  margin: 60px 0;
}
@media (min-width: 751px) {
  .vrtx-article-body blockquote p:first-child {
    font-size: 3.6rem;
  }
}
@media (min-width: 1101px) {
  .vrtx-article-body .image-left {
    margin-left: -100px;
  }
  .vrtx-article-body .image-right {
    margin-right: -50px;
  }
}
.vrtx-article-body .vrtx-facts-container {
  font-size: var(--font-size-base);
}
@media (min-width: 1101px) {
  .vrtx-article-body .vrtx-facts-container {
    padding: 40px;
  }
  .vrtx-article-body .vrtx-facts-container.vrtx-container-left {
    margin-left: -200px;
  }
  .vrtx-article-body .vrtx-facts-container.vrtx-container-right {
    margin-right: -150px;
  }
}
.vrtx-article-body .vrtx-facts-container h2:first-child,
.vrtx-article-body .vrtx-facts-container h3:first-child {
  border-bottom: 1px solid var(--color-neutral-tint-90);
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media (min-width: 1101px) {
  .vrtx-article-body .image-center {
    margin: 80px 0;
  }
}
.titan-also-read {
  max-width: 700px;
  border-top: 1px solid var(--color-neutral-tint-80);
  padding-top: 30px;
  margin-top: 100px;
}
.titan-also-read h2 {
  font-weight: normal;
}
.titan-also-read .vrtx-feed .items li {
  box-shadow: none;
}
.titan-also-read .vrtx-feed .items li.duplicate {
  display: none;
}
.titan-also-read .vrtx-feed .items:not(.has-duplicate) li:last-child {
  display: none;
}
.titan-also-read .vrtx-feed .items .vrtx-list-item-content {
  padding: 0;
}
.titan-also-read .vrtx-feed .items .vrtx-list-item-content:first-child {
  border-top: 1px solid var(--color-neutral-tint-80);
}
.titan-also-read .vrtx-feed .items .vrtx-list-item-content::before {
  margin-left: 0;
  padding: 5px 10px;
}
.titan-also-read .vrtx-feed .items .item-title {
  font-family: inherit;
  font-size: var(--font-size-small);
  font-weight: normal;
  line-height: inherit;
}
@media (min-width: 751px) {
  .titan-also-read .vrtx-feed .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .titan-also-read .vrtx-feed .items {
    grid-template-columns: 1fr 1fr;
  }
}
.newsletter-signup-module {
  background: var(--color-neutral-tint-95);
  margin-top: 50px;
  padding: 30px;
}
.newsletter-signup-module form input,
.newsletter-signup-module form button {
  background: white;
}
.newsletter-signup-module form input {
  display: block;
  width: 100%;
  margin: 5px 0 20px;
}
/*
supporting imported wp/drupal style classes for:

- basic background box
- image left/right alignment
- facts boxes
*/
.vrtx-article-body p.has-background {
  background: var(--color-neutral-tint-95);
  padding: 30px;
  margin: 40px 0;
}
.vrtx-article-body figure.alignleft,
.vrtx-article-body figure.alignright {
  width: 300px;
}
@media (max-width: 750px) {
  .vrtx-article-body figure.alignleft,
  .vrtx-article-body figure.alignright {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .vrtx-article-body figure.alignleft,
  .vrtx-article-body figure.alignright {
    clear: both;
    margin: 10px 40px 40px 40px;
  }
  .vrtx-article-body figure.alignleft {
    float: left;
    margin-left: 0;
  }
  .vrtx-article-body figure.alignright {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1101px) {
  .vrtx-article-body figure.alignleft {
    margin-left: -100px;
  }
  .vrtx-article-body figure.alignright {
    margin-right: -50px;
  }
}
.vrtx-article-body .wp-block-titan-factsbox-block {
  background: var(--color-neutral-tint-95);
  font-size: var(--font-size-base);
  padding: 30px;
  margin: 40px 0;
}
@media (min-width: 1101px) {
  .vrtx-article-body .wp-block-titan-factsbox-block {
    clear: both;
    padding: 40px;
  }
  .vrtx-article-body .wp-block-titan-factsbox-block.alignleft,
  .vrtx-article-body .wp-block-titan-factsbox-block.alignright {
    margin: 10px 40px 40px 40px;
    width: 400px;
  }
  .vrtx-article-body .wp-block-titan-factsbox-block.alignleft {
    float: left;
    margin-left: -200px;
  }
  .vrtx-article-body .wp-block-titan-factsbox-block.alignright {
    float: right;
    margin-right: -150px;
  }
}
.vrtx-article-body .wp-block-titan-factsbox-block header {
  border-bottom: 1px solid var(--color-neutral-tint-90);
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.vrtx-article-body .wp-block-titan-factsbox-block header h2,
.vrtx-article-body .wp-block-titan-factsbox-block header h3 {
  font-size: 2.4rem;
  margin: 0;
}
:root {
  --font-size-base: 1.7rem;
  --font-size-small: 1.5rem;
  --font-size-tiny: 1.5rem;
  --space: 30px;
  --shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  --serif: "EB Garamond", serif;
}
body {
  font-family: "Figtree", sans-serif;
  font-size: var(--font-size-base);
}
#left-main,
#left-menu-same-level-folders {
  display: none;
}
.vrtx-feed-link {
  display: none;
}
a,
.mixin-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.05em;
}
body[data-categories*=Internal] .titan-also-read,
body[data-categories*=Documentation] .titan-also-read {
  display: none;
}
body[data-categories*=Newsletter-page] .vrtx-date-info {
  display: none;
}
h1,
h2,
.mixin-h2,
h3,
.mixin-h3 {
  font-family: var(--serif);
  font-weight: 600;
}
h1 {
  font-size: 6rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  h1 {
    font-size: 3.2rem;
  }
}
h2,
.mixin-h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
h3,
.mixin-h3 {
  line-height: 1.2;
}
h4,
h5,
h6,
th,
strong,
b {
  font-weight: 600;
}
#header .logo {
  width: 240px;
}
@media (max-width: 750px) {
  #header .logo {
    width: 150px;
  }
}
html[lang=en] #header .logo {
  background-image: url("../images/logo.svg");
}
.sidebar-menu-wrapper li.root-folder,
.sidebar-menu-wrapper li.alle-artikler,
.sidebar-menu-wrapper li.blogg {
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  #breadcrumbs span:nth-last-child(3) {
    display: inline-flex;
  }
}
#vrtx-collections {
  display: none;
}
#footer-wrapper {
  font-size: var(--font-size-small);
}
#footer-wrapper .row,
#footer-wrapper .footer-content {
  gap: 40px 5%;
}
@media (min-width: 1101px) {
  #footer-wrapper .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
#footer-wrapper h2,
#footer-wrapper .menu-label {
  font-family: inherit;
  font-weight: 600;
}
#footer-wrapper .newsletter-signup {
  background: var(--color-uio-red);
  padding: 50px 30px 30px;
  margin-top: -50px;
  margin-right: 10%;
  max-width: 400px;
}
@media (max-width: 750px) {
  #footer-wrapper .newsletter-signup {
    margin-right: 0;
  }
}
#footer-wrapper .newsletter-signup input {
  display: block;
  margin: 5px 0 20px;
  width: 100%;
}
body#error #footer-wrapper .newsletter-signup {
  display: none;
}
.vrtx-introduction {
  font-family: var(--serif);
  line-height: 1.3;
  font-size: 2.6rem;
}
@media (min-width: 751px) {
  .vrtx-introduction {
    font-size: 3.6rem;
  }
}
blockquote::before {
  content: "";
  display: block;
  height: 30px;
  background: url("../images/quote.svg") no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}
blockquote p:first-child {
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1.3;
}
.grid-container {
  margin-bottom: calc(2 * var(--space));
}
.grid-container.row-all-colored {
  padding-top: var(--space);
  padding-bottom: var(--space);
}
.row h2 {
  font-weight: normal;
}
.vrtx-list-item-content strong {
  font-weight: inherit;
}
#vrtx-article-listing #vrtx-additional-content {
  font-size: var(--font-size-small);
}
@media (min-width: 1101px) {
  #vrtx-article-listing #vrtx-additional-content {
    margin-top: 115px;
  }
}
#vrtx-article-listing #vrtx-additional-content h2,
#vrtx-article-listing #vrtx-additional-content h3 {
  font-size: 2.4rem;
  margin: 0;
}
#vrtx-article-listing #vrtx-additional-content h2:first-child,
#vrtx-article-listing #vrtx-additional-content h3:first-child {
  margin: 0 0 20px 0;
}
.mixin-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 15px;
  background: var(--color-neutral-tint-opaque-95);
  color: var(--color-neutral-tint-25);
  font-family: var(--serif);
  font-weight: 500;
}
.vrtx-feed li[data-categories*=Kortnytt] .vrtx-list-item-content::before {
  content: "Kortnytt";
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 15px;
  background: var(--color-neutral-tint-opaque-95);
  color: var(--color-neutral-tint-25);
  font-family: var(--serif);
  font-weight: 500;
}
body[data-categories*=Kortnytt] .titan-article-main::before {
  content: "Kortnytt";
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 15px;
  background: var(--color-neutral-tint-opaque-95);
  color: var(--color-neutral-tint-25);
  font-family: var(--serif);
  font-weight: 500;
}
body[data-categories*=Blogg] .titan-article-main::before {
  content: "Blogg";
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 15px;
  background: var(--color-neutral-tint-opaque-95);
  color: var(--color-neutral-tint-25);
  font-family: var(--serif);
  font-weight: 500;
}
.vrtx-feed .items li {
  background: white;
  box-shadow: var(--shadow);
}
.vrtx-feed .items .vrtx-list-item-content {
  padding: 0 15px 15px 15px;
}
.vrtx-feed .items .vrtx-list-item-content::before {
  margin-left: -15px;
}
.vrtx-feed .items .vrtx-list-item-content:not(:first-child)::before {
  position: absolute;
  margin-top: -45px;
}
.vrtx-feed .items .vrtx-list-item-content:first-child {
  padding-top: 15px;
}
.vrtx-feed .items .published-date,
.vrtx-feed .items .authors {
  font-size: inherit;
  color: var(--color-neutral-tint-25);
}
.vrtx-feed .items .authors {
  font-family: var(--serif);
  font-weight: 500;
}
@media (min-width: 751px) {
  .vrtx-frontpage-box:not([class*=column-feed]) .vrtx-feed .items li {
    padding: 15px;
  }
  .vrtx-frontpage-box:not([class*=column-feed]) .vrtx-feed .items .vrtx-image {
    display: grid;
    margin: -15px 0 -15px -15px;
  }
  .vrtx-frontpage-box:not([class*=column-feed]) .vrtx-feed .items .vrtx-image img {
    margin: 0;
    height: 100%;
  }
  .vrtx-frontpage-box:not([class*=column-feed]) .vrtx-feed .items .vrtx-list-item-content {
    padding: 0;
  }
  .vrtx-frontpage-box:not([class*=column-feed]) .vrtx-feed .items .vrtx-list-item-content::before {
    position: static;
    margin: 0 0 15px 0;
  }
  .vrtx-frontpage-box:not([class*=column-feed])[class*=half-box] .vrtx-feed .items .vrtx-image {
    max-width: 50%;
  }
}
@media (min-width: 751px) {
  .featured-feed-item .vrtx-feed li:first-child .vrtx-list-item-content {
    padding: 30px 15px 30px 0;
  }
  .featured-feed-item .vrtx-feed li:first-child .vrtx-list-item-content:not(:first-child)::before {
    position: static;
    margin-left: 0;
  }
  .featured-feed-item .vrtx-feed li:first-child .vrtx-list-item-content:first-child {
    padding-left: 15px;
    grid-column: 1/-1;
    max-width: 900px;
  }
}
@media (min-width: 1101px) {
  .featured-feed-item .vrtx-feed li:first-child .item-title {
    line-height: 1.2;
  }
}
.read-more,
.vrtx-more {
  font-weight: 600;
}
.most-read {
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: var(--shadow);
}
.most-read .vrtx-box-content {
  position: relative;
  overflow: auto;
  min-height: 380px;
  scroll-behavior: smooth;
}
.most-read .vrtx-box-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}
.most-read .vrtx-box-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 4px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.most-read h2 {
  background: var(--color-neutral-tint-95);
  padding: 25px 15px;
  margin: 0;
}
.most-read ol {
  counter-reset: list-number;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  width: 100%;
}
.most-read li {
  counter-increment: list-number;
  display: flex;
  align-items: center;
  min-height: 120px;
}
.most-read li:not(:last-child) {
  border-bottom: 1px solid var(--color-neutral-tint-90);
}
.most-read li::before {
  content: counter(list-number);
  flex-basis: 60px;
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: 3.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.most-read li a {
  text-decoration: none;
}
.most-read li a:hover {
  text-decoration: underline;
}
.most-read .scroll-down {
  background: var(--color-neutral-tint-95);
  padding: 0;
  border: none;
  border-radius: 0;
}
.most-read .scroll-down::after {
  content: "";
  background: url("../images/chevron.svg") no-repeat center;
  transform: rotate(90deg);
  display: inline-block;
  height: 30px;
  width: 30px;
}
.most-read .scroll-down:hover {
  background: var(--color-neutral-tint-90);
}
.daily-quote {
  display: grid;
  align-content: center;
  background-color: var(--color-nearly-black);
  color: white;
  padding: calc(2 * var(--space));
}
@media (max-width: 1100px) {
  .daily-quote {
    padding-right: 40px;
    padding-left: var(--space);
  }
}
.daily-quote p {
  margin: 0;
}
.daily-quote blockquote::before {
  background-image: url("../images/quote-white.svg");
}
.daily-quote blockquote p:first-child {
  margin-bottom: 25px;
}
@media (min-width: 751px) {
  .daily-quote blockquote p:first-child {
    font-size: 3.2rem;
  }
}
.daily-quote blockquote p:first-child + p {
  font-weight: 600;
}
.daily-quote blockquote + p {
  font-weight: 600;
}
.daily-quote blockquote a {
  text-decoration: none;
}
.daily-quote blockquote a:hover {
  text-decoration: underline;
}
.daily-quote blockquote a::after {
  content: "";
  background: url("../images/arrow-white.svg") no-repeat center;
  background-size: contain;
  padding-right: 1em;
  margin-left: 10px;
}
#vrtx-searchview #vrtx-show-advanced-search,
#vrtx-searchview #vrtx-advanced-search-wrapper {
  display: none;
}
#vrtx-searchview .result h2 {
  color: var(--color-uio-red);
}

/*# sourceMappingURL=local.css.map */
