/*
 * UiO CSS: Frontpage
 *
 */

/*
 * Frontpage box
 *
 */

.vrtx-frontpage-box {
  background-color: transparent;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 15px;
}

.vrtx-frontpage-box.hide-box {
  display: none;
}

/* Dividers when leftmenu */

#right-main .vrtx-frontpage-box .left,
#right-main .vrtx-frontpage-box .right,
#right-main .left,
#right-main .right {
  width: 243px;
}

#right-main .vrtx-frontpage-box ul.left,
#right-main .vrtx-frontpage-box ul.right,
#right-main ul.left,
#right-main ul.right {
  width: 236px;
}

#right-main .vrtx-frontpage-box ol.left,
#right-main .vrtx-frontpage-box ol.right,
#right-main ol.left,
#right-main ol.right {
  width: 216px;
}

#right-main .vrtx-frontpage-box .thirds-left,
#right-main .vrtx-frontpage-box .thirds-middle,
#right-main .vrtx-frontpage-box .thirds-right,
#right-main .thirds-left,
#right-main .thirds-middle,
#right-main .thirds-right {
  width: 129px;
}

#right-main .vrtx-frontpage-box .thirds-right,
#right-main .thirds-right {
  width: 128px;
}

#right-main .vrtx-frontpage-box ul.thirds-left,
#right-main .vrtx-frontpage-box ul.thirds-middle,
#right-main .vrtx-frontpage-box ul.thirds-right,
#right-main ul.thirds-left,
#right-main ul.thirds-middle,
#right-main ul.thirds-right {
  width: 122px;
}

#right-main .vrtx-frontpage-box ul.thirds-right,
#right-main ul.thirds-right {
  width: 121px;
}

#right-main .vrtx-frontpage-box ol.thirds-left,
#right-main .vrtx-frontpage-box ol.thirds-middle,
#right-main .vrtx-frontpage-box ol.thirds-right,
#right-main ol.thirds-left,
#right-main ol.thirds-middle,
#right-main ol.thirds-right {
  width: 102px;
}

/* ^ Dividers when leftmenu */

ul.left,
ul.right,
ul.thirds-left,
ul.thirds-middle,
ul.thirds-right,
.left *:first-child,
.right *:first-child,
.thirds-left *:first-child,
.thirds-middle *:first-child,
.thirds-right *:first-child,
.vrtx-frontpage-box > .vrtx-box-content > *:first-child,
.vrtx-frontpage-box > .vrtx-box-content > *:first-child > *:first-child {
  margin-top: 0px !important;
}

.vrtx-frontpage-box .vrtx-frontpage-box-picture {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 100%;
}

.vrtx-frontpage-box a.more {
  clear: both;
  display: block;
  font-weight: bold;
  margin: 10px 0 0 0;
  background: transparent url('../images/arrow-small-red.gif') no-repeat 100% 100%;
  padding-right: 19px;
}

.vrtx-frontpage-box h2 {
  font-size: 20px; /* new 18px */
  font-size: 1.38em;
  margin: -5px 0 10px 0;
}

.vrtx-frontpage-box .vrtx-box-content h2 {
  margin-top: 20px;
}

#vrtx-main-content .vrtx-frontpage-box.vrtx-more-false h2 a {
  color: #0b5a9d;
}

#vrtx-main-content .vrtx-frontpage-box h3 a,
#vrtx-main-content .vrtx-frontpage-box h4 a,
#vrtx-main-content .vrtx-frontpage-box h5 a,
#vrtx-main-content .vrtx-frontpage-box h6 a {
  color: #0b5a9d;
}

.one-column-featured-item p img {
  float: left;
  margin: 0 10px 0 0;
}

.introduction-box {
  font: normal 16px/20px Georgia, serif;
  font-size: 1.23em;
  line-height: 1.18em;
}

body.georgia-not-detected .introduction-box {
  font-size: 1.1em;
  line-height: 1.26em;
}

#vrtx-main-content .vrtx-frontpage-box ul {
  margin-bottom: 10px;
  margin-left: 7px;
}

#vrtx-main-content .vrtx-frontpage-box ul.hide-overflow {
  overflow: hidden;
}

#vrtx-main-content .vrtx-frontpage-box ul.left,
#vrtx-main-content .vrtx-frontpage-box ul.right {
  padding-bottom: 0px;
}

#vrtx-main-content .vrtx-frontpage-box .vrtx-recent-comments ul,
#vrtx-main-content .vrtx-frontpage-box .vrtx-feed ul {
  margin-bottom: 0px;
  margin-left: 0px;
}

#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul {
  padding-top: 0px;
}

#vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction {
  background-color: #fff;
  padding: 14px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

#vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction .vrtx-introduction {
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.23em;
  line-height: 1.18em;
}

#vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction .vrtx-introduction-image {
  margin-right: 0px;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
}

/* ^ Frontpage box */

/* 
 * White box
 *
 */

.white-box-black-header,
.white-box-green-header,
.white-box-orange-header,
.white-box-red-header,
.white-box {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 14px;
}

.white-box p.white-box-p-reset {
  float: none;
  margin: 3px 0 8px 0;
  width: auto;
}

.white-box .vrtx-img-container p img {
  margin: 0px;
  max-width: none;
}

/* ^ White box */

/* 
 * Grey boxes
 *
 */

.grey-box {
  background-color: #e8e8e8;
  border: 1px solid #d0d0d0;
  padding: 14px;
}

.light-grey-box {
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  padding: 14px;
}

.grey-box-light {
  background-color: #eeeeee;
  border: 1px solid #d0d0d0;
  padding: 14px;  
}

#uiodoc #main .grey-clip-box {
  background-color: #F0EEEA;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.grey-clip-box .icon {
  background: #F0EEEA url(../images/clip.png) no-repeat 100% 0%;
  display: block;
  height: 53px;
  width: 62px;
  right: -14px;
  top: -1px;
  position: absolute;
}

/* Can (maybe) use siblings to achieve this also in IE8 */
.grey-clip-box h2:first-child,
.grey-clip-box .vrtx-box-content p:nth-child(2),
.grey-clip-box .vrtx-box-content ul:nth-child(2) li:first-child,
.grey-clip-box .vrtx-box-content ol:nth-child(2) li:first-child {
  padding-right: 36px;
}

#vrtx-additional-content .grey-clip-box .vrtx-box-content h2 {
  margin-top: -5px !important;
}

/* ^ Grey boxes */

/* 
 * Half box
 *
 */

.half-box {
  clear: none;
  float: left;
  width: 290px;
}

.half-box-left,
.half-box-right {
  clear: none;
  width: 290px;
  position: relative;
  padding-bottom: 14px;
}

.half-box-left.vrtx-more-false,
.half-box-right.vrtx-more-false,
.third-box-left.vrtx-more-false,
.third-box-middle.vrtx-more-false,
.third-box-right.vrtx-more-false {
  padding-bottom: 0px;
}

.half-box-left {
  float: left;
  clear: left;
}

.half-box-right {
  float: right;
}

.white-box.half-box-left,
.white-box.half-box-right,
.white-box.half-box,
.grey-box.half-box-left,
.grey-box.half-box-right,
.grey-box.half-box {
  padding-top: 14px;
  padding-bottom: 14px;
}

.white-box.half-box-left.vrtx-more-false,
.white-box.half-box-right.vrtx-more-false,
.white-box.half-box.vrtx-more-false,
.white-box.third-box-left.vrtx-more-false,
.white-box.third-box-middle.vrtx-more-false,
.white-box.third-box-right.vrtx-more-false,
.grey-box.half-box-left.vrtx-more-false,
.grey-box.half-box-right.vrtx-more-false,
.grey-box.half-box.vrtx-more-false,
.grey-box.third-box-left.vrtx-more-false,
.grey-box.third-box-middle.vrtx-more-false,
.grey-box.third-box-right.vrtx-more-false {
  padding-bottom: 14px;
}

