/* Grafisk profil */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
@import '//www.uio.no/vrtx/__vrtx/static-resources/themes/default/image-listing-component.css';
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline-width: 0;
}
/*
 * Utilities
 */
/*
 * Commonly used mixins
 */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
 * Application specific configuration
 */
/*
 * Relative root for graphical profile folder.
 * Used mainly when LESS files are included from a different folder.
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.popover {
  background: #fff;
  border: 4px solid rgba(188, 180, 180, 0.5);
  position: absolute !important;
  z-index: 20;
  width: 200px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .close {
  background: url("../profile/images/lightbox-close.png") no-repeat scroll center center transparent;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 9px;
  right: 9px;
}
.popover .popover-title {
  margin: 0;
}
.popover.top {
  margin-top: -10px;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #bcb4b4;
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right {
  margin-left: 10px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -11px;
  border-right-color: #bcb4b4;
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #bcb4b4;
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left {
  margin-left: -10px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -11px;
  border-left-color: #bcb4b4;
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}
.popover .popover-content {
  padding: 9px 14px;
  border: 1px solid #bcb4b4;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.uio-dropdown {
  position: relative;
}
.uio-dropdown .uio-dropdown-list {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  background: white;
  margin: 0;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}
.uio-dropdown .uio-dropdown-list li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #c2c2c2;
}
.uio-dropdown .uio-dropdown-list li > a,
.uio-dropdown .uio-dropdown-list li > span {
  padding: 8px 14px 7px 14px;
  display: block;
}
.uio-dropdown .uio-dropdown-list li > a:hover,
.uio-dropdown .uio-dropdown-list li > a:focus {
  text-decoration: none;
  background-color: #ecf3f9;
}
.uio-dropdown .uio-dropdown-list li > a:focus {
  outline-width: 2px;
}
.uio-dropdown .uio-dropdown-list span {
  color: #444;
}
.uio-dropdown.open .uio-dropdown-list {
  display: block;
}
/* Autocomplete reset css
 * http://stackoverflow.com/questions/17200335/jquery-remove-ui-autocomplete-styles-from-dropdown-results
 */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-autocomplete,
.ui-autocomplete:hover,
.ui-menu-item,
.ui-menu-item:hover,
.ui-menu-item a,
.ui-menu-item a:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
  background: #ffffff none no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  border-collapse: collapse;
}
.grid-container .ui-autocomplete {
  margin: 0 !important;
}
.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .ac_results,
body .ui-autocomplete,
body .ui-autocomplete:hover {
  background: #fff;
  display: block;
  border: 1px solid #d0d0d0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 240px;
  margin: 0;
}
body .ac_results li,
body .ui-autocomplete li,
body .ui-autocomplete:hover li,
body .ac_results .ui-menu-item,
body .ui-autocomplete .ui-menu-item,
body .ui-autocomplete:hover .ui-menu-item {
  color: #444;
  padding: 12px 20px 12px 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
body .ac_results li:before,
body .ui-autocomplete li:before,
body .ui-autocomplete:hover li:before,
body .ac_results .ui-menu-item:before,
body .ui-autocomplete .ui-menu-item:before,
body .ui-autocomplete:hover .ui-menu-item:before {
  display: none;
}
body .ac_results li:last-child,
body .ui-autocomplete li:last-child,
body .ui-autocomplete:hover li:last-child,
body .ac_results .ui-menu-item:last-child,
body .ui-autocomplete .ui-menu-item:last-child,
body .ui-autocomplete:hover .ui-menu-item:last-child {
  border-bottom: none;
}
body .ac_results li.ac_over,
body .ui-autocomplete li.ac_over,
body .ui-autocomplete:hover li.ac_over,
body .ac_results .ui-menu-item.ac_over,
body .ui-autocomplete .ui-menu-item.ac_over,
body .ui-autocomplete:hover .ui-menu-item.ac_over,
body .ac_results li.ui-state-focus,
body .ui-autocomplete li.ui-state-focus,
body .ui-autocomplete:hover li.ui-state-focus,
body .ac_results .ui-menu-item.ui-state-focus,
body .ui-autocomplete .ui-menu-item.ui-state-focus,
body .ui-autocomplete:hover .ui-menu-item.ui-state-focus {
  color: #fff;
  background: #2771bb;
  border-bottom: 2px solid #2771bb;
}
body .ac_results li.ac_over .vrtx-person-search-position,
body .ui-autocomplete li.ac_over .vrtx-person-search-position,
body .ui-autocomplete:hover li.ac_over .vrtx-person-search-position,
body .ac_results .ui-menu-item.ac_over .vrtx-person-search-position,
body .ui-autocomplete .ui-menu-item.ac_over .vrtx-person-search-position,
body .ui-autocomplete:hover .ui-menu-item.ac_over .vrtx-person-search-position,
body .ac_results li.ui-state-focus .vrtx-person-search-position,
body .ui-autocomplete li.ui-state-focus .vrtx-person-search-position,
body .ui-autocomplete:hover li.ui-state-focus .vrtx-person-search-position,
body .ac_results .ui-menu-item.ui-state-focus .vrtx-person-search-position,
body .ui-autocomplete .ui-menu-item.ui-state-focus .vrtx-person-search-position,
body .ui-autocomplete:hover .ui-menu-item.ui-state-focus .vrtx-person-search-position,
body .ac_results li.ac_over .vrtx-person-search-tag,
body .ui-autocomplete li.ac_over .vrtx-person-search-tag,
body .ui-autocomplete:hover li.ac_over .vrtx-person-search-tag,
body .ac_results .ui-menu-item.ac_over .vrtx-person-search-tag,
body .ui-autocomplete .ui-menu-item.ac_over .vrtx-person-search-tag,
body .ui-autocomplete:hover .ui-menu-item.ac_over .vrtx-person-search-tag,
body .ac_results li.ui-state-focus .vrtx-person-search-tag,
body .ui-autocomplete li.ui-state-focus .vrtx-person-search-tag,
body .ui-autocomplete:hover li.ui-state-focus .vrtx-person-search-tag,
body .ac_results .ui-menu-item.ui-state-focus .vrtx-person-search-tag,
body .ui-autocomplete .ui-menu-item.ui-state-focus .vrtx-person-search-tag,
body .ui-autocomplete:hover .ui-menu-item.ui-state-focus .vrtx-person-search-tag {
  color: #fff;
}
body .ac_results li.ac_over .vrtx-person-search-tag-match,
body .ui-autocomplete li.ac_over .vrtx-person-search-tag-match,
body .ui-autocomplete:hover li.ac_over .vrtx-person-search-tag-match,
body .ac_results .ui-menu-item.ac_over .vrtx-person-search-tag-match,
body .ui-autocomplete .ui-menu-item.ac_over .vrtx-person-search-tag-match,
body .ui-autocomplete:hover .ui-menu-item.ac_over .vrtx-person-search-tag-match,
body .ac_results li.ui-state-focus .vrtx-person-search-tag-match,
body .ui-autocomplete li.ui-state-focus .vrtx-person-search-tag-match,
body .ui-autocomplete:hover li.ui-state-focus .vrtx-person-search-tag-match,
body .ac_results .ui-menu-item.ui-state-focus .vrtx-person-search-tag-match,
body .ui-autocomplete .ui-menu-item.ui-state-focus .vrtx-person-search-tag-match,
body .ui-autocomplete:hover .ui-menu-item.ui-state-focus .vrtx-person-search-tag-match {
  background: #444;
}
body .ac_results .vrtx-person-search-img,
body .ui-autocomplete .vrtx-person-search-img,
body .ui-autocomplete:hover .vrtx-person-search-img {
  float: left;
  clear: left;
  margin: 4px 15px 0 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
body .ac_results .vrtx-person-search-img img,
body .ui-autocomplete .vrtx-person-search-img img,
body .ui-autocomplete:hover .vrtx-person-search-img img {
  width: 40px;
}
body .ac_results .vrtx-person-search-info.has-img,
body .ui-autocomplete .vrtx-person-search-info.has-img,
body .ui-autocomplete:hover .vrtx-person-search-info.has-img {
  margin-left: 55px;
}
body .ac_results .vrtx-person-search-info > *,
body .ui-autocomplete .vrtx-person-search-info > *,
body .ui-autocomplete:hover .vrtx-person-search-info > * {
  display: block;
}
body .ac_results .vrtx-person-search-tag-match,
body .ui-autocomplete .vrtx-person-search-tag-match,
body .ui-autocomplete:hover .vrtx-person-search-tag-match {
  background: #2771bb;
  color: #fff;
  padding: 2px 0;
}
body .ac_results .vrtx-person-search-tag-match-start,
body .ui-autocomplete .vrtx-person-search-tag-match-start,
body .ui-autocomplete:hover .vrtx-person-search-tag-match-start {
  padding-left: 4px;
}
body .ac_results .vrtx-person-search-tag-match-end,
body .ui-autocomplete .vrtx-person-search-tag-match-end,
body .ui-autocomplete:hover .vrtx-person-search-tag-match-end {
  padding-left: 4px;
}
.csstransforms .vrtx-person-search-img {
  position: relative;
}
.csstransforms .vrtx-person-search-img img {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: auto;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}
.datepicker table tr th {
  padding: 1px;
}
.datepicker table tr td {
  border: 1px solid #cccccc;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
/* Datepicker */
.datepicker thead tr th {
  background: none !important;
}
.datepicker thead tr th.datepicker-switch {
  color: #363534;
}
.datepicker td,
.datepicker th {
  padding: 0;
}
.datepicker th {
  border: none;
}
.datepicker tbody tr .cw {
  padding: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.datepicker tbody tr td:first-child {
  border: none;
  font-size: 12px;
}
.datepicker tfoot tr th:hover {
  background: none !important;
  text-decoration: underline;
  cursor: pointer;
}
.datepicker tfoot tr .today {
  color: #2771bb;
  font-weight: normal;
}
.datepicker tr:hover .day,
.datepicker tr:focus .day {
  background-color: #004c8e;
  color: white;
}
.datepicker tr:hover .day.current-week,
.datepicker tr:focus .day.current-week {
  background-color: #004c8e;
}
.datepicker tr:hover .day.today,
.datepicker tr:focus .day.today {
  background-color: #004c8e;
}
.datepicker .day {
  color: #005aa7;
}
.datepicker .day.current-week {
  background-color: #eee;
}
.datepicker .day.today {
  background-color: #d6e8f9;
}
.datepicker .day.old,
.datepicker .day.new {
  background-color: #d9d9d9;
  color: white;
}
.datepicker .day:hover {
  background: #004c8e !important;
}
.datepicker .icon-next {
  background: url("../profile/images/arrow-big-grey-right.gif") no-repeat scroll 0 0 transparent;
}
.datepicker .icon-prev {
  background: url("../profile/images/arrow-big-grey-left.gif") no-repeat scroll 0 0 transparent;
}
.datepicker .next,
.datepicker .prev {
  cursor: pointer;
}
.datepicker .next span,
.datepicker .prev span {
  padding: 0 5px;
}
.datepicker .datepicker-switch {
  color: #2771bb;
  font-weight: bold;
  font-size: 1.3em;
}
html {
  font-size: 62.5%;
}
body {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.georgia {
  font-family: Georgia, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
h1,
h2,
h3,
caption {
  font-weight: normal;
  margin: 0 0 10px 0;
}
.menu-label {
  margin-bottom: 5px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 45px;
  line-height: 4.5rem;
}
h2,
.ui-accordion h2.ui-accordion-header,
.resources .resource-title,
.feed .feed-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.lightbox-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.lightbox-title,
.lightbox-sub-title {
  margin: 0;
}
h3,
.ui-accordion h3.ui-accordion-header,
.menu-label,
caption,
.feed.with-images .item-title,
.lightbox-sub-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
}
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
p {
  margin: 10px 0 5px 0;
}
a {
  color: #2771bb;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a.bold {
  font-weight: bold;
}
.read-more-big {
  font-size: 20px;
  font-size: 2rem;
}
/* Feeds and listings */
.event-date-day {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
.event-date-day.event-date-today {
  font-size: 16px;
  font-size: 1.6rem;
}
.event-date-day.event-date-tomorrow {
  font-size: 8px;
  font-size: 0.8rem;
  white-space: nowrap;
}
.event-date-month {
  font-size: 18px;
  font-size: 1.8rem;
}
.feed .published-date,
.resources .published-date,
.feed .last-modified,
.resources .last-modified,
.feed .event-time-and-place,
.resources .event-time-and-place {
  color: #666;
}
.feed .published-date,
.resources .published-date,
.feed .last-modified,
.resources .last-modified,
.feed .event-time-and-place,
.resources .event-time-and-place,
.feed .add-event,
.resources .add-event,
.feed .channel,
.resources .channel {
  font-family: Georgia, serif;
}
.feed .number-of-comments,
.resources .number-of-comments {
  font-weight: bold;
}
.feed .channel {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  /* Reset */
}
.feed .image .channel {
  font-size: 15px;
  font-size: 1.5rem;
}
/* Widgets */
.ui-widget.ui-accordion,
.ui-widget.ui-autocomplete {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ac_results .vrtx-person-search-name,
.ui-autocomplete .vrtx-person-search-name {
  font-size: 18px;
  font-size: 1.8rem;
}
.ac_results .vrtx-person-search-tag,
.ui-autocomplete .vrtx-person-search-tag,
.ac_results .vrtx-person-search-position,
.ui-autocomplete .vrtx-person-search-position {
  color: #777;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
}
.uio-app-line-top {
  background: #000;
  height: 34px;
}
.uio-app-line-top .uio-logo {
  width: 970px;
  margin: 0 auto;
}
.uio-app-line-top .uio-logo a {
  background: url('../profile/images/uio-app-logo.png') no-repeat 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  top: 10px;
  height: 15px;
  width: 196px;
  text-indent: -9999px;
}
.uio-app-line-top .uio-logo a:hover,
.uio-app-line-top .uio-logo a:focus {
  background: url('../profile/images/uio-app-logo.png') no-repeat 0 -17px;
}
.uio-app-line-top .uio-logo.english a {
  background: url('../profile/images/uio-app-logo-en.png') no-repeat 0 0;
  height: 18px;
}
.uio-app-line-top .uio-logo.english a:hover,
.uio-app-line-top .uio-logo.english a:focus {
  background: url('../profile/images/uio-app-logo-en.png') no-repeat 0 -18px;
}
#head-wrapper {
  background: #e2231a;
}
#head-wrapper #head {
  width: 970px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.uio-app-name {
  position: absolute;
  top: 32px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 39px;
  line-height: 3.9rem;
  color: black;
  font-weight: bold;
  white-space: nowrap;
}
.uio-app-name a {
  color: black;
}
.uio-app-name a:hover,
.uio-app-name a:focus {
  color: #fff;
  text-decoration: none;
}
.uio-app-name .uio-app-tagline {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
.uio-app-name .uio-app-tagline .user {
  font-weight: bold;
}
.uio-app-menu {
  position: absolute;
  top: 115px;
  font-size: 17px;
  font-size: 1.7rem;
}
.uio-app-menu .menu-label {
  color: #fff;
  display: block;
}
.uio-app-menu .menu-label:before {
  content: " ";
  background: url('../profile/images/menu-icon-white.svg') no-repeat 0 0;
  background-size: 100% auto;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2px -4px 0;
}
/*
 * - Black footer
 *
 *   <div id="footer-wrapper" class="grid-container">
 *     <div id="footer" class="row">
 *
 * - Red footer (add class "red" to #footer-wrapper)
 * - White app footer (add class "uio-app-footer" to #footer-wrapper)
 */
#footer-wrapper {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#footer-wrapper #footers {
  background: url("../profile/images/uio-app-uio-sickle-medium.png") no-repeat 100% 15px;
  min-height: 75px;
  position: relative;
}
#footer-wrapper.red {
  background: #e2231a;
}
#footer-wrapper.red #footers h2,
#footer-wrapper.red #footers h3,
#footer-wrapper.red #footers h4,
#footer-wrapper.red #footers h5,
#footer-wrapper.red #footers h6,
#footer-wrapper.red #footers a {
  color: #fff;
}
#footer-wrapper.red #footers a {
  text-decoration: underline;
}
#footer-wrapper.uio-app-footer {
  background: #fff;
  color: #58585b;
}
#footer-wrapper.uio-app-footer #footers {
  background-position: 0 0;
}
#footer-wrapper.uio-app-footer #footers .contact-info {
  position: absolute;
  right: 220px;
}
#footer-wrapper.uio-app-footer #footers .contact-info .phone-fax-email {
  padding-right: 50px;
}
#footer-wrapper.uio-app-footer #footers .app-responsible {
  float: right;
}
#footer-wrapper.uio-app-footer #footers .vrtx-label {
  display: block;
}
#footer-wrapper.uio-app-footer #footers a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #58585b;
}
.responsible-login .content {
  margin-left: 50px;
}
.head-menu {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 5;
}
.head-menu > ul > li {
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
}
.head-menu > ul > li:before {
  display: none;
}
.head-menu > ul > li a {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.language-select .uio-dropdown-toggle {
  background: url('../profile/images/language-dropdown-toggle.png') no-repeat scroll 100% 40% transparent;
  padding: 0 20px 0 0;
  display: inline-block;
}
.language-select .uio-dropdown-list {
  margin-right: 8px;
}
.language-select .uio-dropdown-list li span,
.language-select .uio-dropdown-list li a {
  padding-left: 28px;
  font-size: 15px;
  font-size: 1.5rem;
}
.language-select .uio-dropdown-list li a {
  color: #2771bb;
}
.language-select .uio-dropdown-list li span {
  background: url('../profile/images/list-active.gif') no-repeat 10px 13px;
  color: #444;
}
input[type="password"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  padding: 6px 15px;
  border: 1px solid #ccc;
  margin: 0;
  height: 40px;
  /* IE10 fix */
  outline: none;
  -webkit-appearance: none;
  /* remove inner shadow in Safari on iOS */
  background-image: none;
  /* remove inner shadow in Firefox on Android */
  /* Remove red border in Firefox */
}
input[type="password"]:invalid,
input[type="number"]:invalid,
input[type="text"]:invalid,
input[type="email"]:invalid,
input[type="search"]:invalid,
input[type="tel"]:invalid,
input[type="url"]:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  padding: 6px 30px 6px 11px;
  /* 11px instead of 15px because of text in select has some padding inside it */
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff url('../profile/images/dropdown.png') no-repeat 100% center;
  color: #000;
  margin: 0;
  height: 40px;
  /* IE10 fix */
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  /* remove icon in Webkit */
  -moz-appearance: none;
  /* remove icon in Firefox */
  /* Remove icon in IE */
  /* Remove focus ring in Firefox */
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select[multiple] {
  padding-left: 13px;
  /* Different select padding, but keep it same width in total */
  padding-right: 17px;
  background: none;
  height: auto;
}
select:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vrtx-button:not(form),
.vrtx-button-larger:not(form),
.button,
.button-large,
.button-large-blue,
.feedback-yes,
.feedback-no,
input[type="button"],
input[type="submit"],
input[type="reset"],
.ui-dialog.ui-widget button,
button {
  padding: 7px 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #222;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
}
.vrtx-button:not(form)::-moz-focus-inner,
.vrtx-button-larger:not(form)::-moz-focus-inner,
.button::-moz-focus-inner,
.button-large::-moz-focus-inner,
.button-large-blue::-moz-focus-inner,
.feedback-yes::-moz-focus-inner,
.feedback-no::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
.ui-dialog.ui-widget button::-moz-focus-inner,
button::-moz-focus-inner {
  /* remove extra padding in Firefox */
  padding: 0;
  border: none;
}
.vrtx-button:not(form):focus,
.vrtx-button-larger:not(form):focus,
.button:focus,
.button-large:focus,
.button-large-blue:focus,
.feedback-yes:focus,
.feedback-no:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.ui-dialog.ui-widget button:focus,
button:focus,
.vrtx-button:not(form):hover,
.vrtx-button-larger:not(form):hover,
.button:hover,
.button-large:hover,
.button-large-blue:hover,
.feedback-yes:hover,
.feedback-no:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.ui-dialog.ui-widget button:hover,
button:hover {
  background: #444;
  text-decoration: none;
}
.vrtx-button:not(form)[disabled],
.vrtx-button-larger:not(form)[disabled],
.button[disabled],
.button-large[disabled],
.button-large-blue[disabled],
.feedback-yes[disabled],
.feedback-no[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
.ui-dialog.ui-widget button[disabled],
button[disabled],
.vrtx-button:not(form)[readonly],
.vrtx-button-larger:not(form)[readonly],
.button[readonly],
.button-large[readonly],
.button-large-blue[readonly],
.feedback-yes[readonly],
.feedback-no[readonly],
input[type="button"][readonly],
input[type="submit"][readonly],
input[type="reset"][readonly],
.ui-dialog.ui-widget button[readonly],
button[readonly] {
  cursor: default;
  background: #ccc;
}
.vrtx-button:not(form)[disabled].feedback-yes,
.vrtx-button-larger:not(form)[disabled].feedback-yes,
.button[disabled].feedback-yes,
.button-large[disabled].feedback-yes,
.button-large-blue[disabled].feedback-yes,
.feedback-yes[disabled].feedback-yes,
.feedback-no[disabled].feedback-yes,
input[type="button"][disabled].feedback-yes,
input[type="submit"][disabled].feedback-yes,
input[type="reset"][disabled].feedback-yes,
.ui-dialog.ui-widget button[disabled].feedback-yes,
button[disabled].feedback-yes,
.vrtx-button:not(form)[readonly].feedback-yes,
.vrtx-button-larger:not(form)[readonly].feedback-yes,
.button[readonly].feedback-yes,
.button-large[readonly].feedback-yes,
.button-large-blue[readonly].feedback-yes,
.feedback-yes[readonly].feedback-yes,
.feedback-no[readonly].feedback-yes,
input[type="button"][readonly].feedback-yes,
input[type="submit"][readonly].feedback-yes,
input[type="reset"][readonly].feedback-yes,
.ui-dialog.ui-widget button[readonly].feedback-yes,
button[readonly].feedback-yes,
.vrtx-button:not(form)[disabled].feedback-no,
.vrtx-button-larger:not(form)[disabled].feedback-no,
.button[disabled].feedback-no,
.button-large[disabled].feedback-no,
.button-large-blue[disabled].feedback-no,
.feedback-yes[disabled].feedback-no,
.feedback-no[disabled].feedback-no,
input[type="button"][disabled].feedback-no,
input[type="submit"][disabled].feedback-no,
input[type="reset"][disabled].feedback-no,
.ui-dialog.ui-widget button[disabled].feedback-no,
button[disabled].feedback-no,
.vrtx-button:not(form)[readonly].feedback-no,
.vrtx-button-larger:not(form)[readonly].feedback-no,
.button[readonly].feedback-no,
.button-large[readonly].feedback-no,
.button-large-blue[readonly].feedback-no,
.feedback-yes[readonly].feedback-no,
.feedback-no[readonly].feedback-no,
input[type="button"][readonly].feedback-no,
input[type="submit"][readonly].feedback-no,
input[type="reset"][readonly].feedback-no,
.ui-dialog.ui-widget button[readonly].feedback-no,
button[readonly].feedback-no,
.vrtx-button:not(form)[disabled].white,
.vrtx-button-larger:not(form)[disabled].white,
.button[disabled].white,
.button-large[disabled].white,
.button-large-blue[disabled].white,
.feedback-yes[disabled].white,
.feedback-no[disabled].white,
input[type="button"][disabled].white,
input[type="submit"][disabled].white,
input[type="reset"][disabled].white,
.ui-dialog.ui-widget button[disabled].white,
button[disabled].white,
.vrtx-button:not(form)[readonly].white,
.vrtx-button-larger:not(form)[readonly].white,
.button[readonly].white,
.button-large[readonly].white,
.button-large-blue[readonly].white,
.feedback-yes[readonly].white,
.feedback-no[readonly].white,
input[type="button"][readonly].white,
input[type="submit"][readonly].white,
input[type="reset"][readonly].white,
.ui-dialog.ui-widget button[readonly].white,
button[readonly].white {
  background: #eee;
  color: #999;
  border-color: #ddd;
}
.vrtx-button:not(form)[disabled].red,
.vrtx-button-larger:not(form)[disabled].red,
.button[disabled].red,
.button-large[disabled].red,
.button-large-blue[disabled].red,
.feedback-yes[disabled].red,
.feedback-no[disabled].red,
input[type="button"][disabled].red,
input[type="submit"][disabled].red,
input[type="reset"][disabled].red,
.ui-dialog.ui-widget button[disabled].red,
button[disabled].red,
.vrtx-button:not(form)[readonly].red,
.vrtx-button-larger:not(form)[readonly].red,
.button[readonly].red,
.button-large[readonly].red,
.button-large-blue[readonly].red,
.feedback-yes[readonly].red,
.feedback-no[readonly].red,
input[type="button"][readonly].red,
input[type="submit"][readonly].red,
input[type="reset"][readonly].red,
.ui-dialog.ui-widget button[readonly].red,
button[readonly].red,
.vrtx-button:not(form)[disabled].red:hover,
.vrtx-button-larger:not(form)[disabled].red:hover,
.button[disabled].red:hover,
.button-large[disabled].red:hover,
.button-large-blue[disabled].red:hover,
.feedback-yes[disabled].red:hover,
.feedback-no[disabled].red:hover,
input[type="button"][disabled].red:hover,
input[type="submit"][disabled].red:hover,
input[type="reset"][disabled].red:hover,
.ui-dialog.ui-widget button[disabled].red:hover,
button[disabled].red:hover,
.vrtx-button:not(form)[readonly].red:hover,
.vrtx-button-larger:not(form)[readonly].red:hover,
.button[readonly].red:hover,
.button-large[readonly].red:hover,
.button-large-blue[readonly].red:hover,
.feedback-yes[readonly].red:hover,
.feedback-no[readonly].red:hover,
input[type="button"][readonly].red:hover,
input[type="submit"][readonly].red:hover,
input[type="reset"][readonly].red:hover,
.ui-dialog.ui-widget button[readonly].red:hover,
button[readonly].red:hover {
  background: #ccc;
}
.vrtx-button:not(form).red,
.vrtx-button-larger:not(form).red,
.button.red,
.button-large.red,
.button-large-blue.red,
.feedback-yes.red,
.feedback-no.red,
input[type="button"].red,
input[type="submit"].red,
input[type="reset"].red,
.ui-dialog.ui-widget button.red,
button.red {
  background: #e2231a;
}
.vrtx-button:not(form).red:focus,
.vrtx-button-larger:not(form).red:focus,
.button.red:focus,
.button-large.red:focus,
.button-large-blue.red:focus,
.feedback-yes.red:focus,
.feedback-no.red:focus,
input[type="button"].red:focus,
input[type="submit"].red:focus,
input[type="reset"].red:focus,
.ui-dialog.ui-widget button.red:focus,
button.red:focus,
.vrtx-button:not(form).red:hover,
.vrtx-button-larger:not(form).red:hover,
.button.red:hover,
.button-large.red:hover,
.button-large-blue.red:hover,
.feedback-yes.red:hover,
.feedback-no.red:hover,
input[type="button"].red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover,
.ui-dialog.ui-widget button.red:hover,
button.red:hover {
  background: #ce0606;
}
.vrtx-button:not(form).grey,
.vrtx-button-larger:not(form).grey,
.button.grey,
.button-large.grey,
.button-large-blue.grey,
.feedback-yes.grey,
.feedback-no.grey,
input[type="button"].grey,
input[type="submit"].grey,
input[type="reset"].grey,
.ui-dialog.ui-widget button.grey,
button.grey {
  padding: 6px 19px;
  border: 1px solid #888;
  color: #000;
  background: -webkit-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e9e9e9));
  background: -moz-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -ms-linear-gradient(top, #f1f1f1, #e9e9e9);
  background: -o-linear-gradient(top, #f1f1f1, #e9e9e9);
}
.vrtx-button:not(form).grey:focus,
.vrtx-button-larger:not(form).grey:focus,
.button.grey:focus,
.button-large.grey:focus,
.button-large-blue.grey:focus,
.feedback-yes.grey:focus,
.feedback-no.grey:focus,
input[type="button"].grey:focus,
input[type="submit"].grey:focus,
input[type="reset"].grey:focus,
.ui-dialog.ui-widget button.grey:focus,
button.grey:focus,
.vrtx-button:not(form).grey:hover,
.vrtx-button-larger:not(form).grey:hover,
.button.grey:hover,
.button-large.grey:hover,
.button-large-blue.grey:hover,
.feedback-yes.grey:hover,
.feedback-no.grey:hover,
input[type="button"].grey:hover,
input[type="submit"].grey:hover,
input[type="reset"].grey:hover,
.ui-dialog.ui-widget button.grey:hover,
button.grey:hover {
  background: -webkit-linear-gradient(top, #d0d0d0, #dedede);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0d0d0), to(#dedede));
  background: -moz-linear-gradient(top, #d0d0d0, #dedede);
  background: -ms-linear-gradient(top, #d0d0d0, #dedede);
  background: -o-linear-gradient(top, #d0d0d0, #dedede);
}
.vrtx-button:not(form).feedback-yes,
.vrtx-button-larger:not(form).feedback-yes,
.button.feedback-yes,
.button-large.feedback-yes,
.button-large-blue.feedback-yes,
.feedback-yes.feedback-yes,
.feedback-no.feedback-yes,
input[type="button"].feedback-yes,
input[type="submit"].feedback-yes,
input[type="reset"].feedback-yes,
.ui-dialog.ui-widget button.feedback-yes,
button.feedback-yes,
.vrtx-button:not(form).feedback-no,
.vrtx-button-larger:not(form).feedback-no,
.button.feedback-no,
.button-large.feedback-no,
.button-large-blue.feedback-no,
.feedback-yes.feedback-no,
.feedback-no.feedback-no,
input[type="button"].feedback-no,
input[type="submit"].feedback-no,
input[type="reset"].feedback-no,
.ui-dialog.ui-widget button.feedback-no,
button.feedback-no,
.vrtx-button:not(form).white,
.vrtx-button-larger:not(form).white,
.button.white,
.button-large.white,
.button-large-blue.white,
.feedback-yes.white,
.feedback-no.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white,
.ui-dialog.ui-widget button.white,
button.white {
  padding: 6px 19px;
  border: 1px solid #bbb;
  color: #2771bb;
  background: #fff;
}
.vrtx-button:not(form).feedback-yes:focus,
.vrtx-button-larger:not(form).feedback-yes:focus,
.button.feedback-yes:focus,
.button-large.feedback-yes:focus,
.button-large-blue.feedback-yes:focus,
.feedback-yes.feedback-yes:focus,
.feedback-no.feedback-yes:focus,
input[type="button"].feedback-yes:focus,
input[type="submit"].feedback-yes:focus,
input[type="reset"].feedback-yes:focus,
.ui-dialog.ui-widget button.feedback-yes:focus,
button.feedback-yes:focus,
.vrtx-button:not(form).feedback-no:focus,
.vrtx-button-larger:not(form).feedback-no:focus,
.button.feedback-no:focus,
.button-large.feedback-no:focus,
.button-large-blue.feedback-no:focus,
.feedback-yes.feedback-no:focus,
.feedback-no.feedback-no:focus,
input[type="button"].feedback-no:focus,
input[type="submit"].feedback-no:focus,
input[type="reset"].feedback-no:focus,
.ui-dialog.ui-widget button.feedback-no:focus,
button.feedback-no:focus,
.vrtx-button:not(form).white:focus,
.vrtx-button-larger:not(form).white:focus,
.button.white:focus,
.button-large.white:focus,
.button-large-blue.white:focus,
.feedback-yes.white:focus,
.feedback-no.white:focus,
input[type="button"].white:focus,
input[type="submit"].white:focus,
input[type="reset"].white:focus,
.ui-dialog.ui-widget button.white:focus,
button.white:focus,
.vrtx-button:not(form).feedback-yes:hover,
.vrtx-button-larger:not(form).feedback-yes:hover,
.button.feedback-yes:hover,
.button-large.feedback-yes:hover,
.button-large-blue.feedback-yes:hover,
.feedback-yes.feedback-yes:hover,
.feedback-no.feedback-yes:hover,
input[type="button"].feedback-yes:hover,
input[type="submit"].feedback-yes:hover,
input[type="reset"].feedback-yes:hover,
.ui-dialog.ui-widget button.feedback-yes:hover,
button.feedback-yes:hover,
.vrtx-button:not(form).feedback-no:hover,
.vrtx-button-larger:not(form).feedback-no:hover,
.button.feedback-no:hover,
.button-large.feedback-no:hover,
.button-large-blue.feedback-no:hover,
.feedback-yes.feedback-no:hover,
.feedback-no.feedback-no:hover,
input[type="button"].feedback-no:hover,
input[type="submit"].feedback-no:hover,
input[type="reset"].feedback-no:hover,
.ui-dialog.ui-widget button.feedback-no:hover,
button.feedback-no:hover,
.vrtx-button:not(form).white:hover,
.vrtx-button-larger:not(form).white:hover,
.button.white:hover,
.button-large.white:hover,
.button-large-blue.white:hover,
.feedback-yes.white:hover,
.feedback-no.white:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
.ui-dialog.ui-widget button.white:hover,
button.white:hover {
  background: #ededed;
}
/* Keep height consistant with link-buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
select {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
:focus::-webkit-input-placeholder {
  color: #777;
}
:focus:-moz-placeholder {
  color: #777;
}
:focus::-moz-placeholder {
  color: #777;
}
:focus:-ms-input-placeholder {
  color: #777;
}
/*
 * [__________] [Search]
 */
.header-search input[type="text"],
.search-form input[type="text"],
.header-search input[type="search"],
.search-form input[type="search"] {
  margin: 0 5px 0 0;
}
.header-search > *,
.search-form > * {
  vertical-align: top;
}
/* Accessibility */
.search-string-label {
  position: absolute;
  left: -9999px;
  top: -1000px;
}
.header-search {
  position: absolute;
  right: 0;
  top: 75px;
}
.header-search input[type="text"] {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  padding: 3px 10px 4px 10px;
  background: #e8e8e8;
  width: 175px;
  /* IE10 fix */
  height: 32px;
  vertical-align: bottom;
  /* More width on focus */
  -webkit-transition: width 0.15s ease;
  -moz-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  transition: width 0.15s ease;
}
.header-search input[type="text"]:focus {
  width: 250px;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.header-search button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 13px 4px 13px;
  background: #fff;
  color: #222;
  font-weight: normal;
  /* IE10 fix */
  vertical-align: bottom;
}
.header-search button:focus,
.header-search button:hover {
  background: #ededed;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1000px;
  /* 15px on each side */
}
.grid-container {
  background: white;
  padding: 30px 0;
  width: 100%;
}
.grid-container.gray-container {
  background: #f2f2f2;
}
.grid-container.blue-container {
  background: #3f81af;
}
.grid-container.navigation {
  background: #000;
}
.grid-container.navigation ul:last-child {
  margin-bottom: 0;
}
.grid-container .row {
  width: 970px;
  margin: 0 auto;
}
.grid-container .row:before,
.grid-container .row:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 10px 0;
}
[class*='col-'] [class*='col-'] {
  padding: 0;
}
.col-1,
.col-2-2,
.col-3-3,
.col-4-4,
col-5-5 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-2:nth-child(2n + 1) {
  clear: left;
}
.col-1-2:nth-child(2n + 1) > * {
  margin-right: 20px;
}
.col-1-2:nth-child(2n + 2) > * {
  margin-left: 20px;
}
.col-1-3 {
  width: 33.33333333%;
}
.col-1-3:nth-child(3n + 1) {
  clear: left;
}
.col-1-3:nth-child(3n + 1) > * {
  margin-right: 20px;
}
.col-1-3:nth-child(3n + 2) > * {
  margin-left: 10px;
  margin-right: 10px;
}
.col-1-3:nth-child(3n + 3) > * {
  margin-left: 20px;
}
.col-2-3 {
  width: 66.66666667%;
}
.col-1-4 {
  width: 25%;
}
.col-1-4:nth-child(4n + 1) {
  clear: left;
}
.col-1-4:nth-child(4n + 1) > * {
  margin-right: 20px;
}
.col-1-4:nth-child(4n + 2) > *,
.col-1-4:nth-child(4n + 3) > * {
  margin-left: 10px;
  margin-right: 10px;
}
.col-1-4:nth-child(4n + 4) > * {
  margin-left: 20px;
}
.col-1-5 {
  width: 20%;
}
.col-1-5:nth-child(5n + 1) {
  clear: left;
}
.col-1-5:nth-child(5n + 1) > * {
  margin-right: 20px;
}
.col-1-5:nth-child(5n + 2) > *,
.col-1-5:nth-child(5n + 3) > *,
.col-1-5:nth-child(5n + 4) > * {
  margin-left: 10px;
  margin-right: 10px;
}
.col-1-5:nth-child(5n + 5) > * {
  margin-left: 20px;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
/* Columns with h2-header */
h2 ~ .col-1-2:nth-child(2n + 2) {
  clear: left;
}
h2 ~ .col-1-2:nth-child(2n + 2) > * {
  margin-left: 0;
  margin-right: 20px;
}
h2 ~ .col-1-2:nth-child(2n + 1) {
  clear: none;
}
h2 ~ .col-1-2:nth-child(2n + 1) > * {
  margin-left: 20px;
  margin-right: 0;
}
h2 ~ .col-1-3:nth-child(3n + 2) {
  clear: left;
}
h2 ~ .col-1-3:nth-child(3n + 2) > * {
  margin-right: 20px;
  margin-left: 0;
}
h2 ~ .col-1-3:nth-child(3n + 3) {
  clear: none;
}
h2 ~ .col-1-3:nth-child(3n + 3) > * {
  margin-left: 10px;
  margin-right: 10px;
}
h2 ~ .col-1-3:nth-child(3n + 4) {
  clear: none;
}
h2 ~ .col-1-3:nth-child(3n + 4) > * {
  margin-left: 20px;
  margin-right: 0;
}
h2 ~ .col-1-4:nth-child(4n + 2) {
  clear: left;
}
h2 ~ .col-1-4:nth-child(4n + 2) > * {
  margin-right: 20px;
  margin-left: 0;
}
h2 ~ .col-1-4:nth-child(4n + 3),
h2 ~ .col-1-4:nth-child(4n + 4) {
  clear: none;
}
h2 ~ .col-1-4:nth-child(4n + 3) > *,
h2 ~ .col-1-4:nth-child(4n + 4) > * {
  margin-left: 10px;
  margin-right: 10px;
}
h2 ~ .col-1-4:nth-child(4n + 5) {
  clear: none;
}
h2 ~ .col-1-4:nth-child(4n + 5) > * {
  margin-left: 20px;
  margin-right: 0;
}
h2 ~ .col-1-5:nth-child(5n + 2) {
  clear: left;
}
h2 ~ .col-1-5:nth-child(5n + 2) > * {
  margin-right: 20px;
  margin-left: 0;
}
h2 ~ .col-1-5:nth-child(5n + 3),
h2 ~ .col-1-5:nth-child(5n + 4),
h2 ~ .col-1-5:nth-child(5n + 5) {
  clear: none;
}
h2 ~ .col-1-5:nth-child(5n + 3) > *,
h2 ~ .col-1-5:nth-child(5n + 4) > *,
h2 ~ .col-1-5:nth-child(5n + 5) > * {
  margin-left: 10px;
  margin-right: 10px;
}
h2 ~ .col-1-5:nth-child(5n + 6) {
  clear: none;
}
h2 ~ .col-1-5:nth-child(5n + 6) > * {
  margin-left: 20px;
  margin-right: 0;
}
.uio-info-message [class*='col-'] {
  padding: 0;
}
.uio-info-message .content-wrapper {
  padding: 20px 14px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f2f2f2 url('../profile/images/icon-info-blue.png') no-repeat 20px center;
}
.uio-info-message .content-wrapper .message-text {
  margin: 0 0 0 15px;
  padding-left: 50px;
  text-align: left;
  padding: 5px 0 2px 20px;
}
.uio-info-message.blue .content-wrapper {
  color: #fff;
  background: #3f81af url('../profile/images/icon-info-white.png') no-repeat 20px center;
}
.uio-info-banner {
  padding: 0;
}
.uio-info-banner [class*='col-'] {
  padding: 0;
}
.uio-info-banner .content-wrapper {
  padding: 20px 0px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  background: url('../profile/images/icon-info-blue.png') no-repeat 0 center;
}
.uio-info-banner .content-wrapper .message-text {
  margin: 0 0 0 10px;
  text-align: left;
  padding: 5px 0 2px 20px;
}
.uio-info-banner.blue-container .content-wrapper {
  color: #fff;
  background: url('../profile/images/icon-info-white.png') no-repeat 0 center;
}
.error-message-text {
  color: #f00;
}
#uio-app-menu-wrapper .grid-container,
#footer-wrapper .grid-container {
  padding: 0;
  background: #000;
}
#uio-app-menu-wrapper .navigation {
  margin-top: 30px;
}
#uio-app-menu-wrapper,
#footer-wrapper {
  background: #000;
}
#uio-app-menu-wrapper.transition-visible,
#footer-wrapper.transition-visible,
#uio-app-menu-wrapper.transition-hidden,
#footer-wrapper.transition-hidden {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow-y: hidden;
}
.navigation {
  background: black;
  color: #ddd;
}
.navigation h2 a {
  color: #eee;
}
.navigation li a {
  color: #ddd;
}
#menu-wrapper .menu,
.menu-search,
#nav-offcanvas {
  display: none;
}
table {
  width: 100%;
  border: 1px solid #eaeaea;
}
table caption {
  margin: 0 0 10px 0;
}
table th,
table td {
  padding: 10px 15px 6px 15px;
  border: 1px solid #eaeaea;
  vertical-align: top;
}
table th {
  color: #666;
  border-width: 0 1px 3px 0;
}
table td {
  border-width: 0 1px 1px 0;
}
table.vrtx-person-listing,
table.vrtx-unit-listing,
table#vrtx-course-description-listing-results,
table#vrtx-course-group-listing-results,
table#vrtx-student-exchange-agreement-listing-results,
table#vrtx-student-exchange-university-agreement-listing-results,
table.minimal {
  border: none;
}
table.vrtx-person-listing caption,
table.vrtx-unit-listing caption,
table#vrtx-course-description-listing-results caption,
table#vrtx-course-group-listing-results caption,
table#vrtx-student-exchange-agreement-listing-results caption,
table#vrtx-student-exchange-university-agreement-listing-results caption,
table.minimal caption {
  margin-bottom: 0;
}
table.vrtx-person-listing th,
table.vrtx-unit-listing th,
table#vrtx-course-description-listing-results th,
table#vrtx-course-group-listing-results th,
table#vrtx-student-exchange-agreement-listing-results th,
table#vrtx-student-exchange-university-agreement-listing-results th,
table.minimal th,
table.vrtx-person-listing td,
table.vrtx-unit-listing td,
table#vrtx-course-description-listing-results td,
table#vrtx-course-group-listing-results td,
table#vrtx-student-exchange-agreement-listing-results td,
table#vrtx-student-exchange-university-agreement-listing-results td,
table.minimal td {
  padding-left: 0;
}
table.vrtx-person-listing th:last-child,
table.vrtx-unit-listing th:last-child,
table#vrtx-course-description-listing-results th:last-child,
table#vrtx-course-group-listing-results th:last-child,
table#vrtx-student-exchange-agreement-listing-results th:last-child,
table#vrtx-student-exchange-university-agreement-listing-results th:last-child,
table.minimal th:last-child,
table.vrtx-person-listing td:last-child,
table.vrtx-unit-listing td:last-child,
table#vrtx-course-description-listing-results td:last-child,
table#vrtx-course-group-listing-results td:last-child,
table#vrtx-student-exchange-agreement-listing-results td:last-child,
table#vrtx-student-exchange-university-agreement-listing-results td:last-child,
table.minimal td:last-child {
  padding-right: 0;
}
table.vrtx-person-listing th,
table.vrtx-unit-listing th,
table#vrtx-course-description-listing-results th,
table#vrtx-course-group-listing-results th,
table#vrtx-student-exchange-agreement-listing-results th,
table#vrtx-student-exchange-university-agreement-listing-results th,
table.minimal th {
  border-width: 0 0 3px 0;
}
table.vrtx-person-listing td,
table.vrtx-unit-listing td,
table#vrtx-course-description-listing-results td,
table#vrtx-course-group-listing-results td,
table#vrtx-student-exchange-agreement-listing-results td,
table#vrtx-student-exchange-university-agreement-listing-results td,
table.minimal td {
  border-width: 0 0 1px 0;
}
table.vrtx-person-listing.horizontal th,
table.vrtx-unit-listing.horizontal th,
table#vrtx-course-description-listing-results.horizontal th,
table#vrtx-course-group-listing-results.horizontal th,
table#vrtx-student-exchange-agreement-listing-results.horizontal th,
table#vrtx-student-exchange-university-agreement-listing-results.horizontal th,
table.minimal.horizontal th {
  border-width: 0 0 1px 0;
}
table.zebra tr:nth-child(odd) td,
table.uio-zebra tr:nth-child(odd) td {
  background: #f6f7f8;
}
table.table-fixed-layout,
table.fixed-layout {
  table-layout: fixed;
  word-wrap: break-word;
}
table.no-border,
table[border='0'] {
  border: none;
}
table.no-border th,
table[border='0'] th,
table.no-border td,
table[border='0'] td {
  border: none;
}
table th[class*='sortable-'].forwardSort,
table th[class*='sortable-'].reverseSort {
  font-weight: bold;
}
table th[class*='sortable-'].forwardSort span,
table th[class*='sortable-'].reverseSort span {
  display: inline-block;
  height: .9em;
  width: .9em;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 0 1ex;
}
table th[class*='sortable-'].forwardSort span {
  background: url('../profile/images/icon-down.svg') no-repeat bottom right;
  background-size: auto 100%;
}
table th[class*='sortable-'].reverseSort span {
  background: url('../profile/images/icon-up.svg') no-repeat bottom right;
  background-size: auto 100%;
}
body {
  background: black;
}
ul {
  margin: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
}
hr {
  border-bottom: 4px solid #eaeaea;
  clear: left;
}
blockquote {
  border-left: 4px solid #e2231a;
  padding-left: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: Georgia, serif;
  /* Align line at left side with text */
}
blockquote:before,
blockquote:after {
  content: " ";
  display: block;
  border-left: 4px solid #fff;
  margin-left: -64px;
  height: 1px;
}
blockquote:before {
  margin-bottom: -0.7ex;
}
blockquote:after {
  margin-top: -0.7ex;
}
.uio-main ul,
.grid-container ul,
.uio-main ol,
.grid-container ol {
  margin: 15px 0 15px 0;
}
.uio-main ul li,
.grid-container ul li,
.uio-main ol li,
.grid-container ol li {
  margin: 0 10px 5px 2.5ex;
}
.uio-main ul li ol,
.grid-container ul li ol,
.uio-main ol li ol,
.grid-container ol li ol,
.uio-main ul li ul,
.grid-container ul li ul,
.uio-main ol li ul,
.grid-container ol li ul {
  margin: 5px 0 10px 0;
}
.uio-main ul,
.grid-container ul {
  list-style-type: none;
}
.uio-main ul > li,
.grid-container ul > li {
  position: relative;
}
.uio-main ul > li:before,
.grid-container ul > li:before {
  content: "\25A0";
  color: #666;
  margin-left: -2.5ex;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 1em;
  overflow: hidden;
  font-size: .8em;
}
.uio-main ul > li.success:before,
.grid-container ul > li.success:before {
  content: "\2714";
  color: #008000;
  margin-left: -2ex;
  top: 0;
  font-size: 1.2em;
}
.uio-main ol ul > li:before,
.grid-container ol ul > li:before,
.uio-main ul ul > li:before,
.grid-container ul ul > li:before {
  content: "\25A1";
  color: #666;
}
.uio-main ol ul > li.success:before,
.grid-container ol ul > li.success:before,
.uio-main ul ul > li.success:before,
.grid-container ul ul > li.success:before {
  content: "\2714";
  color: #008000;
  margin-left: -2ex;
  top: 0;
  font-size: 1.2em;
}
.uio-main ul ol ul > li:before,
.grid-container ul ol ul > li:before,
.uio-main ol ol ul > li:before,
.grid-container ol ol ul > li:before,
.uio-main ol ul ul > li:before,
.grid-container ol ul ul > li:before,
.uio-main ul ul ul > li:before,
.grid-container ul ul ul > li:before {
  content: "\2582";
  color: #666;
  width: 1ex;
  top: -0.4em;
}
.uio-main ul ol ul > li.success:before,
.grid-container ul ol ul > li.success:before,
.uio-main ol ol ul > li.success:before,
.grid-container ol ol ul > li.success:before,
.uio-main ol ul ul > li.success:before,
.grid-container ol ul ul > li.success:before,
.uio-main ul ul ul > li.success:before,
.grid-container ul ul ul > li.success:before {
  content: "\2714";
  color: #008000;
  margin-left: -2ex;
  top: 0;
  font-size: 1.2em;
}
.uio-main ul.content-list,
.grid-container ul.content-list,
.uio-main .uio-user-content ul,
.grid-container .uio-user-content ul,
.uio-main ol.content-list,
.grid-container ol.content-list,
.uio-main .uio-user-content ol,
.grid-container .uio-user-content ol {
  margin: 20px 0 20px 20px;
}
.uio-main blockquote,
.grid-container blockquote {
  margin: 20px 0;
}
.read-more {
  display: inline-block;
  clear: left;
}
.read-more:before {
  content: " ";
  background: url('../profile/images/arrow-forward-red.svg') no-repeat 0 0.2em;
  background-size: auto 100%;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 10px;
}
.filter-group .filter {
  position: absolute;
  z-index: -1;
}
.filter-group .filter + label {
  display: inline-block;
  padding: 5px 20px;
  background: white;
  color: #2771bb;
  cursor: pointer;
  border: 1px solid #c4c5c7;
}
.filter-group .filter:checked + label {
  background: #e2e3e4;
  color: #58585a;
}
.filter-group .filter:focus + label {
  text-decoration: underline;
}
.filter-group .filter:not(:first-child) + label {
  margin-left: -6px;
}
.ui-accordion.ui-widget .ui-accordion-header {
  border: none;
  border-bottom: 1px solid #eaeaea;
  color: #444;
  background: none;
  margin: 0;
  padding: 10px 0 10px 30px;
}
.ui-accordion.ui-widget .ui-accordion-header:first-child {
  border-top: 1px solid #eaeaea;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-state-hover,
.ui-accordion.ui-widget .ui-accordion-header.ui-state-focus {
  text-decoration: underline;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-state-hover {
  cursor: pointer;
}
.ui-accordion.ui-widget .ui-accordion-header .ui-icon {
  display: inline-block;
  background: transparent url('../profile/images/icon-chevron-right-red.svg') no-repeat center left;
  background-size: auto 100%;
  width: 30px;
  height: 1em;
  margin-bottom: -0.1em;
  margin-left: -30px;
  position: static;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active {
  border-bottom: 1px solid transparent;
  /* Remove but avoid animation jump */
}
.ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-image: url('../profile/images/icon-chevron-down-red.svg');
}
.ui-accordion.ui-widget .ui-accordion-header.accordion-links .ui-icon {
  float: right;
  margin-top: .1em;
  margin-bottom: 0;
}
.ui-accordion.ui-widget h3.ui-accordion-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-accordion.ui-widget .ui-accordion-content {
  border: none;
  background: none;
  color: #444;
  padding: 0 0 10px 31px;
}
/* UiO */
/*
 * Utilities
 *
 */
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
/* Sonar effect: http://tympanus.net/Development/IconHoverEffects/#set-8

&:after {
  content: ' ';
  position: absolute;
  width: 39px;
  height: 39px;
  top: 2px;
  left: 2px;
  .transform(scale(0.9));
  .borderRadius(50%);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 7px 5px #fff, 0 0 0 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

&:hover,
&:focus {
  &:after {
    .animation(sonarEffect, .5s, ease-out);
  }
}
*/
.ui-helper-hidden-accessible,
.offscreen-screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#head-breadcrumb-container {
  background: #666;
  padding: 10px 0;
}
#head-breadcrumb-container #head-breadcrumb {
  width: 970px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
}
#head-breadcrumb-container #head-breadcrumb a,
#head-breadcrumb-container #head-breadcrumb span {
  color: #e3e3e3;
}
#head-breadcrumb-container #head-breadcrumb > span {
  font-weight: bold;
}
#head-breadcrumb-container #head-breadcrumb > span:after {
  background: url('../profile/images/icon-chevron-right-white.svg') no-repeat 0 0;
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: .35ex;
}
#head-breadcrumb-container #head-breadcrumb > span:last-child {
  font-weight: normal;
}
#head-breadcrumb-container #head-breadcrumb > span:last-child:after {
  display: none;
}
#head-context-wrapper {
  background: #000;
  color: #aaabab;
}
#head-context-wrapper .head-menu {
  top: -50px;
}
#head-context-wrapper .head-menu > ul > li a,
#head-context-wrapper .head-menu > .vrtx-login-manage-component > a {
  color: #aaabab;
}
#head-context-wrapper .header-search {
  top: -52px;
}
#head-context-wrapper .header-search .header-search-expand,
#head-context-wrapper .header-search button {
  background-color: #737677;
}
#head-context-wrapper .header-search .header-search-expand:hover,
#head-context-wrapper .header-search button:hover,
#head-context-wrapper .header-search .header-search-expand:focus,
#head-context-wrapper .header-search button:focus {
  background-color: #58585a;
}
#head-context-wrapper .header-search input[type="text"] {
  background-color: #fff;
  color: #222;
}
#head-context {
  width: 970px;
  margin: 0 auto;
  padding: 5px 0 30px 0;
  position: relative;
}
.header-context #globalnav {
  background-color: #e1e3e4;
}
.header-context #globalnav ul li a {
  color: #222;
}
.header-context #globalnav ul li.vrtx-active-item a {
  background-color: #fff;
}
.header-context #globalnav ul li a:hover,
.header-context #globalnav ul li.vrtx-active-item a:hover,
.header-context #globalnav ul li a:focus,
.header-context #globalnav ul li.vrtx-active-item a:focus {
  background-color: #ccc;
}
/*
.header-context #head-wrapper #head                              { height: 120px; }
.header-context.not-for-ansatte .uio-app-name                    { top: 36px;     }
.not-for-ansatte.header-context.www\.uio\.no #head-wrapper #head { height: 130px; }
.not-for-ansatte.header-context.www\.uio\.no .uio-app-name       { top: 44px;     }
*/
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper #head,
.header-context.not-for-ansatte #head-wrapper #head {
  height: 70px;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name,