.half-box-left .vrtx-box-content,
.half-box-right .vrtx-box-content,
.third-box-left .vrtx-box-content,
.third-box-middle .vrtx-box-content,
.third-box-right .vrtx-box-content {
  padding-bottom: 15px;
}

.vrtx-more-false.half-box-left .vrtx-box-content,
.vrtx-more-false.half-box-right .vrtx-box-content,
.vrtx-more-false.third-box-left .vrtx-box-content,
.vrtx-more-false.third-box-middle .vrtx-box-content,
.vrtx-more-false.third-box-right .vrtx-box-content {
  padding-bottom: 0px;
}

.half-box-left .vrtx-feed ul li,
.half-box-right .vrtx-feed ul li,
.half-box-left .vrtx-recent-comments ul li,
.half-box-right .vrtx-recent-comments ul li {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  background: none !important;
  padding-bottom: 10px !important;
}

.half-box-left .vrtx-feed.with-images ul li {
  float: left;
  width: 100%;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
}

.half-box-left h2,
.half-box-right h2,
.half-box h2 {
  font-size: 1.31em;
  line-height: 1.31em;
}

.box-picture-left .vrtx-frontpage-box-picture,
.half-box-left .vrtx-frontpage-box-picture,
.half-box-right .vrtx-frontpage-box-picture {
  margin: 0px 10px 0 0px;
  float: left;
}

.half-box-left .vrtx-frontpage-box-picture img,
.half-box-right .vrtx-frontpage-box-picture img {
  width: 90px;
}

.box-picture-left .vrtx-frontpage-box-picture {
  max-width: none;
}

.box-picture-left .vrtx-frontpage-box-picture a {
  display: block;
}

.box-picture-left .vrtx-frontpage-box-picture,
.box-picture-left .vrtx-frontpage-box-picture a,
.box-picture-left .vrtx-frontpage-box-picture img {
  width: 116px;
}

#right-main .half-box,
#right-main .half-box-left,
#right-main .half-box-right {
  width: 229px;
}

.half-box-left div.vrtx-more,
.half-box-right div.vrtx-more,
.half-box div.vrtx-more,
.third-box-left div.vrtx-more,
.third-box-right div.vrtx-more,
.third-box-middle div.vrtx-more {
  position: absolute;
  bottom: 10px;
  right: 14px;
}

.half-box-left .vrtx-more a,
.half-box-right .vrtx-more a,
.third-box-left .vrtx-more a,
.third-box-middle .vrtx-more a,
.third-box-right .vrtx-more a {
  font-size: 0.92em  !important;
}

.vrtx-frontpage-box-picture.box-picture-left h2,
.vrtx-frontpage-box-picture.half-box-left h2,
.vrtx-frontpage-box-picture.half-box-right h2 {
  width: 189px;
  float: right;
  margin-top: -4px;
  margin-bottom: 5px;
}

.vrtx-frontpage-box-picture.box-picture-left .vrtx-box-content,
.vrtx-frontpage-box-picture.half-box-left .vrtx-box-content,
.vrtx-frontpage-box-picture.half-box-right .vrtx-box-content {
  width: 189px;
  float: right;
}

.vrtx-frontpage-box-picture.box-picture-left h2,
.vrtx-frontpage-box-picture.box-picture-left .vrtx-box-content {
  width: 503px;
}

#right-main .vrtx-frontpage-box-picture.box-picture-left h2,
#right-main .vrtx-frontpage-box-picture.box-picture-left .vrtx-box-content {
  width: 380px;
}

#right-main .vrtx-frontpage-box-picture.half-box-left h2,
#right-main .vrtx-frontpage-box-picture.half-box-right h2,
#right-main .vrtx-frontpage-box-picture.half-box-left .vrtx-box-content,
#right-main .vrtx-frontpage-box-picture.half-box-right .vrtx-box-content {
  width: 128px;
}

.vrtx-frontpage-box-picture.half-box-left.half-box-wide-image h2,
.vrtx-frontpage-box-picture.half-box-right.half-box-wide-image h2 {
  float: none;
  width: 100%;
}

.vrtx-frontpage-box-picture.half-box-left.half-box-wide-image .vrtx-box-content,
.vrtx-frontpage-box-picture.half-box-right.half-box-wide-image .vrtx-box-content {
  width: 100%;
  float: none;
}

.vrtx-frontpage-box-picture.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture img,
.vrtx-frontpage-box-picture.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture img {
  width: 290px;
}

.vrtx-frontpage-box-picture.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture,
.vrtx-frontpage-box-picture.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture {
  margin: 10px 0;
}

/* ^ Half box */

/* 
 * Third box
 * 
 */

.third-box-left,
.third-box-middle,
.third-box-right {
  float: left;
  margin-right: 20px;
  width: 177px;
  clear: none;
  position: relative;
  padding-bottom: 14px;
}

.third-box-middle {
  width: 176px;
}

#right-main .third-box-left,
#right-main .third-box-middle,
#right-main .third-box-right {
  width: 136px;
}

#right-main .third-box-middle {
  width: 135px;
}

.third-box-left {
  clear: left;
}

.third-box-right {
  margin-right: 0px;
}

.third-box-left .vrtx-frontpage-box-picture,
.third-box-middle .vrtx-frontpage-box-picture, 
.third-box-right .vrtx-frontpage-box-picture {
  margin-left: 0px;
  margin-right: 0px;
}

/* ^ Third box */

/* 
 * White box black, green and red header
 *
 */

.white-box-black-header h2,
.white-box-green-header h2,
.white-box-orange-header h2,
.white-box-red-header h2,
.white-box-black-header h2 a,
.white-box-green-header h2 a,
.white-box-orange-header h2 a,
.white-box-red-header h2 a {
  color: #fff !important;
}

.white-box-black-header .vrtx-box-content h2,
.white-box-green-header .vrtx-box-content h2,
.white-box-orange-header .vrtx-box-content h2,
.white-box-red-header .vrtx-box-content h2 {
  color: #2b2b2b !important;
}

.white-box-black-header .vrtx-box-content h2 a,
.white-box-green-header .vrtx-box-content h2 a,
.white-box-orange-header .vrtx-box-content h2 a,
.white-box-red-header .vrtx-box-content h2 a {
  color: #0b5a9d !important;
}

.white-box-grey-header-line h2 {
  border-bottom: 1px solid #e4e4e4;
  font-size: 1.85em;
  line-height: 1.17em;
  margin: -7px -14px 20px -14px !important;
  overflow: hidden;
  padding: 0px 0 5px 14px;
}


.white-box-black-header h2,
.white-box-green-header h2,
.white-box-orange-header h2,
.white-box-red-header h2 {
  font-size: 1.85em;
  line-height: 1.17em;
  background: black url(../images/box-header-black-gradient.png) repeat-x 0 100%;
  margin: -14px -14px 15px -14px;
  padding: 6px 0 5px 14px;
}

.white-box-green-header h2 {
  background: #5eab0b url(../images/museums/box-header-green-gradient.png) repeat-x top left;
}

.white-box-orange-header h2 {
  background: #f49900 url(../images/museums/box-header-orange-gradient.png) repeat-x top left;
}

.white-box-red-header h2 {
  background: #ee2727 url(../images/box-header-red-gradient.png) repeat-x top left;
}

.featured-one-big-two-column.white-box-black-header h2,
.featured-one-big-two-column.white-box-green-header h2,
.featured-one-big-two-column.white-box-orange-header h2,
.featured-one-big-two-column.white-box-red-header h2 {
  margin-bottom: 0px !important;
  margin: -1px -1px 0 -1px;
  padding: 7px 0 0 14px;
}

.white-box-grey-header-dotted-line h2 {
  background: #fff url(../images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* ^ White box black header */


/* 
 * Featured content 
 *
 */

/* 
 * Featured one BIG two column 
 *
 */


.featured-one-big-two-column {
  padding: 0;
  position: relative;
}

.vrtx-frontpage-box.featured-one-big-two-column h2 {
  font-size: 1.85em;
  line-height: 1.2em;
  height: 34px;
  margin: -1px -1px 0 -1px;
  padding: 7px 0 0 14px;
}

.featured-one-big-two-column .vrtx-featured-item {
  float: left;
  margin: 0 20px 0 14px;
  padding-bottom: 15px;
  width: 305px;
}

#main .featured-one-big-two-column .vrtx-featured-item-2,
#main .featured-one-big-two-column .vrtx-featured-item-3 {
  margin-top: 16px;
}

#main .featured-one-big-two-column .vrtx-featured-item-3,
#main .featured-one-big-two-column .vrtx-featured-item-5,
#main .featured-one-big-two-column .vrtx-featured-item-7,
#main .featured-one-big-two-column .vrtx-featured-item-8,
#main .featured-one-big-two-column .vrtx-featured-item-11,
#main .featured-one-big-two-column .vrtx-featured-item-13,
#main .featured-one-big-two-column .vrtx-featured-item-15,
#main .featured-one-big-two-column .vrtx-featured-item-17 {
  margin-right: 0px;
  margin-left: 0px;
}

.featured-one-big-two-column .vrtx-featured-item .vrtx-featured-item-picture {
  float: left;
  overflow: hidden;
  padding-bottom: 10px;
  width: 90px;
  margin-right: 10px;
}

.featured-one-big-two-column .vrtx-featured-item .vrtx-featured-item-picture a {
  display: block;
}

.featured-one-big-two-column .vrtx-featured-item .vrtx-featured-item-picture img {
  width: 90px;
  margin: 0px;
}

.featured-one-big-two-column .vrtx-featured-item .vrtx-box-content {
  float: left;
  margin: 0;
  width: 280px;
}

.featured-one-big-two-column .vrtx-featured-item.vrtx-featured-item-picture .vrtx-box-content {
  width: 205px;
}

.featured-one-big-two-column .vrtx-box-content h2 {
  background: transparent;
  background-image: none;
  color: #2b2b2b;
  font-size: 1.15em;
  height: auto;
  margin: 0;
  padding: 0;
}

.featured-one-big-two-column .vrtx-box-content h2 a {
  color: #0b5a9d;
}

.featured-one-big-two-column .vrtx-box-content .vrtx-sticktitle {
  color: #777777;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}

.featured-one-big-two-column .vrtx-date {
  color: #777777;
  font-size: 11px;
  font-size: 0.85em;
  margin: 3px 0 0 0;
}

.featured-one-big-two-column .vrtx-box-sub-content {
  margin-top: 3px;
}

.featured-one-big-two-column .vrtx-featured-item div.vrtx-more {
  display: none;
}

.featured-one-big-two-column div.vrtx-more,
.white-box-black-header div.vrtx-more,
.white-box-green-header div.vrtx-more,
.white-box-orange-header div.vrtx-more,
.white-box-red-header div.vrtx-more {
  background: transparent url(../images/line-dotted-grey-white-bg.png) repeat-x 0 0;
  clear: both;
  display: block;
  padding: 8px 14px 5px 0;
  text-align: right;
}

.white-box-black-header div.vrtx-more,
.white-box-green-header div.vrtx-more,
.white-box-orange-header div.vrtx-more,
.white-box-red-header div.vrtx-more {
  margin: 10px -14px -13px -14px;
}

.featured-one-big-two-column div.vrtx-more {
  margin: 0 !important;
}

/* Featured item #1 */

#main .featured-one-big-two-column .vrtx-featured-item-1 {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 660px;
}

#main .featured-one-big-two-column.white-box .vrtx-featured-item-1 .vrtx-featured-item-picture,
#main .featured-one-big-two-column.grey-box .vrtx-featured-item-1 .vrtx-featured-item-picture,
#main .featured-one-big-two-column.white-box-black-header .vrtx-featured-item-1 .vrtx-featured-item-picture,
#main .featured-one-big-two-column.white-box-green-header .vrtx-featured-item-1 .vrtx-featured-item-picture,
#main .featured-one-big-two-column.white-box-orange-header .vrtx-featured-item-1 .vrtx-featured-item-picture,
#main .featured-one-big-two-column.white-box-red-header .vrtx-featured-item-1 .vrtx-featured-item-picture {
  margin: -1px;
}

#right-main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture {
  width: 507px;
}

#main .featured-one-big-two-column.borderless .vrtx-featured-item-1 .vrtx-featured-item-picture {
  margin: 0;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 img {
  min-width: 0;
  width: 660px;
}

#right-main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture img {
  width: 507px;
}

.content-over-image-left .vrtx-box-content,
.content-over-image-right .vrtx-box-content,
#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content {
  background-color: #fff;
  bottom: 15px;
  float: none;
  position: absolute;
  right: 15px;
  padding: 15px 15px 13px 15px;
  width: 274px;
}

.content-over-image-left.white-box-black-header h2,
.content-over-image-right.white-box-black-header h2,
.content-over-image-left.white-box-green-header h2,
.content-over-image-right.white-box-green-header h2,
.content-over-image-left.white-box-orange-header h2,
.content-over-image-right.white-box-orange-header h2,
.content-over-image-left.white-box-red-header h2,
.content-over-image-right.white-box-red-header h2 {
  margin: -15px -15px 0px -15px !important;
}

.content-over-image-left.white-box-black-header .vrtx-box-content h2,
.content-over-image-right.white-box-black-header .vrtx-box-content h2,
.content-over-image-left.white-box-green-header .vrtx-box-content h2,
.content-over-image-right.white-box-green-header .vrtx-box-content h2,
.content-over-image-left.white-box-orange-header .vrtx-box-content h2,
.content-over-image-right.white-box-orange-header .vrtx-box-content h2,
.content-over-image-left.white-box-red-header .vrtx-box-content h2,
.content-over-image-right.white-box-red-header .vrtx-box-content h2 {
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content h2 {
  font-size: 1.54em;
  line-height: 1.15em;
  padding: 0;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content .vrtx-sticktitle {
  color: #777777;
  font-weight: bold;
  margin-top: -5px;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content .vrtx-box-sub-content {
  padding: 0;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content .vrtx-box-sub-content p {
  margin-bottom: 0px;
}

#main .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-more {
  display: none !important;
}

/* ^ Featured item #1 */

/* Featured item #1 below */

#main .featured-big-box-content-below .vrtx-featured-item-1 .vrtx-box-content {
  position: static;
  margin-left: 0px;
  float: left;
  width: auto;
  background-color: transparent;
}

#main .featured-big-box-content-below .vrtx-featured-item-1 .vrtx-box-content .vrtx-box-sub-content {
  padding-bottom: 8px;
  padding-top: 2px;
}

#main .featured-big-box-content-below .vrtx-featured-item-1 .vrtx-box-content .vrtx-date {
  margin-top: -4px;
}

/* ^ Featured item #1 below */

.hide-featured-after-first .vrtx-featured-item {
  display: none !important;
}

.hide-featured-after-first .vrtx-featured-item-1 {
  display: block !important;
}

.hide-featured-after-third .vrtx-featured-item {
  display: none; 
}

.hide-featured-after-third .vrtx-featured-item-1,
.hide-featured-after-third .vrtx-featured-item-2,
.hide-featured-after-third .vrtx-featured-item-3 {
  display: block;
}