.header-context.not-for-ansatte #head-wrapper .uio-app-name {
  font-size: 24px;
  font-size: 2.4rem;
  top: 15px;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-acronym,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-acronym {
  font-size: 23px;
  font-size: 2.3rem;
  padding-right: .5em;
  background-position: 100% 0.5ex;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-host,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-host {
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: -2px;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-host,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-host,
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-faculty,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-faculty,
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-seal,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-seal {
  display: none;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-seal ~ *:not(.uio-host),
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-seal ~ *:not(.uio-host) {
  padding-left: 0;
}
.header-context.not-for-ansatte.www\.uio\.no #head-wrapper .uio-app-name .uio-host-resp,
.header-context.not-for-ansatte #head-wrapper .uio-app-name .uio-host-resp {
  display: inline;
}
.head-menu > ul {
  display: inline;
}
.head-menu > .vrtx-login-manage-component {
  padding-left: 20px;
}
.head-menu > .vrtx-login-manage-component .vrtx-dropdown-link {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: transparent url('../profile/images/language-dropdown-toggle.png') no-repeat scroll 100% 53%;
  padding: 0 15px 0 0;
  display: inline-block;
}
.uio-app-name {
  top: 52px;
}
.uio-app-name .uio-acronym,
.uio-app-name .uio-host {
  font-size: 34px;
  font-size: 3.4rem;
}
.uio-app-name .uio-acronym.hover,
.uio-app-name .uio-host.hover,
.uio-app-name .uio-acronym:focus,
.uio-app-name .uio-host:focus,
.uio-app-name .uio-acronym:hover,
.uio-app-name .uio-host:hover {
  color: #96c1d1;
}
.uio-app-name .uio-acronym {
  font-weight: normal;
  padding-right: .6em;
  background: url('../images/double-dots-red.svg') no-repeat 100% 0.45ex;
  background-size: auto .8em;
  font-size: 35px;
  font-size: 3.5rem;
}
.uio-app-name .uio-host {
  font-size: 33px;
  font-size: 3.3rem;
}
.uio-app-name .uio-host:after {
  content: "\a ";
  white-space: pre-wrap;
}
.uio-app-name .uio-host-resp {
  display: none;
}
/* Black header */
.not-for-ansatte #head-wrapper {
  background: #000;
}
.not-for-ansatte .uio-app-name {
  top: 64px;
}
.not-for-ansatte .uio-app-name span,
.not-for-ansatte .uio-app-name a {
  color: #fff;
}
.not-for-ansatte .uio-app-name .uio-seal {
  background: url("../profile/images/uio-app-uio-sickle-medium.png") no-repeat 0 0;
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -18px;
}
.not-for-ansatte .uio-app-name .uio-seal ~ *:not(.uio-host) {
  padding-left: 95px;
}
.not-for-ansatte .uio-app-name span.uio-faculty:focus,
.not-for-ansatte .uio-app-name span.uio-faculty:hover {
  text-decoration: none;
}
.not-for-ansatte .uio-app-name .uio-faculty {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  margin: -0.2em 0 0 95px;
}
.not-for-ansatte .uio-app-name .uio-faculty:focus,
.not-for-ansatte .uio-app-name .uio-faculty:hover {
  text-decoration: underline;
}
.not-for-ansatte .uio-app-name.uio-app-name-2 {
  top: 62px;
}
.not-for-ansatte .uio-app-name.uio-app-name-2 .uio-acronym,
.not-for-ansatte .uio-app-name.uio-app-name-2 .uio-host {
  font-size: 27px;
  font-size: 2.7rem;
}
.not-for-ansatte .uio-app-name.uio-app-name-2 .uio-faculty {
  margin-top: -0.4em;
  margin-left: 78px;
}
.not-for-ansatte .uio-app-name.uio-app-name-3 {
  top: 62px;
}
.not-for-ansatte .uio-app-name.uio-app-name-3 .uio-acronym,
.not-for-ansatte .uio-app-name.uio-app-name-3 .uio-host {
  font-size: 22px;
  font-size: 2.2rem;
}
.not-for-ansatte .uio-app-name.uio-app-name-3 .uio-faculty {
  margin-top: -0.6em;
  margin-left: 65px;
}
.not-for-ansatte .uio-app-name.uio-app-name-4 {
  top: 62px;
}
.not-for-ansatte .uio-app-name.uio-app-name-4 .uio-acronym,
.not-for-ansatte .uio-app-name.uio-app-name-4 .uio-host {
  font-size: 18px;
  font-size: 1.8rem;
}
.not-for-ansatte .uio-app-name.uio-app-name-4 .uio-faculty {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -0.8em;
  margin-left: 54px;
}
.not-for-ansatte.www\.uio\.no #head-wrapper #head {
  height: 140px;
}
.not-for-ansatte.www\.uio\.no .uio-app-name {
  top: 54px;
}
.not-for-ansatte.www\.uio\.no.has-slogan #head-wrapper #head {
  height: 170px;
}
.not-for-ansatte.www\.uio\.no.has-slogan .uio-app-name {
  top: 52px;
}
.not-for-ansatte.www\.uio\.no.has-slogan .uio-app-name .uio-faculty {
  margin: 6px 0 0 1px;
}
.not-for-ansatte .head-menu {
  top: 20px;
  right: 270px;
}
.not-for-ansatte .head-menu > ul > li a {
  color: #aaabab;
}
.not-for-ansatte .head-menu > .vrtx-login-manage-component > a {
  color: #aaabab;
}
.not-for-ansatte .header-search {
  top: 18px;
  z-index: 10;
}
.not-for-ansatte .header-search input[type="text"] {
  width: 185px;
  background: #fff;
  color: #666;
}
.not-for-ansatte .header-search input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
.not-for-ansatte .header-search input[type="text"]:-moz-placeholder {
  color: #888;
}
.not-for-ansatte .header-search input[type="text"]::-moz-placeholder {
  color: #888;
}
.not-for-ansatte .header-search input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.not-for-ansatte .header-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #666;
}
.not-for-ansatte .header-search input[type="text"]:focus:-moz-placeholder {
  color: #666;
}
.not-for-ansatte .header-search input[type="text"]:focus::-moz-placeholder {
  color: #666;
}
.not-for-ansatte .header-search input[type="text"]:focus:-ms-input-placeholder {
  color: #666;
}
.not-for-ansatte .header-search input[type="text"]:focus {
  width: 230px;
}
.not-for-ansatte .header-search button {
  background: #737677;
  color: #fff;
  font-weight: bold;
}
.not-for-ansatte .header-search button:hover,
.not-for-ansatte .header-search button:focus {
  background: #58585a;
}
.not-for-ansatte.en .head-menu {
  right: 290px;
}
.not-for-ansatte.header-search-collapsable .header-search-expand {
  background: #737677 url("../profile/images/responsive/search-icon-active.svg") no-repeat 9px 9px;
  background-size: 20px auto;
  color: #fff;
  display: block;
  padding: 7px 10px 7px 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  top: -4px;
}
.not-for-ansatte.header-search-collapsable .header-search-expand:hover,
.not-for-ansatte.header-search-collapsable .header-search-expand:focus {
  text-decoration: none;
  background-color: #58585a;
}
.not-for-ansatte.header-search-collapsable .header-search > form {
  text-align: right;
  position: relative;
  top: -4px;
}
.not-for-ansatte.header-search-collapsable .header-search input[type="text"] {
  width: 230px;
  height: 40px;
}
.not-for-ansatte.header-search-collapsable .header-search input[type="text"]:focus {
  width: 230px;
}
.not-for-ansatte.header-search-collapsable .header-search input[type="text"],
.not-for-ansatte.header-search-collapsable .header-search button {
  padding: 7px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.not-for-ansatte.header-search-collapsable .header-search button {
  font-weight: normal;
}
.not-for-ansatte.header-search-collapsable .head-menu {
  right: 90px;
}
.not-for-ansatte.header-search-collapsable.en .head-menu {
  right: 110px;
}
.not-for-ansatte.header-search-collapsed .header-search > form {
  display: none;
}
.not-for-ansatte.header-search-collapsable:not(.header-search-collapsed) .head-menu,
.not-for-ansatte.header-search-collapsable:not(.header-search-collapsed) .header-search-expand {
  display: none;
}
/* Red header */
.for-ansatte .uio-app-name .uio-acronym,
.for-ansatte .uio-app-name .uio-host {
  display: none;
}
/* Menu in desktop */
#uio-app-menu-wrapper .vrtx-subfolder-menu > ul:nth-child(n),
.grid-container.navigation .vrtx-subfolder-menu > ul:nth-child(n),
#uio-app-menu-wrapper .navigation > ul:nth-child(n),
.grid-container.navigation .navigation > ul:nth-child(n) {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
}
#uio-app-menu-wrapper h2,
.grid-container.navigation h2 {
  margin-top: 0px;
}
#uio-app-menu-wrapper h2 + h2,
.grid-container.navigation h2 + h2 {
  margin-top: 30px;
}
#footer-wrapper .vrtx-login-manage-link {
  display: inline-block;
  width: 21px;
  height: 22px;
  background: url('../images/dropdown.png') no-repeat center right;
  background-size: 22px auto;
  margin: 0 0 -6px 6px;
}
#footer-wrapper .vrtx-login-manage-link:focus,
#footer-wrapper .vrtx-login-manage-link:hover {
  background-image: url('../images/dropdown-hover.png');
}
#footer-wrapper h2 {
  margin-top: 0;
  color: #fff;
}
#footer-wrapper #footers .vrtx-dropdown-wrapper li a {
  color: #2771bb;
  text-decoration: none;
}
#footer-wrapper #footers .vrtx-dropdown-wrapper li a:focus,
#footer-wrapper #footers .vrtx-dropdown-wrapper li a:hover {
  text-decoration: underline;
}
#footer-wrapper #footers .col-3-5 .col-1-3:last-child > * {
  margin-left: 10px;
}
.responsible-login .content {
  margin-right: 90px;
}
.not-for-ansatte #footer-wrapper a {
  color: #fff;
}
.not-for-ansatte:not(.header-context) #footer-wrapper #footers {
  background: none;
  min-height: 0;
}
.not-for-ansatte:not(.header-context) .responsible-login .content {
  margin-right: 0;
  margin-left: 160px;
}
#hidnav {
  margin: 0;
  list-style-type: none;
}
#hidnav li {
  margin: 0;
}
#hidnav li a {
  position: absolute;
  left: -9999px;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  z-index: 99999;
}
#hidnav li a:focus {
  left: 0px;
  top: 0px;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  font-size: 1.15em;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#globalnav {
  background: #2c2c2c;
}
#globalnav ul {
  width: 970px;
  margin: 0 auto;
  content: "";
  display: table;
  clear: both;
  list-style-type: none;
}
#globalnav ul li {
  float: left;
  margin: 0;
}
#globalnav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  padding: 12px 15px 15px 15px;
}
#globalnav ul li a:hover,
#globalnav ul li a:focus {
  background: #e22527;
  text-decoration: none;
}
#globalnav ul li.vrtx-active-item a {
  background: #636363;
}
#globalnav ul li.vrtx-active-item a:hover,
#globalnav ul li.vrtx-active-item a:focus {
  background: #e22527;
}
body.globalnav-smaller #globalnav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 12px 13px 12px;
}
.for-ansatte #globalnav {
  display: none;
}
#head-print {
  display: none;
}
#main {
  width: 970px;
  margin: 0 auto;
  content: "";
  display: table;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  /* Back */
  /* With and without left menu and right column */
}
#main .vrtx-back {
  margin: 0 0 10px 0;
}
#main .vrtx-back a {
  display: inline-block;
}
#main .vrtx-back a:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  padding-right: 10px;
  background: url('../images/icon-chevron-back-red.svg') no-repeat 0 0.2ex;
  background-size: auto 100%;
  content: " ";
}
#main #total-main {
  width: 100%;
}
#main #left-main {
  float: left;
  width: 190px;
  min-height: 100px;
  margin-bottom: 40px;
}
#main #right-main {
  float: right;
  width: 740px;
  margin-left: 38px;
}
#main .container,
#main #vrtx-content {
  content: "";
  display: table;
  clear: both;
  width: 740px;
}
#main #vrtx-main-content {
  float: left;
  width: 507px;
}
#main #vrtx-main-content.vrtx-empty-additional-content,
#main #vrtx-main-content.vrtx-hide-additional-content-true,
#main #vrtx-main-content:last-child {
  width: 740px;
}
#main #vrtx-main-content.vrtx-empty-additional-content.always-right-column,
#main #vrtx-main-content.vrtx-hide-additional-content-true.always-right-column,
#main #vrtx-main-content:last-child.always-right-column {
  width: 507px;
}
#main #vrtx-additional-content {
  float: right;
  width: 193px;
  margin-left: 38px;
}
#main #total-main .container,
#main #total-main #vrtx-content {
  width: 970px;
}
#main #total-main #vrtx-main-content {
  width: 660px;
}
#main #total-main #vrtx-main-content.vrtx-empty-additional-content,
#main #total-main #vrtx-main-content.vrtx-hide-additional-content-true,
#main #total-main #vrtx-main-content:last-child {
  width: 970px;
}
#main #total-main #vrtx-main-content.vrtx-empty-additional-content.always-right-column,
#main #total-main #vrtx-main-content.vrtx-hide-additional-content-true.always-right-column,
#main #total-main #vrtx-main-content:last-child.always-right-column {
  width: 660px;
}
#main #total-main #vrtx-additional-content {
  width: 270px;
}
#main #vrtx-related-content > *:first-child {
  margin-top: 0;
}
#main #vrtx-related-content > *:first-child > *:first-child {
  margin-top: 0;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p {
  max-width: 690px;
}
#main .vrtx-frontpage-box > h2,
#main h2.accordion,
#main h3.accordion,
#main h4.accordion,
#main p.image,
#main p.image-center,
#main .vrtx-introduction p {
  max-width: none;
}
#main ul.content-list,
#main ol {
  max-width: 650px;
}
#bottomnav {
  padding: 40px 0 60px 0;
}
#bottomnav > * {
  width: 970px;
  margin: 0 auto;
}
.info-link-wrapper {
  background-color: #707070;
  padding: 8px 0 11px;
  color: #fff;
}
.info-link-wrapper > * {
  width: 970px;
  margin: 0 auto;
}
.info-link-wrapper a {
  color: #fff;
  text-decoration: underline;
}
.info-link-wrapper .info-link-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  left: 10px;
  background: url('../images/info-link-close.png') no-repeat 0 0;
  text-indent: -9999px;
}
.vrtx-frontpage-box {
  margin-bottom: 40px;
  clear: left;
  /* Clearing rules */
  /* Special classes */
}
.vrtx-frontpage-box:after {
  content: "";
  display: table;
  clear: both;
}
.vrtx-frontpage-box:last-child,
.vrtx-frontpage-box h1:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box > h2 a {
  color: #222;
}
.vrtx-frontpage-box.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture {
  float: right;
  margin: 0 0 20px 20px;
}
.vrtx-frontpage-box.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture a {
  display: block;
}
.vrtx-frontpage-box.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box.vrtx-frontpage-box-picture.img-left .vrtx-frontpage-box-picture {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double),
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture {
  position: relative;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture .vrtx-frontpage-box-picture {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 1ex 0 0 0;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture .vrtx-frontpage-box-picture img {
  width: 90px;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) > h2,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture > h2,
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-box-content,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture .vrtx-box-content {
  margin-left: 110px;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-more.abs-more-link,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture .vrtx-more.abs-more-link {
  position: absolute;
  top: 0;
  left: 0;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).third-box-middle .vrtx-more,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.third-box-middle .vrtx-more,
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).third-box-middle .vrtx-frontpage-box-picture,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.third-box-middle .vrtx-frontpage-box-picture {
  left: 10px;
}
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).third-box-right .vrtx-more,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.third-box-right .vrtx-more,
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).half-box-right .vrtx-more,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.half-box-right .vrtx-more,
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).third-box-right .vrtx-frontpage-box-picture,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.third-box-right .vrtx-frontpage-box-picture,
.vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double).half-box-right .vrtx-frontpage-box-picture,
.vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture.half-box-right .vrtx-frontpage-box-picture {
  left: 20px;
}
.vrtx-frontpage-box.half-box-60-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img {
  width: 60px;
}
.vrtx-frontpage-box.half-box-60-image.vrtx-frontpage-box-picture:not(.third-box-double) > h2,
.vrtx-frontpage-box.half-box-60-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-box-content {
  margin-left: 75px;
}
.vrtx-frontpage-box.box-portrait-90-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture {
  width: 90px;
  text-align: center;
}
.vrtx-frontpage-box.box-portrait-90-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img {
  width: auto;
  max-height: 90px;
}
.vrtx-frontpage-box.vrtx-distach-bottom:not(.grey-box):not(.grey-box-light):not(.uio-info-message):not(#footer-wrapper) {
  padding-bottom: 18px;
  border-bottom: 4px solid #eaeaea;
  margin-bottom: 18px;
}
.vrtx-frontpage-box.vrtx-more-false > h2 a {
  color: #2771bb;
}
.vrtx-frontpage-box.vrtx-hide,
.vrtx-frontpage-box.hide-box,
.vrtx-frontpage-box.box-hide {
  display: none;
}
.vrtx-frontpage-box .vrtx-more {
  margin-top: 15px;
}
.vrtx-frontpage-box .vrtx-more span {
  display: inline-block;
}
.vrtx-frontpage-box > h2 {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content {
  /* Remove top margin for content after headings */
}
.vrtx-frontpage-box .vrtx-box-content:after {
  content: "";
  display: table;
  clear: both;
}
.vrtx-frontpage-box .vrtx-box-content h2 + *,
.vrtx-frontpage-box .vrtx-box-content h3 + *,
.vrtx-frontpage-box .vrtx-box-content h4 + *,
.vrtx-frontpage-box .vrtx-box-content h5 + *,
.vrtx-frontpage-box .vrtx-box-content h6 + *,
.vrtx-frontpage-box .vrtx-box-content h2 + * + .right,
.vrtx-frontpage-box .vrtx-box-content h3 + * + .right,
.vrtx-frontpage-box .vrtx-box-content h4 + * + .right,
.vrtx-frontpage-box .vrtx-box-content h5 + * + .right,
.vrtx-frontpage-box .vrtx-box-content h6 + * + .right,
.vrtx-frontpage-box .vrtx-box-content h2 + * + .thirds-middle,
.vrtx-frontpage-box .vrtx-box-content h3 + * + .thirds-middle,
.vrtx-frontpage-box .vrtx-box-content h4 + * + .thirds-middle,
.vrtx-frontpage-box .vrtx-box-content h5 + * + .thirds-middle,
.vrtx-frontpage-box .vrtx-box-content h6 + * + .thirds-middle,
.vrtx-frontpage-box .vrtx-box-content h2 + * + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h3 + * + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h4 + * + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h5 + * + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h6 + * + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h2 + * + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h3 + * + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h4 + * + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h5 + * + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h6 + * + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h2 + * + .thirds-middle + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h3 + * + .thirds-middle + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h4 + * + .thirds-middle + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h5 + * + .thirds-middle + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content h6 + * + .thirds-middle + .thirds-right {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > .vrtx-subfolder-menu:first-child ul {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > .vrtx-feed:first-child ul,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .right,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .thirds-middle {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > .vrtx-feed:first-child ul > *:first-child,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .right > *:first-child,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .thirds-middle > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > .vrtx-feed:first-child ul + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .right + .thirds-right,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .thirds-middle + .thirds-right {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > *:first-child > .vrtx-feed:first-child ul + .thirds-right > *:first-child,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .right + .thirds-right > *:first-child,
.vrtx-frontpage-box .vrtx-box-content > *:first-child + .thirds-middle + .thirds-right > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3),
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > *:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .thirds-left:nth-last-child(3),
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .thirds-left:nth-last-child(3),
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .thirds-left:nth-last-child(3),
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .thirds-left:nth-last-child(3),
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .thirds-middle:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .thirds-middle:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .thirds-middle:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .thirds-middle:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .left:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .left:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .left:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .left:nth-last-child(2),
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .thirds-left:nth-last-child(3) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .thirds-left:nth-last-child(3) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .thirds-left:nth-last-child(3) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .thirds-left:nth-last-child(3) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .thirds-middle:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .thirds-middle:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .thirds-middle:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .thirds-middle:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .left:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .left:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .left:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .left:nth-last-child(2) > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > *:last-child > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > *:last-child > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > *:last-child > *:last-child,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box .vrtx-box-content > .thirds-left:nth-last-child(3) > .vrtx-subfolder-menu:last-child ul,
.vrtx-frontpage-box .vrtx-box-content > .thirds-middle:nth-last-child(2) > .vrtx-subfolder-menu:last-child ul,
.vrtx-frontpage-box .vrtx-box-content > .left:nth-last-child(2) > .vrtx-subfolder-menu:last-child ul,
.vrtx-frontpage-box .vrtx-box-content > *:last-child > .vrtx-subfolder-menu:last-child ul {
  margin-bottom: 0;
}
.vrtx-frontpage-box.two-column-feed .vrtx-box-content .vrtx-feed ul li:nth-last-child(2),
.vrtx-frontpage-box.two-column-feed .vrtx-box-content .vrtx-event-component .vrtx-event-component-item:nth-last-child(2) {
  margin-bottom: 0;
}
.vrtx-frontpage-box.three-column-feed .vrtx-box-content .vrtx-feed ul li:nth-last-child(3),
.vrtx-frontpage-box.three-column-feed .vrtx-box-content .vrtx-feed ul li:nth-last-child(2),
.vrtx-frontpage-box.three-column-feed .vrtx-box-content .vrtx-event-component .vrtx-event-component-item:nth-last-child(3),
.vrtx-frontpage-box.three-column-feed .vrtx-box-content .vrtx-event-component .vrtx-event-component-item:nth-last-child(2) {
  margin-bottom: 0;
}
.vrtx-frontpage-box .grey-content-box {
  background: #f5f7f8;
  padding: 10px 20px;
  clear: left;
}
.vrtx-frontpage-box .grey-content-box > *:first-child {
  margin-top: 0;
}
.vrtx-frontpage-box .grey-content-box > *:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box.grey-box,
.vrtx-frontpage-box.grey-clip-box,
.vrtx-frontpage-box.grey-box-light {
  background: #f5f7f8;
  padding-left: 20px;
  padding-right: 20px;
}
.vrtx-frontpage-box.grey-box > *:first-child,
.vrtx-frontpage-box.grey-clip-box > *:first-child,
.vrtx-frontpage-box.grey-box-light > *:first-child {
  padding-top: 20px;
}
.vrtx-frontpage-box.grey-box > *:last-child,
.vrtx-frontpage-box.grey-clip-box > *:last-child,
.vrtx-frontpage-box.grey-box-light > *:last-child {
  padding-bottom: 20px;
}
.vrtx-frontpage-box.grey-box.third-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-clip-box.third-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-box-light.third-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-box.half-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-clip-box.half-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-box-light.half-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-box.grey-box.third-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.grey-clip-box.third-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.grey-box-light.third-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.grey-box.half-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.grey-clip-box.half-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.grey-box-light.half-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture {
  left: 20px;
}
.vrtx-frontpage-box.grey-box-light {
  background: #e2e3e5;
}
.vrtx-frontpage-box.grey-clip-box .icon {
  display: none;
}
.vrtx-frontpage-box.full-box-center {
  margin-left: auto;
  margin-right: auto;
  width: 570px;
}
.vrtx-frontpage-box.uio-info-message.red {
  background: #e2231a;
  font-size: 18px;
  font-size: 1.8rem;
}
.vrtx-frontpage-box.uio-info-message.red,
.vrtx-frontpage-box.uio-info-message.red a {
  color: #fff;
}
.vrtx-frontpage-box.uio-info-message.red a {
  text-decoration: underline;
}
.vrtx-frontpage-box.no-margin-bottom {
  margin-bottom: 0;
}
.vrtx-frontpage-box ul.hide-overflow {
  overflow: hidden;
}
.vrtx-frontpage-box.white-box-green-header > h2:first-child,
.vrtx-frontpage-box.white-box-orange-header > h2:first-child,
.vrtx-frontpage-box.white-box-red-header > h2:first-child {
  margin-bottom: 20px;
  padding: 7px 15px 6px 15px;
}
.vrtx-frontpage-box.white-box-green-header > h2:first-child,
.vrtx-frontpage-box.white-box-orange-header > h2:first-child,
.vrtx-frontpage-box.white-box-red-header > h2:first-child,
.vrtx-frontpage-box.white-box-green-header > h2:first-child a,
.vrtx-frontpage-box.white-box-orange-header > h2:first-child a,
.vrtx-frontpage-box.white-box-red-header > h2:first-child a {
  color: #fff;
}
.vrtx-frontpage-box.white-box-red-header > h2 {
  background: #e2231a;
}
.left,
.right,
.half-box-left,
.half-box-right,
.thirds-left,
.thirds-middle,
.thirds-right,
.third-box-left,
.third-box-middle,
.third-box-right,
.two-column-feed li,
.two-column-feed .vrtx-event-component-item,
.three-column-feed li,
.three-column-feed .vrtx-event-component-item,
.vrtx-list-articles-columns-2 .vrtx-list-articles,
.vrtx-list-articles-columns-3 .vrtx-list-articles,
#main .navigation-links li,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource,
.vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item:not(:only-child),
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2),
.vrtx-listing-filters-3-col .vrtx-listing-filters-section,
.vrtx-listing-filters-2-col .vrtx-listing-filters-section,
.vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-organizational-unit-employees > ul > li,
#vrtx-tags ul {
  float: left;
}
div[class*='vrtx-list-articles-col-'],
#vrtx-tags ul:only-child {
  width: 100%;
}
.vrtx-list-articles-columns-2,
.vrtx-list-articles-columns-3 {
  overflow: hidden;
  margin: 0;
}
.vrtx-list-articles-columns-2 ul,
.vrtx-list-articles-columns-3 ul {
  margin-bottom: 0 0 30px 0;
}
div[class*='vrtx-list-articles-col-'] {
  float: none;
  padding: 0;
}
.left,
.right,
.half-box-left,
.half-box-right,
.two-column-feed li,
.two-column-feed .vrtx-event-component .vrtx-event-component-item,
.vrtx-list-articles-columns-2 .vrtx-list-articles,
#main .navigation-links li,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource,
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-two-column .vrtx-featured-item,
.vrtx-listing-filters-2-col .vrtx-listing-filters-section,
#vrtx-organizational-unit-employees > ul > li,
.vrtx-subfolder-menu-sets-2.vrtx-subfolder-menu ul[class*='resultset'],
.two-column-subfolder .vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-tags.vrtx-tags-sets-2 ul {
  width: 50%;
}
.thirds-left,
.thirds-middle,
.thirds-right,
.third-box-left,
.third-box-middle,
.third-box-right,
.three-column-feed li,
.three-column-feed .vrtx-event-component .vrtx-event-component-item,
.vrtx-list-articles-columns-3 .vrtx-list-articles,
#main > div > .navigation-links li,
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item,
.featured-one-big-three-column .vrtx-featured-item:nth-child(n+2),
.vrtx-listing-filters-3-col .vrtx-listing-filters-section,
#vrtx-folder-menu ul,
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu ul[class*='resultset'],
.vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-tags.vrtx-tags-sets-3 ul {
  width: 33.33333333%;
}
.third-box-double {
  width: 66.66666667%;
}
.col-1-4,
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu ul[class*='resultset'],
.four-column-subfolder .vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-tags.vrtx-tags-sets-4 ul {
  width: 25%;
}
.col-2-4 {
  width: 50%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-1-6,
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset'] {
  width: 16.66666667%;
}
.col-2-6 {
  width: 33.33333333%;
}
.col-3-6 {
  width: 50%;
}
.col-4-4,
.col-5-5,
.col-6-6 {
  width: 100%;
}
.left,
.right,
.thirds-left,
.thirds-middle,
.thirds-right {
  margin-bottom: 20px;
}
/* --- LEFT BOX --- */
.left,
.half-box-left,
.thirds-left,
.third-box-left,
.col-1-4:nth-child(4n+1),
.vrtx-list-articles-columns-2 .vrtx-list-articles:nth-child(2n+1),
.vrtx-list-articles-columns-3 .vrtx-list-articles:nth-child(3n+1),
#vrtx-tags.vrtx-tags-sets-2 ul:nth-child(2n+1),
#vrtx-tags.vrtx-tags-sets-3 ul:nth-child(3n+1),
#vrtx-tags.vrtx-tags-sets-4 ul:nth-child(4n+1),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-two-column .vrtx-featured-item:nth-child(2n+1),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item:nth-child(3n+1),
.featured-one-big-two-column .vrtx-featured-item:nth-child(2n+2),
.featured-one-big-three-column .vrtx-featured-item:nth-child(3n+2),
#main .navigation-links li:nth-child(2n+1),
#main > div > .navigation-links li:nth-child(3n+1),
#main .vrtx-resources.vrtx-two-columns .vrtx-resource.vrtx-featured-article-left,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource.vrtx-default-article-left,
.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n+1),
.two-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(2n+1),
.four-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+1),
.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+2),
.two-column-subfolder .vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(2n+2),
.vrtx-subfolder-menu-sets-2.vrtx-subfolder-menu ul[class*='resultset']:nth-child(2n+1),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n+1),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+1),
.vrtx-subfolder-menu-sets-2.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(2n+2),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+2),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(4n+2),
#vrtx-folder-menu ul:nth-child(3n+1),
.vrtx-listing-filters-2-col .vrtx-listing-filters-section:nth-child(2n+2),
.vrtx-listing-filters-3-col .vrtx-listing-filters-section:nth-child(3n+2),
.two-column-feed .vrtx-feed li:nth-child(2n+1),
.two-column-feed .vrtx-event-component-item:nth-child(2n+1),
.two-column-feed h2 ~ .vrtx-event-component-item:nth-child(2n+2),
.three-column-feed .vrtx-feed li:nth-child(3n+1),
.three-column-feed .vrtx-event-component-item:nth-child(3n+1),
.three-column-feed h2 ~ .vrtx-event-component-item:nth-child(3n+2),
#vrtx-organizational-unit-employees > ul > li:nth-child(2n+1),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n+1) {
  padding-right: 20px;
  padding-left: 0;
  clear: left;
}
/* --- MIDDLE BOX --- */
.thirds-middle,
.third-box-middle,
.col-1-4:nth-child(4n+2),
.col-1-4:nth-child(4n+3),
.vrtx-list-articles-columns-3 .vrtx-list-articles:nth-child(3n+2),
#vrtx-tags.vrtx-tags-sets-3 ul:nth-child(3n+2),
#vrtx-tags.vrtx-tags-sets-4 ul:nth-child(4n+2),
#vrtx-tags.vrtx-tags-sets-4 ul:nth-child(4n+3),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item:nth-child(3n+2),
.featured-one-big-three-column .vrtx-featured-item:nth-child(3n+3),
#main > div > .navigation-links li:nth-child(3n+2),
#vrtx-folder-menu ul:nth-child(3n+2),
.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n+2),
.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+3),
.four-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+2),
.four-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+3),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n+2),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+2),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+3),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+3),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(4n+3),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(4n+4),
.vrtx-listing-filters-3-col .vrtx-listing-filters-section:nth-child(3n+3),
.three-column-feed .vrtx-feed li:nth-child(3n+2),
.three-column-feed .vrtx-event-component-item:nth-child(3n+2),
.three-column-feed h2 ~ .vrtx-event-component-item:nth-child(3n+3),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n+2),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n+3),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n+4),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n+5) {
  padding-left: 10px;
  padding-right: 10px;
  clear: none;
}
/* --- RIGHT BOX --- */
.right,
.half-box-right,
.thirds-right,
.third-box-right,
.col-1-4:nth-child(4n),
.vrtx-list-articles-columns-2 .vrtx-list-articles:nth-child(2n+2),
.vrtx-list-articles-columns-3 .vrtx-list-articles:nth-child(3n+3),
#vrtx-tags.vrtx-tags-sets-2 ul:nth-child(2n),
#vrtx-tags.vrtx-tags-sets-3 ul:nth-child(3n),
#vrtx-tags.vrtx-tags-sets-4 ul:nth-child(4n),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-two-column .vrtx-featured-item:nth-child(2n+2),
.vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item:nth-child(3n+3),
.featured-one-big-two-column .vrtx-featured-item:nth-child(2n+3),
.featured-one-big-three-column .vrtx-featured-item:nth-child(3n+4),
#main .navigation-links li:nth-child(2n+2),
#main > div > .navigation-links li:nth-child(3n+3),
#main .vrtx-resources.vrtx-two-columns .vrtx-resource.vrtx-featured-article-right,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource.vrtx-default-article-right,
.vrtx-listing-filters-2-col .vrtx-listing-filters-section:nth-child(2n+3),
.vrtx-listing-filters-3-col .vrtx-listing-filters-section:nth-child(3n+4),
#vrtx-folder-menu ul:nth-child(3n),
.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n),
.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+4),
.two-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(2n),
.two-column-subfolder .vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(2n+3),
.four-column-subfolder .vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n+4),
.vrtx-subfolder-menu-sets-2.vrtx-subfolder-menu ul[class*='resultset']:nth-child(2n),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu ul[class*='resultset']:nth-child(3n),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu ul[class*='resultset']:nth-child(4n),
.vrtx-subfolder-menu-sets-2.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(2n+3),
.vrtx-subfolder-menu-sets-3.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(3n+4),
.vrtx-subfolder-menu-sets-4.vrtx-subfolder-menu .menu-title ~ ul[class*='resultset']:nth-child(4n+5),
.two-column-feed .vrtx-feed li:nth-child(2n),
.two-column-feed .vrtx-event-component-item:nth-child(2n),
.two-column-feed h2 ~ .vrtx-event-component-item:nth-child(2n+3),
.three-column-feed .vrtx-feed li:nth-child(3n+3),
.three-column-feed .vrtx-event-component-item:nth-child(3n+3),
.three-column-feed h2 ~ .vrtx-event-component-item:nth-child(3n+4),
#vrtx-organizational-unit-employees > ul > li:nth-child(2n),
#bottom-menu .vrtx-subfolder-menu ul[class*='resultset']:nth-child(6n) {
  padding-right: 0;
  padding-left: 20px;
  clear: none;
}
/* Grid clearing in right-column etc */
#main #vrtx-additional-content > .vrtx-resource,
#main .vrtx-resources.vrtx-two-columns.vrtx-resource-prioritize-first > .vrtx-resource,
#vrtx-content:not(.vrtx-frontpage-wide) > #vrtx-main-content:not(:last-child) [class*='half-box-'] > .vrtx-resource,
#vrtx-content:not(.vrtx-frontpage-wide) > #vrtx-main-content:not(:last-child) [class*='third-box-']:not(.third-box-double) > .vrtx-resource,
#main .one-column-subfolder > .vrtx-resource,
#main #vrtx-additional-content .vrtx-subfolder-menu ul[class*='resultset'],
#main .vrtx-resources.vrtx-two-columns.vrtx-resource-prioritize-first .vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-content:not(.vrtx-frontpage-wide) > #vrtx-main-content:not(:last-child) [class*='half-box-'] .vrtx-subfolder-menu ul[class*='resultset'],
#vrtx-content:not(.vrtx-frontpage-wide) > #vrtx-main-content:not(:last-child) [class*='third-box-']:not(.third-box-double) .vrtx-subfolder-menu ul[class*='resultset'],
#main .one-column-subfolder .vrtx-subfolder-menu ul[class*='resultset'] {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
  clear: left;
}
#main .vrtx-subfolder-menu-sets-1.vrtx-subfolder-menu ul[class*='resultset'],
#main .vrtx-subfolder-menu ul[class*='resultset']:only-child {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
  clear: left;
}
/* Fix for feed without images (bullets) */
.two-column-feed .vrtx-feed:not(.with-images) li:nth-child(n),
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(n) {
  margin-left: 0;
}
.two-column-feed .vrtx-feed:not(.with-images) li:nth-child(2n+1) {
  padding-left: 20px;
}
.two-column-feed .vrtx-feed:not(.with-images) li:nth-child(2n+1):before {
  left: 20px;
}
.two-column-feed .vrtx-feed:not(.with-images) li:nth-child(2n+2) {
  padding-left: 40px;
}
.two-column-feed .vrtx-feed:not(.with-images) li:nth-child(2n+2):before {
  left: 40px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+1) {
  padding-left: 20px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+1):before {
  left: 20px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+2) {
  padding-left: 20px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+2):before {
  left: 20px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+3) {
  padding-left: 40px;
}
.three-column-feed .vrtx-feed:not(.with-images) li:nth-child(3n+3):before {
  left: 40px;
}
.uio-main ul.content-list.thirds-left,
.uio-main ol.content-list.thirds-left,
.uio-main ul.content-list.left,
.uio-main ol.content-list.left,
.uio-main ul.content-list.thirds-middle,
.uio-main ol.content-list.thirds-middle,
.uio-main ul.content-list.thirds-right,
.uio-main ol.content-list.thirds-right,
.uio-main ul.content-list.right,
.uio-main ol.content-list.right {
  margin-left: 0;
}
[class*='col-'] [class*='col-'] {
  padding-top: 0;
  padding-bottom: 0;
}
/* Featured one big */
.content-over-image-left,
.content-over-image-right,
.featured-one-big-two-column .vrtx-featured-item-1 {
  position: relative;
}
.content-over-image-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.content-over-image-right.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.featured-one-big-two-column .vrtx-featured-item-1.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture {
  float: none;
  margin: 0;
  line-height: 0;
}
.content-over-image-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture img,
.content-over-image-right.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture img,
.featured-one-big-two-column .vrtx-featured-item-1.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture img {
  width: 100%;
}
.content-over-image-left .vrtx-featured-item-picture a,
.content-over-image-right .vrtx-featured-item-picture a,
.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture a {
  display: block;
  line-height: 0;
}
.content-over-image-left .vrtx-featured-item-picture img,
.content-over-image-right .vrtx-featured-item-picture img,
.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture img {
  width: 100%;
}
.content-over-image-left .vrtx-box-content,
.content-over-image-right .vrtx-box-content,
.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  background: #fff;
  width: 50%;
  margin-left: 0;
}
.content-over-image-third.content-over-image-left .vrtx-box-content,
.content-over-image-third.content-over-image-right .vrtx-box-content,
.content-over-image-third.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content {
  width: 33.33333333%;
}
/* Featured one 660px and vertical two-column */
.featured-one-big-two-column.featured-vertical-items {
  position: relative;
}
.featured-one-big-two-column.featured-vertical-items .vrtx-featured-item-1 {
  width: 660px;
  float: left;
}
.featured-one-big-two-column.featured-vertical-items .vrtx-featured-item:nth-child(n+2) {
  float: right;
  clear: none;
  width: 270px;
  padding-left: 0;
  padding-right: 0;
}
.featured-one-big-two-column.featured-vertical-items .vrtx-featured-item:nth-child(n+2) h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
}
.featured-one-big-two-column.featured-vertical-items .vrtx-featured-item:nth-child(n+2).vrtx-featured-item-picture .vrtx-box-content .vrtx-box-sub-content {
  margin-left: 0;
  clear: none;
}
.featured-one-big-two-column.featured-vertical-items .vrtx-featured-item:nth-child(2) {
  margin-top: 0;
}
/* Full width picture */
.grid-container.full-width-picture-bg {
  height: 300px;
}
.grid-container.full-width-picture-bg:first-child {
  margin-top: -40px;
}
.content-over-image-left.full-width-picture,
.content-over-image-right.full-width-picture,
.featured-one-big-two-column.full-width-picture,
.content-over-image-left.full-width-picture.vrtx-more-false,
.content-over-image-right.full-width-picture.vrtx-more-false,
.featured-one-big-two-column.full-width-picture.vrtx-more-false,
.content-over-image-left.full-width-picture .vrtx-featured-item-1,
.content-over-image-right.full-width-picture .vrtx-featured-item-1,
.featured-one-big-two-column.full-width-picture .vrtx-featured-item-1,
.content-over-image-left.full-width-picture.vrtx-more-false .vrtx-featured-item-1,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-featured-item-1,
.featured-one-big-two-column.full-width-picture.vrtx-more-false .vrtx-featured-item-1 {
  position: static;
}
.content-over-image-left.full-width-picture .vrtx-frontpage-box-picture,
.content-over-image-right.full-width-picture .vrtx-frontpage-box-picture,
.featured-one-big-two-column.full-width-picture .vrtx-frontpage-box-picture,
.content-over-image-left.full-width-picture.vrtx-more-false .vrtx-frontpage-box-picture,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-frontpage-box-picture,
.featured-one-big-two-column.full-width-picture.vrtx-more-false .vrtx-frontpage-box-picture,
.content-over-image-left.full-width-picture .vrtx-featured-item-1 .vrtx-frontpage-box-picture,
.content-over-image-right.full-width-picture .vrtx-featured-item-1 .vrtx-frontpage-box-picture,
.featured-one-big-two-column.full-width-picture .vrtx-featured-item-1 .vrtx-frontpage-box-picture,
.content-over-image-left.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-frontpage-box-picture,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-frontpage-box-picture,
.featured-one-big-two-column.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-frontpage-box-picture {
  height: 300px;
  width: 100%;
}
.content-over-image-left.full-width-picture .vrtx-box-content,
.content-over-image-right.full-width-picture .vrtx-box-content,
.featured-one-big-two-column.full-width-picture .vrtx-box-content,
.content-over-image-left.full-width-picture.vrtx-more-false .vrtx-box-content,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-box-content,
.featured-one-big-two-column.full-width-picture.vrtx-more-false .vrtx-box-content,
.content-over-image-left.full-width-picture .vrtx-featured-item-1 .vrtx-box-content,
.content-over-image-right.full-width-picture .vrtx-featured-item-1 .vrtx-box-content,
.featured-one-big-two-column.full-width-picture .vrtx-featured-item-1 .vrtx-box-content,
.content-over-image-left.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-box-content,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-box-content,
.featured-one-big-two-column.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-box-content {
  width: 520px;
  top: auto;
  bottom: 20px;
  left: 0;
  right: auto;
}
.content-over-image-right.full-width-picture .vrtx-box-content,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-box-content,
.content-over-image-right.full-width-picture .vrtx-featured-item-1 .vrtx-box-content,
.content-over-image-right.full-width-picture.vrtx-more-false .vrtx-featured-item-1 .vrtx-box-content {
  left: auto;
  right: 0;
}
/* Position of content-over-image text box */
.content-over-image-left .vrtx-box-content,
.content-over-image-right .vrtx-box-content {
  bottom: 60px;
}
.content-over-image-left.light-grey-box .vrtx-box-content,
.content-over-image-right.light-grey-box .vrtx-box-content,
.content-over-image-left.grey-box .vrtx-box-content,
.content-over-image-right.grey-box .vrtx-box-content {
  right: 20px;
  bottom: 80px;
}
.content-over-image-left.third-box-double.third-box-left.content-over-image-right .vrtx-box-content,
.content-over-image-right.third-box-double.third-box-left.content-over-image-right .vrtx-box-content {
  right: 60px;
}
.content-over-image-left.vrtx-more-false .vrtx-box-content,
.content-over-image-right.vrtx-more-false .vrtx-box-content {
  bottom: 20px;
}
.content-over-image-left.vrtx-more-false.light-grey-box .vrtx-box-content,
.content-over-image-right.vrtx-more-false.light-grey-box .vrtx-box-content,
.content-over-image-left.vrtx-more-false.grey-box .vrtx-box-content,
.content-over-image-right.vrtx-more-false.grey-box .vrtx-box-content {
  bottom: 40px;
}
.content-over-image-left .vrtx-box-content,
.featured-big-box-content-left .vrtx-featured-item-1 .vrtx-box-content {
  left: 20px;
  right: auto;
}
.content-over-image-left.grey-box .vrtx-box-content {
  left: 40px;
}
.content-over-image-left.third-box-double.third-box-right .vrtx-box-content {
  left: 60px;
}
/* Featured items */
.featured-one-big-two-column.hide-featured-after-first .vrtx-featured-item:nth-child(n+2) {
  display: none;
}
.featured-one-big-two-column.hide-featured-after-third .vrtx-featured-item:nth-child(n+4) {
  display: none;
}
.featured-one-big-two-column.hide-featured-after-fifth .vrtx-featured-item:nth-child(n+6) {
  display: none;
}
.featured-one-big-two-column .vrtx-featured-item .vrtx-box-content .vrtx-sticktitle {
  color: #777;
  margin-bottom: 0px;
}
.featured-one-big-two-column .vrtx-featured-item .vrtx-box-content h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 31px;
  line-height: 3.1rem;
}
.featured-one-big-two-column .vrtx-featured-item .vrtx-box-content h2 a {
  color: #2771bb;
}
.featured-one-big-two-column .vrtx-featured-item .vrtx-more {
  display: none;
}
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2) {
  margin-top: 40px;
}
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2).vrtx-featured-item-picture .vrtx-featured-item-picture {
  float: left;
  margin: 6px 20px 15px 0;
  line-height: 0;
}
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2).vrtx-featured-item-picture .vrtx-featured-item-picture img {
  width: 90px;
}
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2).vrtx-featured-item-picture .vrtx-box-content {
  margin-left: 110px;
}
.featured-one-big-two-column .vrtx-featured-item:nth-child(n+2).vrtx-featured-item-picture .vrtx-box-content .vrtx-box-sub-content {
  margin-left: -110px;
}
.featured-one-big-two-column.featured-one-big-three-column .vrtx-featured-item:nth-child(n+2) .vrtx-box-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  line-height: 2.9rem;
  margin-bottom: 0;
}
.featured-one-big-two-column.featured-one-big-three-column .vrtx-featured-item:nth-child(n+2) .vrtx-box-content .vrtx-box-sub-content {
  display: none;
}
/* Featured items (not default with one big class) */
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item {
  margin-bottom: 40px;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item .vrtx-featured-item-picture {
  float: left;
  margin: 6px 20px 15px 0;
  line-height: 0;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item .vrtx-featured-item-picture img {
  width: 90px;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item .vrtx-featured-item-picture ~ * {
  margin-left: 110px;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item:only-child .vrtx-featured-item-picture img {
  width: 303px;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column) .vrtx-featured-item:only-child .vrtx-featured-item-picture ~ * {
  margin-left: 323px;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  line-height: 2.9rem;
  margin-bottom: 0;
}
#main .vrtx-frontpage-box:not(.featured-one-big-two-column).featured-three-column .vrtx-featured-item .vrtx-box-sub-content {
  display: none;
}
/* Super wide picture */
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture {
  position: static;
  float: none;
  margin: 0 0 15px 0;
}
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-frontpage-box-picture img {
  width: auto;
}
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double)[class*='half-box-'] > h2,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double)[class*='half-box-'] > h2,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double)[class*='half-box-'] > h2,
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double)[class*='third-box-'] > h2,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double)[class*='third-box-'] > h2,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double)[class*='third-box-'] > h2 {
  margin-top: -15px;
}
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double) > h2,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double) > h2,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) > h2,
.vrtx-frontpage-box.half-box-wide-image.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-box-content,
.vrtx-frontpage-box.super-wide-picture.vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-box-content,
#vrtx-content:not(.vrtx-frontpage-wide) #vrtx-main-content:not(:last-child) [class*='third-box-'].vrtx-frontpage-box-picture:not(.third-box-double) .vrtx-box-content {
  margin-left: 0;
}
/* Special classes */
.top-dotted-seperator-tighter {
  clear: left;
  border-top: 4px solid #eaeaea;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}
.vrtx-subfolder-menu {
  width: 100%;
}
.vrtx-subfolder-menu:after {
  content: "";
  display: table;
  clear: both;
}
.subfolder-menu-alt {
  float: left;
  width: 100%;
  clear: left;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  border-top: 4px solid #eaeaea;
}
.subfolder-menu-alt ul {
  margin-bottom: 0;
}
/* Additional content */
#main #vrtx-additional-content .grid-container,
#main #vrtx-additional-content .vrtx-frontpage-box {
  margin-bottom: 30px;
}
.colored-bg {
  z-index: -2;
  position: absolute;
  left: 0;
  width: 100%;
}
.colored-bg-h2 {
  z-index: 0;
}
#main .grid-container {
  padding: 0;
  margin-bottom: 40px;
}
#main .grid-container .row {
  width: 100%;
}
#main .grid-container.row-all-colored:last-child,
#main .grid-container .vrtx-frontpage-box {
  margin-bottom: 0;
}
#main .grid-container .vrtx-frontpage-box {
  z-index: 1;
  position: relative;
}
#main #vrtx-additional-content .grid-container .vrtx-frontpage-box {
  margin-bottom: 0;
}
#main #vrtx-additional-content .grid-container .vrtx-frontpage-box.vrtx-distach-bottom {
  margin-bottom: -12px;
}
#main .grid-container:not(.row-thirds-double) .grey-box > *:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box-light > *:first-child,
#main .grid-container:not(.row-thirds-double) .red > *:first-child,
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box > *:first-child {
  padding-top: 40px;
}
#main .grid-container:not(.row-thirds-double) .grey-box > *:last-child,
#main .grid-container:not(.row-thirds-double) .grey-box-light > *:last-child,
#main .grid-container:not(.row-thirds-double) .red > *:last-child,
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box > *:last-child {
  padding-bottom: 40px;
}
#main .grid-container:not(.row-thirds-double) .grey-box.white-box-green-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box-light.white-box-green-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .red.white-box-green-header > h2:first-child,
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.white-box-green-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box.white-box-orange-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box-light.white-box-orange-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .red.white-box-orange-header > h2:first-child,
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.white-box-orange-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box.white-box-red-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .grey-box-light.white-box-red-header > h2:first-child,
#main .grid-container:not(.row-thirds-double) .red.white-box-red-header > h2:first-child,
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.white-box-red-header > h2:first-child {
  padding-top: 7px;
}
#main .grid-container:not(.row-thirds-double) .grey-box.content-over-image-right .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box-light.content-over-image-right .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .red.content-over-image-right .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.content-over-image-right .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box.content-over-image-left .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box-light.content-over-image-left .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .red.content-over-image-left .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.content-over-image-left .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box-light.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .red.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-frontpage-box-picture:nth-last-child(2) {
  padding-bottom: 40px;
}
#main .grid-container:not(.row-thirds-double) .grey-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box-light[class*='third-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .red[class*='third-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box[class*='third-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box[class*='half-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .grey-box-light[class*='half-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .red[class*='half-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double).row-one-colored .vrtx-frontpage-box[class*='half-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2) {
  padding-top: 40px;
}
#main .grid-container:not(.row-thirds-double) .red > *:first-child {
  padding-top: 20px;
}
#main .grid-container:not(.row-thirds-double) .red > *:last-child {
  padding-bottom: 20px;
}
#main .grid-container:not(.row-thirds-double) .red.content-over-image-right .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .red.content-over-image-left .vrtx-frontpage-box-picture:nth-last-child(2),
#main .grid-container:not(.row-thirds-double) .red.featured-one-big-two-column .vrtx-featured-item-1 .vrtx-frontpage-box-picture:nth-last-child(2) {
  padding-bottom: 20px;
}
#main .grid-container:not(.row-thirds-double) .red[class*='third-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2),
#main .grid-container:not(.row-thirds-double) .red[class*='half-box-'].vrtx-frontpage-box-picture:not(.super-wide-picture):not(.half-box-wide-image) > *:nth-child(2) {
  padding-top: 20px;
}
#main .grid-container:not(.row-thirds-double):last-child .grey-box > *:last-child,
#main .grid-container:not(.row-thirds-double):last-child .grey-box-light > *:last-child,
#main .grid-container:not(.row-thirds-double):last-child .red > *:last-child,
#main .grid-container:not(.row-thirds-double):last-child.row-one-colored .vrtx-frontpage-box > *:last-child {
  padding-bottom: 40px;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line).row-all-colored {
  padding: 40px 0;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line).row-all-colored .vrtx-frontpage-box > *:first-child {
  padding-top: 5px;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line).row-all-colored .vrtx-frontpage-box > *:last-child {
  padding-bottom: 5px;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line) .vrtx-frontpage-box.third-box-left {
  border-right: 2px solid #eaeaea;
  padding-right: 40px;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line) .vrtx-frontpage-box.third-box-right {
  border-left: 2px solid #eaeaea;
  padding-left: 40px;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line) .vrtx-frontpage-box.grey-box {
  border-color: #dddddd;
}
#vrtx-frontpage #main {
  margin-bottom: 0;
}
#vrtx-frontpage #main .row-all-no-margin-bottom {
  margin-bottom: 0;
}
#vrtx-frontpage #main .row-all-hidden-boxes {
  display: none;
}
.vrtx-frontpage-full-width.total-main #main {
  margin-left: 0;
  margin-right: 0;
}
.vrtx-frontpage-full-width.total-main #main,
.vrtx-frontpage-full-width.total-main #main #total-main #vrtx-content,
.vrtx-frontpage-full-width.total-main #main #total-main #vrtx-main-content {
  width: 100%;
}
.vrtx-frontpage-full-width.total-main #main .row,
.vrtx-frontpage-full-width.total-main #main #vrtx-change-language-link,
.vrtx-frontpage-full-width.total-main #main .vrtx-back,
.vrtx-frontpage-full-width.total-main #main .vrtx-context-box,
.vrtx-frontpage-full-width.total-main #main h1,
.vrtx-frontpage-full-width.total-main #main #vrtx-frontpage-introduction {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.vrtx-frontpage-full-width.total-main #main #vrtx-change-language-link {
  display: block;
  float: none;
  text-align: right;
  margin-top: 1em;
  margin-bottom: -2.5em;
}
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.grey-box:not(.half-box-left):not(.half-box-right):not(.third-box-left):not(.third-box-middle):not(.third-box-right):not(.full-box-center),
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.grey-box-light:not(.half-box-left):not(.half-box-right):not(.third-box-left):not(.third-box-middle):not(.third-box-right):not(.full-box-center),
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.red:not(.half-box-left):not(.half-box-right):not(.third-box-left):not(.third-box-middle):not(.third-box-right):not(.full-box-center) {
  padding-right: 0;
  padding-left: 0;
}
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box:not(.half-box-left):not(.half-box-right):not(.third-box-left):not(.third-box-middle):not(.third-box-right):not(.full-box-center) > h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.white-box-green-header > h2:first-child,
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.white-box-orange-header > h2:first-child,
.vrtx-frontpage-full-width.total-main #main .vrtx-frontpage-box.white-box-red-header > h2:first-child {
  padding-left: 0;
  padding-right: 0;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored {
  background: #f5f7f8;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored.row-all-colored-red {
  background: #e2231a;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored.row-all-colored-light {
  background: #e2e3e5;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box:not(.half-box-left):not(.half-box-right):not(.third-box-left):not(.third-box-middle):not(.third-box-right):not(.full-box-center) {
  padding-right: 0;
  padding-left: 0;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.half-box-left,
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.third-box-left {
  padding-left: 0;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.third-box-middle {
  padding-left: 10px;
  padding-right: 10px;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.half-box-right,
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.third-box-right {
  padding-right: 0;
}
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.third-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.half-box-left.vrtx-frontpage-box-picture .vrtx-more,
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.third-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture,
.vrtx-frontpage-full-width.total-main #main .row-all-colored .vrtx-frontpage-box.half-box-left.vrtx-frontpage-box-picture .vrtx-frontpage-box-picture {
  left: 0;
}
body.www\.uio\.no #bottomnav #breadcrumb-container .vrtx-uio span.vrtx-breadcrumb-delimiter {
  visibility: hidden;
  margin-left: -20px;
}
#bottomnav {
  display: none;
  background: #dedede;
}
#bottomnav #breadcrumb-container {
  margin-top: -5px;
}
#bottomnav #breadcrumb-container #vrtx-breadcrumb,
#bottomnav #breadcrumb-container #vrtx-breadcrumb-start,
#bottomnav #breadcrumb-container #vrtx-breadcrumb-wrapper {
  display: inline;
}
#bottomnav #breadcrumb-container span {
  display: inline;
}
#bottomnav #breadcrumb-container span.vrtx-breadcrumb-level a,
#bottomnav #breadcrumb-container span.vrtx-faculty a,
#bottomnav #breadcrumb-container span.vrtx-uio a {
  display: inline;
}
#bottomnav #breadcrumb-container span.vrtx-breadcrumb-level:last-child .vrtx-breadcrumb-delimiter {
  display: none;
}
#bottomnav #breadcrumb-container span.vrtx-breadcrumb-active,
#bottomnav #breadcrumb-container span.vrtx-breadcrumb-level a,
#bottomnav #breadcrumb-container span.vrtx-faculty a,
#bottomnav #breadcrumb-container span.vrtx-uio a {
  font-family: Georgia, serif;
  font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #444;
}
#bottomnav #breadcrumb-container span.vrtx-uio a {
  padding-right: 13px;
  background: url('../images/double-dots-red.svg') no-repeat 100% 0.5ex;
  background-size: auto 19px;
}
#bottomnav #breadcrumb-container span .vrtx-breadcrumb-delimiter {
  background: url('../images/arrow-forward-big-greyer.png') no-repeat 0 0;
  margin-left: 10px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1.8em;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  top: .9ex;
}
#bottomnav #breadcrumb-container #vrtx-breadcrumb-start:last-child > span:last-child .vrtx-breadcrumb-delimiter {
  display: none;
}
#bottomnav #bottom-subfolder-menu {
  display: none;
}
#bottomnav .vrtx-subfolder-menu > div {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
#bottomnav .vrtx-subfolder-menu > div ul {
  padding-left: 0;
}
#bottomnav .vrtx-subfolder-menu > div ul li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height: 22px;
  line-height: 2.2rem;
}
#bottomnav .vrtx-subfolder-menu > div ul li a {
  color: #444;
}
#bottomnav .vrtx-subfolder-menu > div ul li ul {
  margin: 0;
  padding-right: 0;
}
#bottomnav .vrtx-subfolder-menu > div > ul > li {
  margin: 0;
}
#bottomnav .vrtx-subfolder-menu > div > ul > li > a {
  color: #22609f;
}
#bottomnav .vrtx-subfolder-menu > div > ul > li > ul {
  margin: 5px 0 0 0;
}
#bottomnav .vrtx-subfolder-menu > div > ul > li > ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.not-for-ansatte #bottomnav {
  display: block;
}
.not-for-ansatte #bottomnav.bottomnav-off {
  display: none;
}
.hidden {
  display: none;
}
#left-main .vrtx-breadcrumb-menu {
  list-style-type: none;
  margin: 0;
}
#left-main .vrtx-breadcrumb-menu ul {
  list-style-type: none;
  margin: 0;
}
#left-main .vrtx-breadcrumb-menu li > span {
  color: #aaa;
}
#left-main .vrtx-breadcrumb-menu li > span,
#left-main .vrtx-breadcrumb-menu li > a {
  background: #f4f4f4;
  display: block;
  padding: 15px 15px 10px 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