.hide-featured-after-fifth .vrtx-featured-item {
  display: none; 
}

.hide-featured-after-fifth .vrtx-featured-item-1,
.hide-featured-after-fifth .vrtx-featured-item-2,
.hide-featured-after-fifth .vrtx-featured-item-3,
.hide-featured-after-fifth .vrtx-featured-item-4,
.hide-featured-after-fifth .vrtx-featured-item-5 {
  display: block !important;
}

.content-over-image-left .vrtx-box-content,
.featured-big-box-content-left .vrtx-featured-item-1 .vrtx-box-content {
  left: 15px;
}

/* Subfolder menu in box content */

#right-main > .vrtx-subfolder-menu .menu-title,
#total-main > .vrtx-subfolder-menu .menu-title {
  font-size: 1.23em;
  font-weight: bold;
  line-height: 1.29em;
}

.featured-one-big-two-column .vrtx-box-content .subfolder-menu-alt .menu-title,
.featured-one-big-two-column .vrtx-box-content .vrtx-subfolder-menu .menu-title {
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  background: transparent url(../images/line-dotted-grey-white-bg.png) repeat-x top left;
  margin: 0 -14px 10px;
  padding: 10px 14px 0 14px;
}

.featured-one-big-two-column .vrtx-box-content .subfolder-menu-alt .menu-title {
  margin: 0 0 10px 0;
  padding: 10px 15px 0 15px;
  clear: both;
  display: inline-block;
  width: 627px;
}

.featured-one-big-two-column.hide-featured-after-first .vrtx-box-content .subfolder-menu-alt .menu-title,
.featured-one-big-two-column.hide-featured-after-first .vrtx-box-content .vrtx-subfolder-menu .menu-title {
  background-position: bottom left;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.featured-one-big-two-column .vrtx-box-content ul li .button {
  margin-left: -10px;
}

.featured-one-big-two-column .vrtx-box-content .vrtx-subfolder-menu {
  padding: 0 14px;
}

#total-main .featured-one-big-two-column .vrtx-subfolder-menu {
  width: 630px;
}

#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-subfolder-menu {
  width: 940px;
}

#right-main .featured-one-big-two-column .vrtx-subfolder-menu {
  width: 630px;
}

#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-subfolder-menu {
  width: 730px;
}

/* ^ Subfolder menu in box content */

/* ^ Featured one BIG two column */

/* ^ Featured content */

/* 
 * Feeds - Subfolders
 *
 */

.vrtx-frontpage-box .vrtx-recent-comments ul,
.vrtx-frontpage-box .vrtx-feed ul {
  margin: 0;
}

.vrtx-frontpage-box .vrtx-empty-message {
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}

.vrtx-frontpage-box.vrtx-more-false .vrtx-box-content > div:last-child > .vrtx-recent-comments .vrtx-empty-message,
.vrtx-frontpage-box.vrtx-more-false .vrtx-box-content > div:last-child > .vrtx-feed .vrtx-empty-message {
  margin-bottom: 0;
}

.half-box .vrtx-recent-comments ul,
.half-box .vrtx-feed ul {
  padding-top: 15px;
}

.vrtx-event-component-item,
#vrtx-main-content .vrtx-feed ul li {
  background: transparent url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x 0 100%;
  margin: 0 0 15px 0;
  padding-left: 0px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}

.vrtx-event-component-item.last {
  margin-bottom: 0px;
}

.vrtx-event-component .vrtx-more {
  padding-top: 15px;
}

#main .vrtx-box-content > p:first-child .vrtx-event-component:first-child,
#main .vrtx-box-content > div:first-child .vrtx-event-component:first-child {
  margin-top: 15px !important;
}

#main .vrtx-header-false .vrtx-box-content > p:first-child .vrtx-event-component:first-child,
#main .vrtx-header-false .vrtx-box-content > div:first-child .vrtx-event-component:first-child {
  margin-top: 0px !important;
}

.vrtx-box-content > p:last-child .vrtx-event-component:last-child,
.vrtx-box-content > div:last-child .vrtx-event-component:last-child {
  margin-bottom: 8px;
}

.vrtx-more-false .vrtx-box-content > p:last-child .vrtx-event-component:last-child,
.vrtx-more-false .vrtx-box-content > div:last-child .vrtx-event-component:last-child {
  margin-bottom: 0px;
}

.vrtx-event-component a.vrtx-event-component-title,
.vrtx-feed ul li a.item-title,
.vrtx-recent-comments ul li a.comments-title {
  font-weight: bold;
}

.vrtx-recent-comments ul li .published-date,
.vrtx-feed ul li .published-date {
  color: #777;
  display: block;
  font-size: 11px;
  font-size: 0.85em;
}

.vrtx-recent-comments ul li .item-description,
.vrtx-feed ul li .item-description {
  margin-top: 5px;
}

/* PE: remove margin-bottom for last paragraph */
.vrtx-event-component-item .vrtx-event-component-introduction p:last-child,
.vrtx-recent-comments ul li .item-description p:last-child,
.vrtx-feed ul li .item-description p:last-child {
  margin-bottom: 0px;
}

.vrtx-event-component-item .vrtx-event-component-picture img,
.vrtx-feed ul li img {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  max-width: 170px;
}

.half-box-left .vrtx-event-component-item img,
.half-box-right .vrtx-event-component-item img,
.half-box-left .vrtx-feed ul li img,
.half-box-right .vrtx-feed ul li img {
  max-width: none;
  width: 90px;
  margin: 0px 10px 10px 0px;
}

.vrtx-frontpage-box a.all-comments,
.vrtx-frontpage-box div.vrtx-more a {
  font-weight: bold;
  font-size: 0.92em;
  display: inline-block;
}

#vrtx-main-content .vrtx-frontpage-box div.vrtx-more a {
  font-size: 14px;
  font-size: 1.08em;
}

#vrtx-main-content .vrtx-frontpage-box.half-box .vrtx-feed ul li {
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 0 7px;
  float: none;
  margin: 2px 0 3px 0;
  padding-left: 9px;
}

#vrtx-main-content .three-column-feed .vrtx-feed ul li,
#vrtx-main-content .two-column-feed .vrtx-feed ul li {
  float: left;
  clear: left;
  margin: 0;
  padding: 0 0 20px 0;
  background: none;
}

#vrtx-main-content .two-column-feed .vrtx-feed ul li {
  width: 304px;
  margin-right: 20px;
}

#right-main #vrtx-main-content .two-column-feed .vrtx-feed ul li {
  width: 243px;
}

#vrtx-main-content .two-column-feed .vrtx-feed ul li img,
#vrtx-main-content .three-column-feed .vrtx-feed ul li img {
  width: 90px;
  margin: 0px 10px 10px 0px;
}

#vrtx-main-content .two-column-feed .vrtx-feed li.item-2,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-4,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-6,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-8,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-10,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-12,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-14,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-16,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-18,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-20,
#vrtx-main-content .two-column-feed .vrtx-feed li.item-22 {
  clear: none;
  margin-right: 0px;
}

#vrtx-main-content .three-column-feed .vrtx-feed ul li,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul {
  width:192px !important;
  margin-right: 20px;
  padding-right: 0px !important;
}

#vrtx-main-content .three-column-feed .vrtx-feed li.item-2,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-5,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-8,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-11,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-14,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-2,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-5,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-8,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-11,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-14,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-2,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-5,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-8,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-11,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-14 {
  width: 205px !important;
}

#right-main #vrtx-main-content .three-column-feed .vrtx-feed ul li,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul {
  width: 150px !important;
  margin-right: 20px;
}

#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu div {
  clear: left;
}

#right-main #vrtx-main-content .three-column-feed .vrtx-feed li.item-2,
#right-main #vrtx-main-content .three-column-feed .vrtx-feed li.item-5,
#right-main #vrtx-main-content .three-column-feed .vrtx-feed li.item-8,
#right-main #vrtx-main-content .three-column-feed .vrtx-feed li.item-11,
#right-main #vrtx-main-content .three-column-feed .vrtx-feed li.item-14,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-2,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-5,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-8,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-11,
#right-main #vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-14,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-2,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-5,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-8,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-11,
#right-main #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-14 {
  width: 167px !important;
}

#vrtx-main-content .three-column-feed .vrtx-feed li.item-3,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-6,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-9,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-12,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-15,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-3,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-6,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-9,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-12,
#vrtx-main-content .vrtx-frontpage-box #vrtx-tags ul.vrtx-tags-15,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-3,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-6,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-9,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-12,
#vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul.resultset-15 {
  margin-right: 0px !important;
}

#outer-wrapper #uiodoc-wrapper #uiodoc #main .one-column-subfolder .vrtx-subfolder-menu ul {
  width: 100% !important;
  margin-right: 0px !important;
}

#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul {
  width: 304px !important;
  margin-right: 20px !important;
}

#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-2,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-4,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-6,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-8,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-10,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-12,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-14,
#vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul.resultset-14 {
  margin-right: 0 !important;
}

#right-main #vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul {
  width: 242px !important;
}

/* Four column */

#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul {
  width: 120px !important;
  margin-right: 20px !important;
}

#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-4,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-8,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-12,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-16,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-20,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-24,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-14,
#vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul.resultset-14 {
  margin-right: 0 !important;
}

#right-main #vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul {
  width: 92px !important;
}

#total-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul {
  width: 219px !important;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box.four-column-subfolder .vrtx-subfolder-menu ul {
  width: 166px !important;
}

#vrtx-main-content .three-column-feed .vrtx-feed li.item-2,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-3,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-5,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-6,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-8,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-9,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-11,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-12,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-14,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-15,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-17,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-18,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-20,
#vrtx-main-content .three-column-feed .vrtx-feed li.item-21 {
  clear: none;
}

#vrtx-main-content .three-column-feed .vrtx-feed a.item-title {
  margin-top: 0;
}

#vrtx-main-content .three-column-feed .vrtx-feed .item-description p {
  margin-left: 0;
}

#vrtx-main-content .vrtx-frontpage-box.hide-img-after-item-four .vrtx-feed li {
  padding-bottom: 5px;
}

#vrtx-main-content .two-column-feed .vrtx-feed.with-images ul li,
#vrtx-main-content .three-column-feed .vrtx-feed.with-images ul li {
  background: none;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-1,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-2 {
  padding-top: 0;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-3,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-4,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-5,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-6 {
  margin-top: 10px;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li img,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li .item-description {
  display: none;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li {
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 0 7px !important;
  padding-left: 9px !important;
  width: 295px !important;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-1,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-2,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-3,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-4 {
  padding-left: 0 !important;
  background: none !important;
  width: 304px !important;
}

#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-1 img,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-2 img,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-3 img,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-4 img,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-1 .item-description,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-2 .item-description,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-3 .item-description,
#vrtx-main-content .hide-img-after-item-four .vrtx-feed li.item-4 .item-description {
  display: block;
}

#vrtx-main-content .vrtx-frontpage-box .vrtx-feed li.dotted-border {
  background: #FFFFFF url(../images/line-dotted-grey-white-bg.png) no-repeat scroll 0 0;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  width: 100%;
}

.featured-one-big-two-column {
  height: 1%;
}

.feed-image-over .vrtx-feed.with-images ul li img {
  margin-right: 0px !important;
  float: none !important;
  width: auto !important;
}

#vrtx-main-content .vrtx-frontpage-box.half-box-left .vrtx-subfolder-menu ul,
#vrtx-main-content .vrtx-frontpage-box.half-box-right .vrtx-subfolder-menu ul {
  width: auto !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

/* ^ Feeds - subfolders */


/* ^ Frontpage box */



/*
 * Featured grey boxes
 *
 */

.featured-grey-boxes {
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
  clear: both;
  font-size: 1.15em;
}

.featured-grey-boxes .left {
  margin-right: 20px;
}

.featured-grey-boxes .left,
.featured-grey-boxes .right {
  width: 190px;
  background-color: #eee;
  padding: 10px;
}

/* ^ Featured grey boxes */

/*
 * Research selling points / sellings points
 *
 */

.research-selling-points {
  padding: 20px 19px 10px 19px;
  float: left;
  width: 100%;
}

.research-selling-points h2,
.selling-points h2 {
  font-size: 1.38em !important;
  line-height: 1.47em !important;
}

.research-selling-points ul,
.selling-points ul {
  font-size: 1.23em !important;
  line-height: 1.18em !important;
}

/* ^ Research selling points / sellings points */

/*
 * Big list elements
 *
 */

.big-list-elements ul {
  margin-top: 10px;
}

.big-list-elements ul li {
  background: url(/vrtx/decorating/resources/dist/images/arrow-big-grey.gif) no-repeat top left;
  padding-left: 16px;
  font-size: 1.23em;
  line-height: 1.18em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.big-links-with-arrow ul li {
  background: url(/vrtx/decorating/resources/dist/images/arrow-big-grey.gif) no-repeat top left;
  padding-left: 16px;
  font-size: 1.31em;
  margin: 0 0 10px 0;
}

.grey-box .big-list-elements ul li,
.grey-box.big-list-elements ul li,
.grey-box .big-links-with-arrow ul li,
.grey-box.big-links-with-arrow ul li {
  background-image: url(/vrtx/decorating/resources/dist/images/arrow-big-grey-darker.gif);
}

.big-links-with-subtext ul li  {
  margin-bottom: 13px;
  background: url("/vrtx/decorating/resources/dist/images/list-square-grey-big.png") no-repeat left 6px !important;
  padding: 0 0 0 13px !important;
}

.big-links-with-subtext ul li a {
  font-size: 1.23em;
  line-height: 1.18em;
  margin-bottom: 3px;
  display: inline-block;
}

#vrtx-additional-content .vrtx-frontpage-box.big-links-with-subtext li a {
  font-weight: normal;
}

/* ^ Big list elements */

/* 
 * UiO units 
 *
 */

.uio-units h3 {
  clear: left;
  margin: 15px 0 10px 0;
}

.uio-units h3 a {
  color: #0B5A9D;
}

.uio-units .map-icon a {
  color: #333 !important;
  font-size: 0.75em;
  margin-left: 15px;
  padding-left: 20px;
  font-weight: normal;
  background: url(/vrtx/decorating/resources/dist/images/magnifying-glass.png) no-repeat left center;
}

.uio-units p {
  font-size: 1.23em;
  line-height: 1.41em;
  font-family: Georgia, serif;
  clear: left;
}

body.georgia-not-detected .uio-units p {
  font-size: 1.15em;
}

.uio-units ul {
  margin-top: 5px;
}

.uio-units ul li {
  margin: 0 0 7px 0;
}

.uio-units ul li a {
  font-size: 1.15em;
}

/* ^ UiO units */

/*
 * Misc.
 *
 */

.top-dotted-seperator {
  clear: left;
  float: left;
  width: 100%;
  padding: 15px 10px 0px 10px !important;
  margin-top: 10px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  background: transparent url(../images/line-dotted-grey-white-bg.png) repeat-x 0 0;
}

.top-dotted-seperator-tighter {
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 10px 0px 10px !important;
  margin-top: 10px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  background: transparent url(../images/line-dotted-grey-white-bg.png) repeat-x 0 0;
}

.top-dotted-seperator-tighter ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.header-box {
  padding: 0 15px;
  margin-bottom: 5px;
}

.super-wide-picture .vrtx-frontpage-box-picture,
.super-wide-picture-without-box-content .vrtx-frontpage-box-picture {
  margin: -15px -15px 10px -15px;
  max-width: none;
  width: 660px;
  float: none;
}

.super-wide-picture-without-box-content .vrtx-frontpage-box-picture {
  margin-bottom: -15px;
}

.super-wide-picture .vrtx-frontpage-box-picture img,
.super-wide-picture-without-box-content .vrtx-frontpage-box-picture img {
  width: 660px;
}

#right-main .super-wide-picture .vrtx-frontpage-box-picture,
#right-main .super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .super-wide-picture-without-box-content .vrtx-frontpage-box-picture,
#right-main .super-wide-picture-without-box-content .vrtx-frontpage-box-picture img {
  width: 537px;
}

.super-wide-picture h2,
.super-wide-picture-without-box-content h2 {
  margin-bottom: 20px;
}

.content-over-image-left,
.content-over-image-right {
  position: relative;
}

.content-over-image-left .vrtx-frontpage-box-picture,
.content-over-image-right .vrtx-frontpage-box-picture {
  max-width: none;
  width: 660px;
  float: none;
  margin: 0 -15px 0 -15px !important;
}

#right-main .content-over-image-left .vrtx-frontpage-box-picture,
#right-main .content-over-image-right .vrtx-frontpage-box-picture {
  width: 537px;
}