#left-main .vrtx-breadcrumb-menu li > span.vrtx-marked,
#left-main .vrtx-breadcrumb-menu li > a.vrtx-marked {
  background: #666;
  color: #fff;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-ancestor {
  margin-bottom: 30px;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-ancestor > span,
#left-main .vrtx-breadcrumb-menu li.vrtx-ancestor > a {
  position: relative;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-ancestor > span:after,
#left-main .vrtx-breadcrumb-menu li.vrtx-ancestor > a:after {
  position: absolute;
  left: 84px;
  bottom: -10px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #f4f4f4 transparent transparent transparent;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a {
  border-top: 2px solid #eeeeef;
  padding-left: 30px;
  position: relative;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span:before,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a:before {
  content: "\25A0";
  color: #666;
  margin-left: -2.5ex;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 1em;
  overflow: hidden;
  font-size: .8em;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span.success:before,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a.success:before {
  content: "\2714";
  color: #008000;
  margin-left: -2ex;
  top: 0;
  font-size: 1.2em;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span:before,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a:before {
  margin-left: 15px;
  top: 15px;
  margin-top: -0.1ex;
  color: #999;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span.vrtx-after-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a.vrtx-after-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span.vrtx-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a.vrtx-marked {
  border-top: 2px solid #666;
}
#footer-wrapper #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link),
body:not(#vrtx-frontpage) p.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) span.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) i.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) em.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) bold.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) strong.elm-has-own-text a:not([class*='button']),
body:not(#vrtx-frontpage) td.elm-has-own-text:not([class*='person-listing']) a:not([class*='button']),
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']),
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']),
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']),
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']) {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-wrapper #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):focus,
body:not(#vrtx-frontpage) p.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) span.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) i.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) em.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) bold.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) strong.elm-has-own-text a:not([class*='button']):focus,
body:not(#vrtx-frontpage) td.elm-has-own-text:not([class*='person-listing']) a:not([class*='button']):focus,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']):focus,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']):focus,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']):focus,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']):focus,
#footer-wrapper #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):hover,
body:not(#vrtx-frontpage) p.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) span.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) i.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) em.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) bold.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) strong.elm-has-own-text a:not([class*='button']):hover,
body:not(#vrtx-frontpage) td.elm-has-own-text:not([class*='person-listing']) a:not([class*='button']):hover,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']):hover,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']):hover,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']):hover,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']):hover,
#footer-wrapper #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link).hover,
body:not(#vrtx-frontpage) p.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) span.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) i.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) em.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) bold.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) strong.elm-has-own-text a:not([class*='button']).hover,
body:not(#vrtx-frontpage) td.elm-has-own-text:not([class*='person-listing']) a:not([class*='button']).hover,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']).hover,
body:not(#vrtx-frontpage) ul:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']).hover,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > a:not([class*='button']).hover,
body:not(#vrtx-frontpage) ol:not([class^='vrtx-tags-']) li.elm-has-own-text > *:not(ul):not(ol) a:not([class*='button']).hover {
  background-color: #2771bb;
  -webkit-box-shadow: 0 0 0 2px #2771bb;
  -moz-box-shadow: 0 0 0 2px #2771bb;
  box-shadow: 0 0 0 2px #2771bb;
  color: #fff;
  text-decoration: none;
}
#footer-wrapper.red #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):focus,
#footer-wrapper.red #footers a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):hover {
  background-color: #000;
  -webkit-box-shadow: 0 0 0 2px #000;
  -moz-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}
#bottomnav #breadcrumb-container span.vrtx-breadcrumb-level a.hover,
#bottomnav #breadcrumb-container span.vrtx-faculty a.hover,
#bottomnav #breadcrumb-container span.vrtx-uio a.hover {
  text-decoration: underline;
}
.big-list li,
.research-selling-points li,
.selling-points li,
.big-links-with-arrow li,
.big-list-elements li,
.vrtx-frontpage-box .vrtx-sub-units li,
.big-list ul li,
.research-selling-points ul li,
.selling-points ul li,
.big-links-with-arrow ul li,
.big-list-elements ul li,
.vrtx-frontpage-box .vrtx-sub-units ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
.big-list li:last-child,
.research-selling-points li:last-child,
.selling-points li:last-child,
.big-links-with-arrow li:last-child,
.big-list-elements li:last-child,
.vrtx-frontpage-box .vrtx-sub-units li:last-child,
.big-list ul li:last-child,
.research-selling-points ul li:last-child,
.selling-points ul li:last-child,
.big-links-with-arrow ul li:last-child,
.big-list-elements ul li:last-child,
.vrtx-frontpage-box .vrtx-sub-units ul li:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box .vrtx-sub-units {
  margin-top: 0;
  margin-bottom: 0;
}
#main #vrtx-semester-links,
#main .navigation-links {
  margin: 40px 0 20px 0;
  overflow: hidden;
}
#main #vrtx-semester-links ul,
#main .navigation-links ul {
  margin: 0;
}
#main #vrtx-semester-links li,
#main .navigation-links li {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
#main #vrtx-semester-links li:before,
#main .navigation-links li:before {
  display: none;
}
#main #vrtx-semester-links li:nth-child(2n+2) a:after,
#main .navigation-links li:nth-child(2n+2) a:after {
  right: 15px;
}
#main #vrtx-semester-links a,
#main .navigation-links a {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  background-color: #eee;
  padding: 15px 40px 15px 20px;
}
#main #vrtx-semester-links a:after,
#main .navigation-links a:after {
  background: transparent url('../images/icon-chevron-up-blue.svg') no-repeat 0 0;
  background-size: auto 100%;
  display: inline-block;
  content: " ";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 18px;
  right: 30px;
}
#main #vrtx-semester-links a:focus,
#main .navigation-links a:focus,
#main #vrtx-semester-links a:hover,
#main .navigation-links a:hover {
  color: #fff;
  background-color: #2771bb;
  text-decoration: none;
}
#main #vrtx-semester-links a:focus:after,
#main .navigation-links a:focus:after,
#main #vrtx-semester-links a:hover:after,
#main .navigation-links a:hover:after {
  background-image: url('../images/icon-chevron-up-white.svg');
}
#main > div > .navigation-links li:nth-child(3n+1) a:after,
#main > div > .navigation-links li:nth-child(3n+2) a:after {
  right: 30px;
}
#main > div > .navigation-links li:nth-child(3n+3) a:after {
  right: 15px;
}
/* 
 * Dropdown
 * 
 * TODO: Update Vortex with same markup/JS as in grafisk profile
 *
 */