#total-main .vrtx-frontpage-wide .content-over-image-left .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .content-over-image-right .vrtx-frontpage-box-picture {
  width: 970px;
}

.content-over-image-left.white-box.vrtx-more-false .vrtx-frontpage-box-picture,
.content-over-image-left.grey-box.vrtx-more-false .vrtx-frontpage-box-picture,
.content-over-image-right.white-box.vrtx-more-false .vrtx-frontpage-box-picture,
.content-over-image-right.grey-box.vrtx-more-false .vrtx-frontpage-box-picture {
  margin-bottom: -15px !important;
}

.content-over-image-left.white-box.vrtx-header-false .vrtx-frontpage-box-picture,
.content-over-image-left.grey-box.vrtx-header-false .vrtx-frontpage-box-picture,
.content-over-image-right.white-box.vrtx-header-false .vrtx-frontpage-box-picture,
.content-over-image-right.grey-box.vrtx-header-false .vrtx-frontpage-box-picture {
  margin-top: -15px !important;
}

.content-over-image-left .vrtx-frontpage-box-picture img,
.content-over-image-right .vrtx-frontpage-box-picture img {
  width: 660px;
  margin: 0px;
  float: left;
}

#right-main .content-over-image-left .vrtx-frontpage-box-picture img,
#right-main .content-over-image-right .vrtx-frontpage-box-picture img {
  width: 537px;
}

#total-main .vrtx-frontpage-wide .content-over-image-left .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .content-over-image-right .vrtx-frontpage-box-picture img {
  width: 970px;
}

.content-over-image-left .vrtx-box-content,
.content-over-image-right .vrtx-box-content {
  bottom: 46px;
}

.content-over-image-left.vrtx-more-false .vrtx-box-content,
.content-over-image-right.vrtx-more-false .vrtx-box-content {
  bottom: 15px;
}

.content-over-image-left .vrtx-box-content h2,
.content-over-image-right .vrtx-box-content h2 {
  font-size: 1.54em;
  line-height: 1.15em;
  margin-top: 0px;
}

.content-over-image-left .vrtx-box-content h2 a,
.content-over-image-right .vrtx-box-content h2 a {
  color: #0b5a9d;
}

.content-over-image-left .vrtx-more,
.content-over-image-right .vrtx-more {
  padding: 8px 0px 23px 0px;
  height: 0px;
}

.content-over-image-left.white-box-black-header div.vrtx-more,
.content-over-image-left.white-box-green-header div.vrtx-more,
.content-over-image-left.white-box-orange-header div.vrtx-more, 
.content-over-image-left.white-box-red-header div.vrtx-more,
.content-over-image-right.white-box-black-header div.vrtx-more,
.content-over-image-right.white-box-green-header div.vrtx-more,
.content-over-image-right.white-box-orange-header div.vrtx-more, 
.content-over-image-right.white-box-red-header div.vrtx-more {
  margin: 0 -14px -16px -14px;  
  background: none;
  height: auto;
}

.content-over-image-left.white-box .vrtx-more,
.content-over-image-left.grey-box .vrtx-more,
.content-over-image-right.white-box .vrtx-more,
.content-over-image-right.grey-box .vrtx-more {
  padding-bottom: 8px;
}

.vrtx-frontpage-box.vrtx-header-false .vrtx-social-components {
  padding-top: 0px;
}

.half-box-60-image .vrtx-frontpage-box-picture img {
  width: 60px;
}

.vrtx-frontpage-box-picture.half-box-60-image h2,
.vrtx-frontpage-box-picture.half-box-60-image .vrtx-box-content {
  width: 230px !important;
}

.vrtx-frontpage-box.img-left .vrtx-frontpage-box-picture {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.frontpage-youtube-icon,
.frontpage-facebook-icon {
  display: block;
  padding: 5px 0 0 38px;
  height: 23px;
}

.frontpage-youtube-icon {
  background: url(/vrtx/decorating/resources/dist/images/social-list-youtube.png) no-repeat 0 0;
}

.frontpage-facebook-icon {
  background: url(/vrtx/decorating/resources/dist/images/social-list-facebook.png) no-repeat 0 0px;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-margin-top,
.read-more-no-margin-top .vrtx-more {
  margin-top: 0px !important;
}

/* ^ Misc. */

/* Combine half-boxes */

.half-box-left.combine-horisontal,
.half-box-right.combine-horisontal {
  width: 305px;
}

.third-box-left.combine-horisontal,
.third-box-middle.combine-horisontal,
.third-box-right.combine-horisontal {
  width: 198px;
  margin-right: 0px;
}

.third-box-left.combine-horisontal .vrtx-box-content,
.third-box-middle.combine-horisontal .vrtx-box-content,
.third-box-right.combine-horisontal .vrtx-box-content {
  clear: both;
}

.third-box-left.combine-horisontal .vrtx-frontpage-box-picture,
.third-box-middle.combine-horisontal .vrtx-frontpage-box-picture,
.third-box-right.combine-horisontal .vrtx-frontpage-box-picture {
  float: none;
  margin-left: 0px;
}

.third-box-middle.combine-horisontal,
.third-box-left.combine-horisontal,
.half-box-left.combine-horisontal {
  border-right: none;
  padding-right: 20px;
}

.third-box-middle.combine-horisontal {
  border-left: none;
}

.third-box-middle.combine-horisontal,
.third-box-right.combine-horisontal,
.half-box-right.combine-horisontal {
  border-left: none;
  padding-left: 0px;
  margin-left: -2px;
}

.half-box-left.combine-horisontal .vrtx-more {
  right: 20px !important;
}

.combine-bottom {
  margin-bottom: 0px;
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.combine-top {
  border-top: none !important;
  padding-top: 20px !important;
}

.combine-top-bottom .vrtx-more,
.combine-bottom .vrtx-more {
  bottom: 0px !important;
}

.combine-top-bottom {
  margin-bottom: 0px;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

/* With border */

.combine-border {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}

.combine-border .vrtx-frontpage-box-picture {
  padding-bottom: 5px;
}

.half-box-left.combine-horisontal.combine-border,
.half-box-right.combine-horisontal.combine-border {
  width: 300px;
}

.half-box-left.vrtx-frontpage-box-picture.half-box-60-image.combine-border h2,
.half-box-right.vrtx-frontpage-box-picture.half-box-60-image.combine-border h2,
.half-box-left.vrtx-frontpage-box-picture.half-box-60-image.combine-border .vrtx-box-content,
.half-box-right.vrtx-frontpage-box-picture.half-box-60-image.combine-border .vrtx-box-content {
  width: 225px !important;
}

.combine-border.combine-horisontal.half-box-left {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left,
              url(/vrtx/decorating/resources/dist/images/line-dotted-horizontal.gif) repeat-y top right,
              #fff; 
  padding-right: 12px;
}

.combine-border.unsupported-multiple-bg.combine-horisontal.half-box-left,
.combine-border.unsupported-multiple-bg.combine-horisontal.half-box-right {
  background: #fff;
  padding-top: 0px !important;
}

.combine-border.unsupported-multiple-bg.combine-horisontal.half-box-left {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-horizontal.gif) repeat-y top right;
}

.combine-border.unsupported-multiple-bg.white-box.combine-horisontal.half-box-left {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-horizontal.gif) repeat-y top right;
}

.combine-border.unsupported-multiple-bg.combine-horisontal.half-box-left .combine-border-top,
.combine-border.unsupported-multiple-bg.combine-horisontal.half-box-right .combine-border-top {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
  display: block;
  height: 15px;
  margin: 0 -14px;
  width: 325px;
}

.combine-border.unsupported-multiple-bg.white-box.combine-horisontal.half-box-left .combine-border-top,
.combine-border.unsupported-multiple-bg.white-box.combine-horisontal.half-box-right .combine-border-top {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
}

.combine-border.combine-horisontal.half-box-right {
  padding-left: 14px;
  padding-right: 18px;
}

.combine-top-bottom.combine-no-padding-top,
.combine-top.combine-no-padding-top {
  padding-top: 0px !important;
}

/* ^ Combine half-boxes */

/* Wide frontpage */

#total-main .vrtx-frontpage-wide #vrtx-main-content {
  width: 970px !important;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content {
  width: 758px !important;
}

#total-main .vrtx-frontpage-wide .vrtx-frontpage-box {
  width: 940px;
}

#right-main .vrtx-frontpage-wide .vrtx-frontpage-box {
  width: 730px;
}