#head-wrapper .vrtx-dropdown-component,
#main .vrtx-dropdown-component,
#footer-wrapper .vrtx-dropdown-component {
  display: inline-block;
  position: relative;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-bottom: none;
  z-index: 1;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper .vrtx-dropdown-title,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper .vrtx-dropdown-title,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper .vrtx-dropdown-title {
  display: none;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper ul,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul {
  margin: 0;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li {
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li:before,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li:before,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li:before {
  display: none;
}
#head-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li a,
#main .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li a,
#footer-wrapper .vrtx-dropdown-component .vrtx-dropdown-wrapper ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #444;
  padding: 8px 14px 7px 14px;
  display: block;
  white-space: nowrap;
}
.lightbox {
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.5);
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
}
.lightbox .header {
  margin-bottom: 20px;
}
.lightbox .header .title {
  float: left;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin: 0;
}
.lightbox .header:after {
  content: "";
  display: table;
  clear: both;
}
.lightbox .lightbox-content {
  padding: 25px;
}
.lightbox .lightbox-content:after {
  content: "";
  display: table;
  clear: both;
}
.lightbox textarea {
  /* Feedback */
  margin: 0;
}
.lightbox #submitButtons,
.lightbox .submitButtons {
  float: right;
  margin: 15px 10px 10px 10px;
}
.lightbox #submitButtons *,
.lightbox .submitButtons * {
  display: inline-block;
}
.lightbox #submitButtons input,
.lightbox .submitButtons input,
.lightbox #submitButtons .button,
.lightbox .submitButtons .button {
  margin: 0 0 0 15px;
}
.button,
.button-large,
.button-large-blue,
.vrtx-button:not(form),
.vrtx-button-larger:not(form),
input[type="button"],
input[type="submit"],
input[type="cancel"],
button,
input[type="password"],
input[type="text"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea {
  border: 1px solid #ccc;
  margin: 20px 0;
  width: 100%;
  padding: 6px 15px;
}
#main {
  /* Old button markup */
  /* Search fields */
  /* Fix when to search fields in third-boxes next to eachother */
}
#main .button,
#main .button-large,
#main .button-large-blue,
#main .vrtx-button:not(form),
#main .vrtx-button-larger:not(form),
#main input[type="button"],
#main input[type="submit"],
#main input[type="cancel"],
#main button,
#main input[type="password"],
#main input[type="text"] {
  margin: 10px 7px 10px 0;
}
#main form.vrtx-button,
#main form.vrtx-button-larger {
  display: inline-block;
}
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search),
#main input[type="button"]:not(.red),
#main input[type="submit"]:not(.submit-comment-button):not(.red),
#main input[type="cancel"]:not(.red),
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red) {
  background-color: #2974b5;
}
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):hover,
#main input[type="button"]:not(.red):hover,
#main input[type="submit"]:not(.submit-comment-button):not(.red):hover,
#main input[type="cancel"]:not(.red):hover,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):hover,
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):focus,
#main input[type="button"]:not(.red):focus,
#main input[type="submit"]:not(.submit-comment-button):not(.red):focus,
#main input[type="cancel"]:not(.red):focus,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):focus {
  background-color: #5494cc;
}
#main form.vrtx-search-form,
#main form.vrtx-big-search,
#main form#enheter,
#main form#emner,
#main form#personer {
  position: relative;
  max-width: 350px;
}
#main form.vrtx-search-form label,
#main form.vrtx-big-search label,
#main form#enheter label,
#main form#emner label,
#main form#personer label {
  display: none;
}
#main form.vrtx-search-form input[type="text"],
#main form.vrtx-big-search input[type="text"],
#main form#enheter input[type="text"],
#main form#emner input[type="text"],
#main form#personer input[type="text"] {
  width: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-right: 0;
  border-right: 6em solid #fff;
}
#main form.vrtx-search-form button[type="submit"],
#main form.vrtx-big-search button[type="submit"],
#main form#enheter button[type="submit"],
#main form#emner button[type="submit"],
#main form#personer button[type="submit"],
#main form.vrtx-search-form input[type="submit"],
#main form.vrtx-big-search input[type="submit"],
#main form#enheter input[type="submit"],
#main form#emner input[type="submit"],
#main form#personer input[type="submit"] {
  vertical-align: top;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
}
#main form.vrtx-search-form button[type="submit"]:before,
#main form.vrtx-big-search button[type="submit"]:before,
#main form#enheter button[type="submit"]:before,
#main form#emner button[type="submit"]:before,
#main form#personer button[type="submit"]:before,
#main form.vrtx-search-form input[type="submit"]:before,
#main form.vrtx-big-search input[type="submit"]:before,
#main form#enheter input[type="submit"]:before,
#main form#emner input[type="submit"]:before,
#main form#personer input[type="submit"]:before,
#main form.vrtx-search-form button[type="submit"]:after,
#main form.vrtx-big-search button[type="submit"]:after,
#main form#enheter button[type="submit"]:after,
#main form#emner button[type="submit"]:after,
#main form#personer button[type="submit"]:after,
#main form.vrtx-search-form input[type="submit"]:after,
#main form.vrtx-big-search input[type="submit"]:after,
#main form#enheter input[type="submit"]:after,
#main form#emner input[type="submit"]:after,
#main form#personer input[type="submit"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0px;
  height: 40px;
}
#main form.vrtx-search-form button[type="submit"]:before,
#main form.vrtx-big-search button[type="submit"]:before,
#main form#enheter button[type="submit"]:before,
#main form#emner button[type="submit"]:before,
#main form#personer button[type="submit"]:before,
#main form.vrtx-search-form input[type="submit"]:before,
#main form.vrtx-big-search input[type="submit"]:before,
#main form#enheter input[type="submit"]:before,
#main form#emner input[type="submit"]:before,
#main form#personer input[type="submit"]:before {
  left: -12px;
  width: 13px;
  border: 1px solid #fff;
  border-width: 1px 0 1px 0;
}
#main form.vrtx-search-form button[type="submit"]:after,
#main form.vrtx-big-search button[type="submit"]:after,
#main form#enheter button[type="submit"]:after,
#main form#emner button[type="submit"]:after,
#main form#personer button[type="submit"]:after,
#main form.vrtx-search-form input[type="submit"]:after,
#main form.vrtx-big-search input[type="submit"]:after,
#main form#enheter input[type="submit"]:after,
#main form#emner input[type="submit"]:after,
#main form#personer input[type="submit"]:after {
  left: -20px;
  width: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#main .grey-box form.vrtx-search-form input[type="text"],
#main .grey-box form.vrtx-big-search input[type="text"],
#main .grey-box form#enheter input[type="text"],
#main .grey-box form#emner input[type="text"],
#main .grey-box form#personer input[type="text"] {
  border-right-color: #f5f7f8;
}
#main .grey-box form.vrtx-search-form button[type="submit"]:before,
#main .grey-box form.vrtx-big-search button[type="submit"]:before,
#main .grey-box form#enheter button[type="submit"]:before,
#main .grey-box form#emner button[type="submit"]:before,
#main .grey-box form#personer button[type="submit"]:before,
#main .grey-box form.vrtx-search-form input[type="submit"]:before,
#main .grey-box form.vrtx-big-search input[type="submit"]:before,
#main .grey-box form#enheter input[type="submit"]:before,
#main .grey-box form#emner input[type="submit"]:before,
#main .grey-box form#personer input[type="submit"]:before {
  border-color: #f5f7f8;
}
#main .grey-box-light form.vrtx-search-form input[type="text"],
#main .grey-box-light form.vrtx-big-search input[type="text"],
#main .grey-box-light form#enheter input[type="text"],
#main .grey-box-light form#emner input[type="text"],
#main .grey-box-light form#personer input[type="text"] {
  border-right-color: #e2e3e5;
}
#main .grey-box-light form.vrtx-search-form button[type="submit"]:before,
#main .grey-box-light form.vrtx-big-search button[type="submit"]:before,
#main .grey-box-light form#enheter button[type="submit"]:before,
#main .grey-box-light form#emner button[type="submit"]:before,
#main .grey-box-light form#personer button[type="submit"]:before,
#main .grey-box-light form.vrtx-search-form input[type="submit"]:before,
#main .grey-box-light form.vrtx-big-search input[type="submit"]:before,
#main .grey-box-light form#enheter input[type="submit"]:before,
#main .grey-box-light form#emner input[type="submit"]:before,
#main .grey-box-light form#personer input[type="submit"]:before {
  border-color: #e2e3e5;
}
#main.thirds-box-middle form.vrtx-search-form input[type="text"],
#main.thirds-box-middle form.vrtx-big-search input[type="text"],
#main.thirds-box-middle form#enheter input[type="text"],
#main.thirds-box-middle form#emner input[type="text"],
#main.thirds-box-middle form#personer input[type="text"] {
  width: 80%;
}
#main .vrtx-search-container form,
#main form.vrtx-big-search#enheter,
#main form.vrtx-big-search {
  max-width: 390px;
}
#main .vrtx-search-container form input[type='text'],
#main form.vrtx-big-search#enheter input[type='text'],
#main form.vrtx-big-search input[type='text'] {
  padding: 12px 20px 12px 20px;
  height: 52px;
}
#main .vrtx-search-container form button[type="submit"],
#main form.vrtx-big-search#enheter button[type="submit"],
#main form.vrtx-big-search button[type="submit"] {
  padding: 13px 20px;
}
#main .vrtx-search-container form button[type="submit"]:before,
#main form.vrtx-big-search#enheter button[type="submit"]:before,
#main form.vrtx-big-search button[type="submit"]:before,
#main .vrtx-search-container form button[type="submit"]:after,
#main form.vrtx-big-search#enheter button[type="submit"]:after,
#main form.vrtx-big-search button[type="submit"]:after {
  height: 52px;
}
#main form.vrtx-big-search[name='searchForm-default_scope'] {
  max-width: 570px;
}
#main form.vrtx-big-search[name='searchForm-default_scope'] input[type='text'] {
  border-right-width: 9em;
}
#main .button:not(.study-select):not(.edit-link):not(.program-create-print):not(.program-create-send-dialog),
#main form.vrtx-button-larger button,
#main form.vrtx-button-larger input[type="submit"],
#main form.vrtx-button-larger input[type="button"],
#main form.vrtx-button button,
#main form.vrtx-button input[type="submit"],
#main form.vrtx-button input[type="button"],
#main .button-large,
#main .button-large-blue {
  background-image: url('../images/button-white-arrow.png');
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: auto .8em;
  padding-right: 70px;
}
#main #vrtx-additional-content .button,
#main #vrtx-additional-content form.vrtx-button-larger button,
#main #vrtx-additional-content form.vrtx-button-larger input[type="submit"],
#main #vrtx-additional-content form.vrtx-button-larger input[type="button"],
#main #vrtx-additional-content form.vrtx-button button,
#main #vrtx-additional-content form.vrtx-button input[type="submit"],
#main #vrtx-additional-content form.vrtx-button input[type="button"],
#main #vrtx-additional-content .button-large,
#main #vrtx-additional-content .button-large-blue {
  padding-right: 50px;
}
#main form.vrtx-button-larger button:not(.comment-delete-button):not(#vrtx-commments-delete-all),
#main form.vrtx-button-larger input[type="submit"]:not(.submit-comment-button),
#main form.vrtx-button-larger input[type="button"],
#main .button-large,
#main .button-large-blue {
  background-image: url('../images/button-red-white-arrow.png');
  background-color: #e2231a;
}
#main form.vrtx-button-larger button:not(.comment-delete-button):not(#vrtx-commments-delete-all):focus,
#main form.vrtx-button-larger input[type="submit"]:not(.submit-comment-button):focus,
#main form.vrtx-button-larger input[type="button"]:focus,
#main .button-large:focus,
#main .button-large-blue:focus,
#main form.vrtx-button-larger button:not(.comment-delete-button):not(#vrtx-commments-delete-all):hover,
#main form.vrtx-button-larger input[type="submit"]:not(.submit-comment-button):hover,
#main form.vrtx-button-larger input[type="button"]:hover,
#main .button-large:hover,
#main .button-large-blue:hover {
  background-color: #ce0606;
}
body.en #main form.vrtx-search-form input[type="text"],
body.en #main form.vrtx-big-search input[type="text"],
body.en #main form#enheter input[type="text"],
body.en #main form#emner input[type="text"],
body.en #main form#personer input[type="text"] {
  border-right-width: 7.5em;
}
body.en #main form.vrtx-big-search[name='searchForm-default_scope'] input[type='text'] {
  border-right-width: 11em;
}
/* Checkboxes */
#main #vrtx-program-filters li,
#main .vrtx-listing-filter-parameter {
  line-height: 30px;
  line-height: 3rem;
  margin-left: 0;
}
#main #vrtx-program-filters li:before,
#main .vrtx-listing-filter-parameter:before {
  display: none;
}
#main #vrtx-program-filters li a,
#main .vrtx-listing-filter-parameter a {
  color: #444;
  margin-left: 3.5ex;
  display: inline-block;
  position: relative;
}
#main #vrtx-program-filters li a:before,
#main .vrtx-listing-filter-parameter a:before {
  content: " ";
  height: 1.7ex;
  width: 1.7ex;
  background: #fff;
  border: 2px solid #a7a9ac;
  border-radius: .5ex;
  margin-left: -3.5ex;
  position: absolute;
  top: 6px;
  left: 0;
}
#main #vrtx-program-filters li.selected a:before,
#main .vrtx-listing-filter-parameter.selected a:before,
#main #vrtx-program-filters li.vrtx-listing-filter-parameter-selected a:before,
#main .vrtx-listing-filter-parameter.vrtx-listing-filter-parameter-selected a:before {
  background: #000 url('../images/checked.png') no-repeat center center;
  background-size: 1.4ex auto;
  border-color: #000;
}
/* Feed with images and date component */
.vrtx-feed {
  margin: 20px 0;
}
.vrtx-feed.with-images ul li {
  margin: 0 0 20px 0;
}
.vrtx-feed.with-images ul li:before {
  display: none;
}
.vrtx-feed.with-images ul li:after {
  content: "";
  display: table;
  clear: both;
}
.vrtx-feed.with-images ul li:last-child {
  margin-bottom: 0;
}
.vrtx-feed.with-images ul li a.vrtx-image:first-child {
  display: block;
  float: left;
  width: 170px;
  margin: 6px 20px 0 0;
}
.vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image) {
  margin-left: 190px;
}
.vrtx-feed ul {
  margin: 0;
}
.vrtx-feed ul:after {
  content: "";
  display: table;
  clear: both;
}
.vrtx-feed ul li {
  margin-bottom: 10px;
}
.vrtx-feed ul li:last-child {
  margin-bottom: 0;
}
.vrtx-feed ul li > * {
  display: block;
}
.vrtx-feed ul li > .channel {
  display: inline;
  margin-left: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.vrtx-feed a.feed-title {
  margin-bottom: 10px;
  display: inline-block;
}
.vrtx-feed a.all-messages {
  display: inline-block;
  margin-top: 15px;
}
#vrtx-daily-events .vrtx-daily-events-listing,
.vrtx-event-component .vrtx-daily-events-listing,
#vrtx-daily-events .vrtx-event-component-item,
.vrtx-event-component .vrtx-event-component-item {
  margin-bottom: 20px;
  width: 100%;
}
#vrtx-daily-events .vrtx-daily-events-listing:after,
.vrtx-event-component .vrtx-daily-events-listing:after,
#vrtx-daily-events .vrtx-event-component-item:after,
.vrtx-event-component .vrtx-event-component-item:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-daily-events .vrtx-daily-events-listing:last-child,
.vrtx-event-component .vrtx-daily-events-listing:last-child,
#vrtx-daily-events .vrtx-event-component-item:last-child,
.vrtx-event-component .vrtx-event-component-item:last-child {
  margin-bottom: 0;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date {
  float: left;
  width: 44px;
  text-align: center;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-today,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-today,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-today,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-today,
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-tomorrow,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-tomorrow,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-tomorrow,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-day.vrtx-daily-events-date-tomorrow {
  font-size: 16px;
  font-size: 1.6rem;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-month,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-month {
  font-size: 18px;
  font-size: 1.8rem;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-today + .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-today + .vrtx-daily-events-date-month,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-today + .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-today + .vrtx-daily-events-date-month,
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-tomorrow + .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date .vrtx-daily-events-date-tomorrow + .vrtx-daily-events-date-month,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-tomorrow + .vrtx-daily-events-date-month,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date .vrtx-daily-events-date-tomorrow + .vrtx-daily-events-date-month {
  display: none;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date + .vrtx-daily-event,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date + .vrtx-daily-event,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date + .vrtx-daily-event,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date + .vrtx-daily-event,
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-events-date + .vrtx-event-component-main,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-events-date + .vrtx-event-component-main,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-events-date + .vrtx-event-component-main,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-events-date + .vrtx-event-component-main {
  margin-left: 44px;
  padding-left: 15px;
}
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-daily-event .vrtx-resource,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-daily-event .vrtx-resource,
#vrtx-daily-events .vrtx-event-component-item .vrtx-daily-event .vrtx-resource,
.vrtx-event-component .vrtx-event-component-item .vrtx-daily-event .vrtx-resource,
#vrtx-daily-events .vrtx-daily-events-listing .vrtx-event-component-main .vrtx-resource,
.vrtx-event-component .vrtx-daily-events-listing .vrtx-event-component-main .vrtx-resource,
#vrtx-daily-events .vrtx-event-component-item .vrtx-event-component-main .vrtx-resource,
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-main .vrtx-resource {
  display: block;
  clear: none;
}
.vrtx-event-component {
  margin: 20px 0;
  overflow: hidden;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture {
  float: left;
  width: 170px;
  margin: 0 20px 0 0;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture a.vrtx-image {
  display: block;
  margin: 6px 0 0 0;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture) {
  margin-left: 190px;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture).vrtx-daily-events-date {
  margin-left: 0;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-introduction p:last-child {
  margin-bottom: 0;
}
.vrtx-event-component .vrtx-event-component-item .vrtx-event-component-misc > *:not(.vrtx-event-component-start-time):not(.vrtx-event-component-location) {
  display: block;
}
#vrtx-related-content .vrtx-feed.with-images ul li a.vrtx-image:first-child,
.additional-information .vrtx-feed.with-images ul li a.vrtx-image:first-child,
#vrtx-additional-content .vrtx-feed.with-images ul li a.vrtx-image:first-child,
.two-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child,
.three-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child,
.four-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child,
[class*='third-box-'] .vrtx-feed.with-images ul li a.vrtx-image:first-child,
[class*='half-box-'] .vrtx-feed.with-images ul li a.vrtx-image:first-child {
  margin-right: 15px;
  width: 90px;
}
#vrtx-related-content .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
.additional-information .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
#vrtx-additional-content .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
.two-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
.three-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
.four-column-feed .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
[class*='third-box-'] .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
[class*='half-box-'] .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image) {
  margin-left: 105px;
}
#vrtx-related-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
.additional-information .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
#vrtx-additional-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
.two-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
.three-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
.four-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
[class*='third-box-'] .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
[class*='half-box-'] .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture {
  margin-right: 15px;
  width: 90px;
}
#vrtx-related-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
.additional-information .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
#vrtx-additional-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
.two-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
.three-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
.four-column-feed .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
[class*='third-box-'] .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
[class*='half-box-'] .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture) {
  margin-left: 105px;
}
#vrtx-related-content .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *.item-description,
.additional-information .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *.item-description,
#vrtx-additional-content .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *.item-description {
  margin-left: 0;
}
#vrtx-related-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ .vrtx-event-component-misc,
.additional-information .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ .vrtx-event-component-misc,
#vrtx-additional-content .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ .vrtx-event-component-misc {
  margin-left: 0;
}
#main .feed-image-over .vrtx-feed.with-images ul li a.vrtx-image:first-child,
#main .big-image .vrtx-feed.with-images ul li a.vrtx-image:first-child {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
#main .feed-image-over .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image),
#main .big-image .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image) {
  margin-left: 0;
}
#main .feed-image-over .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture,
#main .big-image .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
#main .feed-image-over .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture a.vrtx-image,
#main .big-image .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture a.vrtx-image {
  margin-top: 0;
}
#main .feed-image-over .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture),
#main .big-image .vrtx-event-component .vrtx-event-component-item .vrtx-event-component-picture ~ *:not(.vrtx-event-component-picture) {
  margin-left: 0;
}
#main .big-image .vrtx-feed.with-images ul li a.vrtx-image:first-child {
  width: auto;
  max-width: 100%;
}
#main .big-image.portrait .vrtx-feed.with-images ul li a.vrtx-image:first-child {
  float: left;
  margin-right: 30px;
}
#main .big-image.portrait .vrtx-feed.with-images ul li .item-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
}
#main .feed-image-full-thumbnail .vrtx-feed.with-images ul li a.vrtx-image:first-child {
  width: auto;
}
#main .feed-image-full-thumbnail .vrtx-feed.with-images ul li a.vrtx-image:first-child ~ *:not(.vrtx-image) {
  margin-left: 370px;
}
.easycruit-feed .vrtx-feed a.item-title,
.easycruit-feed-no-department .vrtx-feed a.item-title {
  font-size: 18px;
  font-size: 1.8rem;
}
.easycruit-feed .vrtx-feed .item-description .department,
.easycruit-feed-no-department .vrtx-feed .item-description .department,
.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .language {
  margin-bottom: 4px;
}
.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .language {
  display: none;
}
.easycruit-feed .vrtx-feed .item-description .deadline,
.easycruit-feed-no-department .vrtx-feed .item-description .deadline {
  color: #6f6f6f;
}
.easycruit-feed .vrtx-feed .item-description .department,
.easycruit-feed-no-department .vrtx-feed .item-description .department {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.easycruit-feed .vrtx-feed .item-description .department span,
.easycruit-feed-no-department .vrtx-feed .item-description .department span {
  color: #444;
  position: absolute;
  left: 0px;
  top: 0px;
}
.easycruit-feed-no-department .vrtx-feed .item-description .department {
  display: none;
}
table a {
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0;
}
table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}
table.table-no-padding {
  line-height: 0;
  font-size: 1px;
  width: auto;
}
table.table-no-padding td,
table.table-no-padding th {
  line-height: 0;
  padding: 0;
}
table.retro {
  font-size: 13px;
  font-size: 1.3rem;
}
table.retro td,
table.retro th {
  padding: 5px 5px 5px 10px;
}
table.vertical th {
  border-width: 0 1px 3px 0;
}
table.vertical thead th[scope='row'] {
  border-width: 0 1px 1px 0;
}
table.vertical tbody th[scope='row'] {
  border-width: 0 3px 1px 0;
  width: 1%;
  white-space: nowrap;
}
table.vertical.minimal th {
  border-width: 0 0 3px 0;
}
table.vertical.minimal thead th[scope='row'] {
  border-width: 0;
}
table.vertical.minimal tbody th[scope='row'] {
  border-width: 0 3px 0 0;
}
table.vertical.minimal thead th:nth-child(2),
table.vertical.minimal tbody th[scope='row'] + td {
  padding-left: 15px;
}
table.vertical.minimal td {
  border-width: 0 0 0 0;
}
.table-wide-overflow-wrapper {
  display: block;
  overflow: visible;
  overflow-x: scroll;
  width: 100%;
}
.table-wide-no-scroll-wrapper {
  position: absolute;
  left: 0;
  padding: 0 15px;
  overflow-x: auto;
}
.table-wide-overflow.table-fixed-first-col {
  margin-left: 215px;
}
.table-wide-overflow.table-fixed-first-col td,
.table-wide-overflow.table-fixed-first-col th {
  white-space: nowrap;
}
.table-wide-overflow.table-fixed-first-col td:first-child,
.table-wide-overflow.table-fixed-first-col th:first-child {
  width: 200px;
  position: absolute;
  left: 0;
  top: auto;
  background: #dbdee2;
}
/*
 * -- if JavaScript enabled: ---
 * 
 * Toggle more content
 *
 */
.js .toggle-more {
  margin: 15px 0 30px 0;
}
.js .toggle-more > h2,
.js .toggle-more > h3,
.js .toggle-more > h4,
.js .toggle-more > h5,
.js .toggle-more > h6 {
  color: #2771bb;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.js .toggle-more > h2:before,
.js .toggle-more > h3:before,
.js .toggle-more > h4:before,
.js .toggle-more > h5:before,
.js .toggle-more > h6:before {
  background: url('../images/icon-chevron-up-red.svg') no-repeat center left;
  background-size: auto 100%;
  width: 1em;
  height: 1em;
  content: " ";
  position: absolute;
  top: .25ex;
  left: 0px;
  display: inline-block;
}
.js .toggle-more > h2:focus,
.js .toggle-more > h3:focus,
.js .toggle-more > h4:focus,
.js .toggle-more > h5:focus,
.js .toggle-more > h6:focus,
.js .toggle-more > h2:hover,
.js .toggle-more > h3:hover,
.js .toggle-more > h4:hover,
.js .toggle-more > h5:hover,
.js .toggle-more > h6:hover {
  text-decoration: underline;
}
.js .toggle-more > h2 a,
.js .toggle-more > h3 a,
.js .toggle-more > h4 a,
.js .toggle-more > h5 a,
.js .toggle-more > h6 a {
  display: inline-block;
  margin-left: 1em;
  padding-left: 10px;
}
.js .toggle-more .toggle-more-content {
  overflow: hidden;
  padding: 0 0 0 30px;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.js .toggle-more .toggle-more-content > *:last-child,
.js .toggle-more .toggle-more-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.js .toggle-more .toggle-more-content > *:last-child {
  margin-bottom: 10px;
}
.js .toggle-more.toggle-more-active > h2:before,
.js .toggle-more.toggle-more-active > h3:before,
.js .toggle-more.toggle-more-active > h4:before,
.js .toggle-more.toggle-more-active > h5:before,
.js .toggle-more.toggle-more-active > h6:before {
  background-image: url('../images/icon-chevron-down-red.svg');
}
.toggle-more-opts {
  display: inline-block;
  padding: 8px 50px 8px 18px;
  margin: 10px 0 25px 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.toggle-more-opts:after {
  background: url('../profile/images/icon-plus-white.svg') no-repeat center left;
  background-size: auto 100%;
  width: 1.5em;
  height: 1.5em;
  content: " ";
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-block;
}
.toggle-more-opts.open:after {
  background-image: url('../profile/images/icon-minus-white.svg');
}
.more-options.hidden {
  display: none;
}
.js #vrtx-internal-organizational-unit-subunits.toggle-more {
  padding: 10px 15px;
  margin: 20px 0 40px 0;
  border: 1px solid #eaeaea;
}
body .vrtx-container-size-xxl {
  width: 800px;
}
body .vrtx-container-size-xl {
  width: 700px;
}
body .vrtx-container-size-l {
  width: 600px;
}
body .vrtx-container-size-m {
  width: 500px;
}
body .vrtx-container-size-s {
  width: 400px;
}
body .vrtx-container-size-xs {
  width: 300px;
}
body .vrtx-container-size-xxs {
  width: 200px;
}
body .vrtx-facts-container,
body .vrtx-container,
body iframe {
  margin: 20px 0;
}
body p.image {
  margin: 0;
}
body p.image img {
  margin: 20px 0;
}
body .vrtx-container {
  margin-bottom: 10px;
}
body .vrtx-container p img {
  display: block;
  margin: 0 0 10px 0;
}
body p.image-p-list {
  margin: 10px 0 5px 0;
}
body p.image-p-list img {
  margin: 0;
}
body p.image-p-list a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
body figure {
  display: table !important;
  margin: 20px 0;
}
body figcaption {
  display: table-caption;
  caption-side: bottom;
}
body figcaption,
body .vrtx-imagetext {
  margin: 10px 0 0 0;
}
body figcaption p:first-child,
body .vrtx-imagetext p:first-child {
  margin-top: 0;
}
body figcaption p:last-child,
body .vrtx-imagetext p:last-child {
  margin-bottom: 0;
}
body p.image-center img {
  display: block !important;
}
body .align-center,
body p.image-center > img,
body .image-center > img,
body .image-center figure {
  margin-left: auto;
  margin-right: auto;
}
body .left-img,
body .image-left,
body p img.image-left,
body .align-left,
body .vrtx-media-left,
body .vrtx-media-player.vrtx-container-left,
body .vrtx-container-left {
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}
body .vrtx-introduction-image,
body .right-img,
body p img.image-right,
body .image-right,
body .align-right,
body .vrtx-media-right,
body .vrtx-media-player.vrtx-container-right,
body .vrtx-container-right {
  margin-top: 10px;
  margin-left: 20px;
  float: right;
}
body .vrtx-introduction-image {
  margin-top: 0;
}
body h2 + .left-img,
body h3 + .left-img,
body h2 + .image-left,
body h3 + .image-left,
body h2 + p img.image-left,
body h3 + p img.image-left,
body h2 + .align-left,
body h3 + .align-left,
body h2 + .vrtx-media-left,
body h3 + .vrtx-media-left,
body h2 + .vrtx-media-player.vrtx-container-left,
body h3 + .vrtx-media-player.vrtx-container-left,
body h2 + .vrtx-container-left,
body h3 + .vrtx-container-left,
body h2 + .right-img,
body h3 + .right-img,
body h2 + p img.image-right,
body h3 + p img.image-right,
body h2 + .image-right,
body h3 + .image-right,
body h2 + .align-right,
body h3 + .align-right,
body h2 + .vrtx-media-right,
body h3 + .vrtx-media-right,
body h2 + .vrtx-media-player.vrtx-container-right,
body h3 + .vrtx-media-player.vrtx-container-right,
body h2 + .vrtx-container-right,
body h3 + .vrtx-container-right {
  margin-top: 0;
}
body *[align='left'] {
  margin: 0 20px 20px 0;
}
body *[align='right'] {
  margin: 0 0 20px 20px;
}
body img:not([src$='spacer.gif']) {
  max-width: 100%;
  height: auto;
}
body img:not([src$='spacer.gif']).border {
  border: 1px solid #eaeaea;
}
body #vrtx-additional-content img.scale-right-column {
  width: 100%;
}
body .vrtx-facts-container {
  width: 40%;
  padding: 10px 20px;
  clear: right;
  background: #eee;
  margin-bottom: 20px;
}
.vrtx-media-player-no-flash,
.vrtx-media-player {
  margin: 20px 0;
}
.vrtx-media-player-print {
  display: none;
}
.vrtx-media-player-no-flash {
  background-color: #000000;
  position: relative;
}
.vrtx-media-player-no-flash video,
.vrtx-media-player-no-flash img {
  width: 507px !important;
  height: auto !important;
  max-height: 322px;
  float: left;
}
.vrtx-media-player-no-flash .playbutton {
  position: absolute;
  top: 90px;
  left: 195px;
  width: 115px;
  height: 106px;
  display: block;
  background: url('/vrtx/__vrtx/static-resources/themes/default/icons/video-playbutton.png') no-repeat center center;
}
.vrtx-media-player-no-flash .vrtx-media:hover .playbutton,
.vrtx-media-player-no-flash .playbutton:hover {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/icons/video-playbutton-hover.png');
}
.vrtx-media-ref {
  margin: 20px 0 10px 0;
}
a.vrtx-media {
  clear: left;
  display: block;
  margin: 10px 0 0 0;
}
a.vrtx-media img {
  max-height: 279px;
  height: auto;
  width: auto;
}
.responsive-media-player-padding-restored {
  padding-bottom: 0 !important;
}
body .ac_results {
  margin: 5px 0 0 0;
  z-index: 2;
}
/*
 * Datepicker
 *
 * Has !important several places because of Vortex delivered CSS
 *
 *
 */
#vrtx-calendar-listing {
  position: relative;
}
#vrtx-calendar-listing .vrtx-hide-additional-content-true h1,
#vrtx-calendar-listing .vrtx-hide-additional-content-true #vrtx-change-language-link {
  margin-right: 205px;
}
#vrtx-calendar-listing .vrtx-hide-additional-content-true #vrtx-change-language-link + h1 {
  margin-right: 0;
}
#vrtx-calendar-listing .vrtx-hide-additional-content-true + #vrtx-additional-content {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin: 0;
}
#vrtx-event-calendar {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important;
  /* Override Vortex default */
}
#vrtx-event-calendar #datepicker {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-top: -1em;
  width: 20em;
  background: #fff;
  padding: 15px;
  border: 4px solid #eaeaea;
  /* Override Vortex default */
}
#vrtx-event-calendar #datepicker .ui-datepicker {
  padding: 0;
  background: none;
  margin: 0;
  width: auto;
  border: none;
}
#vrtx-event-calendar #datepicker .ui-datepicker .ui-widget-header {
  background: none;
  position: static;
  padding: 0;
  font-weight: normal;
  border: none;
}
#vrtx-event-calendar #datepicker .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
#vrtx-event-calendar #datepicker .ui-datepicker-title {
  text-align: center;
}
#vrtx-event-calendar #datepicker .ui-datepicker-title a {
  color: #2771bb;
  /* Override Vortex default */
}
#vrtx-event-calendar #datepicker .ui-datepicker-next,
#vrtx-event-calendar #datepicker .ui-datepicker-prev {
  display: block;
  position: static;
  /* Override Vortex default */
  width: 1.5em;
  height: 1.5em;
  background: transparent url("../profile/images/arrow-forward-red.svg") no-repeat center left;
  background-size: 1.5em auto;
}
#vrtx-event-calendar #datepicker .ui-datepicker-next:focus,
#vrtx-event-calendar #datepicker .ui-datepicker-prev:focus,
#vrtx-event-calendar #datepicker .ui-datepicker-next:hover,
#vrtx-event-calendar #datepicker .ui-datepicker-prev:hover {
  outline: 1px dotted #444;
}
#vrtx-event-calendar #datepicker .ui-datepicker-next:hover,
#vrtx-event-calendar #datepicker .ui-datepicker-prev:hover {
  cursor: pointer;
}
#vrtx-event-calendar #datepicker .ui-datepicker-next .ui-icon,
#vrtx-event-calendar #datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}
#vrtx-event-calendar #datepicker .ui-datepicker-prev {
  float: left;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#vrtx-event-calendar #datepicker .ui-datepicker-next {
  float: right;
}
#vrtx-event-calendar #datepicker table {
  margin: 0;
  border-collapse: separate;
  border: none;
}
#vrtx-event-calendar #datepicker th,
#vrtx-event-calendar #datepicker td {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
  padding: 0;
  border: none;
  text-align: center;
}
#vrtx-event-calendar #datepicker th {
  font-weight: normal;
}
#vrtx-event-calendar #datepicker tbody tr:first-child td {
  border-width: 1px 1px 1px 0 !important;
}
#vrtx-event-calendar #datepicker tbody tr td {
  border: 1px solid #eaeaea !important;
  border-width: 0 1px 1px 0 !important;
  /* Today */
  /* Active day */
  /* Other month day */
}
#vrtx-event-calendar #datepicker tbody tr td:first-child {
  border-width: 0 1px 1px 1px !important;
}
#vrtx-event-calendar #datepicker tbody tr td * {
  display: block;
  padding: .5rem 0 .4rem !important;
  background: none !important;
  border: none !important;
  text-align: center;
}
#vrtx-event-calendar #datepicker tbody tr td span {
  color: inherit !important;
}
#vrtx-event-calendar #datepicker tbody tr td a {
  color: #2771bb !important;
}
#vrtx-event-calendar #datepicker tbody tr td.ui-datepicker-today {
  border-color: #86bae2 !important;
  border-width: 1px 1px 1px 1px !important;
}
#vrtx-event-calendar #datepicker tbody tr td.ui-datepicker-today * {
  background: #d7ebf6 !important;
}
#vrtx-event-calendar #datepicker tbody tr td a:focus,
#vrtx-event-calendar #datepicker tbody tr td a:hover,
#vrtx-event-calendar #datepicker tbody tr td.state-active a {
  background: #2771bb !important;
  color: #fff !important;
}
#vrtx-event-calendar #datepicker tbody tr td.ui-datepicker-other-month span {
  background: #eaeaea !important;
  border: 2px solid #fff !important;
  padding: .4rem 0 .2rem !important;
}
#vrtx-event-calendar #datepicker tbody tr:first-child td.ui-datepicker-other-month {
  border-width: 0 0 1px 0 !important;
}
#vrtx-event-calendar #datepicker tbody tr:first-child td.ui-datepicker-other-month + :not(.ui-datepicker-other-month) {
  border-width: 1px 1px 1px 1px !important;
}
#vrtx-event-calendar #datepicker tbody tr:last-child td.ui-datepicker-other-month {
  border-width: 0 !important;
}
#vrtx-event-calendar-toggle {
  padding-left: 50px;
  padding-right: 18px;
  background: #000 url("../images/datepicker-toggle.png") no-repeat 18px 11px;
}
#vrtx-event-calendar-toggle:after {
  display: none;
}
.clearfix:before,
.tidslinje__section:before,
.tidslinje__item:before,
.clearfix:after,
.tidslinje__section:after,
.tidslinje__item:after {
  content: " ";
  display: table;
}
.clearfix:after,
.tidslinje__section:after,
.tidslinje__item:after {
  clear: both;
}
.tidslinje {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.tidslinje,
.tidslinje:before,
.tidslinje:after,
.tidslinje *,
.tidslinje *:before,
.tidslinje *:after {
  box-sizing: border-box;
}
.tidslinje h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .tidslinje {
    text-align: center;
  }
}
.tidslinje__title {
  display: inline-block;
  padding: 20px;
  border: 6px solid #e1e1e1;
  margin: 0 17px !important;
  font-size: 22px;
  font-weight: bold;
  color: #6e6e6e;
}
.tidslinje__section {
  position: relative;
  margin: 0 auto 20px;
  max-width: 670px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media screen and (min-width: 700px) {
  .tidslinje__section {
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .tidslinje__section {
    max-width: 970px;
  }
}
.tidslinje__section--muted {
  color: #6e6e6e;
  font-style: italic;
}
.tidslinje__section--muted .tidslinje__line {
  background-color: #e1e1e1;
}
.tidslinje__section--muted .tidslinje__year {
  background-color: #e1e1e1;
}
.tidslinje__section--muted .tidslinje__year:before {
  border-bottom-color: #e1e1e1;
}
.tidslinje__section--muted .tidslinje__dot {
  top: 40px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 6px solid #e1e1e1;
  background-color: #fff;
}
.tidslinje__line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -3px;
  width: 6px;
  background-color: #bebebe;
  left: 20px;
}
@media screen and (min-width: 700px) {
  .tidslinje__line {
    left: 50%;
  }
}
.tidslinje__item {
  position: relative;
  padding: 40px 0;
}
.tidslinje__content {
  text-align: left;
  padding-right: 10px;
}
@media screen and (min-width: 700px) {
  .tidslinje__content {
    text-align: right;
    float: left;
    width: 275px;
    padding-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .tidslinje__content {
    width: 425px;
  }
}
@media screen and (min-width: 700px) {
  .tidslinje__content--right {
    text-align: left;
    float: right;
  }
}
.tidslinje__year {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 76px;
  border-radius: 4px;
  background-color: #bebebe;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  left: 20px;
}
@media screen and (min-width: 700px) {
  .tidslinje__year {
    margin-left: -38px;
    left: 50%;
  }
}
.tidslinje__year:before {
  content: "";
  position: absolute;
  display: block;
}
@media screen and (min-width: 700px) {
  .tidslinje__year:before {
    width: 1px;
    height: 1px;
    top: -73px;
    left: 1px;
    border: 37px solid transparent;
    border-bottom-color: #bebebe;
    -webkit-transform: scaleY(0.7);
    -ms-transform: scaleY(0.7);
    transform: scaleY(0.7);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.tidslinje__dot {
  position: absolute;
  top: 44px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background-color: #bebebe;
  left: -20px;
}
@media screen and (min-width: 700px) {
  .tidslinje__dot {
    left: 50%;
  }
}
.tidslinje__dot--promo {
  background-color: #EC312E;
}
.tidslinje__video {
  display: block;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(41, 41, 41, 0.2);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .tidslinje__video {
    /* margin-left: -20px; */
    margin-right: 0;
  }
}
.tidslinje__video__caption {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.tidslinje__image {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.tidslinje__image img {
  max-width: 100%;
}
.float-right,
[class*="col-"].float-right {
  float: right;
}
@media screen and (min-width: 700px) {
  .float-right--md,
  [class*="col-"].float-right--md {
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .float-right--lg,
  [class*="col-"].float-right--lg {
    float: right;
  }
}
@media screen and (min-width: 1280px) {
  .float-right--xl,
  [class*="col-"].float-right--xl {
    float: right;
  }
}
.float-left {
  float: left;
}
@media screen and (min-width: 700px) {
  .float-left--md {
    float: left;
  }
}
@media screen and (min-width: 980px) {
  .float-left--lg {
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  .float-left--xl {
    float: left;
  }
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
.ng-cloak {
  display: none;
}
.is-hidden {
  display: none;
}
@media screen and (min-width: 700px) {
  .is-hidden--md {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .is-hidden--lg {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-hidden--xl {
    display: none;
  }
}
.is-visible {
  display: inherit;
}
.is-visible--md {
  display: none;
}
@media screen and (min-width: 700px) {
  .is-visible--md {
    display: inherit;
  }
}
.is-visible--lg {
  display: none;
}
@media screen and (min-width: 980px) {
  .is-visible--lg {
    display: inherit;
  }
}
.is-visible--xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .is-visible--xl {
    display: inherit;
  }
}
.vrtx-social-components {
  margin: 25px 0 40px 0;
}
.vrtx-social-components .vrtx-share-at-component,
.vrtx-social-components ul {
  display: inline-block;
  margin: 0;
}
.vrtx-social-components .vrtx-share-at-component li,
.vrtx-social-components ul li {
  margin: 0;
}
.vrtx-social-components a {
  color: #444;
}
.vrtx-social-components .vrtx-email-friend,
.vrtx-social-components .vrtx-share-at-component a {
  display: inline-block;
  padding: 5px 0 5px 45px;
  margin-right: 40px;
}
.vrtx-social-components .vrtx-email-friend.vrtx-email-friend,
.vrtx-social-components .vrtx-share-at-component li.vrtx-email-friend {
  background: url('../images/share-email.png') no-repeat center left;
}
.vrtx-social-components .vrtx-email-friend.vrtx-share-at-Facebook-true,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-Facebook-true,
.vrtx-social-components .vrtx-email-friend.vrtx-share-at-Facebook-false,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-Facebook-false,
.vrtx-social-components .vrtx-email-friend.vrtx-share-at-FacebookAPI-true,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-FacebookAPI-true {
  background: url('../images/share-facebook.png') no-repeat center left;
}
.vrtx-social-components .vrtx-email-friend.vrtx-share-at-Twitter-true,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-Twitter-true,
.vrtx-social-components .vrtx-email-friend.vrtx-share-at-Twitter-false,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-Twitter-false {
  background: url('../images/share-twitter.png') no-repeat center left;
}
.vrtx-social-components .vrtx-share-at-component li {
  display: inline-block;
}
.vrtx-social-components .vrtx-share-at-component li:before,
.vrtx-social-components .vrtx-share-at-component li.vrtx-share-at-Facebook-true {
  display: none;
}
.for-ansatte .vrtx-share-at-component {
  display: none;
}
#vrtx-main-content:not(:last-child) .vrtx-email-friend,
#right-main .vrtx-hide-additional-content-false:not(.vrtx-empty-additional-content) .vrtx-email-friend,
#vrtx-main-content:not(:last-child) .vrtx-share-at-component a,
#right-main .vrtx-hide-additional-content-false:not(.vrtx-empty-additional-content) .vrtx-share-at-component a {
  margin-right: 15px;
}
.en #vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-email-friend,
.en #vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-share-at-component a {
  margin-right: 5px;
  padding-left: 43px;
}
.en #vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-social-components {
  margin-right: -30px;
}
#main .vrtx-social-list {
  margin: 10px 0 0 0;
}
#main .vrtx-social-list:after {
  content: "";
  display: table;
  clear: both;
}
#main .vrtx-social-list li,
#main .vrtx-social-list a {
  width: 44px;
  height: 42px;
}
#main .vrtx-social-list li {
  margin: 0 4px 10px 0;
  float: left;
}
#main .vrtx-social-list li:before {
  display: none;
}
#main .vrtx-social-list a {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
  text-indent: -9999px;
}
#main .vrtx-social-list a.facebook {
  background: url('../images/social-list/svg/facebook.svg') no-repeat center center;
}
#main .vrtx-social-list a.twitter {
  background: url('../images/social-list/svg/twitter.svg') no-repeat center center;
}
#main .vrtx-social-list a.google-plus {
  background: url('../images/social-list/svg/googleplus.svg') no-repeat center center;
}
#main .vrtx-social-list a.youtube {
  background: url('../images/social-list/svg/youtube.svg') no-repeat center center;
}
#main .vrtx-social-list a.linkedin {
  background: url('../images/social-list/svg/linkedin.svg') no-repeat center center;
}
#main .vrtx-social-list a.instagram {
  background: url('../images/social-list/svg/instagram.svg') no-repeat center center;
}
#main .vrtx-social-list a.tripadvisor {
  background: url('../images/social-list/svg/tripadvisor.svg') no-repeat center center;
}
#main .vrtx-social-list a.snapchat {
  background: url('../images/social-list/svg/snapchat.svg') no-repeat center center;
}
#main .vrtx-social-list a:hover,
#main .vrtx-social-list a:focus {
  opacity: 0.7;
}
#main .vrtx-social-list a {
  background-size: 48px auto !important;
}
#main .vrtx-feedback {
  background: #f6f6f7;
  border: 10px solid #ebecec;
  padding: 20px 25px;
  margin: 20px 0;
  clear: left;
}
#main .vrtx-feedback .vrtx-feedback-title + * {
  margin: 20px 0 15px 0;
  min-height: 45px;
}
#main .vrtx-feedback .vrtx-feedback-title + ul {
  margin-right: -40px;
}
#main .vrtx-feedback ul {
  text-align: center;
}
#main .vrtx-feedback ul li {
  margin-left: 0;
  margin-right: 40px;
  display: inline-block;
}
#main .vrtx-feedback ul li:before {
  display: none;
}
#main .vrtx-feedback .feedback-yes,
#main .vrtx-feedback .feedback-no {
  border: 1px solid #999;
  color: #777;
  font-weight: normal;
}
#main .vrtx-feedback.vrtx-feedback-search {
  margin: 30px 0 0 0;
}
#main .vrtx-feedback.vrtx-feedback-search .vrtx-feedback-title + p {
  margin: 10px 0 0 0;
  min-height: 0;
}
#main #vrtx-additional-content .vrtx-feedback {
  padding: 10px 15px;
  border-width: 4px;
}
#main #vrtx-additional-content .vrtx-feedback ul {
  text-align: left;
  margin-right: 0;
}
#main #vrtx-additional-content .vrtx-feedback ul li {
  margin-right: 0;
}
#main #vrtx-additional-content .vrtx-feedback .feedback-yes {
  margin-bottom: 10px;
}
/* Dialog */
#feedback-form input[type='text'],
#feedback-form textarea {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#feedback-form input[type='text'] {
  margin-bottom: 10px;
  width: 310px;
}
#feedback-form textarea {
  padding: 12px 15px;
}
#email-response .failure {
  color: #e2231a;
}
.lightbox .dialog-body .vrtx-close-dialog {
  margin-top: 10px;
  float: right;
}
/*
#vrtx-content .vrtx-comments {
  background: none;
  margin: 20px 0 0 0;
  border-top: 4px solid @grayBorder;
  padding: 20px 0;
}
*/
body .vrtx-comments {
  width: 100%;
  background: #ddd;
  padding: 40px 15px 60px 15px;
  /* Admin */
}
body .vrtx-comments:after {
  content: "";
  display: table;
  clear: both;
}
body .vrtx-comments .comments-header:after {
  content: "";
  display: table;
  clear: both;
}
body .vrtx-comments .comments-header #comments-header-left {
  float: left;
}
body .vrtx-comments .comments-header #comments-header-left a {
  color: #444;
}
body .vrtx-comments .comments-header #comments-header-feedHref {
  float: right;
}
body .vrtx-comments .vrtx-comment {
  clear: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
  border-top: 2px solid #fff;
}
body .vrtx-comments .vrtx-comment .comment-info .comment-author-line {
  display: none;
}
body .vrtx-comments .vrtx-comment .comment-info .comment-date {
  display: inline-block;
  margin-left: 30px;
}
body .vrtx-comments .vrtx-comment:nth-last-child(2) {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
body .vrtx-comments .vrtx-comment .comment-body > *:first-child {
  margin-top: 0;
}
body .vrtx-comments .vrtx-comment .comment-body > *:last-child {
  margin-bottom: 8px;
}
body .vrtx-comments .vrtx-comment .comment-body ol,
body .vrtx-comments .vrtx-comment .comment-body ul {
  margin: 10px 0 15px 0;
}
body .vrtx-comments .vrtx-comment p:empty {
  display: none;
}
body .vrtx-comments .vrtx-comments-post #submit-comment-button {
  margin-right: 5px;
}
body .vrtx-comments .add-comment .add-comment-header {
  color: #444;
  margin: 20px 0 25px 0;
}
body .vrtx-comments .add-comment #add-comment-login,
body .vrtx-comments .add-comment #add-comment-webid {
  float: left;
}
body .vrtx-comments .add-comment #add-comment-login p,
body .vrtx-comments .add-comment #add-comment-webid p {
  margin: 0;
}
body .vrtx-comments .add-comment #add-comment-webid {
  padding-left: 25px;
  border-left: 4px solid #fff;
  margin-left: 55px;
}
body .vrtx-comments .add-comment #add-comment-webid strong {
  font-weight: normal;
  /* Remove bold text */
}
body .vrtx-comments .add-comment textarea {
  margin-top: 0;
}
body .vrtx-comments .add-comment #cke_comments-text {
  margin-bottom: 20px;
}
body .vrtx-comments .comment-delete-button,
body .vrtx-comments #vrtx-comments-delete-all {
  margin-top: 10px;
}
.not-for-ansatte:not(.www\.uniforum\.uio\.no) .vrtx-comments {
  background: #f5f7f8;
}
/* Moved to top with JavaScript */
body > .vrtx-comments .comments-header,
#inner-content-wrapper > .vrtx-comments .comments-header,
#uiodoc > .vrtx-comments .comments-header,
body > .vrtx-comments .vrtx-comment,
#inner-content-wrapper > .vrtx-comments .vrtx-comment,
#uiodoc > .vrtx-comments .vrtx-comment,
body > .vrtx-comments .add-comment,
#inner-content-wrapper > .vrtx-comments .add-comment,
#uiodoc > .vrtx-comments .add-comment {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
body.right-main > .vrtx-comments .comments-header,
body.right-main #uiodoc > .vrtx-comments .comments-header,
body.right-main #inner-content-wrapper > .vrtx-comments .comments-header,
body.right-main > .vrtx-comments .vrtx-comment,
body.right-main #uiodoc > .vrtx-comments .vrtx-comment,
body.right-main #inner-content-wrapper > .vrtx-comments .vrtx-comment,
body.right-main > .vrtx-comments .add-comment,
body.right-main #uiodoc > .vrtx-comments .add-comment,
body.right-main #inner-content-wrapper > .vrtx-comments .add-comment {
  width: 740px;
  position: relative;
  left: 115px;
}
#main .vrtx-tag-cloud li {
  display: inline-block;
  margin: 0 20px 5px 0;
}
#main .vrtx-tag-cloud li:before {
  display: none;
}
#main .vrtx-tag-cloud li.tag-magnitude-1 {
  font-size: 14px;
  font-size: 1.4rem;
}
#main .vrtx-tag-cloud li.tag-magnitude-2 {
  font-size: 16px;
  font-size: 1.6rem;
}
#main .vrtx-tag-cloud li.tag-magnitude-3 {
  font-size: 18px;
  font-size: 1.8rem;
}
#main .vrtx-tag-cloud li.tag-magnitude-4 {
  font-size: 20px;
  font-size: 2rem;
}
#main .vrtx-tag-cloud li.tag-magnitude-5 {
  font-size: 22px;
  font-size: 2.2rem;
}
ul.vrtx-alphabetical-master-listing,
ul.vrtx-alphabetical-project-listing,
ul.vrtx-alphabetical-research-group-listing {
  margin-top: 0;
}
ul.vrtx-alphabetical-master-listing > li,
ul.vrtx-alphabetical-project-listing > li,
ul.vrtx-alphabetical-research-group-listing > li {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin: 0 0 10px 0;
}
ul.vrtx-alphabetical-master-listing > li:before,
ul.vrtx-alphabetical-project-listing > li:before,
ul.vrtx-alphabetical-research-group-listing > li:before {
  display: none;
}
ul.vrtx-alphabetical-master-listing > li ul li,
ul.vrtx-alphabetical-project-listing > li ul li,
ul.vrtx-alphabetical-research-group-listing > li ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
ul.vrtx-alphabetical-master-listing > li ul li:before,
ul.vrtx-alphabetical-project-listing > li ul li:before,
ul.vrtx-alphabetical-research-group-listing > li ul li:before {
  content: "\25A0";
}
/* jQuery UI dialogs styled as Lightbox Me */
.ui-dialog {
  background: #fff;
  padding: 25px 25px 20px 25px;
  border: 4px solid rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.ui-dialog .vrtx-button {
  margin: 10px 7px 10px 0;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.4;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ui-dialog-titlebar {
  display: none;
}
.vrtx-dialog-content > *:first-child {
  margin-top: 0;
}
.vrtx-dialog-content .vrtx-button + .vrtx-button,
.vrtx-dialog-content .button + .button {
  margin-left: 8px;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-tabs.ui-widget.ui-widget-content {
  margin: 20px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav {
  margin: 0;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li {
  border: 1px solid #ccc;
  border-bottom: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 1px .3em 0 0;
  white-space: nowrap;
  background: transparent;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li:before {
  display: none;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li.ui-state-focus,
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li.ui-state-hover {
  background: #ccc;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li.ui-state-active {
  background: transparent;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li.ui-state-active a {
  color: #444;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-nav li a {
  color: #2771bb;
  padding: .4em .8em .4em .8em;
  display: block;
}
.ui-tabs.ui-widget.ui-widget-content .ui-tabs-panel {
  border: 1px solid #ccc;
  padding: 15px;
}
.ui-tabs.ui-widget.ui-widget-content p.vrtx-more-external-publications {
  margin: 15px 0 0 0;
  border-top: 4px solid #eaeaea;
  padding: 10px 0 0 0;
}
#vrtx-publication-tabs ul {
  margin: 0;
}
#vrtx-publication-tabs .ui-tabs-panel li {
  margin: 0 0 10px 0;
  padding-left: 35px;
  text-indent: -35px;
}
#vrtx-publication-tabs .ui-tabs-panel li:before {
  display: none;
}
.social-newsletter-link {
  background: url('../images/social-list/svg/newsletter.svg') no-repeat center left;
  background-size: 48px auto;
  display: inline-block;
  padding: 9px 0 9px 55px;
  min-height: 40px;
}
/*
 * UiO CSS: Table interactive
 *
 */
.invisible {
  visibility: hidden;
}
.program-create-close.hidden,
.program-create-start,
.program-create-send {
  display: none !important;
}
.print-hidden {
  display: none !important;
}
.program-create-number-of-rows {
  font-size: 1.231em;
}
.program-create-number-of-rows {
  padding-right: 15px;
}
.program-create-start.active,
.program-create-send.active {
  display: inline-block !important;
  margin: -10px 0;
}
.program-create td.program-create-checkbox:hover,
.program-create td.program-create-checkbox input:hover {
  cursor: pointer;
}
.vrtx-dialog-content input.program-create-send-email-field {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.program-create-sticky td {
  border: none;
  padding: 25px 15px;
  background: #fff !important;
}
.program-create-sticky.sticky-bar > td {
  display: block;
}
.program-create-sticky.sticky-bar > td > div {
  margin: 0 auto;
}
.sticky-bar {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  -webkit-box-shadow: 0px 7px 14px -8px rgba(160, 160, 160, 0.5);
  -moz-box-shadow: 0px 7px 14px -8px rgba(160, 160, 160, 0.5);
  box-shadow: 0px 7px 14px -8px rgba(160, 160, 160, 0.5);
}
.sticky-bar.sticky-bottom {
  top: auto;
  bottom: 0px;
  -webkit-box-shadow: 0px 7px 14px 8px rgba(160, 160, 160, 0.5);
  -moz-box-shadow: 0px 7px 14px 8px rgba(160, 160, 160, 0.5);
  box-shadow: 0px 7px 14px 8px rgba(160, 160, 160, 0.5);
}
.sticky-bar a.button {
  margin: 0;
}
.sticky-bar .sticky-bg-ie8-below {
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 100%;
  background: transparent url(/vrtx/__vrtx/static-resources/themes/default/images/sticky-bar-fade-to-grey-ie8-bg.png) repeat-x bottom left;
  display: block;
}
.sticky-bar.ie8 .program-create-send input {
  height: 21px;
  padding-top: 3px;
  padding-bottom: 1px;
  bottom: 2px;
}
.sticky-bar.sticky-bottom.ie8 {
  padding-top: 0 !important;
  bottom: -15px;
}
.sticky-bar.sticky-bottom .sticky-bg-ie8-below {
  bottom: auto;
  top: -10px;
  background: transparent url(/vrtx/__vrtx/static-resources/themes/default/images/sticky-bar-fade-to-grey-ie8-bg-top.png) repeat-x bottom left;
}
.captcha {
  width: 385px;
  height: 540px;
  border: 0;
  overflow: hidden;
}
body .ui-dialog.ui-widget a.program-create-send-email.disabled.button:hover,
body .ui-dialog.ui-widget a.program-create-send-email.disabled.button:focus,
body .ui-dialog.ui-widget a.program-create-send-email.disabled.button {
  color: #bbb !important;
}
.ui-dialog.ui-widget #dialog-html-program-create-send {
  height: 800px !important;
}
.create-send-msg {
  display: block;
  max-width: 348px;
  margin: 10px 0;
}
.create-send-msg.error {
  color: red;
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  #main .program-create {
    padding-top: 0px !important;
    margin: 0;
  }
  #main .program-create-sticky {
    border-top: 4px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    padding: 15px 0;
    margin: 20px 0;
  }
  #main .program-create-block.active,
  #main .program-create-number-of-rows {
    display: block;
  }
  #main .program-create-block,
  #main .program-create-send .button {
    margin: 10px 0;
  }
  #offcanvas-wrapper #main .button.invisible {
    display: none !important;
  }
  .ui-dialog.ui-widget .program-create-send-email {
    margin-top: 10px;
  }
  body .ui-dialog.ui-widget .vrtx-dialog-content input.program-create-send-email-field {
    width: 100%;
  }
}
.survey-logo-wrapper.uio-app-name {
  position: static;
  margin-bottom: 15px;
}
.survey-logo-wrapper.uio-app-name .uio-acronym {
  font-family: Georgia, serif;
  font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
  margin-right: .3em;
  background-position: 100% 0.55ex;
  padding-right: .55em;
}
.survey-logo-wrapper.uio-app-name .uio-host:after {
  display: none;
}
.survey-logo-wrapper.uio-app-name span {
  color: #000;
}
.survey-logo-wrapper.uio-app-name span:hover {
  color: #000;
}
.ask-again-later-wrapper {
  margin: 10px -10px 15px -10px;
  padding: 0 10px;
  background-color: #e4e4e4;
}
.ask-again-later-wrapper .vrtx-button {
  margin-left: 10px;
}
.survey-minimized {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #e2231a;
  color: #fff;
  padding: 8px 20px 11px 20px;
  z-index: 9;
}
.survey-minimized a {
  color: #fff;
  text-decoration: underline;
}
.survey-minimized a:hover,
.survey-minimized a:focus {
  text-decoration: none;
}
.survey-minimized > *:first-child {
  margin-top: 0;
}
.survey-minimized > *:last-child {
  margin-bottom: 0;
}
.for-ansatte .survey-minimized {
  background-color: #000;
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  body.dialog-responsive {
    overflow: hidden;
  }
  .ui-dialog {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed;
    border: none;
    padding: 0 15px 15px 15px;
    overflow: hidden;
    overflow-y: auto;
  }
  .ui-dialog .vrtx-dialog-content .vrtx-button,
  .ui-dialog .vrtx-dialog-content .button {
    margin-left: 0;
    margin-right: 15px;
    clear: both;
  }
  .survey-logo-wrapper.uio-app-name {
    font-size: 20px;
    font-size: 2rem;
  }
  .survey-logo-wrapper.uio-app-name .uio-acronym,
  .survey-logo-wrapper.uio-app-name .uio-host {
    font-size: 20px;
    font-size: 2rem;
  }
  .survey-logo-wrapper.uio-app-name .uio-acronym {
    background-position: 100% 0.55ex;
  }
  .ask-again-later-wrapper {
    margin: 10px -15px 20px;
    padding: 10px 15px;
  }
  .survey-minimized {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.uio-info-message.vrtx-context-message-box,
#main .uio-info-message.vrtx-context-message-box {
  margin: -25px 0 -15px 0;
  padding: 30px 0;
}
.uio-info-message.vrtx-context-message-box.uio-info-message-full .content-wrapper,
#main .uio-info-message.vrtx-context-message-box.uio-info-message-full .content-wrapper {
  padding-left: 0;
  padding-right: 0;
  background-position: 6px center;
}
.uio-info-message.vrtx-context-message-box .row,
#main .uio-info-message.vrtx-context-message-box .row {
  width: 100%;
}
.uio-info-message.alert {
  background: #e2231a;
  color: #fff;
  padding: 0;
}
.uio-info-message.alert [class*='col-'] {
  float: none;
  min-height: 0;
  line-height: 0;
  font-size: 0;
}
.uio-info-message.alert p {
  margin-top: 0;
  margin-bottom: 0;
}
.uio-info-message.alert .col-1-1 > strong,
.uio-info-message.alert .col-1-1 > b {
  line-height: 28px;
  line-height: 2.8rem;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-weight: normal;
}
.uio-info-message.alert .col-1-1 > strong:before,
.uio-info-message.alert .col-1-1 > b:before {
  display: none;
}
.uio-info-message.alert .col-1-1 > strong:first-child,
.uio-info-message.alert .col-1-1 > b:first-child {
  margin-top: 0;
  padding-top: 20px;
}
.uio-info-message.alert .col-1-1 > strong:last-child,
.uio-info-message.alert .col-1-1 > b:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.uio-info-message.alert a,
.uio-info-message.blue .content-wrapper a {
  color: #fff;
  text-decoration: underline;
}
.uio-info-message.alert a:hover,
.uio-info-message.blue .content-wrapper a:hover,
.uio-info-message.alert a:focus,
.uio-info-message.blue .content-wrapper a:focus {
  text-decoration: none;
}
.for-ansatte .uio-info-message.alert {
  background: #333;
}
.vrtx-context-box {
  margin: 0 0 10px 0;
}
.vrtx-context-box-linked:before {
  display: inline-block;
  height: 1em;
  width: 1em;
  padding-right: 5px;
  background: url('../images/icon-chevron-back-red.svg') no-repeat 0 0.2ex;
  background-size: auto 100%;
  content: " ";
}
#vrtx-organizational-unit .vrtx-frontpage-box,
.vcard {
  overflow: hidden;
}
.vrtx-organizational-unit-responsibilities > *:last-child,
.vrtx-organizational-unit-responsibilities > *:last-child > .left:nth-last-child(2),
.vrtx-organizational-unit-responsibilities > *:last-child > *:last-child {
  margin-bottom: 0;
}
.vrtx-unit-contactinfo .vrtx-label,
.vrtx-organizational-unit-postal-address .vrtx-label,
.vrtx-organizational-unit-visiting-address .vrtx-label,
.vrtx-organizational-unit-phone-fax .vrtx-label,
.vrtx-organizational-unit-phone .vrtx-label,
.vrtx-organizational-unit-fax .vrtx-label,
.vrtx-organizational-unit-email .vrtx-label,
.vrtx-organizational-unit-areacode .vrtx-label {
  font-weight: bold;
  display: block;
}
.vrtx-organizational-unit-phone-fax,
.vrtx-organizational-unit-phone,
.vrtx-organizational-unit-fax,
.vrtx-organizational-unit-email,
.vrtx-organizational-unit-areacode {
  float: right;
  margin-top: 0px;
  width: 160px;
}
.vrtx-unit-phone {
  float: right;
}
#vrtx-additional-content .vrtx-unit-phone,
#vrtx-additional-content .vrtx-organizational-unit-postal-address,
#vrtx-additional-content .vrtx-organizational-unit-visiting-address,
#vrtx-additional-content .vrtx-organizational-unit-phone-fax,
#vrtx-additional-content .vrtx-organizational-unit-phone,
#vrtx-additional-content .vrtx-organizational-unit-fax,
#vrtx-additional-content .vrtx-organizational-unit-email,
#vrtx-additional-content .vrtx-organizational-unit-areacode {
  float: none;
  width: auto;
  max-width: none;
  padding-right: 0;
  display: block;
  margin-bottom: 10px;
}
#vrtx-additional-content .vrtx-unit-phone:last-child,
#vrtx-additional-content .vrtx-organizational-unit-postal-address:last-child,
#vrtx-additional-content .vrtx-organizational-unit-visiting-address:last-child,
#vrtx-additional-content .vrtx-organizational-unit-phone-fax:last-child,
#vrtx-additional-content .vrtx-organizational-unit-phone:last-child,
#vrtx-additional-content .vrtx-organizational-unit-fax:last-child,
#vrtx-additional-content .vrtx-organizational-unit-email:last-child,
#vrtx-additional-content .vrtx-organizational-unit-areacode:last-child {
  margin-bottom: 0;
}
#vrtx-organizational-unit-employees ul {
  margin: 0;
  overflow: hidden;
}
#vrtx-organizational-unit-employees ul li {
  margin: 0 0 5px 0;
}
#vrtx-organizational-unit-employees ul li:before {
  display: none;
}
#vrtx-organizational-unit-employees > ul > li {
  margin-bottom: 40px;
}
#vrtx-organizational-unit-employees > ul > li:nth-last-child(2),
#vrtx-organizational-unit-employees > ul > li:last-child {
  margin-bottom: 0;
}
#vrtx-organizational-unit-employees > ul > li img {
  float: left;
  width: 90px;
  margin: 0 15px 0 0;
}
#vrtx-organizational-unit-employees .vrtx-more {
  clear: left;
}
.map-icon a {
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/magnifying-glass.png") no-repeat center left;
  margin-left: 20px;
  padding-left: 22px;
}
#vrtx-person h1 {
  margin-bottom: 5px;
  padding-right: 10rem;
}
#vrtx-person #vrtx-main-content {
  position: relative;
}
#vrtx-person #vrtx-person-change-language-link {
  position: absolute;
  top: 0;
  right: 0;
}
#vrtx-person-position {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 15px;
  max-width: 690px;
}
#vrtx-person-contact-info-wrapper {
  margin-bottom: 25px;
}
#vrtx-person-contact-info-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-person-contact-info-wrapper .vrtx-person-image {
  float: left;
  display: block;
  max-width: 150px;
  margin-top: 6px;
}
#vrtx-person-contact-info-extras {
  clear: left;
  margin: 20px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 4px solid #eaeaea;
}
.vrtx-person-contactinfo {
  margin-left: 170px;
}
.vrtx-person-contactinfo:after {
  content: "";
  display: table;
  clear: both;
}
.vrtx-report-change {
  margin-top: 20px;
}
#vrtx-press-photo,
#vrtx-person-vcard {
  display: inline-block;
}
#vrtx-press-photo + #vrtx-person-vcard {
  margin-left: 40px;
}
.vrtx-person-contact-info-line .vrtx-login {
  display: inline;
}
.vrtx-unit-contact-info-line .vrtx-label,
.vrtx-unit-org-unit-number .vrtx-label,
.vrtx-person-visiting-address .vrtx-label,
.vrtx-person-postal-address .vrtx-label,
.vrtx-person-other-units .vrtx-label,
.vrtx-person-contact-info-line .vrtx-label,
.vrtx-unit-contact-info-line .vrtx-login,
.vrtx-unit-org-unit-number .vrtx-login,
.vrtx-person-visiting-address .vrtx-login,
.vrtx-person-postal-address .vrtx-login,
.vrtx-person-other-units .vrtx-login,
.vrtx-person-contact-info-line .vrtx-login,
.vrtx-unit-contact-info-line .vrtx-value,
.vrtx-unit-org-unit-number .vrtx-value,
.vrtx-person-visiting-address .vrtx-value,
.vrtx-person-postal-address .vrtx-value,
.vrtx-person-other-units .vrtx-value,
.vrtx-person-contact-info-line .vrtx-value,
.vrtx-unit-contact-info-line .vrtx-address-line,
.vrtx-unit-org-unit-number .vrtx-address-line,
.vrtx-person-visiting-address .vrtx-address-line,
.vrtx-person-postal-address .vrtx-address-line,
.vrtx-person-other-units .vrtx-address-line,
.vrtx-person-contact-info-line .vrtx-address-line {
  display: block;
}
.vrtx-unit-contact-info-line .vrtx-label,
.vrtx-unit-org-unit-number .vrtx-label,
.vrtx-person-visiting-address .vrtx-label,
.vrtx-person-postal-address .vrtx-label,
.vrtx-person-other-units .vrtx-label,
.vrtx-person-contact-info-line .vrtx-label {
  font-weight: bold;
  float: left;
}
.vrtx-unit-contact-info-line .vrtx-login,
.vrtx-unit-org-unit-number .vrtx-login,
.vrtx-person-visiting-address .vrtx-login,
.vrtx-person-postal-address .vrtx-login,
.vrtx-person-other-units .vrtx-login,
.vrtx-person-contact-info-line .vrtx-login,
.vrtx-unit-contact-info-line .vrtx-value,
.vrtx-unit-org-unit-number .vrtx-value,
.vrtx-person-visiting-address .vrtx-value,
.vrtx-person-postal-address .vrtx-value,
.vrtx-person-other-units .vrtx-value,
.vrtx-person-contact-info-line .vrtx-value {
  margin-left: 140px;
}
.vrtx-unit-contact-info-line .vrtx-address-line,
.vrtx-unit-org-unit-number .vrtx-address-line,
.vrtx-person-visiting-address .vrtx-address-line,
.vrtx-person-postal-address .vrtx-address-line,
.vrtx-person-other-units .vrtx-address-line,
.vrtx-person-contact-info-line .vrtx-address-line {
  clear: left;
}
.vrtx-person-other-units {
  margin-top: 10px;
  clear: left;
}
.vrtx-person-other-units .vrtx-label {
  float: none;
}
.vrtx-person-other-units .vrtx-value {
  margin-left: 0;
}
.vrtx-unit-contact-info-line .vrtx-login,
.vrtx-unit-org-unit-number .vrtx-login,
.vrtx-unit-contact-info-line .vrtx-value,
.vrtx-unit-org-unit-number .vrtx-value {
  margin-left: 130px;
}
.vrtx-person-visiting-address,
.vrtx-person-postal-address {
  float: left;
  width: 50%;
  margin: 20px 0;
  max-width: 180px;
}
.vrtx-person-visiting-address .vrtx-label,
.vrtx-person-postal-address .vrtx-label {
  float: none;
}
.vrtx-person-visiting-address .vrtx-address-line,
.vrtx-person-postal-address .vrtx-address-line {
  display: block;
  clear: left;
}
.vrtx-person-visiting-address {
  padding-right: 10px;
}
.vrtx-person-visiting-address + .vrtx-person-postal-address {
  padding-left: 10px;
}
.vrtx-contact-supervisor-box {
  padding-bottom: 40px;
  border-bottom: 4px solid #eaeaea;
  margin-bottom: 40px;
}
.vrtx-contact-supervisor-box > * {
  float: left;
  min-height: 60px;
}
.vrtx-contact-supervisor-box > *:first-child {
  width: 60%;
  padding-right: 20%;
  background: url('../images/arrow-forward-giant-grey.png') no-repeat 87% 50%;
}
.vrtx-contact-supervisor-box > *:last-child {
  width: 40%;
}
.vrtx-contact-supervisor-box > * > *:first-child {
  margin-top: 0;
}
.vrtx-contact-supervisor-box > * > *:last-child {
  margin-bottom: 0;
}
.vrtx-contact-supervisor-box:after {
  content: "";
  display: table;
  clear: both;
}
/*
 * Project- and research group
 *
 */