#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left .vrtx-box-content,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right .vrtx-box-content {
  width: 345px !important;
}

#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left .vrtx-box-content,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right .vrtx-box-content {
  width: 239px !important;
}

#total-main .vrtx-frontpage-wide .half-box-left,
#total-main .vrtx-frontpage-wide .half-box-right,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left.half-box-wide-image h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right.half-box-wide-picture h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture img {
  width: 445px;
}

#right-main .vrtx-frontpage-wide .half-box-left, 
#right-main .vrtx-frontpage-wide .half-box-right,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left.half-box-wide-image h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right.half-box-wide-image h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture img {
  width: 339px !important;
}

#total-main .vrtx-frontpage-wide .third-box-left,
#total-main .vrtx-frontpage-wide .third-box-middle,
#total-main .vrtx-frontpage-wide .third-box-right {
  width: 279px;
}

#right-main .vrtx-frontpage-wide .third-box-left,
#right-main .vrtx-frontpage-wide .third-box-middle,
#right-main .vrtx-frontpage-wide .third-box-right {
  width: 208px;
}

#total-main .vrtx-frontpage-wide .vrtx-frontpage-box.half-box-left.combine-horisontal,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box.half-box-right.combine-horisontal,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-left.half-box-wide-image h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-right.half-box-wide-picture h2,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box .left,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box .right {
  width: 460px;
}

#right-main .vrtx-frontpage-wide .vrtx-frontpage-box.half-box-left.combine-horisontal,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box.half-box-right.combine-horisontal,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-left.half-box-wide-image h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-right.half-box-wide-picture h2,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-left.half-box-wide-image .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box-picture.combine-horisontal.half-box-right.half-box-wide-image .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box .left,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box .right {
  width: 355px;
}

#total-main .vrtx-frontpage-wide .vrtx-frontpage-box ul.left,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box ul.right {
  margin-left: 7px !important;
  width: 453px;
}

#total-main .vrtx-frontpage-wide .vrtx-frontpage-box ol.left,
#total-main .vrtx-frontpage-wide .vrtx-frontpage-box ol.right {
  margin-left: 26px !important;
  width: 433px;
}

#right-main .vrtx-frontpage-wide .vrtx-frontpage-box ul.left,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box ul.right {
  margin-left: 7px !important;
  width: 348px;
}

#right-main .vrtx-frontpage-wide .vrtx-frontpage-box ol.left,
#right-main .vrtx-frontpage-wide .vrtx-frontpage-box ol.right {
  margin-left: 26px !important;
  width: 328px;
}

#total-main .vrtx-frontpage-wide .thirds-left,
#total-main .vrtx-frontpage-wide .thirds-middle,
#total-main .vrtx-frontpage-wide .thirds-right {
  width: 273px;
}

#right-main .vrtx-frontpage-wide .thirds-left,
#right-main .vrtx-frontpage-wide .thirds-middle,
#right-main .vrtx-frontpage-wide .thirds-right {
  width: 203px;
}

#total-main .vrtx-frontpage-wide ul.thirds-left,
#total-main .vrtx-frontpage-wide ul.thirds-middle,
#total-main .vrtx-frontpage-wide ul.thirds-right {
  width: 266px;
}

#right-main .vrtx-frontpage-wide ul.thirds-left,
#right-main .vrtx-frontpage-wide ul.thirds-middle,
#right-main .vrtx-frontpage-wide ul.thirds-right {
  width: 196px;
}

#total-main .vrtx-frontpage-wide ol.thirds-left,
#total-main .vrtx-frontpage-wide ol.thirds-middle,
#total-main .vrtx-frontpage-wide ol.thirds-right {
  width: 246px;
}

#right-main .vrtx-frontpage-wide ol.thirds-left,
#right-main .vrtx-frontpage-wide ol.thirds-middle,
#right-main .vrtx-frontpage-wide ol.thirds-right {
  width: 176px;
}

#total-main .vrtx-frontpage-wide .super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .super-wide-picture .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .super-wide-picture-without-box-content .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .super-wide-picture-without-box-content .vrtx-frontpage-box-picture img {
  width: 970px;
}

#right-main .vrtx-frontpage-wide .super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .super-wide-picture-without-box-content .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .super-wide-picture-without-box-content .vrtx-frontpage-box-picture img {
  width: 760px; 
}

/* Super wide picture in half- and thirds-boxes */

.half-box-left.super-wide-picture,
.half-box-right.super-wide-picture,
.third-box-left.super-wide-picture,
.third-box-middle.super-wide-picture,
.third-box-right.super-wide-picture {
  position: relative;
  padding: 9px 9px 20px 9px;
  width: 186px;
}

.half-box-left.super-wide-picture.vrtx-more-false,
.half-box-right.super-wide-picture.vrtx-more-false,
.third-box-left.super-wide-picture.vrtx-more-false,
.third-box-middle.super-wide-picture.vrtx-more-false,
.third-box-right.super-wide-picture.vrtx-more-false {
  padding-bottom: 9px;
}

.half-box-left.super-wide-picture,
.half-box-right.super-wide-picture {
  width: 300px;
}

#right-main .third-box-left.super-wide-picture,
#right-main .third-box-middle.super-wide-picture,
#right-main .third-box-right.super-wide-picture {
  width: 145px;
}

#right-main .half-box-left.super-wide-picture,
#right-main .half-box-right.super-wide-picture {
  width: 238px;
}