.vrtx-research-contactinfo > h2:not(:first-child) {
  margin-top: 25px;
}
.vrtx-research-contactinfo > *:last-child {
  margin-bottom: 0;
}
.vrtx-groups ul,
.vrtx-projects ul,
.vrtx-groups-related-to-project ul,
.vrtx-person-list-participants ul {
  margin: 0 0 15px 0;
}
/* Toggle projects */
#vrtx-related-projects-completed-toggle-wrapper {
  display: inline-block;
  margin-top: 10px;
}
#vrtx-related-projects-completed ul {
  margin-bottom: 5px;
}
#vrtx-related-projects-completed-toggle {
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
#vrtx-related-projects-completed-toggle:before {
  background: url('../profile/images/icon-plus-red.svg') no-repeat 0 25%;
  background-size: auto 100%;
  width: 1.2em;
  height: 1.2em;
  content: " ";
  position: absolute;
  top: .4ex;
  left: 0;
  display: inline-block;
}
#vrtx-related-projects-completed-toggle[aria-expanded='true']:before {
  background-image: url('../profile/images/icon-minus-red.svg');
}
#vrtx-additional-content > .vrtx-feed {
  margin: 0 0 30px 0;
}
#vrtx-program-option-frontpage-change-language-link,
#vrtx-program-frontpage-change-language-link,
#vrtx-organizational-unit-change-language-link,
#vrtx-internal-organizational-unit-corresponding-folder-link,
#vrtx-change-language-link,
#vrtx-course-navigation {
  float: right;
  display: inline-block;
  margin-left: 40px;
}
.vrtx-introduction,
#vrtx-frontpage-introduction,
.vrtx-organizational-unit-introduction,
.vrtx-introduction-image {
  margin-bottom: 40px;
}
.vrtx-introduction-image:not([style*='float: none']) {
  margin-bottom: 20px;
}
.vrtx-organizational-unit-introduction p:first-child,
.vrtx-introduction p:first-child {
  margin-top: 0;
}
.vrtx-organizational-unit-introduction p:last-child,
.vrtx-introduction p:last-child {
  margin-bottom: 0;
}
#vrtx-frontpage-introduction {
  overflow: hidden;
}
#vrtx-frontpage-introduction .vrtx-introduction-image {
  margin-bottom: 20px;
}
#vrtx-frontpage-introduction .vrtx-introduction-image:last-child {
  margin-bottom: 0;
}
#vrtx-frontpage-introduction .vrtx-introduction {
  margin-bottom: 0px;
}
.vrtx-introduction .vrtx-introduction-image {
  margin-bottom: 20px;
}
.vrtx-introduction .vrtx-introduction-image:last-child {
  margin-bottom: 0;
}
.vrtx-frontpage-box .vrtx-introduction-image + .vrtx-organizational-unit-introduction {
  margin-top: -20px;
}
.vrtx-frontpage-box .vrtx-organizational-unit-introduction {
  margin-bottom: 0;
}
.vrtx-byline {
  margin: 0 0 40px 0;
}
.vrtx-byline + .vrtx-introduction-image:not(.small-intro-image),
.vrtx-introduction + .vrtx-byline {
  margin-top: -20px;
}
.vrtx-tags,
.vrtx-authors,
.vrtx-date-info {
  display: block;
  clear: both;
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 6px solid #eaeaea;
}
.vrtx-tags + .vrtx-authors,
.vrtx-tags + .vrtx-date-info,
.vrtx-authors + .vrtx-date-info {
  margin: 0;
  padding: 0;
  border-top: none;
}
.vrtx-tags + .vrtx-authors,
.vrtx-tags + .vrtx-date-info {
  margin-top: 20px;
}
#vrtx-message-listing .vrtx-resources {
  margin: 30px 0 0 0;
}
#vrtx-message-listing .vrtx-resources .vrtx-message-listing-edit {
  display: inline-block;
  float: right;
}
.vrtx-image-listing .vrtx-image-entry {
  margin: 0 20px 20px 0;
  float: left;
  position: relative;
}
.vrtx-image-listing .vrtx-image-entry:before {
  display: none;
}
.vrtx-image-listing .vrtx-image-entry:nth-child(4n+1) {
  clear: left;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-container {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  margin: 0 0 7px 0;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-container a {
  overflow: hidden;
  display: block;
  /* 4:3 format */
  width: 147px;
  height: 97px;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-container img {
  max-height: 97px;
  height: auto;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-title a {
  width: 147px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-info {
  margin: 0 0 0 8px;
  width: 147px;
}
.vrtx-image-listing .vrtx-image-entry .duration {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 77px;
  left: 8px;
  text-align: right;
  padding: 1px 5px;
  background: #fff;
  width: 147px;
  opacity: 0.9;
  color: #000;
}
.vrtx-image-listing .vrtx-image-entry .vrtx-image-info .lastModified,
.vrtx-image-listing .vrtx-image-entry .vrtx-image-creation-time {
  padding-top: 1px;
}
#total-main .vrtx-image-listing .vrtx-image-entry:nth-child(4n+1) {
  clear: none;
}
#total-main .vrtx-image-listing .vrtx-image-entry:nth-child(5n+1) {
  clear: left;
}
/* Gallery */
#main .vrtx-image-listing-include {
  padding: 0;
  margin: 30px 0;
  float: none;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-title {
  display: none;
}
#main .vrtx-image-listing-include li:before {
  display: none;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-nav span {
  opacity: 0 !important;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-nav span,
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-nav a {
  width: 70px;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-nav a.prev {
  background: rgba(0, 0, 0, 0.4) url('../images/arrow-back-white.svg') no-repeat 50% 50%;
  background-size: 70% auto;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-nav a.next {
  background: rgba(0, 0, 0, 0.4) url('../images/arrow-forward-white.svg') no-repeat 50% 50%;
  background-size: 70% auto;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description {
  margin: 30px auto;
  padding: 0 0 20px 0;
  border: none;
  background: none;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description p:first-child {
  margin-top: 0;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description + .vrtx-image-listing-include-thumbs,
#main .vrtx-image-listing-include .vrtx-image-listing-include-container + .vrtx-image-listing-include-thumbs {
  border-top: 6px solid #eaeaea;
  padding-top: 30px;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-container + .vrtx-image-listing-include-thumbs {
  margin-top: 30px !important;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-thumbs {
  width: 100%;
  float: left;
  margin-top: 0 !important;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-thumbs li {
  margin: 0 25px 25px 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
#main .vrtx-image-listing-include .vrtx-image-listing-include-thumbs li img {
  margin: 0 !important;
  max-width: none;
  max-height: none;
}
#main .vrtx-image-listing-include .toggle-fullscreen-container {
  display: inline-block;
  float: right;
  margin-top: -2px;
}
#main .vrtx-image-listing-include a.toggle-fullscreen.minimized {
  float: none;
  background-position: 100% 5px;
}
html.js.fullscreen-gallery {
  background-color: #000 !important;
}
html.js.fullscreen-gallery a {
  color: #fff !important;
}
html.js.fullscreen-gallery .fullscreen-gallery-topline {
  position: relative !important;
}
html.js.fullscreen-gallery .fullscreen-gallery-topline .uio-app-name {
  position: static !important;
}
html.js.fullscreen-gallery .fullscreen-gallery-topline a {
  display: inline !important;
}
html.js.fullscreen-gallery .fullscreen-gallery-topline a.uio-for-employees,
html.js.fullscreen-gallery .fullscreen-gallery-topline a.uio-host-resp,
html.js.fullscreen-gallery .fullscreen-gallery-topline a.uio-seal {
  display: none !important;
}
html.js.fullscreen-gallery .fullscreen-gallery-topline .toggle-fullscreen {
  position: absolute;
  top: 15px;
  right: 20px;
  padding-right: 32px;
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/minimize-big-black-bg.png') no-repeat 100% 3px;
}
html.js.fullscreen-gallery .vrtx-image-listing-include-container-description {
  padding: 0 !important;
  margin: 30px auto !important;
  border: none !important;
  color: #fff !important;
}
html.js.fullscreen-gallery .vrtx-image-listing-include-container-description a {
  text-decoration: underline !important;
}
html.js.fullscreen-gallery .vrtx-image-listing-include-container-description a:hover,
html.js.fullscreen-gallery .vrtx-image-listing-include-container-description a:focus {
  text-decoration: none !important;
}
html.js.fullscreen-gallery .vrtx-image-listing-include-container-description p > * {
  display: inline !important;
}
/* Center thumbnail in container */
.csstransforms .vrtx-image-listing-include-thumbs li a,
.csstransforms .vrtx-image-entry a {
  position: relative;
}
.csstransforms .vrtx-image-listing-include-thumbs li a img,
.csstransforms .vrtx-image-entry a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Fix for minimize gallery in folder */
#vrtx-image-listing #main {
  display: block;
  overflow: hidden;
}
#vrtx-collection #main .vrtx-resources {
  margin-top: -1ex;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource {
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
  position: relative;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-big.png') no-repeat top left;
  width: 36px;
  height: 55px;
  float: left;
  display: block;
  margin: 1ex 20px 0 0;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.binary {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-binary-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.dmg {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-dmg-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.zip {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-zip-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.jar {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-jar-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.doc {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-doc-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.pdf {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-pdf-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.xls {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-xls-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.text {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-txt-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.ppt {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-ppt-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.image {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-image-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.audio {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-audio-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.video,
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-icon.videoref {
  background-image: url('/vrtx/__vrtx/static-resources/themes/default/images/file-video-big.png');
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-resource-open-webdav {
  color: #2771bb;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-resource-locked-webdav,
#vrtx-collection #main .vrtx-resources .vrtx-resource .vrtx-resource-open-webdav {
  top: 2px;
  position: absolute;
  font-size: 17px;
  font-size: 1.7rem;
  display: none;
}
#vrtx-collection #main .vrtx-resources .vrtx-resource > * {
  margin-left: 56px;
  display: block;
}
/* Regular listing component */
#main .vrtx-collection-listing-component {
  text-align: right;
}
#main .vrtx-collection-listing-component table,
#main .vrtx-collection-listing-component h3 {
  text-align: left;
}
#main .vrtx-collection-listing-component h3 + table {
  margin-top: 0;
}
#main .vrtx-collection-listing-component table {
  border: none;
  table-layout: fixed;
  border-collapse: separate;
}
#main .vrtx-collection-listing-component tr th {
  background: transparent;
  border: none;
  white-space: nowrap;
  padding-left: 0px;
}
#main .vrtx-collection-listing-component tr th.vrtx-collection-listing-title {
  width: 40%;
  padding-left: 15px;
}
#main .vrtx-collection-listing-component tr th.vrtx-collection-listing-modified-by {
  width: 30%;
}
#main .vrtx-collection-listing-component tr th.vrtx-collection-listing-last-modified {
  width: 25%;
}
#main .vrtx-collection-listing-component tr td {
  border: none;
  overflow: hidden;
  padding-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
#main .vrtx-collection-listing-component tr td.first-col {
  padding-left: 15px;
  border-left: 1px solid transparent;
}
#main .vrtx-collection-listing-component tr td.last-col {
  border-right: 1px solid transparent;
}
#main .vrtx-collection-listing-component tr td.vrtx-collection-listing-title span {
  display: block;
  padding-left: 30px;
}
#main .vrtx-collection-listing-component tr td.vrtx-collection-listing-last-modified-by a {
  color: #444;
}
#main .vrtx-collection-listing-component tr.even td {
  border-color: #f0f0f0;
  background-color: #f9f9f9;
}
#main .vrtx-collection-listing-component tr:hover td,
#main .vrtx-collection-listing-component tr:focus td {
  background-color: #ecf3f9;
  border-color: #c7dadf;
}
#main .vrtx-collection-listing-component a.vrtx-icon {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-small.gif') no-repeat center left;
  height: 22px;
  width: 30px;
  float: left;
  display: block;
}
#main .vrtx-collection-listing-component a.vrtx-icon.binary {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-binary-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.dmg {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-dmg-small.png') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.zip {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-zip-small.png') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.jar {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-jar-small.png') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.doc {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-doc-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.pdf {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-pdf-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.xls {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-xls-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.text {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-txt-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.ppt {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-ppt-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.image {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-image-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.audio {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-audio-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon.video,
#main .vrtx-collection-listing-component a.vrtx-icon.videoref {
  background: url('/vrtx/__vrtx/static-resources/themes/default/images/file-video-small.gif') no-repeat center left;
}
#main .vrtx-collection-listing-component a.vrtx-icon ~ *:not(.vrtx-icon) {
  margin-left: 30px;
  display: block;
}
table.vrtx-person-listing,
table.vrtx-unit-listing {
  table-layout: fixed;
}
table.vrtx-unit-listing th.vrtx-unit-listing-name {
  width: 56%;
}
table.vrtx-unit-listing th.vrtx-unit-listing-phone {
  width: 18%;
}
table.vrtx-unit-listing th.vrtx-unit-listing-email {
  width: 18%;
}
table.vrtx-unit-listing td.vrtx-unit-listing-phone span,
table.vrtx-unit-listing td.vrtx-unit-listing-email span {
  display: block;
}
table.vrtx-person-listing th.vrtx-person-listing-name {
  width: 33%;
}
table.vrtx-person-listing th.vrtx-person-listing-phone {
  width: 17%;
}
table.vrtx-person-listing th.vrtx-person-listing-email {
  width: 22%;
  white-space: nowrap;
}
table.vrtx-person-listing th.vrtx-person-listing-tags {
  width: 19%;
}
table.vrtx-person-listing td.vrtx-person-listing-name a,
table.vrtx-person-listing td.vrtx-person-listing-name span {
  display: block;
  margin-left: 80px;
}
table.vrtx-person-listing td.vrtx-person-listing-name span {
  overflow: hidden;
  text-overflow: ellipsis;
}
table.vrtx-person-listing td.vrtx-person-listing-name .vrtx-image {
  float: left;
  margin-left: 0;
  margin-top: 6px;
}
table.vrtx-person-listing td.vrtx-person-listing-name .vrtx-image img {
  width: 60px;
}
table.vrtx-person-listing td.vrtx-person-listing-email {
  overflow: hidden;
}
table.vrtx-person-listing td.vrtx-person-listing-email span {
  display: block;
}
table.vrtx-person-listing td.vrtx-person-listing-phone span,
table.vrtx-person-listing td.vrtx-person-listing-email span {
  display: block;
}
table.vrtx-person-listing tr:last-child td {
  border-bottom: 0;
}
/* Grid in top */
#vrtx-unit-person-listing .vrtx-additional-content > div,
#vrtx-person-listing .vrtx-additional-content > div {
  margin-bottom: 20px;
  width: 100%;
}
#vrtx-unit-person-listing .vrtx-additional-content > div:after,
#vrtx-person-listing .vrtx-additional-content > div:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-unit-person-listing .vrtx-additional-content > div:last-child,
#vrtx-person-listing .vrtx-additional-content > div:last-child {
  margin-bottom: 40px;
}
#vrtx-unit-person-listing .vrtx-additional-content > div ul,
#vrtx-person-listing .vrtx-additional-content > div ul {
  margin: 0;
}
#vrtx-unit-person-listing .vrtx-additional-content > div > h3:first-child,
#vrtx-person-listing .vrtx-additional-content > div > h3:first-child {
  margin-top: 0;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-departments-container ul,
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container ul {
  float: left;
  width: 100%;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-departments-container li,
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container li {
  float: left;
  width: 50%;
  margin-left: 0;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-departments-container li:before,
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container li:before {
  left: 20px;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-departments-container li:nth-child(2n+1),
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container li:nth-child(2n+1) {
  clear: left;
  padding-left: 20px;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-departments-container li:nth-child(2n),
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container li:nth-child(2n) {
  clear: none;
  padding-left: 20px;
}
#vrtx-unit-person-listing .vrtx-additional-content #vrtx-tags:after,
#vrtx-person-listing .vrtx-additional-content #vrtx-tags:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-unit-person-listing .vrtx-additional-content .vrtx-more,
#vrtx-person-listing .vrtx-additional-content .vrtx-more {
  clear: left;
  margin: 15px 0 0 0;
}
#vrtx-unit-person-listing .vrtx-frontpage-box form.vrtx-big-search {
  clear: left;
}
/* Unit view */
.vrtx-organizational-unit-postal-address,
.vrtx-organizational-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-postal-address {
  float: left;
  max-width: 200px;
  padding-right: 30px;
}
.vrtx-unit-contactinfo:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-recent-comments-view .comments li:before {
  top: .5em;
}
.vrtx-recent-comments ul li {
  margin-bottom: 10px;
}
.vrtx-recent-comments ul li:last-child,
.vrtx-recent-comments ul {
  margin-bottom: 0;
}
.vrtx-recent-comments span.published-date {
  display: block;
}
.vrtx-recent-comments .item-description {
  margin: 10px 0 5px 0;
}
.vrtx-recent-comments a.all-comments {
  display: inline-block;
  margin-top: 15px;
}
#vrtx-collections {
  display: none;
}
#main #vrtx-daily-events .vrtx-daily-event .vrtx-resource,
#main .vrtx-resources .vrtx-daily-event .vrtx-resource {
  clear: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
#main #vrtx-daily-events .vrtx-daily-event .vrtx-resource:last-child,
#main .vrtx-resources .vrtx-daily-event .vrtx-resource:last-child {
  margin-bottom: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing,
#main .vrtx-resources .vrtx-daily-events-listing,
#main #vrtx-daily-events .vrtx-resource,
#main .vrtx-resources .vrtx-resource {
  border-bottom: 4px solid #eaeaea;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
}
#main #vrtx-daily-events .vrtx-daily-events-listing:after,
#main .vrtx-resources .vrtx-daily-events-listing:after,
#main #vrtx-daily-events .vrtx-resource:after,
#main .vrtx-resources .vrtx-resource:after {
  content: "";
  display: table;
  clear: both;
}
#main #vrtx-daily-events .vrtx-daily-events-listing:last-child,
#main .vrtx-resources .vrtx-daily-events-listing:last-child,
#main #vrtx-daily-events .vrtx-resource:last-child,
#main .vrtx-resources .vrtx-resource:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing div.vrtx-title,
#main .vrtx-resources .vrtx-daily-events-listing div.vrtx-title,
#main #vrtx-daily-events .vrtx-resource div.vrtx-title,
#main .vrtx-resources .vrtx-resource div.vrtx-title,
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-title,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-title,
#main #vrtx-daily-events .vrtx-resource a.vrtx-title,
#main .vrtx-resources .vrtx-resource a.vrtx-title {
  margin: 0;
  padding: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing div.vrtx-title,
#main .vrtx-resources .vrtx-daily-events-listing div.vrtx-title,
#main #vrtx-daily-events .vrtx-resource div.vrtx-title,
#main .vrtx-resources .vrtx-resource div.vrtx-title {
  margin-bottom: 5px;
}
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-title:hover,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-title:hover,
#main #vrtx-daily-events .vrtx-resource a.vrtx-title:hover,
#main .vrtx-resources .vrtx-resource a.vrtx-title:hover,
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-title:focus,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-title:focus,
#main #vrtx-daily-events .vrtx-resource a.vrtx-title:focus,
#main .vrtx-resources .vrtx-resource a.vrtx-title:focus {
  color: #2771bb;
  text-decoration: underline;
}
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-image,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-image,
#main #vrtx-daily-events .vrtx-resource a.vrtx-image,
#main .vrtx-resources .vrtx-resource a.vrtx-image {
  float: left;
  margin: 1ex 25px 0 0;
  padding: 0;
  display: block;
  width: 170px;
  line-height: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-image img,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-image img,
#main #vrtx-daily-events .vrtx-resource a.vrtx-image img,
#main .vrtx-resources .vrtx-resource a.vrtx-image img {
  max-width: 100%;
}
#main #vrtx-daily-events .vrtx-daily-events-listing a.vrtx-image ~ *,
#main .vrtx-resources .vrtx-daily-events-listing a.vrtx-image ~ *,
#main #vrtx-daily-events .vrtx-resource a.vrtx-image ~ *,
#main .vrtx-resources .vrtx-resource a.vrtx-image ~ * {
  display: block;
  margin-left: 195px;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .lastModified,
#main .vrtx-resources .vrtx-daily-events-listing .lastModified,
#main #vrtx-daily-events .vrtx-resource .lastModified,
#main .vrtx-resources .vrtx-resource .lastModified,
#main #vrtx-daily-events .vrtx-daily-events-listing div.time-and-place,
#main .vrtx-resources .vrtx-daily-events-listing div.time-and-place,
#main #vrtx-daily-events .vrtx-resource div.time-and-place,
#main .vrtx-resources .vrtx-resource div.time-and-place,
#main #vrtx-daily-events .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container,
#main .vrtx-resources .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container,
#main #vrtx-daily-events .vrtx-resource .vrtx-number-of-comments-add-event-container,
#main .vrtx-resources .vrtx-resource .vrtx-number-of-comments-add-event-container,
#main #vrtx-daily-events .vrtx-daily-events-listing .published-date,
#main .vrtx-resources .vrtx-daily-events-listing .published-date,
#main #vrtx-daily-events .vrtx-resource .published-date,
#main .vrtx-resources .vrtx-resource .published-date {
  display: block;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container,
#main .vrtx-resources .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container,
#main #vrtx-daily-events .vrtx-resource .vrtx-number-of-comments-add-event-container,
#main .vrtx-resources .vrtx-resource .vrtx-number-of-comments-add-event-container {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container a,
#main .vrtx-resources .vrtx-daily-events-listing .vrtx-number-of-comments-add-event-container a,
#main #vrtx-daily-events .vrtx-resource .vrtx-number-of-comments-add-event-container a,
#main .vrtx-resources .vrtx-resource .vrtx-number-of-comments-add-event-container a {
  font-size: inherit;
  vertical-align: inherit;
  padding: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .description,
#main .vrtx-resources .vrtx-daily-events-listing .description,
#main #vrtx-daily-events .vrtx-resource .description,
#main .vrtx-resources .vrtx-resource .description,
#main #vrtx-daily-events .vrtx-daily-events-listing .introduction,
#main .vrtx-resources .vrtx-daily-events-listing .introduction,
#main #vrtx-daily-events .vrtx-resource .introduction,
#main .vrtx-resources .vrtx-resource .introduction {
  margin-top: 15px;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .description p:first-child,
#main .vrtx-resources .vrtx-daily-events-listing .description p:first-child,
#main #vrtx-daily-events .vrtx-resource .description p:first-child,
#main .vrtx-resources .vrtx-resource .description p:first-child,
#main #vrtx-daily-events .vrtx-daily-events-listing .introduction p:first-child,
#main .vrtx-resources .vrtx-daily-events-listing .introduction p:first-child,
#main #vrtx-daily-events .vrtx-resource .introduction p:first-child,
#main .vrtx-resources .vrtx-resource .introduction p:first-child {
  margin-top: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .description p:last-child,
#main .vrtx-resources .vrtx-daily-events-listing .description p:last-child,
#main #vrtx-daily-events .vrtx-resource .description p:last-child,
#main .vrtx-resources .vrtx-resource .description p:last-child,
#main #vrtx-daily-events .vrtx-daily-events-listing .introduction p:last-child,
#main .vrtx-resources .vrtx-daily-events-listing .introduction p:last-child,
#main #vrtx-daily-events .vrtx-resource .introduction p:last-child,
#main .vrtx-resources .vrtx-resource .introduction p:last-child {
  margin-bottom: 0;
}
#main #vrtx-daily-events .vrtx-daily-events-listing .vrtx-read-more,
#main .vrtx-resources .vrtx-daily-events-listing .vrtx-read-more,
#main #vrtx-daily-events .vrtx-resource .vrtx-read-more,
#main .vrtx-resources .vrtx-resource .vrtx-read-more {
  margin-top: 10px;
}
#main #vrtx-daily-events.vrtx-two-columns .vrtx-resource.vrtx-default-article-left:nth-last-child(2),
#main .vrtx-resources.vrtx-two-columns .vrtx-resource.vrtx-default-article-left:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
#main #vrtx-daily-events.vrtx-two-columns .vrtx-resource a.vrtx-image,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource a.vrtx-image {
  width: 90px;
  margin-right: 20px;
}
#main #vrtx-daily-events.vrtx-two-columns .vrtx-resource a.vrtx-image ~ *,
#main .vrtx-resources.vrtx-two-columns .vrtx-resource a.vrtx-image ~ * {
  margin-left: 110px;
}
#main #vrtx-daily-events.vrtx-two-columns.vrtx-resource-prioritize-first > .vrtx-resource:first-child a.vrtx-image,
#main .vrtx-resources.vrtx-two-columns.vrtx-resource-prioritize-first > .vrtx-resource:first-child a.vrtx-image {
  width: 170px;
  margin-right: 25px;
}
#main #vrtx-daily-events.vrtx-two-columns.vrtx-resource-prioritize-first > .vrtx-resource:first-child a.vrtx-image ~ *,
#main .vrtx-resources.vrtx-two-columns.vrtx-resource-prioritize-first > .vrtx-resource:first-child a.vrtx-image ~ * {
  margin-left: 195px;
}
#main .vrtx-paging-feed-wrapper {
  margin: 30px 0 0 0;
  border-top: 6px solid #eaeaea;
  padding: 30px 0 0 0;
  clear: left;
}
#main .vrtx-paging-feed-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper {
  margin: 0;
  float: left;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper + .vrtx-subscribe-component {
  float: right;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a {
  display: inline-block;
  font-weight: bold;
  padding: 1px 10px 1px 10px;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a.vrtx-previous {
  padding-left: 0;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a.vrtx-next {
  padding-right: 0;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a.vrtx-marked {
  background: #444;
  color: #fff;
}
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a.vrtx-page-number:hover,
#main .vrtx-paging-feed-wrapper .vrtx-paging-wrapper > a.vrtx-page-number:focus {
  background: #eaeaea;
  color: #2771bb;
}
#main div.vrtx-feed-link {
  height: auto;
  font-size: inherit;
  line-height: inherit;
  background: none;
  float: right;
  clear: none;
  margin-top: -9px;
}
#main div.vrtx-feed-link a {
  display: inline-block;
  padding: 9px 0 9px 45px;
  color: #444;
  background: url('../images/rss-feed.png') no-repeat center left;
}
#main #vrtx-events-nav a:before {
  display: block;
  content: " ";
}
#vrtx-folder-menu ul {
  margin-top: 0;
}
#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments {
  margin-bottom: 30px;
}
#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul {
  margin-bottom: 15px;
}
#vrtx-event-listing #vrtx-daily-events + .vrtx-events-further-upcoming {
  margin-top: 40px;
  border-top: 6px solid #eaeaea;
  padding-top: 15px;
}
#vrtx-event-listing #right-main #vrtx-main-content.vrtx-calendar-listing:not(.vrtx-hide-additional-content-true) #vrtx-daily-events .vrtx-resource a.vrtx-image {
  display: none;
}
#vrtx-event-listing #right-main #vrtx-main-content.vrtx-calendar-listing:not(.vrtx-hide-additional-content-true) #vrtx-daily-events .vrtx-resource a.vrtx-image ~ * {
  margin-left: 0;
}
#main #vrtx-main-content:not(.vrtx-empty-additional-content):not(.vrtx-hide-additional-content-true):not(:last-child) .vrtx-events-calendar-introduction ~ #vrtx-daily-events,
#main #vrtx-main-content:not(.vrtx-empty-additional-content):not(.vrtx-hide-additional-content-true):not(:last-child) .vrtx-introduction ~ .vrtx-resources {
  padding-top: 40px;
  border-top: 4px solid #eaeaea;
}
#main #vrtx-main-content:not(.vrtx-empty-additional-content):not(.vrtx-hide-additional-content-true):not(:last-child) .vrtx-events-calendar-introduction ~ #vrtx-daily-events > h2:first-child,
#main #vrtx-main-content:not(.vrtx-empty-additional-content):not(.vrtx-hide-additional-content-true):not(:last-child) .vrtx-introduction ~ .vrtx-resources > h2:first-child {
  margin-top: 0;
}
#vrtx-searchview h1,
#vrtx-personsearch h1,
#vrtx-unitsearch h1 {
  margin-bottom: 25px;
}
#vrtx-advanced-search-wrapper {
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
}
#vrtx-advanced-search-wrapper > *:first-child {
  margin-top: 0;
}
#vrtx-advanced-search-wrapper input[type="text"] {
  width: 390px;
}
#vrtx-advanced-search-wrapper .vrtx-toggle-advanced-search {
  display: inline-block !important;
  margin-left: 20px;
}
#vrtx-advanced-search-wrapper #vrtx-advanced-search-submit-hide .submit-button-link {
  background-image: none;
  padding-right: 20px;
}
#vrtx-show-advanced-search {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 420px;
  white-space: nowrap;
}
.vrtx-search-open-facets-box {
  margin: 10px 0 20px -10px;
}
.vrtx-search-open-facets-box ul {
  margin: 0 0 15px 0;
  display: inline-block;
}
.vrtx-search-open-facets-box ul li {
  margin: 0;
}
.vrtx-search-open-facets-box ul li:before {
  display: none;
}
.vrtx-search-open-facets-box ul li > a {
  padding: 2px 15px 3px 30px;
  display: inline-block;
  color: #444;
  border: 2px solid transparent;
  background: transparent url("/vrtx/__vrtx/static-resources/themes/default/images/list-remove-red.png") no-repeat 10px 1.2ex;
}
.vrtx-search-open-facets-box ul li > a:focus,
.vrtx-search-open-facets-box ul li > a:hover {
  text-decoration: none;
  border: 2px solid #eaeaea;
}
.pre-results {
  display: none;
}
.hits,
.vrtx-person-search-no-hits,
.vrtx-unit-search-no-hits {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  display: block;
  margin: 10px 0 0 0;
}
.vrtx-person-search-no-hits,
.vrtx-unit-search-no-hits {
  margin: 10px 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 6px solid #eaeaea;
}
.vrtx-search-quick-links {
  margin-bottom: 40px;
  border-bottom: 4px solid #eaeaea;
  padding-bottom: 40px;
}
.vrtx-search-quick-links .vrtx-search-quick-link:first-child {
  margin-top: 10px;
}
.vrtx-search-quick-links .vrtx-search-quick-link .summary {
  font-size: 17px;
  font-size: 1.7rem;
}
.vrtx-search-quick-links .vrtx-search-quick-link .summary .vrtx-search-restricted {
  color: #e2231a;
}
.vrtx-search-quick-links .vrtx-search-quick-link .footer {
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
}
.vrtx-search-results-container div.vrtx-search-results {
  margin: 30px 0 0 0;
}
.vrtx-search-results-container div.vrtx-search-results:first-child {
  margin-top: 10px;
}
.vrtx-search-results-container div.vrtx-search-results .result h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
.vrtx-search-results-container div.vrtx-search-results .result h2 a {
  color: #2771bb;
}
.vrtx-search-results-container div.vrtx-search-results .result .snippet {
  font-size: 17px;
  font-size: 1.7rem;
}
.vrtx-search-results-container div.vrtx-search-results .result .snippet .vrtx-search-restricted {
  color: #e2231a;
}
.vrtx-search-results-container div.vrtx-search-results .result .footer {
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
}
#main .vrtx-topuioresult {
  display: block;
  border-bottom: 4px solid #eaeaea;
  padding-bottom: 20px;
}
#main .vrtx-topuioresult:before {
  display: block;
  content: " ";
  border-top: 4px solid #eaeaea;
  padding-top: 20px;
}
#main .vrtx-topuioresult .result > .url + h2 {
  margin-top: 5px;
}
#main .vrtx-topuioresult .footer > .vrtx-search-scope {
  margin: 10px 0 0 0;
}
#main .vrtx-topuioresult .footer > .vrtx-search-scope li {
  margin: 0;
}
#main .vrtx-topuioresult .footer > .vrtx-search-scope li:before {
  display: none;
}
#main .vrtx-has-search-scope .vrtx-search-scope {
  margin: 0;
  padding: 0;
  clear: both;
}
#main .vrtx-has-search-scope .vrtx-paging-feed-wrapper {
  margin-bottom: 20px;
}
#vrtx-additional-content .vrtx-search-main-links-box,
#vrtx-additional-content .vrtx-search-facets-box,
#vrtx-additional-content .vrtx-search-main-links-box ul {
  margin: 0;
}
#vrtx-additional-content .vrtx-search-main-links-box ul span,
#vrtx-additional-content .vrtx-search-facets-box ul span,
#vrtx-additional-content .vrtx-search-main-links-box ul a,
#vrtx-additional-content .vrtx-search-facets-box ul a {
  padding: 3px 15px;
  display: block;
}
#vrtx-additional-content .vrtx-search-main-links-box ul span,
#vrtx-additional-content .vrtx-search-facets-box ul span {
  background: #f5f6f7;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li,
#vrtx-additional-content .vrtx-search-facets-box ul li {
  margin-left: 0;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li:before,
#vrtx-additional-content .vrtx-search-facets-box ul li:before {
  display: none;
}
#vrtx-additional-content .vrtx-search-main-links-box ul span,
#vrtx-additional-content .vrtx-search-main-links-box ul a {
  font-size: 20px;
  font-size: 2rem;
  padding: 8px 15px 10px 60px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul span:hover,
#vrtx-additional-content .vrtx-search-main-links-box ul a:hover,
#vrtx-additional-content .vrtx-search-main-links-box ul span:focus,
#vrtx-additional-content .vrtx-search-main-links-box ul a:focus {
  background-color: #d5eaf9;
  text-decoration: none;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li {
  margin-bottom: 0;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-altinnhold a {
  background-image: url('../images/icon-search-uio.svg');
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-altinnhold span {
  background: #f5f6f7 url('../images/icon-search-uio-selected.svg') no-repeat 10px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-personsok a {
  background-image: url('../images/icon-search-person.svg');
  background-repeat: no-repeat;
  background-position: 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-personsok span {
  background: #f5f6f7 url('../images/icon-search-person-selected.svg') no-repeat 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-enhetsok a {
  background-image: url('../images/icon-search-unit.svg');
  background-repeat: no-repeat;
  background-position: 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-enhetsok span {
  background: #f5f6f7 url('../images/icon-search-unit-selected.svg') no-repeat 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-emne a {
  background-image: url('../images/icon-search-course.svg');
  background-repeat: no-repeat;
  background-position: 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-emne span {
  background: #f5f6f7 url('../images/icon-search-course-selected.svg') no-repeat 11px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-biblioteksok a {
  background-image: url('../images/icon-search-library.svg');
  background-repeat: no-repeat;
  background-position: 12px 5px;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-biblioteksok span {
  background: #f5f6f7 url('../images/icon-search-library-selected.svg') no-repeat 12px 5px;
}
#vrtx-additional-content .vrtx-search-facets-box ul {
  border-top: 4px solid #eaeaea;
  padding-top: 15px;
  margin-top: 20px;
}
#vrtx-additional-content .vrtx-search-facets-box ul span.vrtx-search-facets-default,
#vrtx-additional-content .vrtx-search-facets-box ul span.vrtx-search-facets-count {
  background: transparent;
}
#vrtx-additional-content .vrtx-search-facets-box ul span.vrtx-search-facets-count {
  display: inline;
  color: #6f6f6f;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
}
.vrtx-minestudier-login-button {
  display: none;
}
.minestudier-login-as-button .vrtx-minestudier-login-button {
  display: block;
}
.minestudier-login-as-button .vrtx-minestudier-login {
  display: none;
}
.vrtx-minestudier-title h3 {
  display: inline-block;
  margin-top: 0;
}
.vrtx-minestudier-all-messages p:first-child {
  margin-top: 0;
}
.vrtx-minestudier-all-messages p:last-child {
  margin-bottom: 0;
}
#main .vrtx-minestudier-program-courses-wrapper.vrtx-dropdown-wrapper {
  right: auto;
  left: 0;
  top: 35px;
  width: 320px;
}
#main .vrtx-minestudier-program-courses-wrapper.vrtx-dropdown-wrapper.activated {
  display: block;
}
#main .vrtx-minestudier-program-courses-wrapper.vrtx-dropdown-wrapper h4 {
  padding-left: 14px;
  padding-right: 14px;
}
#main .vrtx-minestudier-program-courses-wrapper.vrtx-dropdown-wrapper ul li a {
  color: #2771bb;
  white-space: normal;
}
.bachelorprograms {
  float: left;
  padding-right: 100px;
  position: relative;
}
.bachelorprograms:after {
  content: " ";
  display: inline-block;
  background: url('../images/arrow-forward-giant-grey.png') no-repeat 0 0;
  height: 58px;
  width: 68px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: absolute;
  left: 315px;
  top: 250px;
}
.bachelorprograms.master-mode:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bachelorprograms td.marked {
  background-color: #ed1c24 !important;
  color: #fff !important;
}
.masterprograms {
  float: left;
}
.masterprograms td.marked {
  background-color: #011C26 !important;
  color: #fff !important;
}
.bachelorprograms table caption,
.masterprograms table caption {
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.38em;
  line-height: 1.33em;
}
.bachelorprograms table td,
.masterprograms table td {
  padding: 0px;
  background-color: #fefefe;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #000 !important;
}
.bachelorprograms table td p,
.masterprograms table td p {
  margin: 0px;
}
.bachelorprograms table td a,
.masterprograms table td a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.bachelorprograms table .sub-title,
.masterprograms table .sub-title {
  font-size: 0.92em;
}
/* Campaign box */
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box {
  background: url('../images/campaigns/box/full/student1.jpg') no-repeat top left;
  min-height: 155px;
  position: relative;
  padding: 15px 20px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.person-2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.person-2 {
  background-image: url('../images/campaigns/box/full/student2.jpg');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.person-3,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.person-3 {
  background-image: url('../images/campaigns/box/full/student3.jpg');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.person-4,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.person-4 {
  background-image: url('../images/campaigns/box/full/student4.jpg');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.person-5,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.person-5 {
  background-image: url('../images/campaigns/box/full/student5.jpg');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.person-6,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.person-6 {
  background-image: url('../images/campaigns/box/full/student6.jpg');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box h2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box *,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box * {
  color: #fff;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box > *,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box > * {
  padding-right: 220px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box .vrtx-more,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box .vrtx-more {
  padding-right: 0px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box .vrtx-box-content,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box .vrtx-box-content {
  font-size: 18px;
  font-size: 1.8rem;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box .vrtx-box-content *.campaign-text-normal,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box .vrtx-box-content *.campaign-text-normal {
  font-size: 16px;
  font-size: 1.6rem;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box .vrtx-box-content a,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box .vrtx-box-content a {
  text-decoration: underline;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box a.campaign-link-facebook,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box a.campaign-link-facebook {
  background: url('../images/campaigns/study-facebook-icon.png') no-repeat 0 0.3em;
  display: block;
  padding: 4px 0 4px 40px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right {
  background-image: url('../images/campaigns/box/half/student1.png');
  min-height: 210px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left.person-2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left.person-2,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right.person-2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right.person-2 {
  background-image: url('../images/campaigns/box/half/student2.png');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left.person-3,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left.person-3,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right.person-3,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right.person-3 {
  background-image: url('../images/campaigns/box/half/student3.png');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left.person-4,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left.person-4,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right.person-4,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right.person-4 {
  background-image: url('../images/campaigns/box/half/student4.png');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left.person-5,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left.person-5,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right.person-5,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right.person-5 {
  background-image: url('../images/campaigns/box/half/student5.png');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left.person-6,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left.person-6,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right.person-6,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right.person-6 {
  background-image: url('../images/campaigns/box/half/student6.png');
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left > *,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left > *,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right > *,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right > * {
  padding-right: 120px;
}
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-left > h2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-left > h2,
#vrtx-frontpage #main #total-main #vrtx-content .campaign-box.half-box-right > h2,
#vrtx-frontpage #main #right-main #vrtx-content .campaign-box.half-box-right > h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 31px;
  line-height: 3.1rem;
  padding-right: 108px;
}
.vrtx-messages-header a {
  color: #222;
}
.vrtx-messages-header .vrtx-message-listing-create {
  color: #2771bb;
  font-size: 18px;
  font-size: 1.8rem;
  float: right;
  display: inline-block;
}
.vrtx-messages .vrtx-resource {
  padding-bottom: 20px;
  border-bottom: 4px solid #eaeaea;
  margin-bottom: 20px;
}
.vrtx-messages .vrtx-resource:last-child {
  margin-bottom: 0;
}
.vrtx-messages .vrtx-message-listing-edit {
  float: right;
  display: inline-block;
}
#vrtx-additional-content .vrtx-messages-header .vrtx-dropdown-component {
  float: right;
}
#vrtx-additional-content .vrtx-messages-header .vrtx-message-listing-create {
  background: transparent url('../images/head-dropdown-toggle-black.png') no-repeat scroll 100% 53%;
  padding-right: 15px;
}
#vrtx-additional-content .vrtx-messages-header .vrtx-dropdown-wrapper {
  top: 30px;
}
#vrtx-additional-content .vrtx-messages-main-content-wrapper {
  min-height: 85px;
}
.vrtx-courseplan-table {
  width: 100%;
}
.vrtx-courseplan-table td.small {
  white-space: nowrap;
  width: 10%;
}
.vrtx-courseplan-table td.large {
  width: 30%;
}
.vrtx-courseplan-common {
  background-color: #F9F9F9;
}
.vrtx-courseplan-specialization {
  background-color: #F5F2DF;
}
.vrtx-courseplan-optional {
  background-color: #C8DEB1;
}
.vrtx-courseplan-thesis {
  background-color: #D0EAFC;
}
#vrtx-program-filters,
#vrtx-program-filters-topic,
#vrtx-program-filters-type {
  overflow: hidden;
}
#vrtx-program-filters:after,
#vrtx-program-filters-topic:after,
#vrtx-program-filters-type:after,
#vrtx-program-filters:before,
#vrtx-program-filters-topic:before,
#vrtx-program-filters-type:before {
  content: "";
  display: table;
  clear: both;
}
#vrtx-program-filters h2 {
  margin-top: 0;
}
#vrtx-program-filters li:hover {
  cursor: pointer;
}
#alle-typer,
#alle-fagomraader {
  float: none;
  width: auto;
}
#alle-typer,
#alle-fagomraader,
#alle-typer li,
#alle-fagomraader li {
  margin-bottom: 0;
}
#vrtx-program-filters-topic {
  width: 70%;
  float: left;
}
#vrtx-program-filters-topic .only-fagomraader {
  overflow: hidden;
}
#vrtx-program-filters-type {
  width: 30%;
  padding-left: 40px;
  float: right;
}
#vrtx-program-search-found,
#vrtx-program-inactive-search-found {
  display: block;
  border-top: 6px solid #eaeaea;
  padding-top: 30px;
}
#vrtx-program-inactive-search-found {
  margin-top: 40px;
  margin-bottom: 10px;
}
.vrtx-program-read-more {
  display: none;
}
#main ul.vrtx-programs {
  margin: 20px 0 0 0;
  max-width: none;
}
#main ul.vrtx-programs li {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px 200px 13px 30px;
  border: 1px solid #eee;
  background: #f7f8f8;
}
#main ul.vrtx-programs li:before {
  display: none;
}
#main ul.vrtx-programs li h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#main ul.vrtx-programs li .introduction {
  margin-top: 10px;
}
#main ul.vrtx-programs li .vrtx-program-buttons {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1.4ex;
}
#main ul.vrtx-programs li .vrtx-program-buttons a.button:not(.comment-delete-button):not(#vrtx-commments-delete-all),
#main ul.vrtx-programs li .vrtx-program-buttons a.button:not(.comment-delete-button):not(#vrtx-commments-delete-all):focus,
#main ul.vrtx-programs li .vrtx-program-buttons a.button:not(.comment-delete-button):not(#vrtx-commments-delete-all):hover {
  background: none;
  color: #2771bb;
  padding: 0;
  margin: 0 0 0 20px;
  font-weight: normal;
}
#main ul.vrtx-programs li .vrtx-program-buttons a.button:not(.comment-delete-button):not(#vrtx-commments-delete-all):focus,
#main ul.vrtx-programs li .vrtx-program-buttons a.button:not(.comment-delete-button):not(#vrtx-commments-delete-all):hover {
  text-decoration: underline;
}
#main ul.vrtx-programs li.phd .vrtx-program-buttons a.vrtx-program-how-search {
  display: none;
}
ul.vrtx-programs-inactive.hidden,
#vrtx-program-inactive-search-found.hidden,
ul.vrtx-programs-inactive li.invisible,
ul.vrtx-programs li.invisible {
  display: none !important;
}
.vrtx-program-row h3 {
  margin-top: 0;
}
.vrtx-program-row:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-listing-filters {
  padding-bottom: 20px;
  border-bottom: 4px solid #eaeaea;
  margin-bottom: 40px;
}
#vrtx-listing-filters ul {
  margin: 0;
}
#vrtx-listing-filters:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-listing-filter-hits {
  margin-bottom: -10px;
}
#main .listing-filters-hidden {
  display: none;
}
#main .vrtx-listing-filters-expand {
  display: block;
  margin-bottom: 30px;
}
.vrtx-paging-feed-wrapper + #vrtx-listing-filter-status {
  margin-top: 10px;
}
#vrtx-listing-filter-no-results {
  margin: 10px 0 15px 0;
}
#vrtx-course-description-listing .vrtx-subfolder-menu + .vrtx-listing-filters-expand,
#vrtx-course-description-listing .vrtx-subfolder-menu + #vrtx-listing-filters,
#vrtx-course-description-listing .vrtx-subfolder-menu + .vrtx-listing-filters-expand + #vrtx-listing-filters,
#vrtx-course-description-listing .vrtx-subfolder-menu + #vrtx-listing-filters + #vrtx-listing-filters {
  margin-top: 0px;
  padding-top: 15px;
  border-top: 4px solid #eaeaea;
}
.vrtx-study-results-responsive-info {
  display: none;
}
#vrtx-master-listing #vrtx-table-supervisors {
  width: auto;
}
#vrtx-master-listing .vrtx-master-table-ongoing-completed #vrtx-table-supervisors,
#vrtx-master-listing #vrtx-table-students {
  width: 25%;
}
#vrtx-master-listing .vrtx-table-creation-time,
#vrtx-master-listing .vrtx-table-scope {
  width: 1%;
  white-space: nowrap;
}
#vrtx-master-listing .vrtx-table-supervisors ul,
#vrtx-master-listing .vrtx-table-students ul,
#vrtx-master-listing .vrtx-table-persons ul,
#vrtx-master-listing .vrtx-table-supervisors ul li,
#vrtx-master-listing .vrtx-table-students ul li,
#vrtx-master-listing .vrtx-table-persons ul li {
  margin: 0;
  display: inline;
}
#vrtx-master-listing .vrtx-table-supervisors ul:before,
#vrtx-master-listing .vrtx-table-students ul:before,
#vrtx-master-listing .vrtx-table-persons ul:before,
#vrtx-master-listing .vrtx-table-supervisors ul li:before,
#vrtx-master-listing .vrtx-table-students ul li:before,
#vrtx-master-listing .vrtx-table-persons ul li:before {
  display: none;
}
#vrtx-listing-completed-ongoing {
  margin: 10px 0;
}
/*
 * Program and program option
 *
 */