#right-main .vrtx-frontpage-wide .third-box-left.super-wide-picture,
#right-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture,
#right-main .vrtx-frontpage-wide .third-box-right.super-wide-picture {
  width: 219px;
}

#right-main .vrtx-frontpage-wide .half-box-left.super-wide-picture,
#right-main .vrtx-frontpage-wide .half-box-right.super-wide-picture {
  width: 349px !important;
}

#total-main .vrtx-frontpage-wide .third-box-left.super-wide-picture,
#total-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture,
#total-main .vrtx-frontpage-wide .third-box-right.super-wide-picture {
  width: 290px;
}

#total-main .vrtx-frontpage-wide .half-box-left.super-wide-picture,
#total-main .vrtx-frontpage-wide .half-box-right.super-wide-picture {
  width: 455px !important;
}

.third-box-left.super-wide-picture h2,
.third-box-middle.super-wide-picture h2,
.third-box-right.super-wide-picture h2 {
  padding-top: 70px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.half-box-left.super-wide-picture h2,
.half-box-right.super-wide-picture h2 {
  padding-top: 108px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: none;
  width: auto;
}

.third-box-left.super-wide-picture .vrtx-box-content,
.third-box-middle.super-wide-picture .vrtx-box-content,
.third-box-right.super-wide-picture .vrtx-box-content,
.half-box-left.super-wide-picture .vrtx-box-content,
.half-box-right.super-wide-picture .vrtx-box-content {
  margin-top: 5px;
}

#right-main .third-box-left.super-wide-picture h2,
#right-main .third-box-middle.super-wide-picture h2,
#right-main .third-box-right.super-wide-picture h2 {
  padding-top: 53px;
}

#right-main .half-box-left.super-wide-picture h2,
#right-main .half-box-right.super-wide-picture h2 {
  padding-top: 87px;
}

#right-main .vrtx-frontpage-wide .third-box-left.super-wide-picture h2,
#right-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture h2,
#right-main .vrtx-frontpage-wide .third-box-right.super-wide-picture h2 {
  padding-top: 80px;
}

#right-main .vrtx-frontpage-wide .half-box-left.super-wide-picture h2,
#right-main .vrtx-frontpage-wide .half-box-right.super-wide-picture h2 {
  padding-top: 126px;
}

#total-main .vrtx-frontpage-wide .third-box-left.super-wide-picture h2,
#total-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture h2,
#total-main .vrtx-frontpage-wide .third-box-right.super-wide-picture h2 {
  padding-top: 105px;
}

#total-main .vrtx-frontpage-wide .half-box-left.super-wide-picture h2,
#total-main .vrtx-frontpage-wide .half-box-right.super-wide-picture h2 {
  padding-top: 162px;
}

.half-box-left.super-wide-picture .vrtx-frontpage-box-picture,
.half-box-right.super-wide-picture .vrtx-frontpage-box-picture,
.third-box-left.super-wide-picture .vrtx-frontpage-box-picture,
.third-box-middle.super-wide-picture .vrtx-frontpage-box-picture,
.third-box-right.super-wide-picture .vrtx-frontpage-box-picture {
  position: absolute;
  top: -1px;
  left: -1px;
  max-width: none;
  width: 205px;
  margin: 0;
}

.third-box-left.super-wide-picture .vrtx-frontpage-box-picture img,
.third-box-middle.super-wide-picture .vrtx-frontpage-box-picture img,
.third-box-right.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 205px;
}

.half-box-right.super-wide-picture .vrtx-frontpage-box-picture,
.half-box-left.super-wide-picture .vrtx-frontpage-box-picture,
.half-box-right.super-wide-picture .vrtx-frontpage-box-picture img,
.half-box-left.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 320px;
}

#right-main .third-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .third-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .third-box-left.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .third-box-right.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 165px;
}

#right-main .half-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .half-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .half-box-right.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .half-box-left.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 258px;
}

#right-main .vrtx-frontpage-wide .third-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .third-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .third-box-left.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .third-box-right.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 239px;
}

#right-main .vrtx-frontpage-wide .half-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .half-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .half-box-right.super-wide-picture .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .half-box-left.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 369px;
}

#total-main .vrtx-frontpage-wide .third-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .third-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .third-box-left.super-wide-picture .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .third-box-middle.super-wide-picture .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .third-box-right.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 309px;
}

#total-main .vrtx-frontpage-wide .half-box-right.super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .half-box-left.super-wide-picture .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .half-box-right.super-wide-picture .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .half-box-left.super-wide-picture .vrtx-frontpage-box-picture img {
  width: 475px;
}

#uiodoc #main .half-box-left.super-wide-picture .vrtx-box-content,
#uiodoc #main .half-box-right.super-wide-picture .vrtx-box-content {
  float: none;
  width: auto !important;
}

.half-box-left.super-wide-picture .vrtx-box-content p,
.half-box-right.super-wide-picture .vrtx-box-content p,
.third-box-left.super-wide-picture .vrtx-box-content p,
.third-box-middle.super-wide-picture .vrtx-box-content p,
.third-box-right.super-wide-picture .vrtx-box-content p {
  margin-bottom: 0px;
}

/* ^ Super wide picture in half- and thirds-boxes */

#total-main .vrtx-frontpage-wide #vrtx-main-content .two-column-feed .vrtx-feed ul li {
  width: 460px;
}

#total-main .vrtx-frontpage-wide #vrtx-main-content .hide-img-after-item-four .vrtx-feed li {
  width: 451px !important;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content .two-column-feed .vrtx-feed ul li {
  width: 355px;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content .hide-img-after-item-four .vrtx-feed li {
  width: 346px !important;
}

#total-main .vrtx-frontpage-wide #vrtx-main-content .three-column-feed .vrtx-feed ul li, 
#total-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul {
  width: 300px !important;
}

#total-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul {
  width: 459px !important;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content .three-column-feed .vrtx-feed ul li, 
#right-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box .vrtx-subfolder-menu ul {
  width: 230px !important;
}

#right-main .vrtx-frontpage-wide #vrtx-main-content .vrtx-frontpage-box.two-column-subfolder .vrtx-subfolder-menu ul {
  width: 354px !important;
}

#total-main .vrtx-frontpage-wide .featured-one-big-two-column {
  width: 968px !important;
}

#right-main .vrtx-frontpage-wide .featured-one-big-two-column {
  width: 758px !important;
}

#total-main .vrtx-frontpage-wide .content-over-image .vrtx-frontpage-box-picture,
#total-main .vrtx-frontpage-wide .content-over-image .vrtx-frontpage-box-picture img,
#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture,
#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture img {
  width: 970px;
}

#right-main .vrtx-frontpage-wide .content-over-image .vrtx-frontpage-box-picture,
#right-main .vrtx-frontpage-wide .content-over-image .vrtx-frontpage-box-picture img,
#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture,
#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-featured-item-picture img {
  width: 760px;
}

#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item {
  width: 460px;
}

#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item {
  width: 355px;
}

#main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 {
  width: 100% !important;
}

#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item .vrtx-box-content {
  width: 435px;
}

#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item.vrtx-featured-item-picture .vrtx-box-content {
  width: 360px;
}

#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item .vrtx-box-content {
  width: 330px;
}

#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item.vrtx-featured-item-picture .vrtx-box-content {
  width: 255px;
}

#total-main .vrtx-frontpage-wide .content-over-image .vrtx-box-content,
#total-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content {
  width: 430px;
}

#right-main .vrtx-frontpage-wide .content-over-image .vrtx-box-content,
#right-main .vrtx-frontpage-wide .featured-one-big-two-column .vrtx-featured-item-1 .vrtx-box-content {
  width: 325px;
}

/* ^ Wide frontpage */

/* ^ UiO CSS: Frontpage  */