#vrtx-program-frontpage .vrtx-introduction-image,
#vrtx-program-option .vrtx-introduction-image {
  float: none;
  margin: 0 0 20px 0;
}
#vrtx-program-frontpage .vrtx-introduction-image,
#vrtx-program-option .vrtx-introduction-image,
#vrtx-program-frontpage .vrtx-introduction-image img,
#vrtx-program-option .vrtx-introduction-image img {
  width: auto !important;
}
#vrtx-program-frontpage .vrtx-introduction,
#vrtx-program-option .vrtx-introduction {
  margin-bottom: 20px;
}
#vrtx-program-frontpage h1:last-child {
  margin-bottom: 0;
}
#vrtx-program-links {
  overflow: hidden;
}
#vrtx-program-links ul {
  margin-top: 0;
  margin-bottom: 0;
}
#vrtx-program-links ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#vrtx-program-option #vrtx-program-links ul.left {
  padding-right: 10px;
}
#vrtx-program-option #vrtx-program-links ul.right {
  padding-left: 10px;
}
#vrtx-program-option #vrtx-program-links ul li {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
}
.vrtx-program-options > ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.vrtx-program-options-inactive {
  overflow: hidden;
  clear: left;
}
.vrtx-program-options-inactive ul {
  margin-top: 10px;
}
#toggle-program-option-list-inactive {
  border-top: 4px solid #eaeaea;
  padding-top: 15px;
  float: left;
  width: 100%;
  clear: left;
  display: block;
}
#main #vrtx-additional-content #vrtx-program-facts {
  border: none;
  margin: 0;
}
#main #vrtx-additional-content #vrtx-program-facts th {
  width: auto;
  font-weight: normal;
  color: #444;
}
#main #vrtx-additional-content #vrtx-program-facts td,
#main #vrtx-additional-content #vrtx-program-facts th {
  border: none;
  padding: 0;
}
#main #vrtx-additional-content #vrtx-program-facts caption {
  margin-top: 0;
  padding-top: 20px;
}
#main #vrtx-additional-content #vrtx-program-facts tr:last-child td,
#main #vrtx-additional-content #vrtx-program-facts tr:last-child th {
  padding-bottom: 20px;
}
#vrtx-course-toc {
  overflow: hidden;
}
#vrtx-course-toc h2 {
  margin-top: 0;
}
#vrtx-course-toc ul {
  margin-top: 0;
  margin-bottom: 0;
}
#vrtx-course-toc ul li:last-child {
  margin-bottom: 0;
}
#vrtx-course-semesters {
  margin-bottom: 0;
}
#vrtx-course-semesters:after {
  content: "";
  display: table;
  clear: both;
}
#vrtx-course-semesters ul {
  margin-top: 0;
  margin-bottom: 0;
}
#vrtx-course-semesters ul li:last-child {
  margin-bottom: 0;
}
#vrtx-course-semesters ul li.course-more-semesters:last-child {
  margin-bottom: 20px;
}
#vrtx-course-semesters > ul:nth-last-child(2) {
  padding-bottom: 20px;
}
#vrtx-course-more-semesters {
  border-top: 4px solid #eaeaea;
  padding-top: 15px;
  float: left;
  width: 100%;
  clear: left;
  margin-top: 15px;
}
#vrtx-course-more-semesters-toggle-wrapper {
  display: block;
  clear: left;
}
body#vrtx-semester #vrtx-main-content .vrtx-frontpage-box:first-child {
  margin-bottom: 20px;
}
#main #vrtx-semester-links {
  margin: 0;
}
#main #vrtx-semester-links li {
  margin-bottom: 20px;
}
#main #vrtx-semester-links a {
  font-size: 17px;
  font-size: 1.7rem;
}
#main #vrtx-semester-links a:after {
  top: 19px;
  right: 15px;
}
#vrtx-semester-resource-links h2 {
  clear: left;
  border-top: 4px solid #eaeaea;
  padding-top: 20px;
}
#vrtx-semester-resource-links h2:first-child {
  padding-top: 0;
  border-top: none;
}
#vrtx-additional-content #vrtx-semester-resource-links h2 {
  border-top: none;
  padding-top: 0;
  margin-top: 25px;
}
#vrtx-additional-content #vrtx-semester-resource-links .left,
#vrtx-additional-content #vrtx-semester-resource-links .right {
  float: none;
  clear: none;
  width: auto;
  margin: 0;
  padding: 0;
}
#vrtx-course-schedule {
  /* Responsive text */
  /* Expand all */
}
#vrtx-course-schedule #right-main,
#vrtx-course-schedule #total-main {
  position: relative;
}
#vrtx-course-schedule .vrtx-subscribe-component {
  position: absolute;
  top: -52px;
  right: 0;
  display: inline-block;
}
#vrtx-course-schedule .vrtx-subscribe-component .style-form {
  padding: 8px 14px 7px 14px;
}
#vrtx-course-schedule .vrtx-subscribe-component .style-form label {
  display: block;
}
#vrtx-course-schedule a.vrtx-ical-help {
  background: url(../../images/calendar-info-icon.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  bottom: -0.4em;
  float: right;
}
#vrtx-course-schedule .cs-wrp,
#vrtx-course-schedule .accordion-content {
  position: relative;
}
#vrtx-course-schedule a.long,
#vrtx-course-schedule .r {
  display: none;
}
#vrtx-course-schedule tr.odd td {
  background-color: #eee;
}
#vrtx-course-schedule tr:focus td,
#vrtx-course-schedule tr:hover td {
  background-color: #ebf3f9;
  border-color: #c6dadf;
}
#vrtx-course-schedule td.title,
#vrtx-course-schedule td.staff,
#vrtx-course-schedule td.place,
#vrtx-course-schedule td.res {
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#vrtx-course-schedule td.time,
#vrtx-course-schedule td.date {
  white-space: nowrap;
}
#vrtx-course-schedule td.edit-cell {
  padding: 0;
}
#vrtx-course-schedule td > .r + *,
#vrtx-course-schedule td > .r + * > li:first-child,
#vrtx-course-schedule td > div > .r + *,
#vrtx-course-schedule td > div > .r + * > li:first-child {
  margin-top: 0;
}
#vrtx-course-schedule td > *:last-child,
#vrtx-course-schedule td > div > *:nth-last-child(2) {
  margin-bottom: 0;
}
#vrtx-course-schedule th.date {
  width: 11%;
}
#vrtx-course-schedule th.time {
  width: 12%;
}
#vrtx-course-schedule th.title {
  width: 47%;
}
#vrtx-course-schedule th.place {
  width: 30%;
}
#vrtx-course-schedule table {
  font-size: 15px;
  font-size: 1.5rem;
  table-layout: fixed;
}
#vrtx-course-schedule table.has-staff th.title {
  width: 35%;
}
#vrtx-course-schedule table.has-staff th.place {
  width: 21%;
}
#vrtx-course-schedule table.has-staff th.staff {
  width: 21%;
}
#vrtx-course-schedule table.has-res th.title {
  width: 26%;
}
#vrtx-course-schedule table.has-res th.place {
  width: 21%;
}
#vrtx-course-schedule table.has-res th.res {
  width: 30%;
}
#vrtx-course-schedule table.has-staff.has-res th.title {
  width: 21%;
}
#vrtx-course-schedule table.has-staff.has-res th.place {
  width: 15%;
}
#vrtx-course-schedule table.has-staff.has-res th.staff {
  width: 15%;
}
#vrtx-course-schedule table.has-staff.has-res th.res {
  width: 26%;
}
#vrtx-course-schedule .status {
  color: #e2231a;
  font-weight: bold;
  padding-right: .4em;
}
#vrtx-course-schedule .edit-wrp {
  padding: 10px;
  display: block;
  position: relative;
}
#vrtx-course-schedule .edit-link,
#vrtx-course-schedule .edit-locked,
#vrtx-course-schedule .edit-locked-wrp {
  display: none;
}
#vrtx-course-schedule .edit-locked-wrp-inner,
#vrtx-course-schedule .edit-locked-wrp-inner * {
  display: block;
  clear: left;
}
#vrtx-course-schedule .edit-locked-title {
  background: transparent url("/vrtx/__vrtx/static-resources/themes/default/images/lock.png") no-repeat scroll 100% 7px;
  display: inline-block;
  font-weight: bold;
  padding: 3px 18px 3px 0;
}
#vrtx-course-schedule .edit-locked-title + a {
  margin-top: -5px;
}
#vrtx-course-schedule .can-edit tr.visible a.edit-link,
#vrtx-course-schedule .can-edit tr:hover a.edit-link,
#vrtx-course-schedule .can-edit tr.visible .edit-locked,
#vrtx-course-schedule .can-edit tr:hover .edit-locked {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  z-index: 1;
}
#vrtx-course-schedule .can-edit tr.visible .edit-locked-wrp,
#vrtx-course-schedule .can-edit tr:hover .edit-locked-wrp {
  display: block;
  position: absolute;
  bottom: -4.2em;
  right: -1px;
  padding: 2px 10px 5px 10px;
  z-index: 1;
  background: #fff;
  border: 2px solid #eaeaea;
  min-width: 220px;
}
#vrtx-course-schedule .cs-toc-content {
  display: block;
}
#vrtx-course-schedule .cs-toc-section-link.loading {
  padding-right: 25px;
  background: url("/vrtx/__vrtx/static-resources/themes/default/images/spinner.gif") no-repeat center right;
}
#vrtx-course-schedule .res-more-toggle {
  display: block;
  clear: left;
}
#vrtx-course-schedule .res-more {
  display: none;
}
#vrtx-course-schedule .res-more.visible {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 9999;
  margin-top: 5px;
  min-width: 220px;
  padding: 6px 11px 4px 11px;
  border: 1px solid #eaeaea;
}
#vrtx-course-schedule .res-more.visible > *:first-child {
  margin-top: 0;
}
#vrtx-course-schedule .res-more.visible > *:last-child {
  margin-bottom: 5px;
}
#vrtx-course-schedule .res-more.visible > *:last-child li:last-child {
  margin-bottom: 0px;
}
#vrtx-course-schedule #cs-expand-all {
  position: absolute;
  top: 0;
  right: 0;
}
#vrtx-course-schedule #activities.expanded-all .res-more-toggle,
#vrtx-course-schedule #activities.expanded-all .ui-accordion-header-icon {
  display: none;
}
#vrtx-course-schedule #activities.expanded-all .accordion-content.ui-accordion-content-show {
  display: block !important;
}
#vrtx-course-schedule #activities.expanded-all .res-more {
  display: block;
  position: static;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#vrtx-course-schedule #activities.expanded-all .cs-toc-content > .ui-accordion h3.accordion {
  border-bottom: none;
  border-top: none;
}
#vrtx-course-schedule #activities.expanded-all .cs-toc-content > .ui-accordion h3.accordion a {
  color: #444;
}
#vrtx-course-schedule #activities.expanded-all .cs-toc-content > .ui-accordion .accordion-content,
#vrtx-course-schedule #activities.expanded-all .ui-accordion-header {
  padding-left: 0;
}
.edit-locked-wrp-inner:before,
.vrtx-minestudier-program-courses-wrapper-inner:before,
.edit-locked-wrp-inner:after,
.vrtx-minestudier-program-courses-wrapper-inner:after {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}
.edit-locked-wrp-inner:after,
.vrtx-minestudier-program-courses-wrapper-inner:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 10px;
  margin-left: -10px;
}
.edit-locked-wrp-inner:before,
.vrtx-minestudier-program-courses-wrapper-inner:before {
  border-color: rgba(188, 180, 180, 0) rgba(188, 180, 180, 0) #bcb4b4;
  border-width: 11px;
  margin-left: -11px;
}
#vrtx-student-exchange-agreement h1 span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
}
#vrtx-student-exchange-agreement h1 span.vrtx-student-exchange-agreement-prefix {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
}
#vrtx-student-exchange-agreement h1 span.vrtx-student-exchange-agreement-with {
  font-weight: bold;
}
.vrtx-free-capacity-listing .vrtx-study-results-table {
  table-layout: fixed;
}
.vrtx-free-capacity-listing .vrtx-study-results-table #vrtx-free-capacity-course-description-name {
  width: 70%;
}
.vrtx-free-capacity-listing .vrtx-study-results-table #vrtx-free-capacity-course-description-credits {
  width: 12%;
}
.breadcrumb-xsl,
.sticktitle {
  display: none;
}
/* Museums */
.museum.museum-nhm #main {
  position: relative;
}
.museum.museum-nhm #museum-mark2 {
  z-index: 0;
  position: absolute;
  top: 0;
  right: -50px;
  width: 600px;
  height: 150px;
  background: url('../images/museums/nhm/fibonacci.svg') no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 100% 22%;
  background-size: auto 295%;
}
.museum.museum-nhm #museum-mark2:after {
  width: 600px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 80%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 80%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 80%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 80%);
}
.museum.museum-nhm #head-breadcrumb-container {
  background: #49ae48;
}
.museum.museum-nhm #head-breadcrumb-container #head-breadcrumb a,
.museum.museum-nhm #head-breadcrumb-container #head-breadcrumb span {
  color: #fff;
}
.museum.museum-nhm #globalnav {
  background: #ccdea7;
}
.museum.museum-nhm #globalnav ul li.vrtx-active-item a {
  background: #eaf2cf;
}
.museum.museum-nhm .vrtx-frontpage-box.white-box-green-header > h2 {
  background: #49ae48;
}
.museum.museum-nhm .uio-app-name .uio-acronym,
.museum.museum-nhm #bottomnav #breadcrumb-container span.vrtx-uio a {
  background-image: url('../images/museums/nhm/double-dots.svg');
}
.museum.museum-nhm div.vrtx-more a:before,
.museum.museum-nhm a.all-messages:before,
.museum.museum-nhm a.all-comments:before,
.museum.museum-nhm .footer > .vrtx-search-scope a:before,
.museum.museum-nhm a.more-url:before {
  background-image: url('../images/museums/nhm/arrow-right.svg');
}
.museum.museum-nhm #main .vrtx-back a:before {
  background-image: url('../images/museums/nhm/icon-chevron-left.svg');
}
.museum.museum-nhm .ui-accordion.ui-widget .ui-accordion-header .ui-icon {
  background-image: url('../images/museums/nhm/icon-chevron-right.svg');
}
.museum.museum-nhm .ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-image: url('../images/museums/nhm/icon-chevron-down.svg');
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  .museum.museum-nhm #menu-wrapper .menu li.active {
    background-color: #49ae48;
  }
}
.museum.museum-khm #head-breadcrumb-container {
  background: #f29800;
}
.museum.museum-khm #head-breadcrumb-container #head-breadcrumb a,
.museum.museum-khm #head-breadcrumb-container #head-breadcrumb span {
  color: #fff;
}
.museum.museum-khm #globalnav {
  background: #dbd1bf;
}
.museum.museum-khm #globalnav ul li.vrtx-active-item a {
  background: #ebe3d7;
}
.museum.museum-khm .vrtx-frontpage-box.white-box-orange-header > h2 {
  background: #f29800;
}
.museum.museum-khm .uio-app-name .uio-acronym,
.museum.museum-khm #bottomnav #breadcrumb-container span.vrtx-uio a {
  background-image: url('../images/museums/khm/double-dots.svg');
}
.museum.museum-khm a.vrtx-more:before,
.museum.museum-khm div.vrtx-more a:before,
.museum.museum-khm a.all-messages:before,
.museum.museum-khm a.all-comments:before,
.museum.museum-khm .footer > .vrtx-search-scope a:before,
.museum.museum-khm a.more-url:before {
  background-image: url('../images/museums/khm/arrow-right.svg');
}
.museum.museum-khm #main .vrtx-back a:before {
  background-image: url('../images/museums/khm/icon-chevron-left.svg');
}
.museum.museum-khm .ui-accordion.ui-widget .ui-accordion-header .ui-icon {
  background-image: url('../images/museums/khm/icon-chevron-right.svg');
}
.museum.museum-khm .ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-image: url('../images/museums/khm/icon-chevron-down.svg');
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  .museum.museum-khm #menu-wrapper .menu li.active {
    background-color: #f29800;
  }
}
.museum #head-wrapper {
  background: #fff;
}
.museum .uio-app-name a {
  color: #000;
}
.museum .head-menu .vrtx-login-manage-component > a,
.museum .head-menu ul > li a {
  color: #000;
}
.museum .head-menu .vrtx-login-manage-component .vrtx-dropdown-link {
  background-image: url('../images/head-dropdown-toggle-black.png');
}
.museum .header-search input[type="text"] {
  background: #fff;
  padding: 2px 9px 3px 9px;
  border: 1px solid #bbb;
}
.museum .header-search input[type="text"]::-webkit-input-placeholder {
  color: #444;
}
.museum .header-search input[type="text"]:-moz-placeholder {
  color: #444;
}
.museum .header-search input[type="text"]::-moz-placeholder {
  color: #444;
}
.museum .header-search input[type="text"]:-ms-input-placeholder {
  color: #444;
}
.museum .header-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #888;
}
.museum .header-search input[type="text"]:focus:-moz-placeholder {
  color: #888;
}
.museum .header-search input[type="text"]:focus::-moz-placeholder {
  color: #888;
}
.museum .header-search input[type="text"]:focus:-ms-input-placeholder {
  color: #888;
}
.museum .header-search button {
  background: #000;
}
.museum.header-search-collapsable .header-search > form {
  background: #fff;
}
.museum.header-search-collapsable .header-search-expand {
  background-color: #000;
}
.museum #globalnav {
  background: #bbb;
}
.museum #globalnav ul li a {
  color: #444;
}
.museum #globalnav ul li a:focus,
.museum #globalnav ul li a:hover {
  background: #fff;
}
.museum #globalnav ul li.vrtx-active-item a {
  background: #d5d5d5;
}
.museum #footer-wrapper {
  background: #fff;
}
.museum #footer-wrapper,
.museum #footer-wrapper a,
.museum #footer-wrapper h2 {
  color: #444;
}
.museum #footer-wrapper .vrtx-login-manage-link {
  background-image: url('../images/dropdown-black.png');
}
.museum #footer-wrapper .vrtx-login-manage-link:focus,
.museum #footer-wrapper .vrtx-login-manage-link:hover {
  background-image: url('../images/dropdown-black-hover.png');
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  .museum #head-breadcrumb-container {
    padding: 0;
    height: 15px;
    display: block;
  }
  .museum #head-breadcrumb-container #breadcrumb-title,
  .museum #head-breadcrumb-container #head-breadcrumb {
    display: none;
  }
}
/* Library (UB) */
#main #ub-search-container2 form.vrtx-big-search {
  max-width: none;
}
#main #ub-search-container2 form.vrtx-big-search input[type='text'] {
  border-right-width: 22.5em;
}
.en #main #ub-search-container2 form.vrtx-big-search input[type='text'] {
  border-right-width: 20.2em;
}
#ub-search-help2 {
  float: right;
}
#main ul.library-help {
  margin: 0;
  overflow: hidden;
}
#main ul.library-help li {
  float: left;
  margin: 0 15px 0 0;
}
#main ul.library-help li:before {
  display: none;
}
@media only screen and (max-width: 15.5cm) and (orientation: portrait), only screen and (max-width: 17.5cm) and (orientation: landscape) {
  #ub-search-help2 {
    margin-top: 10px;
  }
  #main #vrtx-main-content #ub-search-container2 form.vrtx-big-search input[type='text'] {
    border-right: 1px solid #ccc !important;
  }
  #main #vrtx-main-content #ub-search-container2 form.vrtx-big-search button {
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    width: 100%;
  }
  #main #vrtx-main-content #ub-search-container2 form.vrtx-big-search button[type="submit"] {
    position: static;
  }
  #main #vrtx-main-content #ub-search-container2 form.vrtx-big-search button[type="submit"]:before,
  #main #vrtx-main-content #ub-search-container2 form.vrtx-big-search button[type="submit"]:after {
    display: none;
  }
}
/* ReStructured Text (Admonitions) */
/*
 * Admonitions (note, hint, warning etc.)
 *
 * This is for important feedback from action scenarios, and is most often put
 * at the start of the document or after the main menu.
 *
 * Possible admonitions and when to use them:
 *
 *  - error     For critical errors?
 *  - warning   When...
 *  - note
 *  - caution
 *  - important
 *  - tip
 *  - hint
 *  - attention
 *  - danger
 *
 * Examples on how the html should look like:
 *
 *  <div class="warning">
 *      <p class="admonition-title">Warning title</p>
 *      A short warning text.
 *  </div>
 *
 *  <div class="error">
 *      <p class="admonition-title">A critical error</p>
 *      <pre>
 *          Error message, code and traceroute, if that should be shown.
 *      </pre>
 *  </div>
 *
 *  <div class="tip">
 *      <p class="admonition-title">A smart tip in several points</p>
 *      <ul>
 *         <li>One</li>
 *         <li>Two</li>
 *         <li>Three</li>
 *      </ul>
 *  </div>
 *
 * Admonitions without 'admonition-title' is also ok. E.g:
 *
 *  <div class="danger">
 *      <p>Stop.</p>
 *  </div>
 *
 * To get smaller admonitions:
 *
 *  <div class="note admonition-small">
 *      ...
 *  </div>
 *
 */
body#vrtx-structured-article div.admonition,
body#vrtx-structured-article div.attention,
body#vrtx-structured-article div.error,
body#vrtx-structured-article div.hint,
body#vrtx-structured-article div.important,
body#vrtx-structured-article div.note,
body#vrtx-structured-article div.tip,
body#vrtx-structured-article div.warning,
body#vrtx-structured-article div.caution,
body#vrtx-structured-article div.danger {
  background-color: #f8f8f8;
  background-position: 19px 12px ;
  background-repeat: no-repeat;
  color: #000;
  margin: 15px 0;
  padding: 15px 25px 10px 66px;
  min-height: 25px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body#vrtx-structured-article div.admonition > div,
body#vrtx-structured-article div.attention > div,
body#vrtx-structured-article div.error > div,
body#vrtx-structured-article div.hint > div,
body#vrtx-structured-article div.important > div,
body#vrtx-structured-article div.note > div,
body#vrtx-structured-article div.tip > div,
body#vrtx-structured-article div.warning > div,
body#vrtx-structured-article div.caution > div,
body#vrtx-structured-article div.danger > div {
  display: table-cell;
  vertical-align: middle;
  height: 37px;
  width: 100%;
}
body#vrtx-structured-article div.admonition ul,
body#vrtx-structured-article div.attention ul,
body#vrtx-structured-article div.error ul,
body#vrtx-structured-article div.hint ul,
body#vrtx-structured-article div.important ul,
body#vrtx-structured-article div.note ul,
body#vrtx-structured-article div.tip ul,
body#vrtx-structured-article div.warning ul,
body#vrtx-structured-article div.caution ul,
body#vrtx-structured-article div.danger ul {
  font-size: inherit;
}
body#vrtx-structured-article div.admonition pre.literal-block,
body#vrtx-structured-article div.attention pre.literal-block,
body#vrtx-structured-article div.error pre.literal-block,
body#vrtx-structured-article div.hint pre.literal-block,
body#vrtx-structured-article div.important pre.literal-block,
body#vrtx-structured-article div.note pre.literal-block,
body#vrtx-structured-article div.tip pre.literal-block,
body#vrtx-structured-article div.warning pre.literal-block,
body#vrtx-structured-article div.caution pre.literal-block,
body#vrtx-structured-article div.danger pre.literal-block {
  font-size: inherit;
  border: 1px solid #000;
}
body#vrtx-structured-article div.admonition tt.literal,
body#vrtx-structured-article div.attention tt.literal,
body#vrtx-structured-article div.error tt.literal,
body#vrtx-structured-article div.hint tt.literal,
body#vrtx-structured-article div.important tt.literal,
body#vrtx-structured-article div.note tt.literal,
body#vrtx-structured-article div.tip tt.literal,
body#vrtx-structured-article div.warning tt.literal,
body#vrtx-structured-article div.caution tt.literal,
body#vrtx-structured-article div.danger tt.literal {
  color: inherit;
}
body#vrtx-structured-article div.admonition {
  padding-left: 19px;
}
body#vrtx-structured-article div.error {
  background-image: url('../../images/admonitions/error.png');
}
body#vrtx-structured-article div.warning {
  background-image: url('../../images/admonitions/warning.png');
}
body#vrtx-structured-article div.note {
  background-image: url('../../images/admonitions/note.png');
}
body#vrtx-structured-article div.caution {
  background-image: url('../../images/admonitions/caution.png');
}
body#vrtx-structured-article div.important {
  background-image: url('../../images/admonitions/important.png');
}
body#vrtx-structured-article div.tip {
  background-image: url('../../images/admonitions/tip.png');
}
body#vrtx-structured-article div.hint {
  background-image: url('../../images/admonitions/hint.png');
}
body#vrtx-structured-article div.attention {
  background-image: url('../../images/admonitions/attention.png');
}
body#vrtx-structured-article div.danger {
  background-image: url('../../images/admonitions/danger.png');
}
body#vrtx-structured-article p.admonition-title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0px;
}
body#vrtx-structured-article div.admonition-small {
  padding: 5px 25px 10px 60px;
  background-position: 12px 12px;
  min-height: 37px;
}
body#vrtx-structured-article div.admonition-small p.admonition-title {
  font-size: 1em;
  margin-bottom: -3px;
  margin-top: 5px;
}
body#vrtx-structured-article div.admonition-small p.last {
  margin-bottom: 0px;
}
body {
  background: #fff;
}
h1 {
  margin-bottom: 25px;
}
h2,
h3 {
  margin-top: 25px;
}
h1 + h2 {
  margin-top: -15px;
}
h2 + h3 {
  margin-top: 10px;
}
a[name] {
  color: #444;
}
a[name]:focus,
a[name]:hover {
  text-decoration: none;
}
hr,
table {
  margin: 20px 0;
}
hr {
  clear: left;
  width: 100%;
}
.ui-accordion {
  clear: both;
  margin: 10px 0;
}
dl dl {
  margin: 10px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 10px 40px;
}
code {
  white-space: normal;
}
pre {
  background-color: #f8f8f8;
  margin: 15px 0;
  padding: 15px 15px 15px 16px;
  white-space: pre;
  overflow: auto;
  overflow-y: hidden;
  border: 1px dashed #eaeaea;
  border-left: 6px solid #eaeaea;
  font-family: monospace, monospace;
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
pre.shell,
pre.shell-green {
  background: #151515;
  border: none;
  color: #eee;
  padding: 16px 16px 16px 21px;
}
pre.shell-green {
  color: #4ef84e;
}
pre code {
  font-family: inherit;
  white-space: inherit;
}
sub,
sup {
  position: relative;
  font-size: 0.813em;
  line-height: 0;
  height: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.8ex;
}
abbr.dtstart,
abbr.dtend {
  border-bottom: none;
  text-decoration: none;
}
a.vrtx-more,
div.vrtx-more a,
a.all-messages,
a.all-comments,
.footer > .vrtx-search-scope a,
a.more-url {
  font-size: 18px;
  font-size: 1.8rem;
}
a.vrtx-more:before,
div.vrtx-more a:before,
a.all-messages:before,
a.all-comments:before,
.footer > .vrtx-search-scope a:before,
a.more-url:before {
  background: url('../profile/images/arrow-forward-red.svg') no-repeat 0 0;
  background-size: 100% auto;
  display: inline-block;
  content: " ";
  width: 1.5em;
  height: 1.3em;
  position: relative;
  top: .3ex;
  margin-right: 10px;
}
.uio-main ul li {
  margin-right: 0;
}
div.vrtx-toc-only-one-level div#toc ul ul {
  display: none;
}
.white-box-black-header > h2,
.white-box-green-header > h2,
.white-box-orange-header > h2,
.white-box-red-header > h2,
.white-box-grey-header-line > h2,
.frontpage-big-title > h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}
#head-context-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 45px;
  line-height: 4.5rem;
  color: #fff;
}
/* Possible to avoid rules in profile/css/typography.less? */
.vrtx-toc-header,
.display-as-h2,
.vrtx-tag-cloud-title,
.vrtx-image-listing-include-title,
.vrtx-feedback-title,
.subfolder-menu-alt .menu-title,
p.topic-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: normal;
  margin: 25px 0 10px 0;
  color: #222;
}
#vrtx-listing-filter-hits,
#vrtx-program-inactive-search-found,
#vrtx-program-search-found,
#vrtx-blog-listing #vrtx-additional-content > h3:first-child,
a.comments-title,
a.feed-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: normal;
}
.vrtx-recent-comments a.comments-title,
.vrtx-subfolder-menu .menu-title,
#vrtx-program-inactive-search-found,
#vrtx-program-search-found {
  color: #222;
}
.vrtx-messages .vrtx-resource .vrtx-title a.vrtx-title,
.vrtx-subfolder-menu .menu-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
}
.vrtx-toc-style-like-h3 .vrtx-toc-header,
.display-as-h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
  font-weight: normal;
  margin: 25px 0 10px 0;
  color: #222;
}
.display-as-h4,
.vrtx-toc-style-like-h4 .vrtx-toc-header  {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #222;
}
#main .bigger-box-content-text .vrtx-box-content,
#main .vrtx-box-content .bigger-box-content-text {
  padding: 20px 170px 25px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: Georgia, serif;
  font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
}
#main .bigger-box-content-text .vrtx-box-content p,
#main .vrtx-box-content .bigger-box-content-text p {
  max-width: none;
}
#main .vrtx-box-content .bigger-box-content-text {
  border-top: 4px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
  margin: 30px 0 10px;
  padding: 20px 100px;
  width: 100%;
  float: left;
}
#main .vrtx-box-content .bigger-box-content-text p {
  margin-top: 0;
}
.introduction-div,
.vrtx-introduction-big,
.vrtx-frontpage-box.introduction .vrtx-box-content,
.vrtx-organizational-unit-introduction,
.vrtx-introduction {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: Georgia, serif;
  font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
}
/* Smaller fonts when have right column */
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .introduction-div,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .introduction-div,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-introduction-big,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-introduction-big,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box.introduction .vrtx-box-content,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box.introduction .vrtx-box-content,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-organizational-unit-introduction,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-organizational-unit-introduction,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-introduction,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-introduction {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .display-as-h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .display-as-h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .display-as-h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .display-as-h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .display-as-h2,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .display-as-h2,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .vrtx-tag-cloud-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .vrtx-tag-cloud-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .vrtx-tag-cloud-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .vrtx-tag-cloud-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .vrtx-tag-cloud-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .vrtx-tag-cloud-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .ui-accordion h2.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .ui-accordion h2.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .ui-accordion h2.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .ui-accordion h2.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .ui-accordion h2.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .ui-accordion h2.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .vrtx-feedback-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .vrtx-feedback-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .vrtx-feedback-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .vrtx-feedback-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .vrtx-feedback-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .vrtx-feedback-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.comments-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.comments-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.comments-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.comments-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.comments-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.comments-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.feed-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.feed-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.feed-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.feed-title,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.feed-title,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.feed-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
}
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] h3,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] h3,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content h3,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .ui-accordion h3.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .ui-accordion h3.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .ui-accordion h3.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .ui-accordion h3.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .ui-accordion h3.ui-accordion-header,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .ui-accordion h3.ui-accordion-header,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] caption,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] caption,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] caption,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] caption,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content caption,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content caption,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .display-as-h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .display-as-h3,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .display-as-h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .display-as-h3,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .display-as-h3,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .display-as-h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.vrtx-more,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.vrtx-more,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.vrtx-more,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.vrtx-more,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.vrtx-more,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.vrtx-more,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] div.vrtx-more a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] div.vrtx-more a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] div.vrtx-more a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] div.vrtx-more a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content div.vrtx-more a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content div.vrtx-more a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.all-messages,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.all-messages,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.all-messages,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.all-messages,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.all-messages,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.all-messages,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.all-comments,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.all-comments,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.all-comments,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.all-comments,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.all-comments,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.all-comments,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .footer > .vrtx-search-scope a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] .footer > .vrtx-search-scope a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .footer > .vrtx-search-scope a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] .footer > .vrtx-search-scope a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content .footer > .vrtx-search-scope a,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content .footer > .vrtx-search-scope a,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.more-url,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='half-box-'] a.more-url,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.more-url,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) .vrtx-frontpage-box[class*='third-box-'] a.more-url,
#vrtx-frontpage #vrtx-content:not(.frontpage-wide) #vrtx-main-content:not(.vrtx-empty-additional-content) + #vrtx-additional-content a.more-url,
#vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content a.more-url {
  font-size: 16px;
  font-size: 1.6rem;
}
/* Bloglisting fix */
#vrtx-blog-listing #vrtx-main-content:not(.vrtx-hide-additional-content-true):not(.vrtx-empty-additional-content) + #vrtx-additional-content > h3:first-child {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
  font-weight: normal;
}
#vrtx-additional-content #vrtx-related-content h2,
#vrtx-additional-content #vrtx-related-content .display-as-h2,
#vrtx-additional-content #vrtx-related-content .vrtx-tag-cloud-title,
#vrtx-additional-content #vrtx-related-content .ui-accordion h2.ui-accordion-header,
#vrtx-additional-content #vrtx-related-content .vrtx-feedback-title,
#vrtx-additional-content #vrtx-related-content a.comments-title,
#vrtx-additional-content #vrtx-related-content a.feed-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  line-height: 2.9rem;
}
#vrtx-additional-content #vrtx-related-content h3,
#vrtx-additional-content #vrtx-related-content .ui-accordion h3.ui-accordion-header,
#vrtx-additional-content #vrtx-related-content caption,
#vrtx-additional-content #vrtx-related-content .display-as-h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
/* TODO
.vrtx-introduction:after {
  .clearfix();
}
*/
.vrtx-introduction-image {
  line-height: 0;
}
.vrtx-imagetext,
figcaption,
.vrtx-image-listing-include-container-description,
.vrtx-container,
.vrtx-img-container {
  color: #6f6f6f;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.vrtx-message-line-publish-date,
.vrtx-comment .comment-date,
.lastModified,
.vrtx-event-component-misc,
div.time-and-place,
.published-date,
.vrtx-image-creation-time,
.vrtx-byline,
.vrtx-featured-item .vrtx-date,
.vrtx-authors,
.vrtx-date-info {
  color: #666;
}
.vrtx-message-line-publish-date,
.lastModified,
div.time-and-place,
.vrtx-featured-item .vrtx-date,
*:not(.vrtx-date-info) > .published-date,
.vrtx-event-component-misc,
.vrtx-comment .comment-date {
  font-family: Georgia, serif;
  font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
}
.add-comment-header,
#comments-header-left a,
#main *:not(.vrtx-messages) > .vrtx-resource a.vrtx-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: normal;
  color: #2771bb;
}
form.searchform .searchstringlabel {
  display: none;
}
