/*
 * UiO CSS: Reset
 *
 */

html{color:#000;background:#FFF;}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
ul > li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}

/* ^ UiO CSS: Reset */
/*
 * UiO CSS: Grids
 *
 */

/*
 * Top-bottom grid
 *
 */

html {
  background-color: #fff;
}

body {
  background-color: #f8f8f8;
  min-width: 1000px;
  text-align: left;
}

#uiodoc-wrapper,
#main,
#head,
#globalnav, 
#bottomnav, 
#footer {
  position: relative;
}

#uiodoc-wrapper {
  min-width: 970px;
  margin: 0 auto;
  clear: left;
}

#uiodoc {
  width: 970px;
  margin: 0 auto;
}

#head-globalnav {
  background: #000 url(../images/head-black-gradient.png) repeat-x left bottom;
}

#head {
  width: 970px;
  height: 116px;
  margin: 0 auto 20px auto;
}

#globalnav {
  background-color: #000;
  width: 968px;
  height: 35px;
  margin: -21px auto 20px auto;
  border: 1px solid #d0d0d0;
  border-width: 0 1px 1px 0;
}

#bottomnav,
#footer-wrapper {
  padding: 14px;
}

#bottomnav {
  background-color: #fff;
  margin: 20px 0 20px 0;
  border: 1px solid #e4e4e4;
}

#footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
}

.info-link-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: 12px;
  background: url(/vrtx/decorating/resources/dist/images/info-link-close.png) no-repeat 0 0;
}

.info-link-wrapper {
  background-color: #707070;
  padding: 8px 0 11px;
  color: #fff;
}

.info-link-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.info-link,
#footer {
  width: 940px;
  margin: 0 auto;
}

#vrtx-event-listing #main,
#vrtx-web-page #main,
#vrtx-structured-article #main,
#vrtx-structured-event #main,
#vrtx-structured-project #main,
#vrtx-person #main {
  z-index: 999;
}

body.page-left-adjusted #uiodoc-wrapper,
body.page-left-adjusted #uiodoc,
body.page-left-adjusted #head,
body.page-left-adjusted #globalnav,
body.page-left-adjusted #head-breadcrumb,
body.page-left-adjusted #footer {
  margin-left: 15px !important;
}

#nav,
#menu-outer-wrapper,
#menu-navigation,
#menu-search,
#menu-bottomnav {
  display: none;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

header, section, footer, aside, nav, article, figure, figcaption {
  display: block; 
}

/* ^ Top-bottom grid */

/*
 * Document grid
 *
 */

#total-main {
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 940px;
}

#left-main {
  float: left;
  padding-bottom: 20px;
  width: 190px;
}

#left-main.hidden {
  display: none;
}

#right-main {
  float: left;
  margin-left: 20px;
  width: 730px;
  background-color: #fff;
  padding: 14px;
  border: 1px solid #e4e4e4;
  margin-right: -1px;
}

#vrtx-main-content {
  float: left;
  clear: left;
  width: 660px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  margin-right: -1px;
}

#vrtx-additional-content {
  float: left;
  margin-left: 20px;
  width: 290px;
  border-bottom: 1px solid #e4e4e4;
}

#vrtx-content {
  clear: left;
}

#right-main #vrtx-content {
  padding: 1px;
  width: 760px;
  margin: -16px;
  background-color: #f8f8f8;
  float: left;
}

#right-main #vrtx-main-content {
  width: 507px;
}

#right-main #vrtx-additional-content {
  width: 203px;
}

/* TODO: Cleanup of grid is needed below */

#vrtx-web-page #total-main,
#vrtx-structured-article #total-main,
#vrtx-structured-event #total-main,
#vrtx-structured-project #total-main,
#vrtx-person #total-main,
#vrtx-unit #total-main,
#vrtx-program-frontpage #total-main,
#vrtx-program-option #total-main,
#vrtx-program-structure #total-main,
#vrtx-person-listing #total-main,
#vrtx-minestudier-courseinfo #total-main,
#vrtx-student-exchange-agreement #total-main {
  width: 970px;
  border: none;
  padding: 0;
  background-color: transparent;
}

#vrtx-web-page #total-main #vrtx-main-content,
#vrtx-structured-article #total-main #vrtx-main-content,
#vrtx-structured-event #total-main #vrtx-main-content,
#vrtx-structured-project #total-main #vrtx-main-content,
#vrtx-person #total-main #vrtx-main-content,
#vrtx-minestudier-courseinfo #total-main #vrtx-main-content,
#vrtx-student-exchange-agreement #total-main #vrtx-main-content {
  width: 630px;
}

#total-main #vrtx-main-content.vrtx-hide-additional-content-true {
  width: 940px !important;
}

#vrtx-frontpage #vrtx-main-content,
#vrtx-organizational-unit #vrtx-main-content,
#vrtx-person #vrtx-main-content,
#vrtx-person-listing #right-main,
#vrtx-frontpage #total-main,
#vrtx-organizational-unit #total-main,
#vrtx-person-listing #total-main,
#vrtx-unit #vrtx-main-content,
#vrtx-semester #vrtx-main-content,
#vrtx-course-description #vrtx-main-content,
#vrtx-unit-person-listing #vrtx-main-content,
#vrtx-unit-person-listing #total-main,
#vrtx-unit-person-listing #right-main,
#vrtx-program-frontpage #vrtx-main-content,
#vrtx-program-option #vrtx-main-content {
  padding: 0px;
  border: none;
  background-color: transparent;
}

#vrtx-frontpage #total-main,
#vrtx-organizational-unit #total-main,
#vrtx-unit #total-main #vrtx-main-content,
#vrtx-adademics-programme #total-main,
#vrtx-adademics-programme-option #total-main {
  width: 970px;
}

#vrtx-program-option #right-main #vrtx-main-content,
#vrtx-semester #right-main #vrtx-main-content,
#vrtx-course-description #right-main #vrtx-main-content,
#vrtx-frontpage #right-main #vrtx-main-content,
#vrtx-organizational-unit #right-main #vrtx-main-content,
#vrtx-person #right-main #vrtx-main-content {
  width: 537px;
}

#vrtx-unit-person-listing #right-main #vrtx-main-content {
  width: 760px;
}

#vrtx-unit-person-listing #right-main #vrtx-main-content.vrtx-unit-person-listing-affiliated {
  padding: 16px;
}

#vrtx-contact-supervisor #right-main #vrtx-main-content {
  width: 730px;
}

#vrtx-collection #total-main #vrtx-content,
#vrtx-article-listing #total-main #vrtx-content,
#vrtx-event-listing #total-main #vrtx-content,
#vrtx-project-listing #total-main #vrtx-content,
#vrtx-research-group-listing #total-main #vrtx-content,
#vrtx-master-listing #total-main #vrtx-content {
  margin: -15px;
  background-color: #f8f8f8;
  width: 970px;
  float: left;
}

#vrtx-unit-person-listing #total-main #vrtx-main-content {
  width: 970px;
}

#vrtx-event-listing #vrtx-calendar-listing {
  margin: -15px;
  background-color: #f8f8f8;
  float: left;
}

#vrtx-event-listing #vrtx-calendar-listing #vrtx-main-content {
  padding-bottom: 0px;
}

#vrtx-event-listing #vrtx-calendar-listing .vrtx-resource {
  width: 100%;
}

#vrtx-unit #right-main #vrtx-main-content,
#vrtx-person-listing #right-main {
  width: 760px;
}

/* full width article */
#right-main #vrtx-main-content.vrtx-hide-additional-content-true {
  width: 730px !important;
}

#vrtx-organizational-unit #right-main #vrtx-main-content.vrtx-hide-additional-content-true {
  width: 760px !important;
}

.vrtx-related-content-after-listing {
  float: left;
  width: 100%;
  clear: left;
  margin-top: 10px;
}

/* ^ TODO: Cleanup of grid is needed above */

/* ^ Document grid */

/* Clearing */

#vrtx-additional-content:after,
#head:after,
#globalnav:after,
#main:after,
#bottomnav:after,
#footer:after,
.vrtx-frontpage-box:after,
.vrtx-programs:after,
.vrtx-program-row:after,
#vrtx-additional-content .vrtx-feed:after,
#vrtx-additional-content .vrtx-recent-comments:after,
#total-main:after,
.vrtx-introduction:after,
#vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* IE */

#vrtx-additional-content,
#main,
#bottomnav,
#footer,
.vrtx-introduction,
.vrtx-frontpage-box {
  height: 1%;
}

/* ^ Clearing */

/* ^ UIO CSS: Grids */
/*
 * UiO CSS: Forms and UI
 *
 * TODO: combine and clean up
 *
 */

#head form,
form#emner,
form.vrtx-search,
form#personer,
form#enheter,
form.vrtx-search-form {
  font-size: 0.92em;
}

#vrtx-comments-delete-all,
.comment-delete-button,
#comment-form .submit input {
  border: none;
  margin: 0;
  padding: 0;
  background: none repeat scroll 0 0 transparent;
}

#comment-form .submit input:hover {
  cursor: pointer;
}

/* Buttons active and hover states */

#head form button:focus, #head form button.active,
form#emner button:focus, form#emner button.active,
form#personer button:focus, form#personer button.active,
form#enheter button:focus, form#enheter button.active,
form.vrtx-search-form button:focus, form.vrtx-search-form button.active,
#head form button:hover, form#emner button:hover,
form#personer button:hover, form.vrtx-search-form button:hover,
form#enheter button:hover {
  background: transparent url(../images/button-small-search-right-rollover.png) no-repeat scroll 100% 0;
}


#head-globalnav.head.uio #head form button:focus,
#head-globalnav.head-uio #head form button.active,
#head-globalnav.head-uio #head form button:hover {
  background: transparent url(../images/button-small-search-right-rollover-blackbg.png) no-repeat scroll 100% 0;
}

#head form button:focus span, #head form button.active span,
form#emner button:focus span, form#emner button.active span,
form#personer button:focus span, form#personer button.active span,
form#enheter button:focus span, form#enheter button.active span,
form.vrtx-search-form button:focus span, form.vrtx-search-form button.active span,
#head form button:hover span,
form#emner button:hover span,
form#personer button:hover span,
form.vrtx-search-form button:hover span,
form#enheter button:hover span {
  background: transparent url(../images/button-small-search-left-rollover.png) no-repeat scroll 0 0;
}

#head-globalnav.head-uio #head form button:focus span,
#head-globalnav.head-uio #head form button.active span,
#head-globalnav.head-uio #head form button:hover span {
  background: transparent url(../images/button-small-search-left-rollover-blackbg.png) no-repeat scroll 0 0;
}

form.vrtx-big-search button:focus,
form.vrtx-big-search button.active,
form.vrtx-big-search button:hover,
#vrtx-personsearch #main form button:focus, 
#vrtx-personsearch #main form button.active,
#vrtx-personsearch #main form button:hover,
#vrtx-unitsearch #main form button:focus, 
#vrtx-unitsearch #main form button.active,
#vrtx-unitsearch #main form button:hover {
  background: transparent url(../images/button-large-search-right-rollover.png) no-repeat scroll 100% 0 !important;
}

form.vrtx-big-search button:focus span,
form.vrtx-big-search button:hover span,
form.vrtx-big-search button.active span,
#vrtx-personsearch #main form button:focus span,
#vrtx-personsearch #main form button:hover span, 
#vrtx-personsearch #main form button.active span,
#vrtx-unitsearch #main form button:focus span,
#vrtx-unitsearch #main form button:hover span, 
#vrtx-unitsearch #main form button.active span {
  background: transparent url(../images/button-large-search-left-rollover.png) no-repeat scroll 0 0 !important;
}

#vrtx-comments-delete-all:hover,
.comment-delete-button:hover,
#comment-form .submit:hover,
#vrtx-comments-delete-all:focus,
.comment-delete-button:focus,
#comment-form .submit:focus,
#vrtx-comments-delete-all.active,
.comment-delete-button.active,
#comment-form .submit.active,
form#fronter button:focus, form#fronter button.active,
form.vrtx-button button:focus, form.vrtx-button button.active,
a.button:focus, a.button.active,
form#fronter button:hover,
form.vrtx-button button:hover,
a.button:hover {
  background: transparent url(../images/button-small-left-rollover.png) no-repeat scroll 0 0;
}

#vrtx-comments-delete-all:hover span,
.comment-delete-button:hover span,
#comment-form .submit:hover input,
#vrtx-comments-delete-all:focus span,
.comment-delete-button:focus span,
#comment-form .submit:focus input,
#vrtx-comments-delete-all.active span,
.comment-delete-button.active span,
#comment-form .submit.active input,
form#fronter button:focus span, form#fronter button.active span,
form.vrtx-button button:focus span, form.vrtx-button button.active span,
a.button:focus span, a.button.active span,
form#fronter button:hover span,
form.vrtx-button button:hover span,
a.button:hover span {
  background:transparent url(../images/button-small-right-rollover.png) no-repeat scroll 100% 0;
}

form.vrtx-button-larger button:focus, form.vrtx-button button.active,
a.button-large:focus, a.button-large.active,
form.vrtx-button-larger button:hover,
a.button-large:hover {
  background: transparent url(../images/button-large-left-rollover.png) no-repeat scroll 0 0;
}

form.vrtx-button-larger button:focus span, form.vrtx-button button.active span,
a.button-large:focus span, a.button-large.active span,
form.vrtx-button-larger button:hover span,
a.button-large:hover span {
  background:transparent url(../images/button-large-right-rollover.png) no-repeat scroll 100% 0;
}

form.vrtx-blue-button button:focus, form.vrtx-button button.active,
a.button-large-blue:focus, a.button-large-blue.active,
form.vrtx-blue-button button:hover,
a.button-large-blue:hover {
  background: transparent url(../images/button-large-blue-left-rollover.png) no-repeat scroll 0 0;
}

form.vrtx-blue-button button:focus span, form.vrtx-button button.active span,
a.button-large-blue:focus span, a.button-large-blue.active span,
form.vrtx-blue-button button:hover span,
a.button-large-blue:hover span {
  background:transparent url(../images/button-large-blue-right-rollover.png) no-repeat scroll 100% 0;
}

/* ^ Buttons active state */

/*
 * Topic search
 *
 */

form#emner {
  background: url(/vrtx/decorating/resources/dist/images/form-input.png) no-repeat 0 0;
  display: block;
  height: 23px;
  padding-left: 10px;
  padding-top: 2px;
  position: relative;
  width: 216px;
  z-index: 9999;
  margin: 10px 0 5px 0;
}

/* Course search with link to all */

.course-search-all-link {
  overflow: hidden;
  width: 100%;
  clear: left;
}

.course-search-all-link form#emner {
  width: 196px;
  float: left;
}

.course-search-all-link form#emner input.ac_input {
  width: 144px;
}

.course-search-all-link a {
  display: inline-block;
  float: left;
  position: relative;
  top: 0.35em;
  left: 20px;
}

form#emner label {
  position: absolute;
  left: -9999px;
  top: -1000px;
  margin: 10px 0 0 -10px;
}

form#emner button {
  background: transparent url(../images/button-small-search-right.png) no-repeat 100% 0;
  border: none;
  cursor: pointer;
  height: 25px;
  margin-right: -3px;
  overflow: visible;
  padding-right: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

form#emner button span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-search-left.png) no-repeat 0 0;
  display: block;
  height: 20px;
  padding: 5px 10px 0 12px;
}

/* ^ Topic search */

/* Link buttons */

#vrtx-comments-delete-all,
.comment-delete-button,
#comment-form .submit,
a.button,
a.button-large,
a.button-large-blue {
  display: inline-block;
  background: url(/vrtx/decorating/resources/dist/images/button-small-left.png) no-repeat 0 0;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  height: 30px;
  overflow: visible;
  color: #333 !important;
  text-decoration: none !important;
  margin: 5px 0;
  padding: 0 0 0 5px;
}

#vrtx-comments-delete-all span,
.comment-delete-button span,
#comment-form .submit input,
a.button span,
a.button-large span,
a.button-large-blue span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-right.png) no-repeat 100% 0;
  display: inline-block;
  height: 25px;
  padding: 5px 12px 0 7px;
}

#vrtx-comments-delete-all span,
.comment-delete-button span {
  padding-top: 7px;
}

#comment-form .submit input {
  height: 28px;
  padding-top: 1px;
}

a.button-large,
a.button-large-blue {
  background-image: url(/vrtx/decorating/resources/dist/images/button-large-left.png);
  clear: both;
  font-size: 1.15em;
  text-align: left;
  margin: 10px 0;
  height: 55px;
  white-space: nowrap;
}

a.button-large span,
a.button-large-blue span {
  background-image: url(/vrtx/decorating/resources/dist/images/button-large-right.png);
  display: inline-block;
  height: 55px;
  padding: 0px 60px 0 13px;
}

a.button-large span:first-child,
a.button-large-blue span:first-child {
  display: table-cell;
  vertical-align: middle;
}

a.button-large-blue {
  background-image: url(/vrtx/decorating/resources/dist/images/button-large-blue-left.png);
  color: white !important;
}

a.button-large-blue span {
  background: url(/vrtx/decorating/resources/dist/images/button-large-blue-right.png) no-repeat 100% 0;
}

/* ^ Link buttons */

/*
 * Fronter login / grey button
 *
 */

form#fronter,
form.vrtx-button {
  height: 37px;
  left: 0;
  position: relative;
  top: 5px;
}

form#fronter button,
form.vrtx-button button {
  background: url(/vrtx/decorating/resources/dist/images/button-small-left.png) no-repeat 0 0;
  border: none;
  clear: both;
  color: #333; /* #0b5a9d; */
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 30px;
  left: 0;
  overflow: visible;
  padding-left: 5px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.vrtx-disabled-button {
  background: url(/vrtx/decorating/resources/dist/images/button-small-left-disabled.png) no-repeat 0 0 !important;
  cursor: default !important;
}


form#fronter button span,
form.vrtx-button button span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-right.png) no-repeat 100% 0;
  display: inline-block;
  height: 25px;
  padding: 5px 12px 0 7px; /* padding-top: 7px */
}

.vrtx-disabled-button span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-right-disabled.png) no-repeat 100% 0 !important;
  color: #8c8c8c;
}

/* ^ Fronter login / grey button */


/*
 * DEPRECATED: Larger grey button
 *
 */

form.vrtx-blue-button,
form.vrtx-button-larger {
  height: 55px;
  left: 0;
  position: relative;
  top: 10px;
}

form.vrtx-blue-button button,
form.vrtx-button-larger button {
  background: url(/vrtx/decorating/resources/dist/images/button-large-left.png) no-repeat 0 0;
  border: none;
  clear: both;
  color: #333; /* #0b5a9d; */
  cursor: pointer;
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  height: 55px;
  left: 0;
  overflow: visible;
  padding-left: 5px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  text-align: left
}

.left form.vrtx-blue-button button {
  white-space: normal;
}

form.vrtx-blue-button button span,
form.vrtx-button-larger button span {
  background: url(/vrtx/decorating/resources/dist/images/button-large-right.png) no-repeat 100% 0;
  display: inline-block;
  height: 50px;
  padding: 9px 60px 0 13px;
}

/* ^ Larger grey button */

/*
 * DEPRECATED: Large blue button
 *
 */

form.vrtx-blue-button button {
  background: url(/vrtx/decorating/resources/dist/images/button-large-blue-left.png) no-repeat 0 0;
  color: #fff;
}

form.vrtx-blue-button button span {
  background: url(/vrtx/decorating/resources/dist/images/button-large-blue-right.png) no-repeat 100% 0;
}

/* ^ Large blue button */

/*
 * People search
 *
 */

form#enheter,
form#personer,
form.vrtx-search-form {
  background: url(/vrtx/decorating/resources/dist/images/form-input.png) no-repeat 0 0;
  display: block;
  height: 23px;
  padding-left: 10px;
  padding-top: 2px;
  position: relative;
  width: 222px;
  z-index: 9999;
  margin: 5px 0 5px 0;
}

#right-main #vrtx-additional-content form#enheter,
#right-main #vrtx-additional-content form#personer,
#right-main #vrtx-additional-content form.vrtx-search-form,
#right-main .additional-information form.vrtx-search-form {
  width: 160px;
}

form.vrtx-search-form {
 margin-top: 5px;
}

form#enheter label,
form#personer label,
form.vrtx-search-form label {
  position: absolute;
  left: -9999px;
  top: -1000px;
  margin: 10px 0 0 -10px;
}

form#emner input.ac_input,
form#enheter input#unit-search,
form#personer input#person-search,
form.vrtx-search-form input#person-search,
form.vrtx-search-form input.ac_input,
form.vrtx-search-form input.vrtx-search-field {
  border: 1px solid transparent;
  margin-top: 3px;
  width: 165px;
}

form#emner input.ac_input {
  width: 167px;
}

#right-main #vrtx-additional-content form#enheter input#unit-search,
#right-main #vrtx-additional-content form#personer input#person-search,
#right-main .additional-information form.vrtx-search-form input.ac_input,
#right-main .additional-information form.vrtx-search-form input.vrtx-search-field,
#right-main #vrtx-additional-content form.vrtx-search-form input.ac_input,
#right-main #vrtx-additional-content form.vrtx-search-form input.vrtx-search-field {
  width: 105px;
}

form#emner input.ac_input:focus,
form#personer input#unit-search:focus,
form#personer input#person-search:focus,
form.vrtx-search-form input#person-search:focus,
form.vrtx-search-form input.ac_input:focus,
form.vrtx-search-form input.vrtx-search-field:focus {
  outline: 0;
}

form.vrtx-search-form button,
form#enheter button,
form#personer button {
  background: transparent url(../images/button-small-search-right.png) no-repeat 100% 0;
  border: none;
  cursor: pointer;
  height: 25px;
  margin-right: -3px;
  overflow: visible;
  padding-right: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

form.vrtx-search-form button span,
form#enheter button span,
form#personer button span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-search-left.png) no-repeat 0 0;
  display: block;
  height: 20px;
  padding: 5px 10px 0 12px;
}

/* ^ People search */

/*
 * Fulltextsearch
 *
 *
 */

#head form, 
#error #main form {
  background: url(/vrtx/decorating/resources/dist/images/form-input.png) no-repeat 0 0;
  height: 23px;
  padding-left: 10px;
  padding-top: 2px;
  position: absolute;
  right: 21px;
  top: 79px;
  width: 223px;
}

#head-globalnav.head-uio #head form {
  height: 21px;
  background: url(/vrtx/decorating/resources/dist/images/form-input-blackbg.png) no-repeat 0 0;
}

#error #main form {
  width: 215px;
}

form.vrtx-big-search {
  background: url(/vrtx/decorating/resources/dist/images/form-input-large.png) no-repeat 0 0 !important;
  height: 36px !important;
  padding-left: 10px !important;
  padding-top: 2px !important;
  width: 390px !important;
  z-index: 99999;
  font-size: 1.23em !important;
  display: block;
  position: relative;
  margin: 5px 0 5px 0;
}

#error #main form {
  margin-left: 0px;
  position: relative;
  right: 0;
  top: 0;
}

#error #main form {
  padding-bottom: 3px;
}

#head form label,
#vrtx-solr-fulltext-search #main form label,
#vrtx-personsearch #main form label,
#vrtx-unitsearch #main form label,
#error #main form label {
  position: absolute;
  left: -9999px;
  top: -1000px;
}

fieldset {
  background: transparent;
  border: none;
}

#head form input,
#error #main form input {
  border: 1px solid transparent;
  margin-top: 3px;
  width: 165px;
}

#vrtx-solr-fulltext-search #main form input,
#vrtx-personsearch #main form input,
#vrtx-unitsearch #main form input,
form.vrtx-big-search input[type='text'],
form.vrtx-big-search input[type='password'] {
  border: 1px solid transparent;
  margin-top: 6px !important;
  width: 332px !important;
}

form.vrtx-big-search input[type='text']:focus,
form.vrtx-big-search input[type='password']:focus,
#head form input:focus,
#vrtx-solr-fulltext-search #main form input:focus,
#vrtx-personsearch #main form input:focus,
#vrtx-unitsearch #main form input:focus,
#vrtx-searchview #main form input:focus,
#error #main form input:focus {
  outline: 0;
}

#head form button,
#vrtx-solr-fulltext-search #main form button,
#vrtx-personsearch #main form button,
#vrtx-unitsearch #main form button,
#vrtx-searchview #main form button,
#error #main form button {
  background: transparent url(../images/button-small-search-right.png) no-repeat 100% 0;
  border: none;
  cursor: pointer;
  height: 25px;
  margin-right: -3px;
  overflow: visible;
  padding-right: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

#head-globalnav.head-uio #head form button {
  height: 23px;
  background: transparent url(../images/button-small-search-right-blackbg.png) no-repeat 100% 0;
}

#vrtx-solr-fulltext-search #main form button,
#vrtx-personsearch #main form button,
#vrtx-unitsearch #main form button,
#vrtx-searchview #main form button {
  background: transparent url(../images/button-large-search-right.png) no-repeat 100% 0;
  height: 38px;
}

form.vrtx-big-search button {
  background: transparent url(../images/button-large-search-right.png) no-repeat 100% 0 !important;
  height: 38px !important;
  border: none;
  cursor: pointer;
  margin-right: -3px;
  overflow: visible;
  padding-right: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

#head form button span,
#vrtx-solr-fulltext-search #main form button span,
#vrtx-personsearch #main form button span,
#vrtx-unitsearch #main form button span,
#vrtx-searchview #main form button span,
#error #main form button span {
  background: url(/vrtx/decorating/resources/dist/images/button-small-search-left.png) no-repeat 0 0;
  display: block;
  height: 20px;
  padding: 5px 10px 0 12px;
}

#head-globalnav.head-uio #head form button span {
  height: 18px;
  background: url(/vrtx/decorating/resources/dist/images/button-small-search-left-blackbg.png) no-repeat 0 0;
}

#vrtx-solr-fulltext-search #main form button span,
#vrtx-personsearch #main form button span,
#vrtx-unitsearch #main form button span,
#vrtx-searchview #main form button span {
  background: url(/vrtx/decorating/resources/dist/images/button-large-search-left.png) no-repeat 0 0;
  height: 28px;
  padding-top: 10px;
}

form.vrtx-big-search button span {
  background: url(/vrtx/decorating/resources/dist/images/button-large-search-left.png) no-repeat 0 0 !important;
  height: 28px !important;
  padding: 10px 10px 0 12px !important;
  display: block;
}

/* ^ Fulltextsearch */

/* UI dialog */

body .ui-dialog.ui-dialog-minimal .vrtx-button {
  margin: 5px 10px 5px 0;
}

body .ui-dialog form,
body .ui-dialog fieldset,
body .ui-dialog input,
body .ui-dialog button,
body .ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  padding: 0;
}

body .ui-dialog fieldset {
  background: transparent;
  border: none;
}

body .ui-dialog textarea {
  border: 1px solid #919191;
  outline: none;
}

body .ui-dialog textarea.round-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  padding: 8px 10px;
}

body .ui-dialog input[type=button],
body .ui-dialog input[type=file],
body .ui-dialog input[type=image],
body .ui-dialog input[type=password],
body .ui-dialog input[type=reset],
body .ui-dialog input[type=submit],
body .ui-dialog input[type=text],
body .ui-dialog button,
body .ui-dialog .ui-dialog-buttonpane button {
  border: 1px solid transparent;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit; 
  font-weight: inherit;
}

body .ui-dialog .ui-dialog-buttonpane button:focus,
body .ui-dialog button:focus,
body .ui-dialog input[type=button]:focus,
body .ui-dialog input[type=file]:focus ,
body .ui-dialog input[type=image]:focus ,
body .ui-dialog input[type=password]:focus ,
body .ui-dialog input[type=reset]:focus ,
body .ui-dialog input[type=submit]:focus ,
body .ui-dialog input[type=text]:focus {
  outline: 0;
}

/* Buttons */

body .ui-dialog .vrtx-button,
body .ui-dialog .ui-dialog-buttonpane button,
body .ui-dialog .vrtx-focus-button,
body .ui-dialog .vrtx-button-small {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/dropdown-left.gif) no-repeat 0 0;
  display: inline-block;
  height: 27px;
  white-space: nowrap;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  text-decoration: none !important;
}

body .ui-dialog .ui-dialog-buttonpane button {
  height: 28px;
}

body .ui-dialog .ui-dialog-buttonpane button:first-child,
body .ui-dialog .vrtx-focus-button {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/focus-button-left.gif) no-repeat 0 0;
}

body .ui-dialog .vrtx-button-small {
  height: 22px;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/button-small-left.gif) no-repeat 0 0;
}

body .ui-dialog .ui-dialog-buttonpane button span,
body .ui-dialog .vrtx-button span,
body .ui-dialog .vrtx-button input,
body .ui-dialog .vrtx-button button,
body .ui-dialog .vrtx-focus-button span,
body .ui-dialog .vrtx-focus-button input,
body .ui-dialog .vrtx-focus-button button,
body .ui-dialog .vrtx-button-small span,
body .ui-dialog .vrtx-button-small input,
body .ui-dialog .vrtx-button-small button {
  color: #363534;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/button-closed-right.gif) no-repeat top right;
  display: inline-block;
  height: 23px;
  padding: 4px 15px 0 14px;
  border: none;
  cursor: pointer;
  margin: 0 -5px 0 0;
  position: relative; /* Webkit fix */
}

body .ui-dialog .vrtx-button input,
body .ui-dialog .vrtx-button button,
body .ui-dialog .vrtx-focus-button input,
body .ui-dialog .vrtx-focus-button button {
  height: 27px;
  padding: 0 15px 0 14px;
}

body .ui-dialog .ui-dialog-buttonpane button:first-child span,
body .ui-dialog .vrtx-focus-button span,
body .ui-dialog .vrtx-focus-button input,
body .ui-dialog .vrtx-focus-button button {
  color: #fff;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/focus-button-right.gif) no-repeat top right;
}

body .ui-dialog .vrtx-button-small span,
body .ui-dialog .vrtx-button-small input,
body .ui-dialog .vrtx-button-small button {
  height: 20px;
  padding: 2px 11px 0 10px;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/button-small-right.gif) no-repeat top right;
} 

body .ui-dialog .vrtx-button-small input,
body .ui-dialog .vrtx-button-small button {
  height: 22px;
  padding: 0 11px 0 10px;
}

body .ui-dialog .ui-dialog-buttonpane button:hover,
body .ui-dialog .vrtx-button:hover,
body .ui-dialog .vrtx-button.hover,
body .ui-dialog .ui-dialog-buttonpane button:focus,
body .ui-dialog .vrtx-button:focus {
  background-image: url(/vrtx/__vrtx/static-resources/themes/default/images/dropdown-left-rollover.gif);
}

body .ui-dialog .ui-dialog-buttonpane button:first-child:hover,
body .ui-dialog .vrtx-focus-button:hover,
body .ui-dialog .vrtx-focus-button.hover,
body .ui-dialog .ui-dialog-buttonpane button:first-child:focus,
body .ui-dialog .vrtx-focus-button:focus {
  background-image: url(/vrtx/__vrtx/static-resources/themes/default/images/focus-button-left-rollover.gif);
}

body .ui-dialog .vrtx-button-small:hover,
body .ui-dialog .vrtx-button-small.hover,
body .ui-dialog .vrtx-button-small:focus {
  background-image: url(/vrtx/__vrtx/static-resources/themes/default/images/button-small-left-rollover.gif);
}

body .ui-dialog .ui-dialog-buttonpane button:hover span,
body .ui-dialog .vrtx-button:hover span,
body .ui-dialog .vrtx-button:hover input,
body .ui-dialog .vrtx-button:hover button,
body .ui-dialog .vrtx-focus-button:hover span,
body .ui-dialog .vrtx-focus-button:hover input,
body .ui-dialog .vrtx-focus-button:hover button,
body .ui-dialog .vrtx-button-small:hover span,
body .ui-dialog .vrtx-button-small:hover input,
body .ui-dialog .vrtx-button-small:hover button,
body .ui-dialog .ui-dialog-buttonpane button:focus span,
body .ui-dialog .vrtx-button:focus span,
body .ui-dialog .vrtx-button:focus input,
body .ui-dialog .vrtx-button:focus button,
body .ui-dialog .vrtx-focus-button:focus span,
body .ui-dialog .vrtx-focus-button:focus input,
body .ui-dialog .vrtx-focus-button:focus button,
body .ui-dialog .vrtx-button-small:focus span,
body .ui-dialog .vrtx-button-small:focus input,
body .ui-dialog .vrtx-button-small:focus button,
body .ui-dialog .vrtx-button.hover span,
body .ui-dialog .vrtx-button.hover input,
body .ui-dialog .vrtx-button.hover button,
body .ui-dialog .vrtx-focus-button.hover span,
body .ui-dialog .vrtx-focus-button.hover input,
body .ui-dialog .vrtx-focus-button.hover button,
body .ui-dialog .vrtx-button-small.hover span,
body .ui-dialog .vrtx-button-small.hover input,
body .ui-dialog .vrtx-button-small.hover button {
  color: #fff;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/button-closed-right-rollover.gif) no-repeat top right;
}

body .ui-dialog .ui-dialog-buttonpane button:first-child:hover span,
body .ui-dialog .vrtx-focus-button:hover span,
body .ui-dialog .vrtx-focus-button:hover input,
body .ui-dialog .vrtx-focus-button:hover button,
body .ui-dialog .ui-dialog-buttonpane button:first-child:focus span,
body .ui-dialog .vrtx-focus-button:focus span,
body .ui-dialog .vrtx-focus-button:focus input,
body .ui-dialog .vrtx-focus-button:focus button,
body .ui-dialog .vrtx-focus-button.hover span,
body .ui-dialog .vrtx-focus-button.hover input,
body .ui-dialog .vrtx-focus-button.hover button {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/focus-button-right-rollover.gif) no-repeat top right;
}

body .ui-dialog .vrtx-button-small:hover span,
body .ui-dialog .vrtx-button-small:hover input,
body .ui-dialog .vrtx-button-small:hover button,
body .ui-dialog .vrtx-button-small:focus span,
body .ui-dialog .vrtx-button-small:focus input,
body .ui-dialog .vrtx-button-small:focus button,
body .ui-dialog .vrtx-button-small.hover span,
body .ui-dialog .vrtx-button-small.hover input,
body .ui-dialog .vrtx-button-small.hover button {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/button-small-right-rollover.gif) no-repeat top right;
}

#submitButtons {
  display: none;
}

body .ui-dialog .ui-dialog-buttonpane button {
  margin: 0 10px 0 0;
}

body .ui-dialog .ui-dialog-buttonpane button.ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

/* ^ Buttons */

/* Textfields */

body .ui-dialog .vrtx-textfield {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/textfield-left.gif) no-repeat 0 0;
  height: 27px;
  padding: 0 0 0 8px;
  display: inline-block;
}

body .ui-dialog .vrtx-textfield input {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/textfield-right.gif) no-repeat top right;
  height: 23px;
  margin: -1px -5px 0 0;
  padding: 4px 8px 0 0;
  display: block;
  display: inline-block;
}

body .ui-dialog .vrtx-textfield-big {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/textfield-big-left.gif) no-repeat 0 0;
  height: 33px;
  padding: 0 0 0 12px;
  display: inline-block;
}

body .ui-dialog .vrtx-textfield-big input {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/textfield-big-right.gif) no-repeat top right;
  height: 23px;
  margin: -1px -6px 0 0;
  padding: 10px 14px 0 0;
  display: block;
  display: inline-block;
}

/* ^ Textfields */

body .ui-widget-overlay {
  background: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  z-index: 99999 !important; 
}

body .ui-dialog {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #848484;
  box-shadow: 1px 1px 5px 2px #848484;
  border-radius: 7px 7px 7px 7px;
  color: #000000;
  z-index: 102;
  position: fixed;
  padding: 20px;
  z-index: 100000 !important;
}

body .ui-dialog .ui-dialog-titlebar {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/line-dotted.gif) repeat-x scroll left bottom transparent;
  border: none;
  padding: 0 0 15px 0;
}

body .ui-dialog .ui-dialog-titlebar.closable {
  padding-bottom: 0px;
  background: none;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 1.538em;
  font-weight: normal;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 3px;
}

body .ui-dialog .ui-dialog-titlebar-close {
  right: 3px;
  top: 3px;
}

body .ui-dialog .ui-dialog-titlebar-close,
body .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
  border: none;
  background: none;
}

body .ui-dialog .ui-dialog-titlebar-close,
body .ui-dialog .ui-dialog-titlebar-close .ui-icon {
  width: 20px;
  height: 18px;
  margin: 0;
  padding: 0;
}

body .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

body .ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/thickbox-close.png) no-repeat center center;
  position: static;
}

body .ui-dialog .ui-dialog-buttonpane,
body .ui-dialog .ui-dialog-content {
  margin: 0;
  border: none;
  padding: 15px 0;
  min-height: 0 !important;
}

body .ui-dialog .ui-dialog-content ul {
  margin: 10px 0 10px 25px;
  padding: 0;
}

body .ui-dialog .ui-dialog-buttonpane {
  padding: 0;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}

body .ui-widget {
  font-size: 1em !important;
  text-align: left;
}

body .ui-widget,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
  font-family: Arial, Helvetica, sans-serif !important;
}

body .ui-dialog {
  font-size: 1.154em !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 1.333em;
}

body .ui-dialog h2 {
  font-size: 1.154em;
  font-weight: normal;
  margin: 10px 0 8px;
}

body .ui-dialog h2:first-child {
  margin-top: 0px;
}

body .ui-dialog .vrtx-textfield {
  clear: left;
  width: 335px;
}

body .ui-dialog input {
  width: 330px;
}

body .ui-dialog textarea {
  width: 325px;
}

body .ui-dialog label {
  display: block;
  margin: 15px 0 5px 0;
}

.ui-dialog div.email-help {
  padding-top: 5px;
  font-size: 70%; 
  color: #888; 
  line-height: 1.3;
}
      
.ui-dialog #email-response {
  margin-top: 10px;
  font-style: italic;
  font-size: 0.923em;
}
    
.ui-dialog #email-response span.failure {
  color: #cc0000;
}
    
.ui-dialog #vrtx-feedback-contact {
  display: inline !important;
  color: #0B5A9D;
}

body .ui-dialog #feedback-form textarea {
  height: 185px;
  margin-bottom: 10px;
}

body .ui-dialog #email-a-friend-form textarea {
  height: 95px;
}

/* Mozilla hacks */

body .ui-dialog form::-moz-focus-inner,
body .ui-dialog .ui-dialog-buttonpane button::-moz-focus-inner,
body .ui-dialog form button::-moz-focus-inner {
  border: none;
  padding: 0;
}

/* Vertical aligning text in textfields: targets Firefox 1.5 and newer 
   Credits: http://perishablepress.com/press/2009/06/28/css-hacks-for-different-versions-of-firefox/ 
 */
body .ui-dialog .vrtx-button input,
body .ui-dialog .vrtx-button button,
body .ui-dialog .ui-dialog-buttonpane button,
body .ui-dialog .vrtx-focus-button input,
body .ui-dialog .vrtx-focus-button button, x:-moz-any-link, x:only-child {
  padding-bottom: 1px;
}

body .ui-dialog .vrtx-textfield input, x:-moz-any-link, x:only-child {
  padding-top: 2px;
  height: 25px;
}

body .ui-dialog .vrtx-textfield-big input, x:-moz-any-link, x:only-child {
  padding-top: 2px;
  height: 31px;
}

/* ^ Mozilla hacks */

/* Webkit fixes - typical apple mobile devices */

body .ui-dialog input[type=button],
body .ui-dialog input[type=file],
body .ui-dialog input[type=image],
body .ui-dialog input[type=password],
body .ui-dialog input[type=reset],
body .ui-dialog input[type=submit],
body .ui-dialog input[type=text] { /* input reset */
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* ^ Webkit fixes - typical apple mobile devices */

/* ^ UI dialog */

/* UI tabs and calendar */

/* Component containers
----------------------------------*/
#vrtx-event-calendar .ui-widget { font-family: Arial, sans-serif; font-size: 1em; }
#vrtx-event-calendar .ui-widget input, #vrtx-event-calendar .ui-widget select, #vrtx-event-calendar .ui-widget textarea, #vrtx-event-calendar .ui-widget button {  font-family: Arial, sans-serif; font-size: 1em; }
#vrtx-event-calendar .ui-widget-content { border: none; background: none; color: #333333; float: left; }
#vrtx-event-calendar .ui-widget-header { border: none; background: none; color: #ffffff; font-weight: bold; }
#vrtx-event-calendar .ui-widget-header a { color: #ffffff; }
.ui-tabs.ui-widget { font-family: Arial, sans-serif; font-size: 1em; }
.ui-tabs.ui-widget input,.ui-tabs.ui-widget select, .ui-tabs.ui-widget textarea, .ui-tabs.ui-widget button {  font-family: Arial, sans-serif; font-size: 1em; }
.ui-tabs.ui-widget.ui-widget-content { border: none; background: none; color: #333333; float: left; }
.ui-tabs.ui-widget.ui-widget-content a { color: #0b5a9d; }
.ui-tabs.ui-widget .ui-widget-header { border: none; background: none; color: #ffffff; font-weight: bold; }
.ui-tabs.ui-widget .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
#vrtx-event-calendar .ui-state-default, #vrtx-event-calendar .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: none; font-weight: bold; color: #1c94c4; outline: none; }
#vrtx-event-calendar .ui-state-default a, #vrtx-event-calendar .ui-state-default a:link, #vrtx-event-calendar .ui-state-default a:visited { color: inherit; color: #3366cc; text-decoration: none; outline: none; }
#vrtx-event-calendar .ui-state-hover, #vrtx-event-calendar .ui-widget-content .ui-state-hover, #vrtx-event-calendar .ui-state-focus, #vrtx-event-calendar .ui-widget-content .ui-state-focus { border: none; font-weight: bold; color: #c77405; outline: none; }
#vrtx-event-calendar .ui-state-hover a, #vrtx-event-calendar .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
#vrtx-event-calendar .ui-state-hover a, #vrtx-event-calendar .ui-state-hover a:focus { color: #c77405; text-decoration: none; outline: none; }
#vrtx-event-calendar .ui-state-active, #vrtx-event-calendar .ui-widget-content .ui-state-active { border: 1px solid #ccc; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important; font-weight: bold; color: #eb8f00; outline: none; }
#vrtx-event-calendar .ui-state-active a, #vrtx-event-calendar .ui-state-active a:link, #vrtx-event-calendar .ui-state-active a:visited { color: #3366cc; outline: none; text-decoration: none; }
.ui-tabs.ui-widget .ui-state-default, .ui-tabs.ui-widget.ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: url("/vrtx/decorating/resources/dist/style/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6 !important; font-weight: bold; color: #1c94c4; outline: none; }
.ui-tabs.ui-widget .ui-state-default a, .ui-tabs.ui-widget .ui-state-default a:link, .ui-tabs.ui-widget  .ui-state-default a:visited { color: inherit; color: #3366cc; text-decoration: none; outline: none; }
.ui-tabs.ui-widget .ui-state-hover, .ui-tabs.ui-widget.ui-widget-content .ui-state-hover, .ui-tabs.ui-widget .ui-state-focus, .ui-tabs.ui-widget.ui-widget-content .ui-state-focus { background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x !important; }
.ui-tabs.ui-widget .ui-state-hover a, .ui-tabs.ui-widget .ui-state-hover a:hover { text-decoration: none; }
.ui-tabs.ui-widget .ui-state-hover a, .ui-tabs.ui-widget .ui-state-hover a:focus { text-decoration: none; }
.ui-tabs.ui-widget .ui-state-active, .ui-tabs.ui-widget.ui-widget-content .ui-state-active { border: 1px solid #ccc; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important; font-weight: bold; color: #eb8f00; outline: none; }
.ui-tabs.ui-widget .ui-state-active a, .ui-tabs.ui-widget .ui-state-active a:link, .ui-tabs.ui-widget .ui-state-active a:visited { color: #3366cc; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
#vrtx-event-calendar .ui-state-highlight, #vrtx-event-calendar .ui-state-highlight {border: 1px solid #fed22f; background: none; color: #363636; }
#vrtx-event-calendar .ui-state-highlight a, #vrtx-event-calendar .ui-widget-content .ui-state-highlight a { color: #363636; }
#vrtx-event-calendar .ui-state-error, #vrtx-event-calendar .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat !important; color: #ffffff; }
#vrtx-event-calendar .ui-state-error a, #vrtx-event-calendar .ui-widget-content .ui-state-error a { color: #ffffff; }
#vrtx-event-calendar .ui-state-error-text, #vrtx-event-calendar .ui-widget-content .ui-state-error-text { color: #ffffff; }
#vrtx-event-calendar .ui-state-disabled, #vrtx-event-calendar 
.ui-widget-content .ui-state-disabled { opacity: 1; -ms-filter: "none"; background-image: none; }
#vrtx-event-calendar .ui-priority-primary, #vrtx-event-calendar .ui-widget-content .ui-priority-primary { font-weight: bold; }
#vrtx-event-calendar .ui-priority-secondary, #vrtx-event-calendar 
.ui-widget-content .ui-priority-secondary { opacity: 1; -ms-filter: "none"; font-weight: normal; }
.ui-tabs.ui-widget .ui-state-highlight, .ui-tabs.ui-widget.ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x !important; color: #363636; }
.ui-tabs.ui-widget .ui-state-highlight a, .ui-tabs.ui-widget.ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-tabs.ui-widget .ui-state-error, .ui-tabs.ui-widget.ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat !important; color: #ffffff; }
.ui-tabs.ui-widget .ui-state-error a, .ui-tabs.ui-widget.ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-tabs.ui-widget .ui-state-error-text, .ui-tabs.ui-widget.ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-tabs.ui-widget .ui-state-disabled, 
.ui-tabs.ui-widget.ui-widget-content .ui-state-disabled { opacity: 1; -ms-filter: "none"; background-image: none; }
.ui-tabs.ui-widget .ui-priority-primary, .ui-tabs.ui-widget.ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-tabs.ui-widget .ui-priority-secondary, 
.ui-tabs.ui-widget.ui-widget-content .ui-priority-secondary { opacity: 1; -ms-filter: "none"; font-weight: normal; }

.ui-tabs.ui-widget .ui-tabs-panel { border: 1px solid #CCCCCC; }
.ui-tabs.ui-widget .ui-tabs-nav { padding: 0; }
.ui-tabs.ui-widget .ui-tabs-nav li {
  top: 1px !important;
}

.ui-tabs.ui-widget .ui-tabs-nav li.ui-state-active {
  border-bottom: none !important;
}

/* ^ UI tabs and calendar */

/* Calendar */

#vrtx-event-calendar .ui-datepicker {
  width: 201px !important;
  border-color: #e4e4e4 !important;
  margin-top: 0px !important;
}

#vrtx-event-listing #total-main .ui-datepicker {
  width: 289px !important;
}

#vrtx-event-calendar .ui-datepicker .ui-datepicker-header { 
  background-color: #fff !important;
  color: #2b2b2b !important;
}

#vrtx-event-calendar .ui-datepicker .ui-datepicker-title {
  font-size: 1.2em !important;
}

#vrtx-event-calendar .ui-widget-content table td.ui-datepicker-other-month {
  padding-top: 0 !important;
}

#vrtx-event-calendar .ui-widget-content table td.ui-datepicker-other-month span.ui-state-default {
  padding: .2em !important;
  border: 1px solid #d9d9d9 !important;
  border-width: 1px 0 0 0 !important;
}

#vrtx-event-calendar .ui-datepicker table {
  border: none;
}

#vrtx-event-calendar .ui-datepicker table th {
  background: url(/vrtx/decorating/resources/dist/images/events-calendar-listing-calendar-table-header-gradient.png) repeat-x 0 0;
  z-index: 99999;
}

#vrtx-event-calendar .ui-widget-content table .state-active a {
  background: #005AAB !important;
  color: #FFFFFF !important;
}

#vrtx-event-calendar .ui-widget-content table td .ui-state-hover {
  border: 1px solid #ccc !important;
  border-width: 1px 1px 0 0 !important;
}

#vrtx-event-calendar .ui-datepicker .ui-datepicker-header a {
  color: #0b5a9d !important;
  cursor: pointer;
}

/* ^ Calendar */

/* Tabs */

#vrtx-tags-alphabetical-tabs ul,
#vrtx-external-work-tabs ul,
#vrtx-publication-tabs ul {
  margin: 0 !important;
}

#vrtx-tags-alphabetical-tabs li,
#vrtx-external-work-tabs li,
#vrtx-publication-tabs li {
  clear: none;
  padding-left: 0px !important;
  list-style: none !important;
  list-style-position: outside !important;
}

#vrtx-tags-alphabetical-tabs .ui-state-active a,
#vrtx-tags-alphabetical-tabs .ui-state-default a,
#vrtx-tags-alphabetical-tabs .ui-state-default a:link,
#vrtx-tags-alphabetical-tabs .ui-state-default a:visited,
#vrtx-publication-tabs .ui-state-active a,
#vrtx-publication-tabs .ui-state-default a,
#vrtx-publication-tabs .ui-state-default a:link,
#vrtx-publication-tabs .ui-state-default a:visited {
  color: #0b5a9d;
}

#vrtx-tags-alphabetical-tabs li.ui-state-hover,
#vrtx-publication-tabs li.ui-state-hover {
  background-color: #fff;
}

#vrtx-tags-alphabetical-tabs li.ui-state-hover a,
#vrtx-publication-tabs li.ui-state-hover a {
  color: #0b5a9d;
}

#vrtx-tags-alphabetical-tabs .ui-tabs-nav li a,
#vrtx-publication-tabs .ui-tabs-nav li a {
  font-size: 0.923em;
  padding: 0.6em 1.1em 0.4em 1.1em !important;
}

#vrtx-tags-alphabetical-tabs .ui-tabs-nav li {
  margin-bottom: 0px;
}

#vrtx-tags-alphabetical-tabs .ui-tabs-nav li a {
  padding-left: 0.7em !important;
  padding-right: 0.7em !important;
}

#vrtx-tags-alphabetical-tabs .ui-tabs-nav li.ui-tabs-active a,
#vrtx-publication-tabs .ui-tabs-nav li.ui-tabs-active a,
#vrtx-tags-alphabetical-tabs .ui-tabs-nav li.ui-tabs-selected a,
#vrtx-publication-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #333;
}

#vrtx-tags-alphabetical-tabs li.ui-state-default a[name],
#vrtx-publication-tabs li.ui-state-default a[name] {
  color: #0b5a9d !important;
}

#vrtx-tags-alphabetical-tabs li.ui-state-active a[name],
#vrtx-publication-tabs li.ui-state-active a[name] {
  color: #2b2b2b !important;
}

#vrtx-publication-tabs {
  margin: 10px 0 20px;
  width: 507px;
}

#vrtx-tags-alphabetical-tabs .ui-tabs-panel ul li,
#vrtx-publication-tabs .ui-tabs-panel ul li {
  background: none !important;
}

#vrtx-publication-tabs .ui-tabs-panel {
  background-color: #fff;
  font-size: 12px;
  font-size: 0.92em;
  padding: 14px 14px 10px;
  width: 476px;
}

#vrtx-publication-tabs .ui-tabs-panel li {
  background-image: none;
  margin-bottom: 10px !important;
  padding-left: 35px !important;
  text-indent: -35px !important;
  width: 442px;
}

#vrtx-publication-tabs em {
  font-style: italic;
}

#vrtx-publication-tabs .ui-tabs-panel p.vrtx-more-external-publications {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 0;
  margin: 0;
  padding: 10px 0 0 0;
}

#vrtx-affiliated-tabs .ui-tabs-nav li {
  clear: none;
  margin-right: 4px !important;
}

#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li a {
  padding: 5px 10px 4px 10px;
  font-weight: normal;
  font-size: 1em;
}

#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li a[name='vrtx-affiliated-tab-all'] {
  padding-left: 14px;
}

#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li.ui-state-default {
  background: #e7e7e7 !important;
  border: 1px solid #e4e4e4;
}

#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: #0B5A9D !important;
}

#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active,
#vrtx-affiliated-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #fff !important;
  border: 1px solid #e4e4e4;
}

#right-main #vrtx-affiliated-tabs {
  width: 760px; 
}

#vrtx-affiliated-tabs .ui-widget-content {
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 730px;
  padding: 14px;
  float: left;
}

#total-main #vrtx-affiliated-tabs .ui-widget-content {
  width: 940px;
}

/* Modal */

#vrtx-unit-person-listing .ui-dialog,
#vrtx-unit-person-listing .ui-dialog #vrtx-tags-alphabetical-tabs {
  overflow: hidden;
}

#vrtx-unit-person-listing .ui-dialog h1 {
  display: none;
}

.ui-dialog #vrtx-sub-units,
.ui-dialog #vrtx-tags-alphabetical-tabs {
  font-size: 1.15em;
}

.ui-dialog #vrtx-sub-units {
  margin: 15px 0 0 4px;
}

.ui-dialog .vrtx-tags-service,
.ui-dialog #vrtx-tags-alphabetical-tabs {
  height: 360px;
}

.ui-dialog #vrtx-tags-alphabetical-tabs {
  font-size: 1.15em;
  width: 595px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.ui-dialog #vrtx-tags-alphabetical-tabs .ui-tabs-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 92%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ui-dialog #vrtx-tags-alphabetical-tabs .ui-widget-content {
  display: block !important;
  border: none;
  width: 566px;
}

.ui-dialog #vrtx-tags-alphabetical-tabs .ui-widget-content h2:first-child {
  margin-top: 0px;
}

.ui-dialog .vrtx-tags-service {
  padding-top: 15px;
}

.ui-dialog #vrtx-sub-units a,
.ui-dialog .vrtx-tags-service a {
  color: #0b5a9d;
}

/* ^ Tabs */

/* Some basic form support for IE9+ */

#main form.style-form input[type='text'],
#main form.style-form input[type='password'],
#main form.style-form button,
#main form.style-form input[type='submit'],
#main form.style-form input[type='reset'],
#main form.style-form input[type='button'] {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #aaa;
  padding: 5px 9px;
  margin: 5px 8px 5px 0;
}
#main form.style-form button,
#main form.style-form input[type='submit'],
#main form.style-form input[type='button'] {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(232,232,232,1) 24%, rgba(215,215,215,1) 67%, rgba(215,215,215,1) 86%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(24%,rgba(232,232,232,1)), color-stop(67%,rgba(215,215,215,1)), color-stop(86%,rgba(215,215,215,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 24%,rgba(215,215,215,1) 67%,rgba(215,215,215,1) 86%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 24%,rgba(215,215,215,1) 67%,rgba(215,215,215,1) 86%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 24%,rgba(215,215,215,1) 67%,rgba(215,215,215,1) 86%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(232,232,232,1) 24%,rgba(215,215,215,1) 67%,rgba(215,215,215,1) 86%,rgba(226,226,226,1) 100%); /* W3C */
}
#main form.style-form button:focus,
#main form.style-form button:hover,
#main form.style-form input[type='submit']:focus,
#main form.style-form input[type='submit']:hover,
#main form.style-form input[type='button']:focus,
#main form.style-form input[type='button']:hover {
  background: #d6d6d6; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(197,197,197,1) 43%, rgba(190,190,190,1) 67%, rgba(189,189,189,1) 86%, rgba(194,194,194,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(43%,rgba(197,197,197,1)), color-stop(67%,rgba(190,190,190,1)), color-stop(86%,rgba(189,189,189,1)), color-stop(100%,rgba(194,194,194,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(197,197,197,1) 43%,rgba(190,190,190,1) 67%,rgba(189,189,189,1) 86%,rgba(194,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(197,197,197,1) 43%,rgba(190,190,190,1) 67%,rgba(189,189,189,1) 86%,rgba(194,194,194,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(197,197,197,1) 43%,rgba(190,190,190,1) 67%,rgba(189,189,189,1) 86%,rgba(194,194,194,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(197,197,197,1) 43%,rgba(190,190,190,1) 67%,rgba(189,189,189,1) 86%,rgba(194,194,194,1) 100%); /* W3C */
  cursor: pointer;
}

/* ^ */

/* ^ UIO CSS: Forms */
/*
 * 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('/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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(/vrtx/decorating/resources/dist/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  */
/*
 * UiO CSS: Additional Content
 *
 */

#vrtx-additional-content {
  font-size: 1em;
}

#vrtx-additional-content .left, 
#vrtx-additional-content .right {
  width: 125px;
  margin-left: 0px !important;
}

#vrtx-additional-content .left {
  margin-right: 10px !important;
}

#vrtx-additional-content .vrtx-frontpage-box,
#vrtx-additional-content .vrtx-feed,
.additional-information #vrtx-related-content .vrtx-feed,
#vrtx-additional-content .vrtx-recent-comments,
.additional-information #vrtx-related-content .vrtx-recent-comments {
  background: #fff;
  padding: 14px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  margin-bottom: 0px;
}

#vrtx-additional-content .vrtx-frontpage-box.grey-box {
  background-color: #f0eeea;
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-recent-comments,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-feed {
  font-size: 1em;
}

.additional-information #vrtx-related-content img,
#vrtx-additional-content #vrtx-related-content img {
  margin-bottom: 10px;
  max-width: 100% !important;
  height: auto;
}

.additional-information #vrtx-related-content .vrtx-img-container img,
#vrtx-additional-content #vrtx-related-content .vrtx-img-container img,
.additional-information #vrtx-related-content .vrtx-img-container img, 
#main #vrtx-additional-content .vrtx-img-container img {
  max-width: none !important;
  margin-top: 0px !important;
}

.additional-information #vrtx-related-content,
#vrtx-additional-content #vrtx-related-content {
  padding: 14px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background-color: #fff;
}

.additional-information #vrtx-related-content {
  border-bottom: 1px solid #e4e4e4;
}

.additional-information * + #vrtx-related-content {
  margin-top: 20px;
}

.additional-information #vrtx-related-content .vrtx-feed,
#vrtx-additional-content #vrtx-related-content .vrtx-feed,
.additional-information #vrtx-related-content .vrtx-recent-comments,
#vrtx-additional-content #vrtx-related-content .vrtx-recent-comments {
  padding: 0;
  margin-bottom: 14px;
  border: none;
}

.additional-information #vrtx-related-content .vrtx-recent-comments ul li a.comments-title,
#vrtx-additional-content #vrtx-related-content .vrtx-recent-comments ul li a.comments-title,
.additional-information #vrtx-related-content .vrtx-feed ul li a.item-title,
#vrtx-additional-content #vrtx-related-content .vrtx-feed ul li a.item-title {
  font-weight: normal;
}

.additional-information #vrtx-related-content .vrtx-feed ul li .published-date,
.additional-information #vrtx-related-content .vrtx-recent-comments ul li .published-date,
.additional-information #vrtx-related-content .vrtx-event-component .vrtx-event-component-misc,
#vrtx-additional-content .vrtx-feed ul li .published-date,
#vrtx-additional-content .vrtx-recent-comments ul li .published-date,
#vrtx-additional-content .vrtx-event-component .vrtx-event-component-misc {
  font-size: 0.92em;
}

#vrtx-additional-content .vrtx-frontpage-box p.right {
  margin-top: 0;
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-frontpage-box-picture,
#vrtx-additional-content .vrtx-frontpage-box img,
#vrtx-additional-content .vrtx-event-component-picture img {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
}

#vrtx-additional-content div.vrtx-event-component-picture img {
  margin-top: 0px;
  margin-bottom: 10px; 
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-frontpage-box-picture img {
  margin-top: 0px;
}

#vrtx-additional-content ul,
.additional-information #vrtx-related-content ul,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-box-content ul,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-box-content div .vrtx-feed ul,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-box-content div .vrtx-recent-comments ul {
  margin: 10px 0 10px 1px;
  border: none;
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-recent-comments,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-feed {
  padding: 0px;
  border: none;
}

#vrtx-additional-content a.vrtx-event-component-title,
#vrtx-additional-content .vrtx-frontpage-box li a {
  font-weight: bold;
}

#vrtx-additional-content .vrtx-event-component h2 {
  margin-bottom: 15px;
}

#main #vrtx-additional-content .vrtx-frontpage-box.vrtx-header-false .vrtx-box-content .vrtx-event-component {
  margin-top: -4px !important;
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-event-component h2 {
  position: relative;
  margin-top: 0px;
}

.additional-information #vrtx-related-content .vrtx-feed.with-images li,
#vrtx-additional-content #vrtx-related-content .vrtx-feed.with-images li,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-feed.with-images li {
  background: none;
  margin: 0 0 25px 0;
  padding: 0;
  float: left;
  width: 100%;
}

.additional-information #vrtx-related-content .vrtx-feed.with-images img,
#vrtx-additional-content .vrtx-feed.with-images img {
  margin: 0 10px 10px 0;
  width: 90px;
  float: left;
}

#right-main .additional-information #vrtx-related-content .vrtx-feed.with-images img,
#right-main #vrtx-additional-content .vrtx-feed.with-images img {
  width: 65px;
}

.additional-information #vrtx-related-content a.more,
.additional-information #vrtx-related-content a.all-messages,
.additional-information #vrtx-related-content a.all-comments,
#vrtx-additional-content a.more,
#vrtx-additional-content a.all-messages,
#vrtx-additional-content a.all-comments {
  font-size: 1em;
  display: inline-block;
  float: right;
}

.additional-information #vrtx-related-content a.all-messages,
.additional-information #vrtx-related-content a.all-comments,
#vrtx-additional-content a.all-messages,
#vrtx-additional-content a.all-comments,
#vrtx-additional-content .vrtx-frontpage-box div.vrtx-more a {
  color: #333;
  font-size: 1em;
}

#vrtx-additional-content a.more {
  background: url(/vrtx/decorating/resources/dist/images/arrow-small-red.gif) no-repeat 100% 50%;
  padding-right: 14px;
}

#vrtx-additional-content a.all-messages,
#vrtx-additional-content a.all-comments {
  background: url(/vrtx/decorating/resources/dist/images/arrow-small-red.gif) no-repeat 100% 70%;
  padding-right: 19px;
}

#vrtx-additional-content .vrtx-feed a.feed-title,
.additional-information #vrtx-related-content .vrtx-feed a.feed-title,
#vrtx-additional-content .vrtx-recent-comments a.comments-title,
.additional-information #vrtx-related-content .vrtx-recent-comments a.comments-title,
#vrtx-additional-content .vrtx-frontpage-box h2 {
  color: #2b2b2b;
  font-size: 1.23em;
  line-height: 1.2em;
  font-weight: bold;
  /* clear: left; 
     Images float beside? */
}

#vrtx-additional-content .vrtx-feed,
.additional-information #vrtx-related-content .vrtx-feed,
#vrtx-additional-content .vrtx-recent-comments,
.additional-information #vrtx-related-content .vrtx-recent-comments,
#vrtx-additional-content .vrtx-frontpage-box h2 {
  margin-top: -4px;
}

#vrtx-additional-content #vrtx-related-content > h2:first-child {
  margin-top: -12px;
  border-top: none;
}

#vrtx-additional-content #vrtx-related-content > *:first-child > h2:first-child {
  margin-top: -15px;
  border-top: none;
}

#vrtx-additional-content #vrtx-related-content > *:first-child > .vrtx-recent-comments:first-child,
#vrtx-additional-content #vrtx-related-content > *:first-child > .vrtx-feed:first-child {
  margin-top: -15px;
  border-top: none;  
}

#vrtx-additional-content #vrtx-related-content > *:first-child > .vrtx-recent-comments:first-child a.comments-title,
#vrtx-additional-content #vrtx-related-content > *:first-child > .vrtx-feed:first-child a.feed-title {
  margin-top: 0px;
}

.additional-information #vrtx-related-content .vrtx-feed a.feed-title, 
#vrtx-additional-content .vrtx-feed a.feed-title,
.additional-information #vrtx-related-content .vrtx-recent-comments a.comments-title, 
#vrtx-additional-content .vrtx-recent-comments a.comments-title {
  display: block;
}

/* Exception */
#vrtx-additional-content .vrtx-course-program-did-you-know h2 {
  margin-top: -5px;
}

.additional-information #vrtx-related-content h2,
.additional-information #vrtx-related-content .vrtx-feed a.feed-title,
.additional-information #vrtx-related-content .vrtx-recent-comments a.comments-title,
#vrtx-additional-content #vrtx-related-content h2,
#vrtx-additional-content #vrtx-related-content .vrtx-feed a.feed-title,
#vrtx-additional-content #vrtx-related-content .vrtx-recent-comments a.comments-title {
  font-size: 1.23em;
  line-height: 1.2em;
  color: #2b2b2b;
  border-top: 1px solid #e4e4e4;
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px
}

.additional-information #vrtx-related-content h2 a,
#vrtx-additional-content #vrtx-related-content h2 a,
#vrtx-additional-content .vrtx-frontpage-box.vrtx-more-false h2 a {
  color: #0b5a9d;
}

.additional-information #vrtx-related-content .vrtx-recent-comments a.comments-title,
#vrtx-additional-content #vrtx-related-content .vrtx-recent-comments a.comments-title,
.additional-information #vrtx-related-content .vrtx-feed a.feed-title,
#vrtx-additional-content #vrtx-related-content .vrtx-feed a.feed-title {
  display: block;
}

#vrtx-additional-content .vrtx-frontpage-box h3,
.additional-information #vrtx-related-content h3,
#vrtx-additional-content #vrtx-related-content h3 {
  font-size: 1em;
  line-height: 1.29em;
}

#vrtx-additional-content .vrtx-frontpage-box .vrtx-event-component li,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-feed li,
#vrtx-additional-content .vrtx-frontpage-box .vrtx-recent-comments li {
  width: 100%;
}

.additional-information .vrtx-recent-comments li,
#vrtx-additional-content .vrtx-recent-comments li {
  margin-bottom: 15px;
}

#vrtx-additional-content .vrtx-published-date-left-side .vrtx-feed ul li {
  margin-bottom: 15px !important;
  float: left;
  width: 100%;
  background-image: none;
  list-style-type: none;
  padding-left: 0;
}

#vrtx-additional-content .vrtx-published-date-left-side .vrtx-feed ul li .item-description ul li {
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 0 7px !important;  
  margin: 2px 0 3px 0 !important;
  padding-left: 9px !important;
}

#vrtx-additional-content .vrtx-published-date-left-side .vrtx-feed ul li .published-date {
  float: left;
  width: 75px;
}

#vrtx-additional-content .vrtx-published-date-left-side .vrtx-feed ul li a.item-title {
  width: 175px;
  float: right;
}

#vrtx-additional-content .vrtx-published-date-left-side .vrtx-feed ul li .item-description {
  clear: both;
  float: left;
  width: 100%;
}

#vrtx-additional-content .vrtx-published-date-left-side a.all-messages {
  text-align: right;
}

#vrtx-additional-content .vrtx-only-title,
#vrtx-additional-content .vrtx-additional-content-blue-header {
  padding-bottom: 0px !important;
}

#vrtx-additional-content .vrtx-additional-content-blue-header h2 a {
  color: #0b5a9d;
}

#vrtx-additional-content .uio-topic-related {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f0eeea;
}

#vrtx-additional-content .vrtx-social-components {
  padding: 0px;
  margin: 10px 0 0 0;
}

#vrtx-additional-content .vrtx-share-at-component {
  margin-left: 0;
}

.additional-information #vrtx-related-content ul,
#vrtx-additional-content #vrtx-tags ul,
#vrtx-additional-content div.vrtx-subfolder-menu ul {
  padding: 0px !important;
  width: auto !important;
}

#vrtx-calendar-listing #vrtx-additional-content #vrtx-related-content {
  clear: left;
}

/* Boxes */

#vrtx-additional-content .vrtx-additional-content-box-picture-icon h2 {
  float: left;
}

#vrtx-additional-content .vrtx-additional-content-box-picture-icon .vrtx-frontpage-box-picture {
  float: left;
  margin: -5px 0 0px 10px;
  padding: 0px;
  max-width: none;
}

#vrtx-additional-content .vrtx-additional-content-box-picture-icon .vrtx-box-content {
  clear: left;
  float: left;
  width: 100%;
}

#vrtx-additional-content .vrtx-additional-content-blank-box {
  padding: 0px;
  border: none;
  background: none;
}

#vrtx-additional-content .vrtx-frontpage-box.vrtx-header-false .vrtx-frontpage-box-picture {
  margin-top: 0px;
}

#vrtx-additional-content .vrtx-distach-bottom {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

/* ^ Boxes */

/* ^ UiO CSS: Additional content */
/*
 * UiO CSS: Autocomplete
 *
 */

.ac_results {
  border:1px solid #A0A0A0;
  border-top: none;
  background-color: #fff;
  margin-left: -10px;
  margin-top:-2px;
  z-index: 999 !important;
  overflow: hidden;
  padding: 0px;
}

body#vrtx-unit .ac_results,
body#vrtx-unit-person-listing .ac_results,
body#vrtx-personsearch .ac_results,
body#vrtx-unitsearch .ac_results {
  margin-top: 7px !important;
  width: 401px !important;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results ul li {
  text-align:left;
  font-family: Arial, Helvetica, serif;
  padding: 10px 11px;
  margin: 0px;
  cursor: default;
  display: block;
  overflow: hidden;
}

body#vrtx-unit .ac_results ul li,
body#vrtx-unit-person-listing .ac_results ul li,
body#vrtx-personsearch .ac_results ul li,
body#vrtx-unitsearch .ac_results ul li {
  padding: 14px 13px;
}

.ac_loading {
  background: transparent url('../images/indicator.gif') right center no-repeat;
}

.vrtx-big-search .ac_loading {
  background-image: url('/vrtx/decorating/resources/dist/images/indicator-big.gif');
}

.ac_odd,
.ac_even {
  background: #fff url('/vrtx/decorating/resources/dist/images/line-dotted.gif') repeat-x bottom left;
}

.ac_over  { background: #0B5A9D; color: white; margin-top: -1px !important; padding-top: 11px !important; }
.ac_first { margin-top: 0px !important; padding-top: 17px !important; }
.ac_last  { background-image: none; }

/* Person search */

.ac_results .vrtx-person-search-img,
.ac_results .vrtx-person-search-img img {
  width: 40px;
}

.ac_results .vrtx-person-search-img {
  overflow: hidden;
  float: left;
  width: auto;
  padding-right: 11px;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-name {
  font-size: 1.231em;
  line-height: 1.2;
  font-weight: bold;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-position,
.ac_results .vrtx-person-search-info .vrtx-person-search-tag {
  font-size: 1em;
  padding-top: 0.1em;
  color: #666;
}

.ac_results .ac_over .vrtx-person-search-info .vrtx-person-search-position,
.ac_results .ac_over .vrtx-person-search-info .vrtx-person-search-tag {
  color: #fff;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-tag-match {
  color: #fff;
  background: #0B5A9D;
  padding: 2px 0;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-tag-match-start {
  padding-left: 4px;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-tag-match-end {
  padding-right: 4px;
}

.ac_results .vrtx-person-search-info .vrtx-person-search-name,
.ac_results .vrtx-person-search-info .vrtx-person-search-position,
.ac_results .vrtx-person-search-info .vrtx-person-search-tags,
.ac_results .vrtx-person-search-info .vrtx-person-search-tag {
  display: block;
}

.ac_results .vrtx-person-search-info.has-img .vrtx-person-search-name,
.ac_results .vrtx-person-search-info.has-img .vrtx-person-search-position,
.ac_results .vrtx-person-search-info.has-img .vrtx-person-search-tags,
.ac_results .vrtx-person-search-info.has-img .vrtx-person-search-tag {
  margin-left: 51px;
}

.ac_results .ac_more {
  color: #0B5A9D;
  font-weight: bold;
}

.ac_results .ac_more.ac_over {
  color: #fff;
}

/* ^ UiO CSS: Autocomplete */
/*
 * UiO CSS: View container
 * 
 */

.vrtx-container-size-xxl { width: 800px; }
.vrtx-container-size-xl  { width: 700px; }
.vrtx-container-size-l   { width: 600px; }
.vrtx-container-size-m   { width: 500px; }
.vrtx-container-size-s   { width: 400px; }
.vrtx-container-size-xs  { width: 300px; }
.vrtx-container-size-xxs { width: 200px; }

figure,
.vrtx-container {
  border-style: none;
  overflow: hidden;
  font-size: 0.85em;
  line-height: 1.35em;
  border: 1px solid #d0d0d0;
}

figure {
  display: table !important;
  width: 0;
  margin: 10px 0;
  border: 0px solid #000;
}

figure img {
  margin: 0;
  padding: 0;
  display: block;
}

figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.image-center > img,
.image-center figure {
  margin-left: auto;
  margin-right: auto;
}

.image-center > img {
  display: block !important;
}

.vrtx-media-middle,
.vrtx-container-middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin: 10px 0px;
}

.left-img,
.image-left,
.vrtx-media-left,
.vrtx-media-player.vrtx-container-left,
.vrtx-container-left {
  margin: 0 10px 10px 0;
  float: left;
}

.vrtx-box-content img[align=left] {
  margin: 0 10px 10px 0;
}

.right-img,
.image-right,
.vrtx-media-right,
.vrtx-media-player.vrtx-container-right,
.vrtx-container-right {
  margin: 0 0 10px 10px;
  float: right;
}

.vrtx-box-content img[align=right] {
  margin: 0 0 10px 10px;
}

.vrtx-media-player.vrtx-conatiner-middle .vrtx-media-ref,
.vrtx-media-player.vrtx-container-left .vrtx-media-ref,
.vrtx-media-player.vrtx-container-right .vrtx-media-ref {
  margin: 0px !important;
}

.vrtx-container img {
  display: block;
  margin: -10px -10px 10px;
  padding: 0;
  border: none;
}

.vrtx-container-middle img {
  display: block;
  /* margin-right: auto; margin-left: auto; */
}

figure figcaption,
.vrtx-container p {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px;
  background-color: #e8e8e8;
}

figure figcaption {
  border: 1px solid #d0d0d0;
  border-width: 0 1px 1px 1px;
}

.vrtx-facts-container h1,
.vrtx-facts-container h2,
.vrtx-facts-container h3,
.vrtx-facts-container h4,
.vrtx-facts-container h5,
.vrtx-facts-container h6,
.vrtx-facts-container p, 
.vrtx-facts-container ul,
.vrtx-facts-container ol,
.vrtx-facts-container pre {
  margin-top: 5px;
  margin-bottom: 5px;
}

.vrtx-facts-container {
  width: 200px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #d0d0d0;
  font-size: 0.92em;
  background-color: #e8e8e8;
}

.vrtx-facts-container h3 {
  margin-top: 0;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}

/* Need review */
/*
.vrtx-facts-container ul,
.vrtx-facts-container ol {
  padding-left: 0;
  margin-left: 15px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.vrtx-facts-container ul {
  padding-left: 10px;
}

.vrtx-facts-container li {
  background-image: none;
  list-style: disc;
  padding-left: 5px;
}
*/
/* ^ Need review */

.vrtx-img-container p {
  margin: 0;
  padding: 0;
}

/* ^ UiO CSS: View container */
/* 
 * UiO CSS: Share and subscribe component
 *
 */

.vrtx-subscribe-component {
  float: right;
}

.vrtx-subscribe-component .vrtx-subscribe-link.active,
.vrtx-subscribe-component .vrtx-subscribe-link:hover,
.vrtx-subscribe-component .vrtx-subscribe-link:focus,
.vrtx-subscribe-component .vrtx-subscribe-link {
  font-weight: bold;
  display: block;
  padding-right: 14px;
  background: url("/vrtx/decorating/resources/dist/images/subscribe-link.gif") no-repeat right 7px;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner,
.vrtx-share-wrapper .vrtx-share-wrapper-inner {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.vrtx-subscribe-wrapper,
.vrtx-share-wrapper {
  background: none;
  font-weight: bold;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner .vrtx-dropdown-top,
.vrtx-share-wrapper .vrtx-share-wrapper-inner .vrtx-dropdown-top {
  margin-bottom: 10px;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner ul li a,
.vrtx-share-wrapper .vrtx-share-wrapper-inner ul li a {
  border-bottom: none;
  padding: 0 11px 10px 33px !important;
}

.vrtx-subscribe-wrapper .vrtx-subscribe-wrapper-inner ul li a {
  padding-left: 11px !important;
}

.vrtx-share-wrapper ul li a.facebook {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-facebook-icon.gif) no-repeat 11px 2px !important;
}

.vrtx-share-wrapper ul li a.twitter {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-twitter-icon.gif) no-repeat 11px 0px !important
}

/* ^ UiO CSS: Share component */
/*
 * UiO CSS: Invalid 
 * 
 * Hacks and some CSS 3
 *
 */

/* Removing mozilla borders */
form::-moz-focus-inner,
form button::-moz-focus-inner {
  border: none;
  padding: 0;
}

/* Remove border radius for calendar and tabs */
#vrtx-event-calendar .ui-corner-all,
.ui-tabs .ui-corner-all,
.ui-tabs .ui-corner-top,
.ui-tabs .ui-corner-bottom {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; 
}

/* iPad and iPhone hacks */

input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Remove sickle on iPad - http://www.stephentgilbert.com/mediaqueries/ */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

  #globalnav li.vrtx-current-item { /* Fix border under active tab in globalmenu */
    padding-bottom: 4px !important;
  }

  form.vrtx-blue-button button { /* Fix text in blue button on studieprogram */
    font-size: 0.95em !important;
  }

  #vrtx-publication-tabs .ui-widget-header .ui-state-active {
    padding-bottom: 2px !important;
    margin-bottom: -2px !important;
  }

  #uio-sickle-black {
    background: none !important; 
  }
}

/* ^ UiO CSS: Invalid */
/*
 * UiO CSS: Common
 *
 * ToC:
 *
 * 01. General
 * 02. Hidden navigation
 * 03. Head
 * 04. Global navigation
 * 05. Footer
 * 06. Bottom breadcrumb
 * 07. Breadcrumb menu (left menu)
 * 08. Bottom menu
 * 09. Article
 * 10. Event
 * 11. Person and unit
 * 12. Contact supervisor
 * 13. Organizational unit
 * 14. Paging
 * 15. Person- and unit listing
 * 16. Project-, article and eventlisting
 * 17. Special for eventlisting
 * 18. Imagelisting
 * 19. Bloglisting
 * 20. Masterlisting
 * 21. Search
 * 22. Clearing
 * 23. Misc.
 * 24. Tidslinje
 */

/* NEW DESIGN */

.uio-app-line-top,
.uio-app-name,
.uio-app-menu,
.head-menu,
div#menu-wrapper,
#uio-app-menu-wrapper,
.navigation.grid-container,
#footer-wrapper > .row,
.header-search,
.menu-search {
  display: none;
}

/* ^ NEW DESIGN */

/*
 * 01. General
 *
 */

/* Invalid not part of current (CSS3) or future spec (CSS4) - keep it or remove? */
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

body {
  color: #2b2b2b;
  font: normal 81.25%/1.31em Arial, sans-serif; /* 13px/17px */
}

h1 {
  font-size: 1.69em;
  line-height: 1.2em;
  margin-bottom: 15px !important;
  margin-left: 0;
  font-weight: bold;
  clear: left;
}

#vrtx-searchview h1,
#vrtx-personsearch h1,
#vrtx-unitsearch h1,
#error h1 {
  font-family: Georgia, serif;
  font-size: 2.15em;
  line-height: 1.1em;
  margin-bottom: 15px;
  margin-left: 15px;
  font-weight: normal;
}

body.georgia-not-detected#vrtx-searchview h1,
body.georgia-not-detected#vrtx-personsearch h1,
body.georgia-not-detected#vrtx-unitsearch h1,
body.georgia-not-detected#error h1 {
  font-size: 2em;
}

#vrtx-searchview h1,
#vrtx-personsearch h1,
#vrtx-unitsearch h1 {
  margin-left: 0px;
}

body#vrtx-frontpage h1,
body#vrtx-blog-listing h1 {
  margin-left: 15px;
}

h2,
.vrtx-toc-header,
.display-as-h2,
p.topic-title {
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  margin: 25px 0 8px;
}

#navigasjon h2 {
  font-weight: normal;
  margin: 0;
}

h1 + h2 {
  margin-top: 15px;
}

h3,
.vrtx-toc-style-like-h3 .vrtx-toc-header,
.display-as-h3,
table caption {
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold; 
}

.vrtx-box-content hr {
  clear: both;
}

h4,
.display-as-h4,
.vrtx-toc-style-like-h4 .vrtx-toc-header {
  font-size: 1em;
  line-height: 1.06em;
  font-weight: bold;
}

h5 {
  font-size: 0.846em;
  line-height: 1.06em;
  font-weight: bold;  
}

h6 {
  font-size: 0.692em;
  line-height: 1.06em;
  font-weight: bold;  
}

h3,
.vrtx-toc-style-like-h3 .vrtx-toc-header,
.display-as-h3,
h4,
h5,
h6 {
  margin: 15px 0 5px;  
}

a {
  color: #0b5a9d;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

/* Remove outline as :focus will use :hover effect */

a:focus,
button:focus,
input:focus {
  outline: none !important;
}

/* Accessibility: underline links in continuous text */

#total-main a,
#right-main a,
#right-main .vrtx-comment .comment-body a,
#right-main #vrtx-additional-content p a {
  text-decoration: underline;
}

/* exclude */
#main .vrtx-social-components a,
#main .vrtx-tags a,
#main .vrtx-byline a,
#main > .vrtx-comments a,
#vrtx-content .vrtx-comments a,
#vrtx-content .vrtx-comments .comment-info a,
#vrtx-content #vrtx-person-position a,
#vrtx-content #vrtx-person-contact-info-wrapper a,
#vrtx-content #vrtx-publication-tabs a,
#vrtx-recent-comments-view #main a,
#vrtx-frontpage #vrtx-content a,
#vrtx-additional-content a,
#vrtx-article-listing #main a,
#vrtx-event-listing #main a,
#vrtx-project-listing #main a,
#vrtx-research-group-listing #main a,
#vrtx-master-listing #main a,
#vrtx-blog-listing #main a,
#vrtx-collection #main a,
#vrtx-image-listing #main a,
#vrtx-audio-video-listing #main a,
#vrtx-person-tags-listing #main a,
#vrtx-person-listing #main a,
#vrtx-personsearch #main a,
#vrtx-unit-person-listing #main a,
#vrtx-unit #main a,
#vrtx-unitsearch #main a,
#vrtx-organizational-unit #main a,
#vrtx-tagview #main a,
#vrtx-searchview #main a,
#vrtx-message-listing #main a,
#vrtx-program-listing #main a,
#vrtx-program-option-listing #main a,
#vrtx-minestudier-courseinfo #main a,
#vrtx-course-description #vrtx-course-navigation a,
#vrtx-course-description-listing #main a,
#vrtx-course-group-listing #main a,
#vrtx-semester #main a,
#vrtx-student-exchange-university-agreement-listing #main a,
#vrtx-student-exchange-agreement-listing #main a,
#vrtx-program-frontpage #main a,
#vrtx-program-option #main a {
  text-decoration: none;
}

#right-main h1 a,
#right-main h2 a,
#right-main h3 a,
#right-main h4 a,
#right-main h5 a,
#right-main h6 a {
  text-decoration: none;
}

#right-main h1 a:hover,
#right-main h2 a:hover,
#right-main h3 a:hover,
#right-main h4 a:hover,
#right-main h5 a:hover,
#right-main h6 a:hover,
#right-main h1 a:focus,
#right-main h2 a:focus,
#right-main h3 a:focus,
#right-main h4 a:focus,
#right-main h5 a:focus,
#right-main h6 a:focus {
  text-decoration: underline;
}

#main .vrtx-social-components a:hover,
#main .vrtx-tags a:hover,
#main .vrtx-byline a:hover,
#main > .vrtx-comments a:hover,
#vrtx-content .vrtx-comments a:hover,
#vrtx-content .vrtx-comments .comment-info a:hover,
#vrtx-content #vrtx-person-position a:hover,
#vrtx-content #vrtx-person-contact-info-wrapper a:hover,
#vrtx-content #vrtx-publication-tabs a:hover,
#vrtx-recent-comments-view #main a:hover,
#vrtx-frontpage #vrtx-content a:hover,
#vrtx-additional-content a:hover,
#vrtx-article-listing #main a:hover,
#vrtx-event-listing #main a:hover,
#vrtx-project-listing #main a:hover,
#vrtx-research-group-listing #main a:hover,
#vrtx-master-listing #main a:hover,
#vrtx-blog-listing #main a:hover,
#vrtx-collection #main a:hover,
#vrtx-image-listing #main a:hover,
#vrtx-audio-video-listing #main a:hover,
#vrtx-person-tags-listing #main a:hover,
#vrtx-person-listing #main a:hover,
#vrtx-unit-person-listing #main a:hover,
#vrtx-personsearch #main a:hover,
#vrtx-unit #main a:hover,
#vrtx-unitsearch #main a:hover,
#vrtx-organizational-unit #main a:hover,
#vrtx-tagview #main a:hover,
#vrtx-searchview #main a:hover,
#vrtx-message-listing #main a:hover,
#vrtx-program-listing #main a:hover,
#vrtx-program-option-listing #main a:hover,
#vrtx-minestudier-courseinfo #main a:hover,
#vrtx-semester #main a:hover,
#vrtx-course-description #vrtx-course-navigation a:hover,
#vrtx-course-description-listing #main a:hover,
#vrtx-course-group-listing #main a:hover,
#vrtx-student-exchange-university-agreement-listing #main a:hover,
#vrtx-student-exchange-agreement-listing #main a:hover,
#vrtx-program-frontpage #main a:hover,
#vrtx-program-option #main a:hover,
#main .vrtx-social-components a:focus,
#main .vrtx-tags a:focus,
#main .vrtx-byline a:focus,
#main > .vrtx-comments a:focus,
#vrtx-content .vrtx-comments a:focus,
#vrtx-content .vrtx-comments .comment-info a:focus,
#vrtx-content #vrtx-person-position a:focus,
#vrtx-content #vrtx-person-contact-info-wrapper a:focus,
#vrtx-content #vrtx-publication-tabs a:focus,
#vrtx-recent-comments-view #main a:focus,
#vrtx-frontpage #vrtx-content a:focus,
#vrtx-additional-content a:focus,
#vrtx-article-listing #main a:focus,
#vrtx-event-listing #main a:focus,
#vrtx-project-listing #main a:focus,
#vrtx-research-group-listing #main a:focus,
#vrtx-master-listing #main a:focus,
#vrtx-blog-listing #main a:focus,
#vrtx-collection #main a:focus,
#vrtx-image-listing #main a:focus,
#vrtx-audio-video-listing #main a:focus,
#vrtx-person-tags-listing #main a:focus,
#vrtx-person-listing #main a:focus,
#vrtx-unit-person-listing #main a:focus,
#vrtx-personsearch #main a:focus,
#vrtx-unit #main a:focus,
#vrtx-unitsearch #main a:focus,
#vrtx-organizational-unit #main a:focus,
#vrtx-tagview #main a:focus,
#vrtx-searchview #main a:focus,
#vrtx-message-listing #main a:focus,
#vrtx-program-listing #main a:focus,
#vrtx-program-option-listing #main a:focus,
#vrtx-minestudier-courseinfo #main a:focus,
#vrtx-semester #main a:focus,
#vrtx-course-description #vrtx-course-navigation a:focus,
#vrtx-course-description-listing #main a:focus,
#vrtx-course-group-listing #main a:focus,
#vrtx-student-exchange-university-agreement-listing #main a:focus,
#vrtx-student-exchange-agreement-listing #main a:focus,
#vrtx-program-frontpage #main a:focus,
#vrtx-program-option #main a:focus {
  text-decoration: underline;
}

/* ^ Accessibility: underline links in continuous text */

a.big-link {
  font-size: 1.15em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2B2B2B;
}

#vrtx-web-page #vrtx-main-content h2 a,
#vrtx-structured-article #vrtx-main-content h2 a,
#vrtx-structured-event #vrtx-main-content h2 a,
#vrtx-structured-project #vrtx-main-content h2 a,
#vrtx-person #vrtx-main-content h2 a,
#vrtx-contact-supervisor #vrtx-main-content h2 a,
#vrtx-web-page #vrtx-main-content h3 a,
#vrtx-structured-article #vrtx-main-content h3 a,
#vrtx-structured-event #vrtx-main-content h3 a,
#vrtx-structured-project #vrtx-main-content h3 a,
#vrtx-person #vrtx-main-content h3 a,
#vrtx-contact-supervisor #vrtx-main-content h3 a,
#vrtx-web-page #vrtx-main-content h4 a,
#vrtx-structured-article #vrtx-main-content h4 a,
#vrtx-structured-event #vrtx-main-content h4 a,
#vrtx-structured-project #vrtx-main-content h4 a,
#vrtx-person #vrtx-main-content h4 a,
#vrtx-contact-supervisor #vrtx-main-content h4 a,
#vrtx-web-page #vrtx-main-content h5 a,
#vrtx-structured-article #vrtx-main-content h5 a,
#vrtx-structured-event #vrtx-main-content h5 a,
#vrtx-structured-project #vrtx-main-content h5 a,
#vrtx-person #vrtx-main-content h5 a,
#vrtx-contact-supervisor #vrtx-main-content h5 a,
#vrtx-web-page #vrtx-main-content h6 a,
#vrtx-structured-article #vrtx-main-content h6 a,
#vrtx-structured-event #vrtx-main-content h6 a,
#vrtx-structured-project #vrtx-main-content h6 a,
#vrtx-person #vrtx-main-content h6 a,
#vrtx-contact-supervisor #vrtx-main-content h6 a {
  color: #0B5A9D;
}

p {
  margin: 3px 0 8px 0;
}

#MathJax_MenuFrame {
  z-index: 999 !important;
}

.programmes-list p {
  padding-left: 180px;
}

img {
  vertical-align: middle;
}

a:focus img {
  outline: 3px solid #000 !important;
}

img.border {
  border: 1px solid #e4e4e4;
}

code {
  white-space: normal;
}

pre {
  background-color: #f8f8f8;
  margin: 10px 0;
  padding: 10px 15px 10px 16px;
  white-space: pre;
  overflow: auto;
  overflow-y: hidden;
  border: 1px dashed #d5d5d5;
  border-left: 4px solid #d5d5d5;
  line-height: 1.3em;
  font-family: monospace, monospace;
  font-size: 0.846em !important;
  color: #5b5b5b !important;
}

pre code {
  font-family: inherit;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 0.77em !important;
  line-height: 0;
  height: 0;
  _vertical-align: bottom;
}

sup { bottom: 1ex; }
sub { top: 0.8ex; }

blockquote {
  color: #555555;
  display: block !important;
  font-family: Georgia,serif;
  font-size: 1.231em;
  font-style: italic;
  line-height: 1.563em;
  margin: 20px 50px;
  padding: 0 0 0 15px;
  border-left: 3px solid #e2e2e2;
}

.georgia-not-detected blockquote {
  font-size: 1.154em;
}

em, i, cite { font-style: italic;                }
strong, b   { font-weight: bold;                 }
abbr        { border-bottom: 1px dotted #2b2b2b; }
abbr.dtstart, 
abbr.dtend {
  border-bottom: none; /* Events time */
}

/* Lists and nested lists */

dl dl {
  margin: 5px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 5px 40px;
}

ul {
  margin: 8px 0 15px 10px;
  list-style-type: none;
}

ul > li {
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 0 7px;
  list-style-type: none;
  clear: left;
  padding-left: 9px;
}

div.vrtx-toc-only-one-level div#toc ul ul {
  display: none;
}

ol {
  margin: 8px 0 15px 26px;
  list-style: decimal;
}

ul li,
ol li {
  margin: 2px 0 3px 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul > li > ul {
  margin-left: 8px;
}

ol > li > ol {
  margin-left: 18px;
}

ol > li > ul {
  margin-left: 4px;
}

#right-main > .vrtx-feed ul.items,
#total-main > .vrtx-feed ul.items,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul.items,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul.items,
#vrtx-person #vrtx-main-content .vrtx-feed ul.items {
  margin: 20px 0;
}

#right-main > .vrtx-subfolder-menu > ul,
#total-main > .vrtx-subfolder-menu > ul,
#vrtx-web-page #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-article #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-event #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-structured-project #vrtx-main-content .vrtx-subfolder-menu > ul,
#vrtx-person #vrtx-main-content .vrtx-subfolder-menu > ul {
  margin-left: 3px;
}

#right-main > ul li,
#total-main > ul li,
#vrtx-web-page #vrtx-main-content li,
#vrtx-structured-article #vrtx-main-content li,
#vrtx-structured-event #vrtx-main-content li, 
#vrtx-structured-project #vrtx-main-content li, 
#vrtx-person #vrtx-main-content li {
  line-height: 1.538em;
}

#right-main > ul > li,
#total-main > ul > li,
#vrtx-web-page #vrtx-main-content ul > li,
#vrtx-structured-article #vrtx-main-content ul > li,
#vrtx-structured-event #vrtx-main-content ul > li,
#vrtx-structured-project #vrtx-main-content ul > li,
#vrtx-person #vrtx-main-content ul > li {
  background: transparent url(../images/list-square.gif) no-repeat 0ex 1ex;
  padding-left: 13px;
}

#right-main > ol ul > li,
#right-main > ul ul > li,
#total-main > ol ul > li,
#total-main > ul ul > li,
#vrtx-web-page #vrtx-main-content ol ul > li,
#vrtx-web-page #vrtx-main-content ul ul > li,
#vrtx-structured-article #vrtx-main-content ol ul > li,
#vrtx-structured-article #vrtx-main-content ul ul > li,
#vrtx-structured-event #vrtx-main-content ol ul > li,
#vrtx-structured-event #vrtx-main-content ul ul > li,
#vrtx-structured-project #vrtx-main-content ol ul > li,
#vrtx-structured-project #vrtx-main-content ul ul > li,
#vrtx-person #vrtx-main-content ol ul > li,
#vrtx-person #vrtx-main-content ul ul > li {
  background: transparent url(../images/list-square-hollow.gif) no-repeat 0ex 1ex;
}


#right-main > ol ol ul > li,
#right-main > ol ul ul > li,
#right-main > ul ol ul > li,
#right-main > ul ul ul > li,
#total-main > ol ol ul > li,
#total-main > ol ul ul > li,
#total-main > ul ol ul > li,
#total-main > ul ul ul > li,
#vrtx-web-page #vrtx-main-content ol ol ul > li,
#vrtx-web-page #vrtx-main-content ol ul ul > li,
#vrtx-web-page #vrtx-main-content ul ol ul > li,
#vrtx-web-page #vrtx-main-content ul ul ul > li,
#vrtx-structured-article #vrtx-main-content ol ol ul > li,
#vrtx-structured-article #vrtx-main-content ol ul ul > li,
#vrtx-structured-article #vrtx-main-content ul ol ul > li,
#vrtx-structured-article #vrtx-main-content ul ul ul > li,
#vrtx-structured-event #vrtx-main-content ol ol ul > li,
#vrtx-structured-event #vrtx-main-content ol ul ul > li,
#vrtx-structured-event #vrtx-main-content ul ol ul > li,
#vrtx-structured-event #vrtx-main-content ul ul ul > li,
#vrtx-structured-project #vrtx-main-content ol ol ul > li,
#vrtx-structured-project #vrtx-main-content ol ul ul > li,
#vrtx-structured-project #vrtx-main-content ul ol ul > li,
#vrtx-structured-project #vrtx-main-content ul ul ul > li,
#vrtx-person #vrtx-main-content ol ol ul > li,
#vrtx-person #vrtx-main-content ol ul ul > li,
#vrtx-person #vrtx-main-content ul ol ul > li,
#vrtx-person #vrtx-main-content ul ul ul > li {
  background: transparent url(../images/list-line.gif) no-repeat 0ex 1.2ex;
}

#right-main > .vrtx-feed ul.items li,
#total-main > .vrtx-feed ul.items li,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul.items li,
#vrtx-person #vrtx-main-content .vrtx-feed ul.items li {
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png") repeat-x -4px 100%;
  padding-left: 0px;
}

#right-main > .vrtx-feed ul.items li a.item-title,
#total-main > .vrtx-feed ul.items li a.item-title,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title {
  /* font-weight: normal; */
  font-size: 1.154em;
  text-decoration: none;
}

#right-main > .vrtx-feed ul.items li a.item-title:hover,
#total-main > .vrtx-feed ul.items li a.item-title:hover,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title:hover,
#right-main > .vrtx-feed ul.items li a.item-title:focus,
#total-main > .vrtx-feed ul.items li a.item-title:focus,
#vrtx-web-page #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-article #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-event #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-structured-project #vrtx-main-content .vrtx-feed ul li a.item-title:focus,
#vrtx-person #vrtx-main-content .vrtx-feed ul li a.item-title:focus {
  text-decoration: underline;
}

/* ^ Lists and nested lists */

/* Table */

table {
  border: 1px solid #d0d0d0;
  margin: 15px 0;
}

table[align='left'] {
  margin-right: 15px;
}

table.align-left {
  float: left;
  margin-right: 15px;
}

table[align='right'] {
  margin-left: 15px;
}

table.align-right {
  float: right;
  margin-left: 15px;
}

table.align-center {
  margin: 0 auto;
}

table caption {
  padding-bottom: 10px;
}

table th,
table td {
  border: 1px solid #d0d0d0;
  padding: 5px 5px 5px 10px;
  vertical-align: top;
}

table.no-border,
table.no-border th,
table.no-border td {
  border: none;
}

table td > *:first-child {
  margin-top: 0px;
}

table th {
  background-color: #dbdee2;
  font-weight: bold;
}

table td {
  background-color: #fff;
}

table.table-fixed-layout,
#spider-report #report table {
  table-layout: fixed;
  word-wrap: break-word;
}

.table-wide-overflow-wrapper {
  display: block;
  overflow: visible;
  overflow-x: scroll;
  width: 100%; 
}

.table-wide-overflow.table-fixed-first-col {
  margin-left: 190px;
}

.table-wide-overflow.table-fixed-first-col th,
.table-wide-overflow.table-fixed-first-col td {
  white-space: nowrap;
}

.table-wide-overflow.table-fixed-first-col th:first-child,
.table-wide-overflow.table-fixed-first-col td:first-child { 
  width: 175px;
  position: absolute;
  left: 15px;
  top: auto;
  margin-top: -1px;
}

.webkit-fix.table-wide-overflow.table-fixed-first-col td:first-child { 
  margin-top: 0;
}

#spider-report #report table {
  width: 100%;
}

#spider-report #report table td {
  border-style: solid !important;
  border: 1px solid #d0d0d0 !important;
  padding: 5px 5px 5px 10px !important;
}

#spider-report #report table li {
  padding-left: 9px !important;
  margin-bottom: 3px !important;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td,
table.border-none,
table.border-none th,
table.border-none td {
  border-width: 0;
}

table.sortable tr.even td,
table.sortable tr.alt td,
table.uio-zebra tr.even td {
  background: #eee;
}

table.uio-zebra tr:nth-child(even) td {
  background: #eee;
}

table.sortable th span {
  display: none;
}

table.sortable th a {
  padding: 0 10px 0 0;
  text-decoration: none !important;
}

table.sortable th a:hover,
table.sortable th a:focus {
  text-decoration: underline !important;
}

table.sortable th.sortable,
table.sortable th.sortable-numeric,
table.sortable th.sortable-currency,
table.sortable th.sortable-text,
table.sortable th.sortable-date-dmy,
table.sortable th.sortable-date, 
table.sortable th.sortable-sortEnglishLonghandDateFormat,
table.sortable th.sortable-sortEnglishDateTime,
table.sortable th.sortable-sortAlphaNumeric,
table.sortable th.sortable-sortScientificNotation,
table.sortable th.sortable-sortByTwelveHourTimestamp,
table.sortable th.sortable-sortIPAddress,
table.sortable th.sortable-sortFileSize {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable.gif);
  background-repeat: no-repeat;
  background-position: 100% 0.6em;
  cursor: pointer;
  padding-right: 20px;
}

table.sortable th.forwardSort {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable-forward-down.gif);
  background-position: 100% 1em;
}

table.sortable th.reverseSort {
  background-image: url(/vrtx/decorating/resources/dist/images/table-sortable-reverse-up.gif);
  background-position: 100% 0.9em;
}

/* ^ Table */

/* Read more... */

div.vrtx-more,
a.all-messages,
a.all-comments,
a.more-url {
  clear: both;
  display: block;
  padding: 7px 0 0 0;
  text-align: right;
  font-weight: bold;
  color: #333;
}

.vrtx-collection-listing-component > a {
  font-weight: bold;
}

.vrtx-collection-listing-component > a,
div.vrtx-more a {
  color: #333;
}

.vrtx-topuioresult .vrtx-search-scope li a,
.vrtx-collection-listing-component > a,
div.vrtx-more a,
a.all-messages,
a.all-comments,
a.more-url {
  background: url(/vrtx/decorating/resources/dist/images/arrow-small-red.gif) no-repeat 100% 100%;
  padding-right: 18px;
}

/* ^ Read more... */

hr {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 0;
  border: none;
  color: #fff;
  height: 2px;
  margin: 10px 0;
  width: 100%;
  clear: left;
}

hr.more-air {
  margin: 20px 0;
  clear: both;
}

ul.right + hr,
ul.thirds-right + hr {
  float: left;
  margin-top: 10px;
}

hr.societies,
hr.programmes {
  clear: both;
}

#error hr {
  margin: 25px 0 18px;
}

#vrtx-main-content #vrtx-tags,
#main .vrtx-subfolder-menu {
  float: left;
  width: 100%;
  clear: both;
}

#vrtx-main-content #vrtx-tags ul,
#main .vrtx-subfolder-menu ul {
  float: left;
  padding: 0 20px 0 0;
  width: 345px;
}

#main .vrtx-subfolder-menu ul.resultset-2,
#main .vrtx-subfolder-menu ul.resultset-4,
#main .vrtx-subfolder-menu ul.resultset-6,
#main .vrtx-subfolder-menu ul.resultset-8,
#main .vrtx-subfolder-menu ul.resultset-10 {
  padding: 0px;
}

.offscreen-screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ^ 01. General */


/*
 * 02. Hidden navigation
 *
 */

ul#hidnav,
ul#hidnav li {
  margin: 0;
  padding: 0;
}

ul#hidnav li a {
  position: absolute;
  left: -9999px;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  z-index: 99999;
}

ul#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;
}

/* ^ 02. Hidden navigation */


/*
 * 03. Head
 *
 */

/* Top breadcrumb */

#head-breadcrumb-container {
  background: url(/vrtx/decorating/resources/dist/images/head-breadcrumb-grey-gradient.png) repeat-x 0 0;
  height: 32px;
}

#head-breadcrumb-container #head-breadcrumb {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px 0 15px;
  text-align: left;
  font-size: 0.92em;
}

#head-breadcrumb-container #head-breadcrumb #nav-inst,
#head-breadcrumb-container #head-breadcrumb #nav-faculty {
  padding-left: 25px;
  background: url(/vrtx/decorating/resources/dist/images/head-breadcrumb-arrow-grey.gif) no-repeat 8px 2px;
}

#head-breadcrumb-container #head-breadcrumb span,
#head-breadcrumb-container #head-breadcrumb span a {
  color: #fff;
  font-weight: bold;
}

#head-breadcrumb-container #head-breadcrumb #nav-inst {
  font-weight: normal !important;
}

.for-ansatte #head-breadcrumb-container,
.for-employees #head-breadcrumb-container {
  background: none;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb,
.for-employees #head-breadcrumb-container #head-breadcrumb {
  font-size: 1em;
  padding-top: 10px;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-faculty,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-faculty {
  background-position: 6px 2px;
  padding-left: 23px;
}

.for-ansatte #head-breadcrumb-container #head-breadcrumb #nav-inst,
.for-employees #head-breadcrumb-container #head-breadcrumb #nav-inst {
  color: #d2d2d2 !important;
}

/* ^ Top breadcrumb */

.for_ansatte #head-globalnav,
.for-ansatte #head-globalnav,
.for-employees #head-globalnav {
  background: #fff url(../images/head-white-grey-border.png) repeat-x left bottom;
}

.for_ansatte #globalnav li.vrtx-current-item a,
.for_ansatte #globalnav li.vrtx-current-item span,
.for-ansatte #globalnav li.vrtx-current-item a,
.for-ansatte #globalnav li.vrtx-current-item span,
.for-employees #globalnav li.vrtx-current-item a,
.for-employees #globalnav li.vrtx-current-item span {
  padding-top: 9px;
}

.for_ansatte #globalnav li.vrtx-current-item,
.for-ansatte #globalnav li.vrtx-current-item,
.for-employees #globalnav li.vrtx-current-item {
  border-top: 1px solid #d0d0d0;
  height: 32px;
}

#head-print {
  display: none;
}

#head form {
  right: 15px;
  top: 46px;
}

/* Head menu */

#head #head-menu {
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 15px;
}

#head #head-menu > ul {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#head #head-menu ul.vrtx-uri-menu {
  padding-right: 17px;
}

#head #head-menu ul li {
  background-image: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

#head #head-menu ul.vrtx-uri-menu .vrtx-active-item { 
  background-color: #d0d0d0;
  padding: 0 5px;
}

#head #head-menu ul.vrtx-uri-menu .vrtx-active-item a {
  color: #333;
}

#head #head-menu a {
  color: #ccc;
  font-size: 0.92em;
}

#head .vrtx-login-manage-component {
  display: inline-block;
  float: none;
  padding: 5px 0 0 19px;
  margin: -5px -4px 0 14px;
  height: 24px;
  background: transparent url(/vrtx/__vrtx/static-resources/themes/default/images/seperator-grey-gradient-small.png) no-repeat top left;
}


.head-uio #head .vrtx-login-manage-component {
  background: transparent url(../images/head-black-menu-divider.png) no-repeat top left;
}

#head .vrtx-login-manage-component .vrtx-dropdown-link {
  display: inline-block;
  height: 18px;
  line-height: 1.52em;
}

#head .vrtx-login-manage-component .vrtx-dropdown-link {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-head.png);
  padding-right: 26px;
}

.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-black-bg.png);
}

#head .vrtx-login-manage-component .vrtx-dropdown-link.active,
#head .vrtx-login-manage-component .vrtx-dropdown-link:hover,
#head .vrtx-login-manage-component .vrtx-dropdown-link:focus {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-hover-head.png);  
}

.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link.active,
.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link:hover,
.head-uio #head .vrtx-login-manage-component .vrtx-dropdown-link:focus {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-toggle-black-bg-hover.png);
}

#head .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  top: 23px;
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  background-image: url(/vrtx/decorating/resources/dist/images/dropdown-grey-bg.png);
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper-inner {
  background: #4c4c4c;
  border-color: #606060;
}

.head-uio #head .vrtx-login-manage-component .vrtx-login-manage-wrapper-inner li a {
  border-color: #606060;
  color: #f7f7f7 !important;
}

/* ^ Head menu */

/* ^ Head logos general */

#head #logos {
  left: 15px;
}

#head #logos div#facultylogo a {
  color: #fff;
}

#head #logos div#facultylogo a:focus,
#head #logos div#facultylogo a:hover {
  color: #0B5A9D;
}

#head ul.vrtx-uri-menu li {
  padding: 0px;
}

.for-employees #logos,
.for_ansatte #logos,
.for-ansatte #logos {
  top: 26px !important;
}

#head #logos #foremployeeslogo {
  float: left;
}

#head #logos #foremployeeslogo a span {
  font-size: 2.9em;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.05em;
}

#head #logos #foremployeeslogo a span#foremployeesfacultylogo {
  color: #96948e;
  font-size: 1.23em;
  margin-top: 5px;
}

#head #logos #foremployeeslogo a:focus,
#head #logos #foremployeeslogo a:hover {
  text-decoration: none;
}

#head #logos #foremployeeslogo a:focus span,
#head #logos #foremployeeslogo a:hover span {
  color: #0B5A9D !important;
}

#logos div#uiologo {
  clear: left;
}

body.for-ansatte #head ul.vrtx-uri-menu,
body.for_ansatte #head ul.vrtx-uri-menu {
  right: 20px;
}

body.for_ansatte #head ul.ref-menu,
body.for-ansatte #head ul.ref-menu,
body.for-employees #head ul.ref-menu {
  right: 84px;
}

body.for-employees #head #top-uiologo {
  right: 10px;
}

body.for_ansatte #head #logos div#facultylogo a,
body.for_ansatte #head ul.ref-menu a, 
body.for_ansatte #head ul.vrtx-uri-menu a,
body.for_ansatte #head .vrtx-login-manage-component a,
body.for-ansatte #head #logos div#facultylogo a,
body.for-ansatte #head ul.ref-menu a, 
body.for-ansatte #head ul.vrtx-uri-menu a,
body.for-ansatte #head .vrtx-login-manage-component a,
body.for-employees #head #logos div#facultylogo a,
body.for-employees #head ul.ref-menu a, 
body.for-employees #head ul.vrtx-uri-menu a,
body.for-employees #head .vrtx-login-manage-component a {
  color: #333 !important;
}

#logos {
  position: absolute;
  top: 50px;
  left: 14px;
}

#logos a {
  white-space: nowrap;
}

#logos div#uiologo,
#logos div#institutelogo {
  position: relative; /* Opera 9.64+ need this */
  float: left;
  overflow: hidden;
}

#logos div#uiologo a,
#logos div#institutelogo a {
  display: block;
  cursor: pointer;
}

#logos div#facultylogo {
  position: relative; /* Opera 9.64+ need this */
  clear: both;
}

#logos div#facultylogo a {
  color: #000;
}

#logos div#facultylogo a:focus,
#logos div#facultylogo a:hover {
  color: #0b5a9d;
  text-decoration: none;
}

#logos div#uiologo a span,
#logos div#institutelogo a span,
div#top-uiologo a span {
  position: absolute;
  width: 100%;
  height: 100%;
}

#top-blackline {
  background-color: #000;
  height: 34px;
}

div#top-uiologo {
  overflow: hidden;
  position: absolute;
  top: -24px;
  right: 16px;
}

div#top-uiologo,
div#top-uiologo a {
  height: 15px;
  width: 195px;
}

div#top-uiologo a span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black.png) no-repeat 0 0;
  height: 15px;
}

div#top-uiologo a:focus span,
div#top-uiologo a:hover span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black.png) no-repeat 0 -17px;
}

div#top-uiologo.english,
div#top-uiologo.english a,
div#top-uiologo.english a span {
  height: 17px;
}

div#top-uiologo.english a span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black-en.png) no-repeat 0 0;
}

div#top-uiologo.english a:focus span,
div#top-uiologo.english a:hover span {
  background: url(/vrtx/decorating/resources/dist/images/uio-small-black-en.png) no-repeat 0 -17px;
}

body.faculty #logos div#facultylogo {
  float: left;
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
}

body.faculty #footer .institutelogo span {
   height:14px;
   width:400px;
}

body.faculty #footer .institutelogo {
  height:14px;
  margin-bottom:12px;
  width:300px;
}

#footer .institutelogo {
 height:14px;
 margin-bottom:12px;
}

body.faculty #logos div#facultylogo,
body.faculty #logos div#facultylogo a,
body.\/ #logos div#facultylogo,
body.\/ #logos div#facultylogo a {
  clear: none;
}

body.faculty #logos div#facultylogo a span,
body.\/ #logos div#facultylogo a span {
  position: absolute;
  top: 0px;
}

/* ^ Head logos general */

/* Fullscreen gallery */

  /* Logos */

  html.fullscreen-gallery body {
    font-size: 120%;
    line-height: 1.33;
  }

  html.fullscreen-gallery #outer-wrapper #logos {
    position: static;
    padding: 15px 0 0 0;
    background: #000;
    float: left;
    min-width: 50%;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper a {
    text-decoration: none !important;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper a:focus,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper a:hover {
    text-decoration: underline !important;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a span {
    display: block;
    float: none;
    width: 100%;
    height: 19px;
    font-size: 0.1em;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a,
  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a span {
    height: 31px;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo {
    margin: 0 15px 0 0;
    padding: 0;
    width: auto;
  }

  html.fullscreen-gallery div#top-uiologo a span,
  html.fullscreen-gallery div#top-uiologo a:focus span,  
  html.fullscreen-gallery div#top-uiologo a:hover span,  
  html.fullscreen-gallery #outer-wrapper #logos #uiologo a span {
    max-width: 178px;
    background: #000 url("../images/responsive/uio-small-black.png") no-repeat 0 0;
    background-size: 85%;
  }

  html.fullscreen-gallery body.en div#top-uiologo a span,
  html.fullscreen-gallery body.en div#top-uiologo a:focus span,
  html.fullscreen-gallery body.en div#top-uiologo a:hover span,
  html.fullscreen-gallery body.en #outer-wrapper #logos #uiologo a span {
    max-width: 170px;
    background: #000 url("../images/responsive/uio-small-black-en.png") no-repeat 0 0;
    background-size: 85%;
  }

  html.fullscreen-gallery #outer-wrapper #logos #uiologo.uio-no a span {
    max-width: 240px;
    background: #000 url("../images/responsive/uio-medium-black.png") no-repeat 0 0;
    background-size: 100%;
 }

  html.fullscreen-gallery body.en #outer-wrapper #logos #uiologo.uio-no a span {
    max-width: 230px;
    background: #000 url("../images/responsive/uio-medium-black-en.png") no-repeat 0 0;
    background-size: 100%;
  }
  
  html.fullscreen-gallery body.ie8 #outer-wrapper #logos #uiologo a span {
    max-width: 100% !important;
  }

  html.fullscreen-gallery #outer-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #logos #institutelogo a,
  html.fullscreen-gallery #outer-wrapper #logos #institutelogo a span,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo a,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo a span {
    float: none;
    width: auto;
    height: auto;
    background: none;
  }

  html.fullscreen-gallery #outer-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #logos #facultylogo {
    font-size: 1.05em;
    line-height: 1.31;
  }

  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #institutelogo,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #facultylogo,
  html.fullscreen-gallery #outer-wrapper #inner-wrapper #logos #foremployeeslogo {
    margin: 0;
    padding: 0 15px 12px 0;
    background: #000;
    font-weight: bold;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo {
    float: none;
    padding: 10px 15px 12px 0;
    background: #fff;
  }

  html.fullscreen-gallery #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery #outer-wrapper #logos div#institutelogo a {
    color: #fff;
  }

  html.fullscreen-gallery #top-blackline {
    height: 30px;
  }

  html.fullscreen-gallery div#top-uiologo {
    top: -20px;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo a span {
    font-size: 1.5em;
    line-height: 1.1;
    color: #fff;
  }

  html.fullscreen-gallery #outer-wrapper #logos #foremployeeslogo a span#foremployeesfacultylogo {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
  }

  html.fullscreen-gallery #outer-wrapper #logos a {
    white-space: normal;
  }

  html.fullscreen-gallery #outer-wrapper #logos #facultylogo.institutelogo-exists {
    display: none !important;
  }

  html.fullscreen-gallery .for-ansatte #outer-wrapper #logos,
  html.fullscreen-gallery .for-employees #outer-wrapper #logos {
    padding-top: 0px;
  }

  html.fullscreen-gallery #top-uiologo {
    right: auto;
    left: 15px;
  }

  /* Museum */

  html.fullscreen-gallery body.museum #outer-wrapper #logos {
    padding: 0;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo span {
    margin: 0;
    padding: 0 0 15px 0;
    height: 0px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos #uiologo span {
    background: none !important;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos #uiologo {
    display: none !important;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    width: 100%;
    height: 20px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    height: 22px;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo {
    padding: 0;
    margin: 0;
    width: auto;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos #uiologo a,
  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos #uiologo a {
    color: #000 !important;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos div#facultylogo {
    font-size: 0.1em;
  }

  html.fullscreen-gallery body.museum #outer-wrapper #logos div#facultylogo a span {
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm #outer-wrapper #logos div#facultylogo a span {
    max-width: 290px;
    background: #000 url("../images/responsive/nhm-medium-black.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm.en #outer-wrapper #logos div#facultylogo a span {
    max-width: 310px;
    background: #000 url("../images/responsive/nhm-medium-black-en.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-khm #outer-wrapper #logos div#facultylogo a span {
    max-width: 280px;
    background: #000 url("../images/responsive/khm-medium-black.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-khm.en #outer-wrapper #logos div#facultylogo a span {
    max-width: 320px;
    background: #000 url("../images/responsive/khm-medium-black-en.png") no-repeat top left;
    background-size: 100%;
  }

  html.fullscreen-gallery body.museum-nhm.ie8 #outer-wrapper #logos div#facultylogo a span,
  html.fullscreen-gallery body.museum-khm.ie8 #outer-wrapper #logos div#facultylogo a span {
    max-width: 100% !important;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo {
    margin-top: -5px;
  }

  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo,
  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo a,
  html.fullscreen-gallery body.museum-muv #outer-wrapper #logos div#facultylogo a span {
    height: auto;
  }

/* ^ Fullscreen gallery */

/* ^ 03. Head */


/*
 * 04. Global navigation
 *
 */

#globalnav {
  font: normal 15px Georgia,serif;
  font-size: 1.15em;
}

body.georgia-not-detected #globalnav {
  font-size: 1em;
  line-height: 1.45em;
}

#globalnav ul {
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: #dfdfdf;
}

#globalnav li {
  background-image: none;
  float: left;
  height: 33px;
  margin: 0;
  padding: 0;
  clear: none;
  list-style-position: outside;
}

#globalnav li a,
#globalnav li span {
  color: #292929;
  display: inline-block;
  height: 25px;
  padding: 10px 14px 0 15px;
  background-color: #dfdfdf;
}

#globalnav li a:focus,
#globalnav li a:hover {
  background-color: #eaedee;
}

#globalnav li.vrtx-current-item {
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-width: 0 1px;
  padding-bottom: 3px;
}

#globalnav li.vrtx-current-item a,
#globalnav li.vrtx-current-item span {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 13px;
}

#globalnav li.vrtx-current-item a:focus,
#globalnav li.vrtx-current-item a:hover {
  background-color: #f8f8f8;
}

/* ^ 04. Global navigation */


/*
 * 05. Footer 
 *
 */

#footer {
  font: normal 10px/14px Verdana, sans-serif;
  font-size: 0.88em;
  line-height: 1.25em;
}

#footer .institutelogo {
  height: 11px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

#footer .institutelogo span {
  background: #fff url(../logos/www.uio.no/no/faculty-small.png) no-repeat 0 0;
  height: 11px;
  position: absolute;
  width: 205px;
}

#footer #cms,
#footer #footer-admin,
#footer .visitor-adress,
#footer .mail-adress,
#footer .phone-fax-email {
  border-top: 1px solid #fff;
  float: left;
  padding-right: 10px;
  width: 160px;
  color: #5e5e5e;
}

#footer .visitor-adress,
#footer .mail-adress,
#footer .phone-fax-email {
  width: 200px;
}

#footer span {
  color: #5e5e5e !important;
}

#footer #footer-admin {
  margin-left: 0px;
  padding-right: 0px;
  width: auto;
  max-width: 230px;
  float: right;
  padding-right: 0px;
}

#footer #cms {
  clear: both;
  color: #777;
  font-size: 0.85em;
}

#error #footer #cms {
  padding-top:70px;
  text-align:right;
}

#footer .visitor-adress {
  clear: both;
  min-height:91px;
}

#footer #footer-admin ul.unit-admin-links {
  padding-bottom: 10px;
}

#footer #footer-admin ul.unit-admin-links,
#footer #footer-admin ul.vrtx-admin-links {
  margin: 0;
}

#footer #footer-admin .unit-admin-links li {
  background-image: none;
  margin: 0;
  padding-left: 0;
}

#footer #footer-admin .unit-admin-links li,
#footer #footer-admin .unit-admin-links li a {
  font-weight: normal !important;
}

#footer #footer-admin .unit-admin-links li#unit-admin-responsible-header {
  font-weight: bold !important;
}

#footer #footer-admin ul.vrtx-admin-links  {
  margin-top:5px;
  padding-bottom:15px;
}

#footer #footer-admin ul.vrtx-admin-links li {
  background-position: 0 5px;
  padding-left: 10px;
}

#footer #footer-admin .vrtx-login-manage-component a.vrtx-login-manage-title-link {
  display: inline-block;
  float: left;
}

#footer #footer-admin .vrtx-login-manage-component a.vrtx-dropdown-link {
  height: 18px;
  display: inline-block;
}

#footer #footer-admin .vrtx-login-manage-component .vrtx-login-manage-wrapper {
  top: 20px;
}

#footer #footer-main div span {
  display: block;
}

#footer #footer-main div span.map,
#footer #footer-main div span.postal-code,
#footer #footer-main div span.locality {
  display: inline;
}

#footer #footer-main div span.vrtx-label,
#footer #footer-admin .unit-admin-links li {
  font-weight: bold;
  color: #7e7e7e !important;
}

/* ^ 05. Footer */


/*
 * 06. Bottom breadcrumb 
 *
 */

#bottomnav.bottomnav-off {
  border: none;
  padding: 0;
  margin-top: 0;
}

#vrtx-breadcrumb-start {
  float: left;
}

#vrtx-breadcrumb-start span.vrtx-uio,
#vrtx-breadcrumb-start span.vrtx-uio a {
  height: 22px;
  width: 36px;
}

#vrtx-breadcrumb-start span.vrtx-uio {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-uio-symbol.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  position: absolute;
}

#vrtx-breadcrumb-start span.vrtx-uio a {
  display: block;
  text-indent: -9999px;
}

.vrtx-breadcrumb-delimiter {
  display: none;
}

#vrtx-breadcrumb {
  float: left;
}

#vrtx-breadcrumb-start span.vrtx-faculty,
#vrtx-breadcrumb span {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-arrow-grey.png) no-repeat 8px 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.08em;
  height: 22px;
  padding-left: 23px;
  padding-top: 2px;
}

#vrtx-breadcrumb-start span.vrtx-faculty {
  margin-left:36px;
}

#vrtx-breadcrumb-start span.vrtx-faculty a,
#vrtx-breadcrumb span a {
  color: #181818;
}

#vrtx-breadcrumb span span {
  display: none;
}

/* ^ 06. Bottom breadcrumb */


/* 07. Breadcrumb menu (left menu) */

ul.vrtx-breadcrumb-menu {
  background: #fff url(../images/breadcrumb-menu-li-bg.png) 0 0 repeat-y;
  font-size: 0.92em;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 190px;
}

/* When no sub-folders */

ul.vrtx-breadcrumb-menu > li.vrtx-child:first-child {
  background: none;
  border-top: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu > li.vrtx-child:last-child {
  border-bottom: 1px solid #e4e4e4;
}

/* Courses hack */

ul.vrtx-breadcrumb-menu ul.vrtx-breadcrumb-menu {
  border-bottom: none;
  border-top: none;
  font-size: 1em;
}

ul.vrtx-breadcrumb-menu ul.vrtx-breadcrumb-menu > li:first-child {
  border-top: none;
}

/* ^ Courses hack */

ul.vrtx-breadcrumb-menu li {
  background-image: none;
  margin: 0;
  padding: 0;
}

ul.vrtx-breadcrumb-menu li a,
ul.vrtx-breadcrumb-menu li span.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-no-url {
  display: block;
}

/* because of studier */
ul.vrtx-breadcrumb-menu li a span {
  color: #0b5a9d !important;
}

ul.vrtx-breadcrumb-menu li a:focus,
ul.vrtx-breadcrumb-menu li a:hover {
  color: #2b2b2b;
}

ul.vrtx-breadcrumb-menu li a:focus span,
ul.vrtx-breadcrumb-menu li a:hover span {
  color: #2b2b2b !important;
}

ul.vrtx-breadcrumb-menu li a span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-no-url span {
  display: block;
  padding: 9px 14px;
  border-right: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li.vrtx-ancestor {
  border-top: 1px solid #e4e4e4;
  border-bottom: 6px solid #f8f8f8;
}

ul.vrtx-breadcrumb-menu li.vrtx-ancestor a,
ul.vrtx-breadcrumb-menu li.vrtx-ancestor span.vrtx-no-url {
  padding-bottom: 12px;
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-menu-ancestor-arrow-down.png) no-repeat 0 100%;
}

ul.vrtx-breadcrumb-menu li.vrtx-parent {
  border-top: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-marked {
  color: #2b2b2b;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span {
  color: #2b2b2b !important;
}

ul.vrtx-breadcrumb-menu li span.vrtx-no-url span {
  color: #777 !important;
}

ul.vrtx-breadcrumb-menu li a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li span.vrtx-marked span {
  background-color: #f1f1f1;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

ul.vrtx-breadcrumb-menu li ul {
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.vrtx-breadcrumb-menu li.vrtx-child {
  background: url(/vrtx/decorating/resources/dist/images/breadcrumb-menu-dotted-bg.png) no-repeat 9px 0;
}

ul.vrtx-breadcrumb-menu span.vrtx-marked,
ul.vrtx-breadcrumb-menu a.vrtx-marked,
ul.vrtx-breadcrumb-menu a.vrtx-no-url {
  position: relative;
}

ul.vrtx-breadcrumb-menu li.vrtx-child a span,
ul.vrtx-breadcrumb-menu li.vrtx-child span span,
ul.vrtx-breadcrumb-menu li.vrtx-child span.vrtx-no-url span {
  background: transparent url(../images/bullet_li.png) no-repeat 20px 16px;
  padding-left: 30px;
}

ul.vrtx-breadcrumb-menu li.vrtx-child a.vrtx-marked span,
ul.vrtx-breadcrumb-menu li.vrtx-child span.vrtx-marked span {
  background: #f1f1f1 url(../images/bullet_li_grey.png) no-repeat 19px 16px;
  padding-left: 29px;
}

/* 07. Breadcrumb menu (left menu) */


/*
 * 08. Bottom menu
 *
 */

#bottom-subfolder-menu {
  display: none;
}

#bottom-menu {
  clear: both;
}

#bottom-menu .vrtx-subfolder-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}

#bottom-menu .vrtx-subfolder-menu div {
  clear: both;
  display: block;
  padding-top: 5px;
}

#bottom-menu .vrtx-subfolder-menu ul {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 20px;
  width: 140px;
}

#bottom-menu .vrtx-subfolder-menu ul.resultset-6,
#bottom-menu .vrtx-subfolder-menu ul.resultset-12,
#bottom-menu .vrtx-subfolder-menu ul.resultset-18,
#bottom-menu .vrtx-subfolder-menu ul.resultset-24,
#bottom-menu .vrtx-subfolder-menu ul.resultset-30,
#bottom-menu .vrtx-subfolder-menu ul.resultset-36,
#bottom-menu .vrtx-subfolder-menu ul.resultset-42,
#bottom-menu .vrtx-subfolder-menu ul.resultset-48,
#bottom-menu .vrtx-subfolder-menu ul.resultset-54 {
  padding-right: 0;
  width: 139px;
}

#bottom-menu .vrtx-subfolder-menu ul li {
  background-image: none;
  margin: 0;
  padding: 0 0 5px 0;
}

#bottom-menu .vrtx-subfolder-menu ul li.vrtx-more {
  padding-top: 2px;
}

#bottom-menu .vrtx-subfolder-menu ul ul {
  float: none;
  margin: 0;
  width: auto;
  padding-top: 3px;
  padding-right: 0;
}

#bottom-menu .vrtx-subfolder-menu ul a {
  font-size: 1.15em; 
  font-weight: bold;
  line-height: 1.25em;
}

#bottom-menu .vrtx-subfolder-menu ul ul li {
  line-height: 1.2em;
}

#bottom-menu .vrtx-subfolder-menu ul ul a {
  font-size: 12px;
  font-size: 0.92em;
  color: #333;
  font-weight: normal;
}

/* ^ 08. Bottom menu */

/*
 * 09. Article
 *
 */

#vrtx-main-content #vrtx-tags ul,
#vrtx-main-content .vrtx-subfolder-menu ul {
  float: left;
  margin-left: 0;
  margin-top: 0;
  padding: 0 15px 0 0;
  width: 194px;
}

.left,
.right {
  float: left;
  margin: 0;
  margin-left: 0 !important;
  padding-bottom: 10px;
  width: 304px;
}

.left {
  clear: left;
  margin-right: 20px;
}

ol.left,
ol.right {
  margin-left: 26px !important;
  width: 279px;
}

ul.left,
ul.right {
  margin-left: 7px !important;
  width: 298px;
}

.right {
  float: right;
}

.thirds-left {
  clear: left;
}

.thirds-left,
.thirds-middle,
.thirds-right {
  float: left;
  width: 170px;
  margin-right: 60px;
}

.thirds-right {
  width: 169px;
}

ul.thirds-left,
ul.thirds-middle,
ul.thirds-right {
  width: 163px;
}

ol.thirds-left,
ol.thirds-middle,
ol.thirds-right {
  width: 143px;
}

.thirds-right {
  margin-right: 0px;
}

.vrtx-hide-additional-content-true .left,
.vrtx-hide-additional-content-true .right {
  width: 355px !important;
}

.vrtx-hide-additional-content-true ul.left,
.vrtx-hide-additional-content-true ul.right {
  width: 347px !important;
}

.vrtx-hide-additional-content-true ol.left,
.vrtx-hide-additional-content-true ol.right {
  width: 328px !important;
}

.vrtx-hide-additional-content-true .thirds-left,
.vrtx-hide-additional-content-true .thirds-middle,
.vrtx-hide-additional-content-true .thirds-right {
  width: 203px !important;
}

.vrtx-hide-additional-content-true ul.thirds-left,
.vrtx-hide-additional-content-true ul.thirds-middle,
.vrtx-hide-additional-content-true ul.thirds-right {
  width: 196px !important;
}

.vrtx-hide-additional-content-true ol.thirds-left,
.vrtx-hide-additional-content-true ol.thirds-middle,
.vrtx-hide-additional-content-true ol.thirds-right {
  width: 176px !important;
}

#error .white-box {
  padding: 10px 14px 14px 14px;
}

#error #main img {
  float: right;
  margin-left: 14px;
  margin-top: 4px;
  padding: 0px;
  border: 1px solid #aaa;
}

#error .vrtx-container img {
  border: none;
  margin: -10px -10px 10px -10px;
  float: none;
}

#uiodoc .vrtx-container.no-margin img {
  margin: 0;
}

#error img.no-border {
  border: none;
}

#error .half-box-left,
#error .half-box-right {
  width: 475px;
  margin-bottom: 20px;
  padding-right: 0;
}

#error .half-box-left {
  margin-right: 20px;
}

#vrtx-main-content .vrtx-frontpage-box .left,
#vrtx-main-content .vrtx-frontpage-box .right {
  position: relative;
}

.vrtx-introduction-image {
  background-color: #fff;
  float: right;
  font-size: 0.85em;
  line-height: 1.35em;
  margin: 0 0 10px 15px;
  overflow: hidden;
}

.vrtx-introduction-image .vrtx-imagetext {
  border: 1px solid #d0d0d0;
  border-width: 0 1px 1px 1px;
  clear: both;
  margin: 0;
  padding: 5px 10px 0px 10px;
  background-color: #e8e8e8;
}

.vrtx-introduction-image .vrtx-photo {
  padding-bottom: 8px;
  display: block;
}

.vrtx-introduction {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 100%;
  font: normal 16px/20px Georgia, serif;
  font-size: 1.23em;
  line-height: 1.35em;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
}

#vrtx-meta-description {
  margin-top: 10px;
}

.introduction-div,
.vrtx-frontpage-box.introduction .vrtx-box-content {
  font: normal 1.23em/1.35em Georgia, serif;
}

body.georgia-not-detected #vrtx-frontpage #vrtx-main-content #vrtx-frontpage-introduction .vrtx-introduction, 
body.georgia-not-detected .vrtx-frontpage-box.introduction .vrtx-box-content,
body.georgia-not-detected .vrtx-introduction {
  font-size: 1.1em;
}

#vrtx-person-listing .vrtx-introduction {
  background-image: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-grey-bg.png);
}

.vrtx-back {
  margin-bottom: 10px;
  padding-left: 14px;
  background: transparent url(../images/arrow-back-red.gif) no-repeat center left;
  display: inline-block;
}

#vrtx-frontpage .vrtx-back {
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}

.vrtx-back a {
  text-decoration: none !important;
  font-weight: bold;
}

.vrtx-back a:focus,
.vrtx-back a:hover {
  text-decoration: underline !important;
}

.vrtx-introduction-big,
.vrtx-organizational-unit-introduction {
  font-size: 1.31em;
  line-height: 1.31em;
  font-family: Georgia, serif;
  padding: 10px 0;
  float: left;
  clear: both;
  width: 100%;
}

body.georgia-not-detected .vrtx-introduction-big,
body.georgia-not-detected .vrtx-organizational-unit-introduction {
  font-size: 1.2em;
  line-height: 1.28em;
}

.vrtx-byline {
  font-family: Georgia, serif;
  font-size: 13px;
  font-size: 1em;
  margin-bottom: 10px;
}

.vrtx-authors {
  float: left;
  width: 100%;
  clear: left;
  display: block;
  padding-top: 10px;
}

.vrtx-authors,
.vrtx-date-info {
  font-family: Georgia, serif;
}

body.georgia-not-detected .vrtx-authors,
body.georgia-not-detected .vrtx-date-info {
  font-size: 0.93em;
}

.vrtx-date-info {
  clear: both;
  padding: 5px 0 5px 0;
  width: 507px;
}

iframe.map {
  margin: 10px 0;
}

.vrtx-media-player-no-flash,
.vrtx-media-player {
  margin: 10px 0;
}

.vrtx-media-player-print { display: none; }
.vrtx-media-player-no-flash,
.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 { background-color: #000000; position: relative; }
.vrtx-media-player-no-flash .playbutton {
  position: absolute;
  top: 90px;
  left: 195px;
  width: 115px;
  height: 106px;
  display: block;
}
.vrtx-media-player-no-flash .playbutton,
.vrtx-media-player-no-flash a.vrtx-media:visited .playbutton,
.vrtx-media-player-no-flash a.vrtx-media:active .playbutton,
.vrtx-media-player-no-flash .playbutton:visited,
.vrtx-media-player-no-flash .playbutton:active {
  background: url('/vrtx/__vrtx/static-resources/themes/default/icons/video-playbutton.png') no-repeat center center;
}
.vrtx-media-player-no-flash a.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: 15px 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;
}

.vrtx-tags {
  display: block;
  margin: 10px 0 5px;
}

.vrtx-tags a {
  font-weight: bold;
}

/* Feedback component */

.vrtx-feedback {
  overflow: hidden;
  background: #f3f3f3;
  border: 4px solid #bebebe;
  padding: 20px;
  clear: both;
  margin: 10px 0;
  text-align: center;
}

.vrtx-feedback-bottom {
  display: none;
}

.vrtx-feedback .vrtx-feedback-title {
  display: block;
  font-size: 1.231em;
  line-height: 1.33em;
  font-weight: bold;
  text-align: left;
  margin-top: -3px;
}

#uiodoc #main .vrtx-feedback ul,
#uiodoc #main .vrtx-feedback ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  clear: none;
  float: none;
}

#uiodoc #main .vrtx-feedback ul li {
  display: inline-block;
}

.vrtx-feedback,
.vrtx-feedback-thanks {
  position: relative;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks,
#uiodoc #main .vrtx-feedback ul {
  padding: 20px 0 10px 0;
}

#uiodoc .vrtx-feedback-thanks-slider {
  background: #f3f3f3;
  width: 180px;
  top: auto;
  bottom: 35px;
  position: absolute;
  left: -20px;
  margin-left: 20px;
  height: 35px;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks {
  margin: 0;
  text-align: left;
}

#uiodoc .vrtx-feedback p.vrtx-feedback-thanks,
#uiodoc .vrtx-feedback a {
  font-size: 1.15em;
  font-weight: bold;
}

#uiodoc .vrtx-feedback a {
  padding: 3px 0 5px 28px;
  display: block;
  text-decoration: none;
  min-height: 20px;
}

#uiodoc .vrtx-feedback a:focus,
#uiodoc .vrtx-feedback a:hover {
  text-decoration: underline;
}

.vrtx-feedback a.feedback {
  padding-left: 0px;
}

.vrtx-feedback a.feedback-yes {
  background: url('/vrtx/decorating/resources/dist/images/feedback-like.gif') no-repeat 0 2px;
  margin-right: 50px;
}

.vrtx-feedback a.feedback-no {
  background: url('/vrtx/decorating/resources/dist/images/feedback-dislike.gif') no-repeat 0 8px;
}

#vrtx-additional-content .vrtx-feedback {
  padding: 14px;
  margin: 0 -15px -15px;
  text-align: left;
}

#vrtx-additional-content .vrtx-feedback:first-child {
  margin-top: -15px;
}

#main .vrtx-frontpage-box .vrtx-feedback {
  margin: 0 -15px;
}

#vrtx-additional-content .vrtx-frontpage-box  .vrtx-feedback, 
#main .vrtx-frontpage-box.grey-box .vrtx-feedback,
#main .vrtx-frontpage-box.white-box .vrtx-feedback {
  margin: -15px;  
}

#vrtx-course-description #main .vrtx-frontpage-box .vrtx-feedback {
  margin-top: 0;
}

#vrtx-additional-content #vrtx-related-content .vrtx-feedback {
  margin-bottom: -25px;
}

#vrtx-additional-content #vrtx-related-content > *:first-child > h2:first-child,
#vrtx-additional-content #vrtx-related-content > *:first-child > *:first-child > h2:first-child {
  padding-top: 0;
  margin-top: -2px;
  border-top: none;
}

#vrtx-additional-content .vrtx-feedback p.vrtx-feedback-thanks,
#vrtx-additional-content .vrtx-feedback a {
  font-size: 1em;
  margin-right: 0;
}

#vrtx-additional-content .vrtx-feedback a.feedback-yes {
  background-position: 0 1px;
}

#vrtx-additional-content .vrtx-feedback a.feedback-no {
  background-position: 0 8px;
}

/* ^ Feedback component */

/* Social components placement */

.vrtx-social-list {
  display: inline;
  margin: 0;
}

.vrtx-social-list li {
  margin: 0 15px 10px 0;
  padding: 0;
  clear: none;
  background: none;
  float: left;
}

.vrtx-social-list li,
.vrtx-social-list a {
  width: 28px;
  height: 28px;
}

.vrtx-social-list a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.vrtx-social-list a.facebook {
  background: url(/vrtx/decorating/resources/dist/images/social-list-facebook.png) no-repeat center center;
}

.vrtx-social-list a.twitter { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-twitter.png) no-repeat center center;
}

.vrtx-social-list a.google-plus { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-google-plus.png) no-repeat center center;
}

.vrtx-social-list a.youtube { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-youtube.png) no-repeat center center;
}

.vrtx-social-list a.linkedin { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-linkedin.png) no-repeat center center;
}

.vrtx-social-list a.instagram { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-instagram.png) no-repeat center center;
}

.vrtx-social-list a.tripadvisor { 
  background: url(/vrtx/decorating/resources/dist/images/social-list-tripadvisor.png) no-repeat center center;
}

.vrtx-social-components {
  clear: both;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  z-index: 999;
  float: right;
}

.vrtx-social-components.social-components-top {
  margin: 10px 0 15px;
  padding: 0;
  width: 100%;
  float: left;
}

.vrtx-social-components.social-components-top > div {
  float: right;
}

.vrtx-social-components a.vrtx-email-friend {
  background: url(/vrtx/decorating/resources/dist/images/social-components-tip-a-friend-icon.png) no-repeat 0 -1px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  min-height: 19px;
  padding-left: 25px;
  float: left;
}

.vrtx-share-at-component,
.vrtx-share-at-component ul,
.vrtx-share-at-component li {
  margin: 0;
  display: inline-block;
  float: left;
}

.vrtx-share-at-component {
  margin-left: 25px;
}

.vrtx-share-at-component li.vrtx-share-at-FacebookAPI-true {
  display: none;
}

#uiodoc #main .vrtx-share-at-component li {
  background: none;
  padding-left: 0px;
  line-height: 1.33em;
  clear: none;
  white-space: nowrap;
}

.vrtx-share-at-component li a {
  font-weight: bold;
  font-size: 0.85em;
  min-height: 19px;
  margin-right: 22px;
  display: inline-block;
}

.vrtx-share-at-component li a.facebook {
  background: url("/vrtx/decorating/resources/dist/images/social-components-share-facebook-icon.gif") no-repeat 0 0; 
  padding-left: 21px;
}

.vrtx-share-at-component li a.twitter {
  background: url("/vrtx/decorating/resources/dist/images/social-components-share-twitter-icon.gif") no-repeat 0 0;
  padding-left: 20px;
  margin-right: 0;
}

.vrtx-share-component {
  display: block;
  z-index: 999;
  position: relative;
  top: 1px;
  float: left;
  width: auto;
}

.vrtx-social-components a.vrtx-share-link,
.vrtx-social-components a.vrtx-share-link.active,
.vrtx-social-components a.vrtx-share-link:focus,
.vrtx-social-components a.vrtx-share-link:hover {
  background: url(/vrtx/decorating/resources/dist/images/social-components-share-icon.png) no-repeat 0 0;
  display: inline-block;
  font-size: 11px;
  font-size: 0.85em;
  font-weight: bold;
  height: 19px;
  padding-left: 22px;
  padding-right: 0;
  color: #0b5a9d !important;
}

/* ^ Social components placement */

/* Comments */

.comments-header {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  padding: 14px 14px 20px 14px;
  position: relative;
  z-index: 1;
}

a.header-href {
  color: #2B2B2B;
  float: left;
  font-size: 1.38em;
}

div#comments-header-feedHref {
  float: right;
}

#add-comment-login {
  width: 39%;
  padding: 0.3em 3% 0.4em 0;
  margin-right: 3%;
  float: left;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

#add-comment-webid p,
#add-comment-login p,
#add-comment-login a.button {
  margin: 0;
}

.vrtx-comments {
  position: relative;
  width:537px;
  z-index: 1;
  padding-top: 20px;
  background-color: #f8f8f8;
  margin: 20px -15px 0;
  border-top: 1px solid #e4e4e4;
  float: left;
}

#right-main > .vrtx-comments,
.vrtx-hide-additional-content-true .vrtx-comments {
  width: 760px;
}

#total-main .vrtx-comments {
  width: 660px;
}

#total-main > .vrtx-comments,
#total-main .vrtx-hide-additional-content-true .vrtx-comments {
  width: 970px;
}

.vrtx-comment {
  background: #fff;
  position: relative;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 10px 0 0 0;  
}

.vrtx-comment .comment-body {
  font-size: 0.92em;
  line-height: 15px;
  padding: 10px 19px 15px 175px;  
  min-height: 65px;
  background: #f5f5f5;
  margin: 0 14px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.vrtx-comment .comment-body p,
.vrtx-comment .comment-body ol,
.vrtx-comment .comment-body ul {
  position: relative;
  z-index: 1;
}

.vrtx-comment .comment-info {
  font-size: 0.92em;
  position: absolute;
  top: 23px;
  left: 28px;
  width: 100%;
  height: 100%;
}

.vrtx-comment .vrtx-comment-background-hook-1 {
  display: none;
}

.vrtx-comment .comment-author {
  color: #2b2b2b;
  display: block;
  font-weight: bold;
  padding-bottom: 1px;
  width:140px;
}

.vrtx-comment .comment-author span.comment-author-part-one,
.vrtx-comment .comment-author span.comment-author-part-two {
  display: block;
}

.vrtx-comment .comment-author a {
  color: #0B5A9D;
}

.vrtx-comment .comment-author-line {
  display: none;
}

.vrtx-comment .comment-date {
  clear: left;
  color: #838383;
  float: left;
}

.add-comment {
  float:left;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 10px 14px 5px 15px;
  width: 506px;
}

#right-main > .vrtx-comments .add-comment,
.vrtx-hide-additional-content-true .add-comment {
  width: 729px;
}

#total-main .add-comment {
  width: 629px;
}

#total-main > .vrtx-comments .add-comment,
#total-main .vrtx-hide-additional-content-true .add-comment {
  width: 939px;
}

.add-comment-header {
  clear: left;
  font-size: 16px;
  font-size: 1.23em;
  padding-bottom: 10px;
  padding-top: 8px;
}

.comment-syntax-desc p {
  font-family: monospace;
}

.syntax-head {
  margin-top: 5px;
}

.vrtx-comments-post {
  width: 507px;
}

.vrtx-comments-post .comments-text iframe {
  border: 1px solid #ccc;
}

.comments-text {
  padding-bottom: 10px;
}

.comments-text textarea {
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding: 10px;
  width: 483px;
}

#vrtx-comments-delete-all {
  display: none;
}

.vrtx-comments-delete {
  display: block;
  position: absolute;
  bottom: 27px;
  right: 54px;
}

/* CK */

span.cke_skin_kama {
  border-color: #D9D9D9 !important;
  border-radius: 0 0 0 0 !important;
  padding: 0 !important;
}

span.cke_skin_kama .cke_wrapper {
  background: none repeat scroll 0 0 #F6F6F6 !important;
  border-radius: 0 0 0 0 !important;
  padding: 10px !important;
}

.cke_skin_kama .cke_toolgroup, .cke_skin_kama .cke_contents iframe {
  border: 1px solid #D9D9D9 !important;
}

.cke_skin_kama .cke_toolgroup {
  margin-bottom: 10px !important;
}

/* ^ Comments */

#TB_closeAjaxWindow,
#TB_closeAjaxWindow a {
  height: 20px !important;
}

/* ^ 09. Article */


/* 
 * 10. Event 
 *
 */

body#vrtx-structured-event .vevent {
  background:transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x scroll 0 100%;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  width: 387px;
  padding-right: 120px;
}

body#vrtx-structured-event .vrtx-hide-additional-content-true .vevent {
  width: 610px;
}

body#vrtx-structured-event #total-main .vrtx-hide-additional-content-true .vevent {
  width: 820px;
}

.vrtx-byline .vevent {
  font-family: Arial, sans-serif;
}

body#vrtx-structured-event .vrtx-introduction {
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}

.vevent span.time-and-place {
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
}

body#vrtx-structured-event .vevent .vrtx-number-of-comments-add-event-container {
  bottom: 9px;
  display:inline;
  font-size: 12px;
  font-size: 0.92em;
  font-weight: bold;
  position: absolute;
  right: 0px;
}

body#vrtx-structured-event .vevent .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 100% 0;
  padding: 0 0 0 17px;
}

body#vrtx-structured-event .vrtx-event-organizers {
  display: block;
  margin: 15px 0;
}

/* ^ 10. Event */


/* 
 * 11. Person and unit
 *
 */

#vrtx-person h1 {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background-color: #fff;
  margin-bottom: 0px !important;
  padding: 14px 14px 0px 14px;
}

#vrtx-person #vrtx-main-content {
  position: relative;
}

#vrtx-change-language-link {
  float: right;
}

#uiodoc #main #vrtx-change-language-link {
  text-decoration: none;
}

#uiodoc #main #vrtx-change-language-link:focus,
#uiodoc #main #vrtx-change-language-link:hover {
  text-decoration: underline;
}

#vrtx-frontpage #vrtx-change-language-link {
  margin-right: 15px;
  margin-top: 0.6em;
}

#vrtx-person #vrtx-person-change-language-link {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
}

#vrtx-person #vrtx-person-change-language-link a {
  text-decoration: none;
}

#vrtx-person #vrtx-person-change-language-link a:focus,
#vrtx-person #vrtx-person-change-language-link a:hover {
  text-decoration: underline;
}

#vrtx-organizational-unit-change-language-link {
  float: right;
}

#vrtx-person #total-main #vrtx-main-content {
  width: 660px;
}

#vrtx-person-position {
  font-family: Georgia, serif;
  font-size: 1.23em;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 0px 14px 0px 14px;
}

body.georgia-not-detected #vrtx-person-position {
  font-size: 1.1em;
  line-height: 1.44em;
}

#vrtx-person-contact-info-wrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0px;
  margin: 0 0 20px 0;
  padding: 20px 14px 14px 14px;
  width: 630px;
}

.vrtx-person-generated #vrtx-person-contact-info-wrapper {
  padding-top: 15px;
}

#right-main #vrtx-person-contact-info-wrapper {
  width: 507px;
}

#vrtx-person-main-content-wrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 14px;
  float: left;
  clear: both;
  width: 507px;
}

#vrtx-person-main-content-wrapper > h2:first-child {
  margin-top: 0px;
}

.vrtx-number-of-records {
  font-size: 16px;
  font-size: 1.23em;
}

#vrtx-person-contact-info-wrapper img {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 150px;
}

#vrtx-person-contact-info-wrapper img.vrtx-person-image-crisp {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.vrtx-person-contactinfo {
  float: left;
}

.vrtx-person-generated .vrtx-person-contactinfo {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 0;
  float: none;
  padding-top: 15px;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line {
  margin-bottom: 5px;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line,
.vrtx-unit-contactinfo .vrtx-unit-contact-info-line,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number,
#vrtx-main-content .vrtx-organizational-unit-phone,
#vrtx-main-content .vrtx-organizational-unit-fax,
#vrtx-main-content .vrtx-organizational-unit-email,
#vrtx-main-content .vrtx-organizational-unit-areacode {
  position: relative;
}

.vrtx-person-contactinfo .vrtx-person-contact-info-line,
.vrtx-person-contactinfo .vrtx-person-other-units {
  width: 342px;
}

.vrtx-unit-contactinfo .vrtx-unit-contact-info-line .vrtx-label,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-phone .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-fax .vrtx-label,
#vrtx-main-content .vrtx-organizational-unit-email .vrtx-label {
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: 0px;
}

.vrtx-person-other-units .vrtx-label,
.vrtx-unit-contactinfo .vrtx-label {
  font-weight: bold;
  display: block;
}

.vrtx-unit-contactinfo .vrtx-unit-contact-info-line .vrtx-value,
.vrtx-unit-contactinfo .vrtx-unit-org-unit-number .vrtx-value,
.vrtx-unit-contactinfo .vrtx-unit-abbreviation .vrtx-value,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-value,
.vrtx-person-contactinfo .vrtx-person-contact-info-line .vrtx-login,
.vrtx-person-generated .vrtx-person-visiting-address .vrtx-address-line,
.vrtx-person-generated .vrtx-person-postal-address .vrtx-address-line,
#vrtx-main-content .vrtx-organizational-unit-phone-fax .tel,
#vrtx-main-content .vrtx-organizational-unit-email a {
  display: block;
  padding-left: 120px;
}

.vrtx-person-other-units {
  padding: 10px 0 5px 0;
}

.vrtx-person-other-units .vrtx-value,
.vrtx-person-other-units .vrtx-values {
  display: block;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address,
.vrtx-person-contactinfo .vrtx-person-postal-address {
  float: left;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 10px;
  width: 160px;
}

.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-contact-info-line {
  width: auto;
  float: none;
  margin: 0 0 5px 0;
  padding: 0px;
}

.vrtx-person-other-units,
.vrtx-person-full-presentation {
  clear: left;
}

.vrtx-person-generated .vrtx-person-full-presentation {
  padding-top: 10px;
}

.vrtx-person-full-presentation {
  display: block;
  padding-top: 2px;
}

.vrtx-person-other-units .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-visiting-address .vrtx-label,
.vrtx-person-contactinfo .vrtx-person-postal-address .vrtx-label {
  padding-bottom: 2px;
}

.vrtx-unit-phone {
  float: left;
  width: 270px;
}

#vrtx-main-content .vrtx-organizational-unit-postal-address,
#vrtx-main-content .vrtx-organizational-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-visiting-address,
.vrtx-unit-contactinfo .vrtx-unit-postal-address {
  padding-top: 0px;
  padding-bottom: 15px;
  float: left;
  width: 160px;
  margin-right: 20px;
}

#vrtx-main-content .vrtx-organizational-unit-postal-address,
#vrtx-main-content .vrtx-organizational-unit-visiting-address {
  margin-top: 0px;
}

#vrtx-main-content .vrtx-organizational-unit-phone-fax,
#vrtx-main-content .vrtx-organizational-unit-email,
#vrtx-main-content .vrtx-organizational-unit-areacode {
  float: right;
  margin-top: 0px;
  width: 370px;
}

#vrtx-organizational-unit #vrtx-main-content #vrtx-related-content {
  padding: 14px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address span,
.vrtx-person-contactinfo .vrtx-person-postal-address span {
  display: block;
}

.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-visiting-address span.vrtx-address-line-seperator,
.vrtx-person-generated .vrtx-person-contactinfo .vrtx-person-postal-address span.vrtx-address-line-seperator {
  display: inline;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address span.vrtx-label {
  font-weight: bold;
}

.vrtx-person-contactinfo .vrtx-person-visiting-address {
  margin-right: 7px;
}

.vrtx-person-contactinfo .vrtx-person-postal-address span.vrtx-label {
  font-weight: bold;
}

.vrtx-unit-contact-info-line,
.vrtx-unit-org-unit-number {
  clear: left;
}

.vrtx-unit-abbreviation {
  display: none;
}

#vrtx-person-contact-info-extras {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x 0 0;
  clear: both;
  margin: 5px -5px 0 -5px;
  padding: 10px 5px 0;
  float: left;
  width: 507px;
}

#vrtx-person-contact-info-extras a#vrtx-press-photo {
  background: url(/vrtx/decorating/resources/dist/images/person-press-photo-icon.png) no-repeat 0 50%;
  padding-left: 24px;
  margin-right: 30px;
}

#vrtx-person-contact-info-extras a#vrtx-person-vcard {
  background: url(/vrtx/decorating/resources/dist/images/person-vcard-icon.png) no-repeat 0 50%;
  padding-left: 24px;
}

body#vrtx-person div.vrtx-report-change,
body#vrtx-unit div.vrtx-report-change {
  clear: left;
  text-align: right;
  margin-top: 10px;
  float: left;
  width: 100%;
}

body#vrtx-person .vrtx-person-generated div.vrtx-report-change {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -3px 0;
  padding-top: 15px;
}

ul.vrtx-sub-units {
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  padding: 0px;
  width: 273px;
}

ul.vrtx-sub-units.thirds-middle {
  width: 274px !important
}

ul.vrtx-sub-units 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;
}

#vrtx-unit #main #vrtx-main-content h2 {
  clear: left;
}

#vrtx-publications-spinner {
  display: block;
  background: url(/vrtx/decorating/resources/dist/images/spinner.gif) no-repeat top left;
  padding-left: 22px;
  min-height: 16px;
}

#vrtx-organizational-unit #vrtx-publications-wrapper {
  padding: 14px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  overflow: hidden;
}

#vrtx-organizational-unit-publications #vrtx-publications-wrapper > h2 {
  display: none;
}

#vrtx-organizational-unit #vrtx-publications-wrapper > h2 {
  margin-top: 0px;
}

a.other-language {
  float: right;
  padding: 5px;
  position:absolute;
  right:0;
  top:30px;
}

#vrtx-person .vrtx-projects > p {
  display: none;
}

/* ^ 11. Person and unit */


/* 12. Contact supervisor */

.vrtx-contact-supervisor-box {
  width: 730px;
  clear: both;
  float: left;
  margin-bottom: 20px;
  background: #fff url(../images/contact-supervisor-arrow-big-grey.png) no-repeat 57% center;
}

.vrtx-contact-supervisor-box:focus,
.vrtx-contact-supervisor-box:hover {
  background-image: url(/vrtx/decorating/resources/dist/images/contact-supervisor-arrow-big-blue.png);
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description,
.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info {
  background-color: #f6f6f6;
  padding: 15px 20px 5px;
  border: 1px solid #d1d1d1;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description *:first-child,
.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-description {
  float: left;
  width: 44%;
  font-size: 1.15em;
  line-height: 1.41em;
}

.vrtx-contact-supervisor-box .vrtx-contact-supervisor-contact-info {
  float: right;
  width: 32%;
}

/* ^ 12. Contact supervisor */


/* 13. Organizational unit */

#vrtx-organizational-unit-main h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}

#vrtx-organizational-unit-main .vrtx-introduction-image {
  margin: 0;
}

.vrtx-organizational-unit-introduction {
  float: none;
  clear: none;
  padding: 0px;
  margin: 10px 0;
}

.vrtx-organizational-unit-responsibilities {
  margin-top: 10px;
}

.vrtx-organizational-unit-responsibilities h2 {
  margin-top: 0px;
}

#vrtx-organizational-unit-employees ul {
  margin-left: 0px !important;
}

#vrtx-organizational-unit-employees ul li {
  float: left;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-right: 55px;
  background: none;
  width: 202px;
  padding-top: 4px;
}

#vrtx-organizational-unit-employees ul li ul li {
  padding-top: 0px;
  margin-right: 0px;
  width: 140px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-picture {
  float: left;
  width: 90px;
  margin-right: 10px;
  padding-bottom: 15px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-info {
  float: left;
  margin-top: -4px;
  width: 102px;
}

#vrtx-organizational-unit-employees .vrtx-organizational-unit-employees-info li {
  font-weight: bold;
}

#vrtx-organizational-unit-employees ul li.vrtx-organizational-unit-employees-even {
  margin-right: 0;
  clear: none;
}

body#vrtx-organizational-unit .vrtx-frontpage-box-picture {
  margin-left: 0;
  margin-top: 0;
  float: none;
}


body#vrtx-organizational-unit span.vrtx-label {
  display: block;
  font-weight: bold;
}

body#vrtx-organizational-unit span.vrtx-address-line {
  display: block;
}

.vrtx-organizational-unit-postal-address,
.vrtx-organizational-unit-visiting-address,
.vrtx-organizational-unit-phone-fax,
.vrtx-organizational-unit-phone,
.vrtx-organizational-unit-fax,
.vrtx-organizational-unit-email,
.vrtx-organizational-unit-areacode {
  display: block;
  margin-top: 10px;
}

.vrtx-organizational-unit-phone,
.vrtx-organizational-unit-fax {
  margin-top: 0px;
}

.vrtx-organizational-unit-email a {
  clear: left;
  display: block;
  font-weight: bold;
}

#vrtx-external-work #vrtx-external-work-tabs table {
  width: 728px;
  table-layout: fixed;
}

#vrtx-external-work #vrtx-external-work-tabs table td {
  word-wrap: break-word;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-name,
#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-employed-at {
  width: 15%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-organization {
  width: 18%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-type {
  width: 30%;
}

#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-start-date,
#vrtx-external-work #vrtx-external-work-tabs table th.vrtx-external-work-scope {
  width: 12%;
}

#vrtx-external-work #vrtx-external-work-tabs .ui-widget-content {
  padding: 15px 0 0 0;
  border-width: 1px 0 0 0;
}

#vrtx-external-work #vrtx-external-work-tabs .ui-widget-content >*:first-child {
  margin-top: 0px;
}

/* ^ 13. Organizational unit */


/*
 * 14. Paging
 *
 */

.vrtx-paging-feed-wrapper,
.vrtx-search-paging {
  clear: both;
  display: block;
  font-size: 12px;
  float: left;
  width: 100%;
  font-size: 0.92em;
}

.vrtx-search-paging {
  width: auto;
  float: right;
}

.vrtx-paging-wrapper {
  display: block;
  float: left;
  width: auto;
  margin-bottom: 5px !important;
}

.vrtx-feed-link {
  background: none;
  font-size: 100% !important;
}

.vrtx-feed-link,
.vrtx-paging-feed-wrapper .vrtx-feed-link {
  float: right;
  width: auto;
  clear: none !important;
  padding: 0 0 0 22px !important;
  background: url(/vrtx/decorating/resources/dist/images/rss-icon-grey.png) no-repeat 0 2px !important;
  margin-left: 15px;
  height: auto !important;
}

.vrtx-feed-link a,
.vrtx-paging-feed-wrapper .vrtx-feed-link a {
  background: none;
  font-size: 11px;
  font-size: 0.92em;
  font-weight: bold;
  padding-left: 0 !important;
  white-space: nowrap;
}

.vrtx-search-paging {
  clear: none;
  padding-top: 0 !important;
  white-space: normal !important;
}

.hits {
  clear: left;
  display: block;
  padding-left: 0px;
  padding-top: 25px;
  font-size: 1.15em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
}

.vrtx-paging-feed-wrapper .vrtx-previous, 
.vrtx-paging-feed-wrapper .vrtx-next {
  font-weight: bold;
  width: auto;
}

.vrtx-paging-feed-wrapper .vrtx-next {
  margin-left: 7px;
}

.vrtx-paging-feed-wrapper .vrtx-previous {
  margin-right: 15px;
}

.vrtx-paging-feed-wrapper .vrtx-page-number,
.vrtx-search-paging a {
  font-weight: bold;
  font-size: 12px;
  font-size: 1em;
  margin-right: 8px;
}

.vrtx-paging-feed-wrapper .vrtx-marked,
.vrtx-search-paging #vrtx-search-current-page {
  background-color:#0B5A9D;
  color:#FFFFFF;
  margin-right:5px;
  padding:1px 5px;
}

/* ^ 14. Paging */


/*
 * 15. Person- and unitlisting
 * 
 * TODO: needs tidy up of multiple id/classes
 */

/* Personheader */

#vrtx-person-listing .vrtx-additional-content {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  clear: left;
  float: left;
  margin-bottom:35px;
  padding: 12px 14px 14px 14px;
  width: 730px;
}

#vrtx-unit-person-listing .vrtx-additional-content {
  clear: left;
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
}

#vrtx-unit-person-listing .vrtx-additional-content h3,
#vrtx-person-listing .vrtx-additional-content h3 {
  margin-top: 0px;
}

#vrtx-unit-person-listing .vrtx-big-search {
  clear: left;
}

#vrtx-unit-person-listing .vrtx-additional-content ul,
#vrtx-person-listing .vrtx-additional-content ul {
  margin-left: 0;
  margin-right: 0;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li,
#vrtx-person-listing .vrtx-additional-content ul li {
  background: none;
  padding-left: 0;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li a,
#vrtx-person-listing .vrtx-additional-content ul li a {
  font-weight: bold;
}

#vrtx-unit-person-listing .vrtx-additional-content ul li.vrtx-tags-element,
#vrtx-person-listing .vrtx-additional-content ul li.vrtx-tags-element {
  color: #0b5a9d;
  font-weight: bold;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container,
#vrtx-person-listing .vrtx-additional-content .vrtx-tags-container {
  float: left;
  width: auto;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container {
  width: 100%;
}

#vrtx-unit-person-listing .vrtx-additional-content .vrtx-tags-container .vrtx-more,
#vrtx-person-listing .vrtx-additional-content .vrtx-tags-container .vrtx-more {
  margin-right: 20px;
}

#vrtx-unit-person-listing .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing .vrtx-additional-content .vrtx-departments-container,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  float: left;
  margin-right: 20px;
  padding-right: 0;
  width: 162px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  margin-right: 5px;
  float: right;
}

#vrtx-unit-person-listing #total-main .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing #total-main .vrtx-additional-content #vrtx-tags ul,
#vrtx-person-listing #total-main .vrtx-additional-content .vrtx-departments-container,
#vrtx-person-listing #total-main .vrtx-additional-content .vrtx-search-container {
  width: 215px;
}

#vrtx-unit-person-listing #total-main .vrtx-additonal-content,
#vrtx-person-listing #total-main .vrtx-additional-content {
  width: 940px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container {
  margin-right: 5px;
  float: right;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form.vrtx-search-form,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form#personer {
  margin-top:3px;
  width: 154px;
}

#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form.vrtx-search-form input#person-search,
#vrtx-person-listing .vrtx-additional-content .vrtx-search-container form#personer input#person-search {
  width: 109px;
}

#vrtx-person-listing .ac_results {
  border-top: 1px solid #ccc;
}

/* ^ Personheader */

.vrtx-person-search-result-container .vrtx-person-number-of-hits {
  margin: 15px 0 10px 0;
  float: left;
  clear: left;
  width: 100%;
}

.vrtx-collections {
  display: none;
}

table.vrtx-person-listing,
table.vrtx-unit-listing {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  clear: left;
  margin: 0 0 10px 0;
  width: 100%;
  table-layout: fixed;
}

#vrtx-tagview table.vrtx-person-listing,
#vrtx-personsearch table.vrtx-person-listing {
  border-bottom: 0px;
}

#vrtx-unit table.vrtx-person-listing,
#vrtx-unit-person-listing table.vrtx-person-listing {
  border-bottom: none;
}

table.vrtx-person-listing caption,
table.vrtx-unit-listing caption {
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 1.23em;
  font-weight: bold;
}

table.vrtx-person-listing a,
table.vrtx-unit-listing a {
  font-weight: bold;
}

table.vrtx-person-listing tbody,
table.vrtx-unit-listing tbody {
  background-color: #fff;
}

table.vrtx-person-listing thead tr,
table.vrtx-unit-listing thead tr {
  background-color: transparent;
  background-image: none;
  border-width: 0 0 1px 0; 
}

table.vrtx-person-listing th,
table.vrtx-unit-listing th {
  font-weight: bold;
  padding: 0 0 5px 10px;
  vertical-align: bottom;
  background-color: transparent;
  border: none;
}

#vrtx-tagview table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-personsearch table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-unit table.vrtx-person-listing th.vrtx-person-listing-name,
#vrtx-unit-person-listing table.vrtx-person-listing th.vrtx-person-listing-name {
  padding-left: 0;
}

table.vrtx-person-listing th.vrtx-person-listing-name {
  width: 27%;
}

table.vrtx-person-listing th.vrtx-person-listing-phone {
  width: 13%;
}

table.vrtx-person-listing th.vrtx-person-listing-email {
  width: 25%;
  white-space: nowrap;
}

.vrtx-person-listing-phone span,
.vrtx-person-listing-email span {
  display: block;
}

table.vrtx-person-listing th.vrtx-person-listing-tags {
  width: 23%;
}

table.vrtx-person-listing td,
table.vrtx-unit-listing td {
  border: none !important;
  padding: 10px 0;
  vertical-align: top;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) no-repeat -4px 0;
  overflow: hidden;
}

table.vrtx-person-listing td.vrtx-person-listing-name {
  background-position: 6px 0;
}

table.vrtx-person-listing td.vrtx-person-listing-tags {  
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x 0 0;
}

#vrtx-tagview table.vrtx-person-listing td,
#vrtx-personsearch table.vrtx-person-listing td,
#vrtx-unit table.vrtx-person-listing td,
#vrtx-unit-person-listing table.vrtx-person-listing td {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) no-repeat -4px 0;
}

table.vrtx-person-listing tr.vrtx-person-1 td,
table.vrtx-unit-listing tr.vrtx-unit-1 td {
  background-image: none;
}

#vrtx-tagview table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-personsearch table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-unit table.vrtx-person-listing tr.vrtx-person-1 td,
#vrtx-unit-person-listing table.vrtx-person-listing tr.vrtx-person-1 td {
  border-top: none !important;
}

table.vrtx-person-listing td.vrtx-person-listing-name,
table.vrtx-unit-listing td.vrtx-unit-listing-name {
  border-left: 1px solid #e4e4e4 !important;
}

table.vrtx-unit-listing td.vrtx-unit-listing-name {
  padding-left: 10px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name {
  border-left: none !important;
}

table.vrtx-person-listing td.vrtx-person-listing-name a,
table.vrtx-person-listing td.vrtx-person-listing-name span {
  display: block;
  margin-left: 60px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name span,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name a,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name span {
  margin-left: 50px;
}

table.vrtx-person-listing td.vrtx-person-listing-name img {
  width: 40px;
}

table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image {
  float: left;
  margin-left: 10px;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name a.vrtx-image,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-name span.vrtx-image {
  margin-left: 0px;
}

table.vrtx-person-listing td.vrtx-person-listing-phone {
  /* white-space: nowrap; */
}

table.vrtx-person-listing td.vrtx-person-listing-email {
  overflow: hidden;
  white-space: nowrap;
}

#vrtx-unitsearch table.vrtx-unit-listing td.vrtx-unit-listing-phone {
  padding-left: 10px;
}

/* Align phone and email correctly in tables */
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-person-tags-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-person-tags-listing table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-phone span,
#vrtx-person-listing table.vrtx-person-listing td.vrtx-person-listing-email a,
#vrtx-person-listing table.vrtx-person-listing td.vrtx-person-listing-phone span {
  display: block;
  margin-left: 10px;
}

table.vrtx-unit-listing td.vrtx-unit-listing-fax,
table.vrtx-unit-listing td.vrtx-unit-listing-tags,
table.vrtx-person-listing td.vrtx-person-listing-tags {
  padding: 10px;
  border-right: 1px solid #e4e4e4 !important;
}

#vrtx-tagview table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-personsearch table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-unit-person-listing table.vrtx-person-listing td.vrtx-person-listing-tags,
#vrtx-unit table.vrtx-person-listing td.vrtx-person-listing-tags {
  border-right: none !important;
  padding-right: 0;
}

table.vrtx-unit-listing tr.vrtx-unit-1 td,
table.vrtx-person-listing tr.vrtx-person-1 td {
  border-top: 1px solid #e4e4e4 !important;
}

#vrtx-unit-search-details {
  margin: 0 0 10px 0;
  display: block;
}

body#vrtx-unit-person-listing .vrtx-person-listing-number-of-hits,
body#vrtx-unit-person-listing #vrtx-person-listing-number-of-hits {
  margin-top: 10px;
}

/* Affiliated */

.vrtx-unit-person-listing-affiliated .vrtx-person-search-tag-search-suggestions {
  font-size: 1.154em;
  margin: 15px 0 0 0;
}

/* Tags and sub units */

.vrtx-tags-sub-units {
  float: left;
  width: 100%;
}

.vrtx-tags-sub-units .vrtx-sub-units {
  width: auto;
}

.vrtx-tags-sub-units .vrtx-sub-units li {
  background: url("/vrtx/decorating/resources/dist/images/bullet-li-grey.png") no-repeat scroll 0 7px transparent;
  padding-left: 9px;
  font-size: 1em;
  margin: 2px 0 3px;
}

.vrtx-tags-sub-units .vrtx-dropdown-component-toggled {
  position: relative;
  clear: left;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper {
  right: auto;
  left: 0;
  top: auto;
  background: none;
  border-top: 1px solid #ccc;
  padding-top: 0px;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper-inner {
  border-bottom: 1px solid #ccc;
  padding: 4px 0 1px 0;
}

.vrtx-tags-sub-units .vrtx-dropdown-wrapper li a {
  border-bottom: none;
  background: url(/vrtx/decorating/resources/dist/images/bullet-li-grey.png) no-repeat 11px 9px !important;
  padding: 2px 11px 3px 20px !important;
}

#vrtx-main-content .vrtx-tags-sub-units .thirds-left,
#vrtx-main-content .vrtx-tags-sub-units .thirds-middle,
#vrtx-main-content .vrtx-tags-sub-units .thirds-right,
#vrtx-main-content .vrtx-tags-sub-units .fourths-left,
#vrtx-main-content .vrtx-tags-sub-units .fourths-middle,
#vrtx-main-content .vrtx-tags-sub-units .fourths-right,
#vrtx-main-content .vrtx-tags-sub-units .vrtx-sub-units {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.vrtx-tags-sub-units.has-person-search {
  margin-top: 20px;
  padding-top: 20px;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x 0 0;
}

.vrtx-tags-sub-units h3 {
  margin-top: 0px;
}

.vrtx-tags-sub-units .left,
.vrtx-tags-sub-units .right {
  padding-bottom: 0px;
}

#main .vrtx-tags-sub-units .left {
  width: 68%;
  margin-right: 2%;
}

#main .vrtx-tags-sub-units .right {
  width: 29%;
  margin-right: 0;
}

#main .vrtx-tags-sub-units .vrtx-sub-units.left,
#main .vrtx-tags-sub-units .vrtx-sub-units.right {
  width: 48%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-left,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-middle,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-right {
  width: 30%;
  margin-right: 3%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-left,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-middle,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-right {
  float: left;
  width: 22%;
  margin-right: 2%;
}

#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .thirds-right,
#main .vrtx-unit-person-listing-affiliated .vrtx-tags-service .fourths-right {
  margin-right: 0px;
}

.vrtx-unit-person-listing-affiliated .vrtx-sub-units-more {
  display: none;
}

body.js .vrtx-unit-person-listing-affiliated .vrtx-sub-units li.vrtx-sub-unit-hidden {
  display: none;
}

body.js .vrtx-unit-person-listing-affiliated .vrtx-sub-units-more,
.vrtx-unit-person-listing-affiliated .vrtx-tags-more {
  background: url("/vrtx/decorating/resources/dist/images/plus-sign.png") no-repeat center left;
  margin: 10px 0 0 0;
  padding: 0 0 0 14px;
  display: inline-block;
}

.vrtx-unit-person-listing-affiliated .vrtx-tags-more {
  float: left;
}

.vrtx-unit-person-listing-affiliated .vrtx-tags-more,
.vrtx-unit-person-listing-affiliated .vrtx-person-listing-number-of-hits {
  clear: both;
}

body#vrtx-unit-person-listing .vrtx-unit-person-listing-affiliated .vrtx-person-listing-number-of-hits {
  padding: 5px 15px 10px 15px;
  margin: -15px -15px 15px -15px;
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold;
  background: #F8F8F8;
  border-bottom: 1px solid #E4E4E4;
}

body#vrtx-unit-person-listing #vrtx-affiliated-employees > .vrtx-person-listing-number-of-hits {
  margin: 17px -15px 11px;
  padding: 25px 15px 10px;
  border-top: 1px solid #e4e4e4;
}

/* Separate person list if has tags or sub units */

.vrtx-person-list-box {
  margin: 14px 0 -15px -15px;
  padding: 20px 0 0 0;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  float: left;
  width: 760px;
}

#total-main .vrtx-person-list-box {
  width: 970px;
}

.vrtx-person-list-box-inner {
  background: #fff;
  padding: 14px;
  border: 1px solid #e4e4e4;
}

.vrtx-person-list-box .vrtx-paging-feed-wrapper,
.vrtx-person-list-box .vrtx-paging-feed-wrapper .vrtx-paging-wrapper {
  float: none;
}

.vrtx-unit-person-listing-affiliated .vrtx-person-listing {
  margin-bottom: 0px;
}

.vrtx-unit-person-listing-affiliated .ui-tabs.ui-widget .vrtx-paging-feed-wrapper .vrtx-marked {
  color: #fff;
}

/* ^ 15. Person- and unitlisting */


/* 
 * 16. Project-, article- and eventlisting 
 *
 * TODO: remove .-classes and simplify to using .vrtx-resources and .vrtx-resource
 *
 */

.articleListing\.searchComponent,
.projectListing\.defaultListing,
.tagged-resources,
.messageListing\.defaultListing,
.collectionListing\.searchComponent,
.collectionListing\.searchComponent2,
.researchGroupListing\.defaultListing,
.eventListing\.upcomingEventsSearchComponent,
.eventListing\.ongoingEvents,
.eventListing\.previousEventsSearchComponent,
.structured\.eventListing\.upcomingEventsSearchComponent,
.structured\.eventListing\.ongoingEvents,
.structured\.eventListing\.previousEventsSearchComponent {
  width: 100%;
  float: left;
}

.articleListing\.searchComponent .vrtx-default-article,
.articleListing\.searchComponent .vrtx-featured-article,
.projectListing\.defaultListing .vrtx-project,
.researchGroupListing\.defaultListing .vrtx-research-group,
.vrtx-resources .vevent,
.tagged-resources .vrtx-resource,
.messageListing\.defaultListing .vrtx-resource,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource,
.collectionListing\.searchComponent .vrtx-resource,
.collectionListing\.searchComponent2 .vrtx-resource {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 730px;
  margin-top: -3px;
}

#vrtx-main-content .articleListing\.searchComponent .vrtx-default-article,
#vrtx-main-content .articleListing\.searchComponent .vrtx-featured-article,
#vrtx-main-content .projectListing\.defaultListing .vrtx-project,
#vrtx-main-content .researchGroupListing\.defaultListing .vrtx-research-group,
#vrtx-main-content .vrtx-resources .vevent,
#vrtx-main-content .tagged-resources .vrtx-resource,
#vrtx-main-content .collectionListing\.searchComponent .vrtx-resource,
#vrtx-main-content .collectionListing\.searchComponent2 .vrtx-resource {
  width: 507px;
}

#total-main .articleListing\.searchComponent,
#total-main .projectListing\.defaultListing,
#total-main .researchGroupListing\.defaultListing,
#total-main .articleListing\.searchComponent .vrtx-default-article,
#total-main .articleListing\.searchComponent .vrtx-featured-article,
#total-main .projectListing\.defaultListing .vrtx-project,
#total-main .researchGroupListing\.defaultListing .vrtx-research-group,
#total-main .vrtx-resources .vevent,
#total-main .tagged-resources .vrtx-resource,
#total-main .messageListing\.localRepoLookupSearchComponent .vrtx-resource,
#total-main .messageListing\.defaultListing .vrtx-resource,
#total-main .collectionListing\.searchComponent .vrtx-resource,
#total-main .collectionListing\.searchComponent2 .vrtx-resource {
  width: 940px;
}

#total-main #vrtx-main-content .articleListing\.searchComponent,
#total-main #vrtx-main-content .projectListing\.defaultListing,
#total-main #vrtx-main-content .researchGroupListing\.defaultListing,
#total-main #vrtx-main-content .articleListing\.searchComponent .vrtx-default-article,
#total-main #vrtx-main-content .articleListing\.searchComponent .vrtx-featured-article,
#total-main #vrtx-main-content .projectListing\.defaultListing .vrtx-project,
#total-main #vrtx-main-content .researchGroupListing\.defaultListing .vrtx-research-group,
#total-main #vrtx-main-content .vrtx-resources .vevent,
#total-main #vrtx-main-content .tagged-resources .vrtx-resource,
#total-main #vrtx-main-content .collectionListing\.searchComponent .vrtx-resource,
#total-main #vrtx-main-content .collectionListing\.searchComponent2 .vrtx-resource {
  width: 630px;
}

#vrtx-collection #total-main #vrtx-main-content,
#vrtx-article-listing #total-main #vrtx-main-content,
#vrtx-event-listing #total-main #vrtx-main-content,
#vrtx-project-listing #total-main #vrtx-main-content,
#vrtx-research-group-listing #total-main #vrtx-main-content,
#vrtx-master-listing #total-main #vrtx-main-content {
  width: 630px;
}

div.vrtx-resource div.introduction p {
  margin: 3px 0 8px !important;
}

.articleListing\.searchComponent .vrtx-default-article a.vrtx-image,
.articleListing\.searchComponent .vrtx-featured-article a.vrtx-image,
.projectListing\.defaultListing .vrtx-project a.vrtx-image,
.researchGroupListing\.defaultListing .vrtx-research-group a.vrtx-image,
.vrtx-resources .vevent a.vrtx-image,
.tagged-resources .vrtx-resource a.vrtx-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px 0 0 0;
}

.articleListing\.searchComponent .vrtx-default-article div.vrtx-title,
.articleListing\.searchComponent .vrtx-featured-article div.vrtx-title,
.projectListing\.defaultListing .vrtx-project div.vrtx-title,
.researchGroupListing\.defaultListing .vrtx-research-group div.vrtx-title,
.vrtx-resources .vevent div.vrtx-title,
.messageListing\.defaultListing .vrtx-resource div.vrtx-title,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .vrtx-title,
.tagged-resources .vrtx-resource div.vrtx-title,
.collectionListing\.searchComponent .vrtx-resource div.vrtx-title,
.collectionListing\.searchComponent2 .vrtx-resource div.vrtx-title {
  margin-bottom: 2px;
  padding: 0;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-title a,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-title a,
.projectListing\.defaultListing .vrtx-project .vrtx-title a,
.researchGroupListing\.defaultListing .vrtx-research-group .vrtx-title a,
.vrtx-resources .vevent .vrtx-title a,
.messageListing\.defaultListing .vrtx-resource .vrtx-title a.vrtx-title,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .vrtx-title a.vrtx-title,
.tagged-resources .vrtx-resource .vrtx-title a,
.collectionListing\.searchComponent .vrtx-resource .vrtx-title a,
.collectionListing\.searchComponent2 .vrtx-resource .vrtx-title a {
  color: #2b2b2b;
  font-size: 18px !important;
  font-size: 1.38em !important;
  font-weight: normal !important;
  padding-bottom: 0;
  line-height: 23px;
  line-height: 1.35em;
}

.vrtx-resource a.vrtx-title:focus,
.vrtx-resource a.vrtx-title:hover {
  color: #2b2b2b !important;
  text-decoration: underline !important;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-number-of-comments-add-event-container,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-number-of-comments-add-event-container {
  font-size: 12px;
  border-left: 0;
  font-size: 0.92em;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-number-of-comments-add-event-container a,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-number-of-comments-add-event-container a {
  color: #838383;
}

.articleListing\.searchComponent .vrtx-default-article .description,
.articleListing\.searchComponent .vrtx-featured-article .description,
.projectListing\.defaultListing .vrtx-project .description,
.researchGroupListing\.defaultListing .vrtx-research-group .description,
.vevent .description,
.messageListing\.defaultListing .vrtx-resource .introduction,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .introduction,
.tagged-resources .vrtx-resource .introduction,
.collectionListing\.searchComponent .vrtx-resource .description,
.collectionListing\.searchComponent2 .vrtx-resource .description {
  padding-top: 10px !important;
}

.collectionListing\.searchComponent .vrtx-resource .lastModified,
.collectionListing\.searchComponent2 .vrtx-resource .lastModified,
.messageListing\.defaultListing .vrtx-resource .published-date,
.messageListing\.localRepoLookupSearchComponent .vrtx-resource .published-date,
.tagged-resources .vrtx-resource .publish-date,
.articleListing\.searchComponent .vrtx-default-article .published-date,
.articleListing\.searchComponent .vrtx-featured-article .published-date {
  font-size: 0.92em;
  display: inline;
}

.articleListing\.searchComponent .vrtx-default-article .vrtx-read-more,
.articleListing\.searchComponent .vrtx-featured-article .vrtx-read-more,
.projectListing\.defaultListing .vrtx-project .vrtx-read-more,
.tagged-resources .vrtx-resource .vrtx-read-more,
.researchGroupListing\.defaultListing .vrtx-research-group .vrtx-read-more,
.vevent .vrtx-read-more {
  display: block;
  font-weight: bold;
  padding-top: 4px;
  margin: 0 !important;
}

.vrtx-event-component .vrtx-image,
.vrtx-event-component .vrtx-image img,
.vrtx-daily-events-listing .vrtx-resource .vrtx-image,
.vrtx-daily-events-listing .vrtx-resource .vrtx-image img,
.vrtx-resources .vrtx-resource .vrtx-image,
.vrtx-resources .vrtx-resource .vrtx-image img {
  max-width: 170px !important;
  width: auto !important;
}

#vrtx-message-listing .vrtx-message-listing-locked,
#vrtx-message-listing .vrtx-message-listing-edit {
  margin: 0 0 0 5px;
}

#vrtx-message-listing #vrtx-message-listing-create {
  font-size: 0.813em;
  font-family: Arial, sans-serif;
}

#vrtx-message-listing p > a#vrtx-message-listing-create {
  display: inline-block;
  margin: -5px 0 10px;
  font-size: 1em;
}

/* 2 column view */

#articleListing\.searchComponent.vrtx-two-columns .vrtx-image,
#articleListing\.searchComponent.vrtx-two-columns .vrtx-image img {
  max-width: 90px !important;
  width: auto !important;
}

#articleListing\.searchComponent.vrtx-two-columns.vrtx-resource-prioritize-first #vrtx-result-1 {
  clear: left;
  float: left;
  width: 100% !important;
}

#articleListing\.searchComponent.vrtx-resource-prioritize-first #vrtx-result-1 .vrtx-image,
#articleListing\.searchComponent.vrtx-resource-prioritize-first #vrtx-result-1 .vrtx-image img {
  max-width: none !important;
}

#articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 335px;
  padding-right: 20px;
}

#vrtx-main-content #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 222px;
}

#total-main #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 439px;
}

#total-main #vrtx-main-content #articleListing\.searchComponent.vrtx-two-columns .vrtx-resource {
  width: 284px;
}

#articleListing\.searchComponent .vrtx-featured-article-left,
#articleListing\.searchComponent .vrtx-default-article-left {
  float: left;
}

#articleListing\.searchComponent .vrtx-featured-article-right,
#articleListing\.searchComponent .vrtx-default-article-right {
  clear: none;
  float: right;
}

/* ^ 2 column view */

/* Regular collection with ispcons */

#collectionListing\.searchComponent .vrtx-resource {
  position: relative;
}

.vrtx-collection-listing-table .vrtx-resource-open-webdav,
#collectionListing\.searchComponent .vrtx-resource-open-webdav {
  color: #3d9a01;
  font-weight: bold !important;
  display: none;
}

.vrtx-collection-listing-table .vrtx-resource-locked-webdav,
#collectionListing\.searchComponent .vrtx-resource-locked-webdav {
  display: none;
}

#collectionListing\.searchComponent .vrtx-resource-locked-webdav,
#collectionListing\.searchComponent .vrtx-resource-open-webdav {
  top: 2px;
  position: absolute;
  font-size: 1.154em !important;
}

#collectionListing\.searchComponent .vrtx-resource-locked-webdav a {
  font-size: 1em !important;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-big.png) no-repeat top left;
  display: block;
  width: 36px;
  height: 55px;
  float: left;
  margin-right: 15px;
}

#collectionListing\.searchComponent .vrtx-resource-icon .introduction {
  margin-left: 51px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.binary {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-binary-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.dmg {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-dmg-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.zip {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-zip-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.jar {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-jar-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.doc {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-doc-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.pdf {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-pdf-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.xls {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-xls-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.text {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-txt-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.ppt {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-ppt-big.png) no-repeat top left;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.image {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-image-big.png) no-repeat 2px 7px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.audio {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-audio-big.png) no-repeat 7px 7px;
}

#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.video,
#collectionListing\.searchComponent .vrtx-resource .vrtx-icon.videoref {
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/file-video-big.png) no-repeat 0px 5px;
}

/* ^ Regular collection with icons */


/* Regular collection component */

#uiodoc .vrtx-collection-listing-component a {
  text-decoration: none;
}

#uiodoc .vrtx-collection-listing-component a:focus,
#uiodoc .vrtx-collection-listing-component a:hover {
  text-decoration: underline;
}

.vrtx-collection-listing-component {
  text-align: right;
}

.vrtx-collection-listing-component table,
.vrtx-collection-listing-component h3 {
  text-align: left;
}

.vrtx-collection-listing-component h3 {
  margin-bottom: -5px !important;
}

.vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  margin-top: 0px;
}

#vrtx-main-content .vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  font-size: 1.38em;
  line-height: 1.33em;
}

#vrtx-additional-content .vrtx-frontpage-box.vrtx-header-false .vrtx-collection-listing-component h3 {
  font-size: 1.23em;
  line-height: 1.2em;
}

.vrtx-collection-listing-component table {
  border: none !important;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.vrtx-collection-listing-table-compact td.vrtx-collection-listing-title span {
  display: block;
  padding-left: 30px;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-title {
  width: 40%;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-modified-by {
  width: 30%;
}

.vrtx-collection-listing-component th.vrtx-collection-listing-last-modified {
  width: 25%;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-title {
  padding-right: 10px;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified-by,
.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified {
  padding-left: 0px;
}

.vrtx-collection-listing-component td.vrtx-collection-listing-last-modified-by a {
  color: #2b2b2b;
}

.vrtx-collection-listing-component table tr td {
  border: none;
  overflow: hidden;
  word-wrap: break-word;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;  
}

.vrtx-collection-listing-component table tr td.first-col {
  border-left: 1px solid transparent;
}

.vrtx-collection-listing-component table tr td.last-col {
  border-right: 1px solid transparent;
}

.vrtx-collection-listing-component table tr.even td {
  border-color: #f0f0f0;  
  background-color: #f9f9f9; 
}

.vrtx-collection-listing-component table tr:hover td,
.vrtx-collection-listing-component table tr:focus td {
  background-color: #ecf3f9;
  border-color: #c7dadf;
}

.vrtx-collection-listing-component table tr th {
  background: transparent;
  border: none !important;
  white-space: nowrap;
  padding-left: 0px;
  padding-right: 15px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.vrtx-collection-listing-component a.vrtx-icon.video,
.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;
}

/* ^ Regular collection component */

/* Alphabetical project / research group listing */

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing {
  margin: 0;
  
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li {
  padding-left: 0px;
  background: none;
  font-size: 1.38em;
  font-weight: bold;
  line-height: 1.31em;
  margin-bottom: 25px;
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li ul,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li ul,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li ul {
  margin: 5px 0 0 0;
}

#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-project-listing li ul li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-research-group-listing li ul li,
#uiodoc-wrapper #uiodoc #main ul.vrtx-alphabetical-master-listing li ul li {
  font-size: 0.72em;
  font-weight: normal;
  margin-bottom: 5px;
}

/* ^ Alphabetical project / research group listing */

/* ^ 16. Project-, article- and eventlisting */


/* 
 * 17. Special for eventlisting 
 *
 */

#vrtx-main-content .vrtx-event-component h2,
#vrtx-main-content .vrtx-messages div.vrtx-title,
.eventListing\.upcomingEventsSearchComponent h2,
.eventListing\.ongoingEvents h2,
.eventListing\.previousEventsSearchComponent h2,
.structured\.eventListing\.upcomingEventsSearchComponent h2,
.structured\.eventListing\.ongoingEvents h2,
.structured\.eventListing\.previousEventsSearchComponent h2 {
  margin: 0 0 10px;
}

#vrtx-main-content .vrtx-event-component-misc,
#vrtx-main-content .vrtx-messages .introduction, 
.eventListing\.upcomingEventsSearchComponent .vevent div.time-and-place,
.eventListing\.ongoingEvents .vevent div.time-and-place,
.eventListing\.previousEventsSearchComponent .vevent div.time-and-place,
.structured\.eventListing\.upcomingEventsSearchComponent .vevent div.time-and-place,
.structured\.eventListing\.ongoingEvents .vevent div.time-and-place,
.structured\.eventListing\.previousEventsSearchComponent .vevent div.time-and-place {
  padding-top: 5px;
  margin: 0;
}

.vevent .description {
  padding-top: 5px !important;
}

.vrtx-event-component { 
  clear: left;
  margin-bottom: 20px;
  overflow: hidden; /* Contain floats fix */
}

.vrtx-event-component-picture img {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.vrtx-event-component-main {
  text-align: left;
}

.vrtx-event-component-item .vrtx-daily-events-date {
  margin-right: 13px;
  margin-bottom: 13px;
}

#vrtx-main-content .vrtx-event-component h2 a,
#vrtx-main-content .vrtx-messages div.vrtx-title a {
  color: #2b2b2b !important;
}

#vrtx-main-content .vrtx-event-component-misc,
#vrtx-main-content .vrtx-messages div.published-date,
.vevent div.time-and-place {
  font-size: 0.92em;
}

.vevent div.time-and-place .time-and-place {
  display: inline;
}

.vrtx-event-component .vrtx-number-of-comments-add-event-container,
.articleListing\.searchComponent .vrtx-number-of-comments-add-event-container,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-add-calendar-divider.png) no-repeat scroll 0 50%;
  display: inline;
  margin-left: 5px;
  overflow:hidden;
  padding-left: 10px;
  border-left: 0;
}

.vrtx-event-component .vrtx-add-event,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event {
  white-space: nowrap;
  vertical-align: 0;
}

.vrtx-event-component .vrtx-add-event a.vrtx-ical,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical {
  color: #838383;
}

.vrtx-event-component .vrtx-add-event a.vrtx-ical-help,
.vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 90% 0;
  padding: 0 10px 2px;
}

#vrtx-main-content .vrtx-messages div.vrtx-read-more a {
  background: none;
  font-weight: normal;
}

/* Eventlisting w/ calendar */

#vrtx-calendar-listing .vrtx-resources .vrtx-last-event .vrtx-resource {
  padding-bottom: 0px;
  background: none;
}

#vrtx-event-listing #total-main #vrtx-calendar-listing #vrtx-main-content {
  width: 630px;
}

#vrtx-event-listing #vrtx-calendar-listing #vrtx-additional-content {
  border-bottom: none;
}

#vrtx-event-listing #vrtx-calendar-listing #vrtx-additional-content #vrtx-related-content {
  border-bottom: 1px solid #e4e4e4;
}

#vrtx-event-listing #total-main #vrtx-calendar-listing #vrtx-additional-content {
  width: 291px;
}

#vrtx-additional-content #vrtx-event-calendar {
  padding-bottom: 0px !important;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#main a.vrtx-ical-help:focus,
#vrtx-event-calendar .ui-datepicker-prev:focus,
#vrtx-event-calendar .ui-datepicker-next:focus {
  outline: 1px dotted #000 !important;
}

h2.vrtx-events-title,
h2.vrtx-events-further-upcoming,
h2.vrtx-events-specific-date {
  margin-bottom: 10px;
  margin-top: 0;
}

#vrtx-daily-events {
  background-color: #fff;
  padding: 0px 14px 0px 14px;
  border: 1px solid #e4e4e4;
  border-top: 0px;
  width: 507px;
  float: left;
  margin: 0 0 0 -15px;
}

#total-main #vrtx-daily-events {
  width: 630px
}

#vrtx-daily-events .vevent {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  width: 448px;
}

#total-main #vrtx-daily-events .vevent {
  width: 571px;
}

#vrtx-daily-events .vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help,
.vrtx-events-further-upcoming .vevent .time-and-place .vrtx-number-of-comments-add-event-container .vrtx-add-event a.vrtx-ical-help {
  background: transparent url(/vrtx/decorating/resources/dist/images/events-listing-calendar-help-icon.png) no-repeat scroll 90% 0
}

#vrtx-daily-events .vevent .vrtx-image {
  margin-right: 15px;
}

#vrtx-main-content .vrtx-event-component a.vrtx-event-component-title,
#vrtx-daily-events .vevent .vrtx-title a,
.vrtx-events-further-upcoming .vevent .vrtx-title a {
  color: #0B5A9D !important;
  font-size: 1.15em !important;
  font-weight: bold !important;
}

#vrtx-daily-events .vevent .vrtx-image {
  padding-right: 0px;
  padding-bottom: 0px;
}

.vrtx-daily-events-date {
  background: url(/vrtx/decorating/resources/dist/images/events-calendar-listing-day-block-bg.png) no-repeat top left;
  float: left;
  width: 40px;
  height: 44px;
  text-align: center;
  margin-right: 16px;
}

.vrtx-daily-events-date .vrtx-daily-events-date-day {
  color: #646464;
  display: block;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 5px;
  font-size: 1.15em;
}

.vrtx-daily-events-date .vrtx-daily-events-date-month {
  margin-top: -1px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  color: #fff;
}

.vrtx-daily-events-date .vrtx-daily-events-date-today {
  font-size: 0.92em;
  padding-top: 6px;
  padding-bottom: 4px;
}

.vrtx-daily-events-date .vrtx-daily-events-date-tomorrow {
  font-size: 0.77em;
  padding-left: 2px;
  line-height: 1em;
  padding-top: 2px;
}

body#vrtx-event-listing #right-main {
  padding-right: 13px !important;
}

#vrtx-event-listing div.vrtx-introduction {
  margin-bottom: 20px !important;
}

.vrtx-number-of-comments-add-event-container a.vrtx-number-of-comments {
  color: #838383 !important;
}

.vrtx-number-of-comments {
  font-size: 1em !important;
  vertical-align: 0 !important;
  padding-right: 0.5em !important;
}

.vrtx-events-calendar-introduction {
  float: left;
  width: 507px;
}

#total-main .vrtx-events-calendar-introduction {
  float: left;
  width: 630px;
}

#vrtx-event-listing .vrtx-events-calendar-introduction div.vrtx-introduction {
  background: none;
  margin-bottom: 10px !important;
  background: url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x -4px 100%;
}

div.vrtx-events-further-upcoming {
  background-color: #f8f8f8;
  padding: 20px 0 0 0;
  width: 537px;
  float: left;
  margin: 0 0 0 -15px;
}

#total-main div.vrtx-events-further-upcoming {
  width: 660px;
}

div.vrtx-events-further-upcoming h2 {
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  margin-bottom: 0px;
}

div.vrtx-events-further-upcoming .vrtx-resources {
  background-color: #fff;
  float: left;
  width: 507px;
  padding: 0 14px;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom: none;
}

#total-main div.vrtx-events-further-upcoming .vrtx-resources {
  width: 630px;
}

div.vrtx-events-further-upcoming .vevent {
  padding-bottom: 5px;
  background-image: none;
}

#vrtx-events-nav {
  width: 507px !important;
  background-color: #fff;
  padding: 20px 14px 15px 14px !important;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 0 1px;
  margin: -1px 0 0 -15px !important;
}

#total-main #vrtx-events-nav {
  width: 630px !important;
}

#vrtx-events-nav a#vrtx-events-nav-all-upcoming {
  font-size: 1.15em !important;
  font-weight: bold !important;
}

#vrtx-events-nav a#vrtx-events-nav-all-previous {
  font-weight: bold !important;
}

.vrtx-events-nav-top-border {
  border-top: 1px solid #ccc !important;
}

div.vrtx-events-further-upcoming .eventListing\.calendarEventSearch .vrtx-last-event .vevent {
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x bottom left;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.vrtx-calendar-listing .eventListing\.upcomingEventsSearchComponent, 
.vrtx-calendar-listing .eventListing\.ongoingEvents, 
.vrtx-calendar-listing .eventListing\.previousEventsSearchComponent, 
.vrtx-calendar-listing .structured\.eventListing\.upcomingEventsSearchComponent,
.vrtx-calendar-listing .structured\.eventListing\.ongoingEvents,
.vrtx-calendar-listing .structured\.eventListing\.previousEventsSearchComponent {
  width: 100% !important;
}

.vrtx-calendar-listing p.vrtx-events-no-planned {
  margin-bottom: 14px;
}

.vrtx-no-daily-events div.vrtx-events-further-upcoming {
  padding-top: 0px;
}

.vrtx-no-daily-events div.vrtx-events-further-upcoming h2 {
  border-top: 0px !important;
}

#vrtx-events-nav {
  border-top: 0px !important;
}

#vrtx-calendar-listing .vrtx-no-daily-events #vrtx-main-content .vrtx-paging-feed-wrapper {
  margin-top: 0;
}

/* ^ Eventlisting w/ calendar */

/* ^ 17. Special for event listing */


/* 
 * 18. Imagelisting 
 *
 */

body#vrtx-image-listing .vrtx-introduction {
  margin-bottom: 20px !important;
}

body#vrtx-image-listing h1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 35px !important;
}

.vrtx-image-entry {
  padding: 0px !important;
  margin: 0 18px 20px 0px !important;
}

#right-main .vrtx-image-entry.last-four,
#total-main .vrtx-image-entry.last-five {
  margin-right: 0 !important;
}

#right-main .vrtx-image-entry:nth-child(4n+1),
#total-main .vrtx-image-entry:nth-child(5n+1) {
  clear: left;
}

.vrtx-image-container,
.vrtx-image-container a {
  width: 147px !important;
  height: 97px !important; /* 4:3 format */
}

.vrtx-image-container {
  margin-bottom: 5px !important;
  overflow: visible !important;
  padding: 5px !important;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.vrtx-image-container a {
  overflow: hidden !important;
  display: block;
}

/* Center thumbnail in container */
.csstransforms .vrtx-image-entry a {
  position: relative;
}

.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%);
}

/*
.csstransforms .vrtx-image-entry a img.portrait {
  width: 100%;
  height: auto;
}
*/

.vrtx-image-entry .vrtx-image-info {
  margin: 0 0 0 5px;
  width: 147px;
}

#vrtx-audio-video-listing .vrtx-image-entry {
  position: relative;
}

#vrtx-audio-video-listing .vrtx-image-entry .vrtx-image-info .duration {
  position: absolute;
  top: 84px;
  left: 5px;
  text-align: right;
  padding: 1px 5px;
  background: #fff;
  width: 138px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #000;
}

.vrtx-image-container img {
  max-height: 97px !important;
}

.vrtx-image-table {
  padding-bottom: 0px !important;
}

.vrtx-image-info .vrtx-image-title {
  font-size: 1em;
  font-weight: bold;
}

.vrtx-image-info .vrtx-image-title a {
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 147px;
  display: inline-block;
}

.vrtx-image-info .lastModified,
.vrtx-image-creation-time {
  font-size: 0.9em;
  color: #000;
  padding-top: 1px !important;
}

.vrtx-image-table table {
  width: 730px;
  margin-bottom: 5px;
}

#total-main .vrtx-image-table table {
  width: 940px;
}

.vrtx-image-table .vrtx-table-image {
  padding: 10px !important;
}

.vrtx-image-table .vrtx-table-title,
.vrtx-image-table th {
  font-weight: bold;
}

.vrtx-image-table th#vrtx-table-creation-time,
.vrtx-image-table td.vrtx-table-creation-time {
  white-space: nowrap;
}

#vrtx-image-listing .vrtx-image-listing-container{
  background: transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x bottom left;
  margin: 0px -10px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.vrtx-image-description {
  padding-top: 5px !important;
}

/* Gallery-mode and include gallery */

.vrtx-image-listing-include {
  width: 100% !important;
  border: none !important;
  padding: 5px 0 10px !important;
}

#vrtx-image-listing .vrtx-image-listing-include {
  margin-bottom: 0;
  padding-bottom: 5px !important;
}

.vrtx-image-listing-include ul {
  margin: 0 auto !important;
  overflow: hidden; /* give layout when floated elms inside */
}

.vrtx-image-listing-include ul li {
  padding: 5px !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: none !important;
}

.vrtx-image-listing-include ul img {
  float: none;
  max-width: none;
}

a.toggle-fullscreen.minimized {
  margin-top: -1px;
}

#total-main .vrtx-hide-additional-content-false .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four,
#right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 0px;
}

#right-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 10px;
}

#right-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-five {
  margin-right: 0px;
}

#vrtx-image-listing #right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-four {
  margin-right: 10px;
}

#vrtx-image-listing #right-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-five {
  margin-right: 0px;
}

#main #total-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs,
#vrtx-image-listing #main #total-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 764px !important;
}

#total-main .vrtx-hide-additional-content-true .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-six,
#vrtx-image-listing #total-main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs li.vrtx-thumb-last-six {
  margin-right: 0px;
}

html.fullscreen-gallery,
html.fullscreen-gallery body.fullwidth,
html.fullscreen-gallery .vrtx-image-listing-include,
html.fullscreen-gallery .fullwidth,
html.fullscreen-gallery #outer-wrapper #inner-wrapper .fullwidth,
html.fullscreen-gallery .fullwidth #main #total-main,
html.fullscreen-gallery .fullwidth #main #vrtx-main-content {
  background: #000 !important;
  width: 100% !important;
}

html.fullscreen-gallery .vrtx-image-listing-include-container-description {
  color: #fff;
  line-height: 1.33;
}

html.fullscreen-gallery a.toggle-fullscreen {
  color: #fff;
  font-weight: bold;
  font-size: 0.82em;
  padding: 15px 40px 8px 0;
  background: url(/vrtx/__vrtx/static-resources/themes/default/images/minimize-big-black-bg.png) no-repeat center right;
}

.vrtx-image-gallery, 
.vrtx-paging-feed-wrapper {
  font-family: inherit !important;
  font-size: 100% !important;
  line-height: 1.31em !important;
}

/* TMP 3.9 */
#vrtx-calendar-listing > .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 507px;
}

#vrtx-calendar-listing #vrtx-main-content .vrtx-paging-feed-wrapper {
  border-top: none;
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted.gif") repeat-x 0 0;
  padding: 14px 0;
}

#total-main #vrtx-calendar-listing .vrtx-paging-feed-wrapper {
  width: 630px;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description {
  margin-bottom: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description p {
  display: inline !important;
  font-size: 1em;
}

#main .vrtx-image-listing-include .vrtx-image-listing-include-container-description p * {
  display: inline !important;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description p.vrtx-image-listing-include-container-title {
  font-weight: bold;
}

.vrtx-image-listing-include .vrtx-image-listing-include-container-description p.vrtx-image-listing-include-container-title:after {
  content: ". ";
  display: inline;
}

#main .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 635px !important;
  margin-top: 30px !important;
  padding-top: 20px !important;
  background: transparent url(/vrtx/decorating/resources/dist/images/line-dotted-grey-white-bg.png) repeat-x top left;
}

#main .vrtx-hide-additional-content-false .vrtx-image-listing-include ul.vrtx-image-listing-include-thumbs {
  width: 507px !important;
}

.vrtx-image-listing-include-title {
  display: none !important;
}

/* ^ Gallery-mode and include gallery */

/* ^ 18. Imagelisting  */


/*
 * 19. Bloglisting
 *
 */

body#vrtx-blog-listing #right-main,
body#vrtx-blog-listing #total-main {
  border: none;
  background: none;
  padding: 0;
}

/* NEW */

body#vrtx-blog-listing #vrtx-additional-content {
  border-bottom: none !important;
}

body#vrtx-blog-listing #vrtx-content {
  padding: 16px;
}

body#vrtx-blog-listing #vrtx-content h1 {
  margin-left: 0;
}

body#vrtx-blog-listing #vrtx-additional-content ul.vrtx-tag-cloud {
  margin: 0 0 20px 0;
  border: 1px solid #e4e4e4;
  border-top: none;
}

/* ^ NEW */

body#vrtx-blog-listing #right-main {
  width: 760px;
}

body#vrtx-blog-listing div.main-article-listing { 
  float: left;
  width: 660px;
}

body#vrtx-blog-listing div.main-article-listing { 
  margin-left: 0px;
  width: 630px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

body#vrtx-blog-listing .container {
  width: 970px;
}

body#vrtx-blog-listing #right-main .container {
  width: 760px;
}

body#vrtx-blog-listing #right-main div.main-article-listing {
  width: 507px;
}

body#vrtx-blog-listing .additional-information {
  float: left;
  margin-left: 20px;
  width: 290px;
}

body#vrtx-blog-listing #right-main .additional-information {
  width: 203px;
  height: 1%;
  margin-right: -1px;
}

body#vrtx-blog-listing .vrtx-resources {
  width: 630px;
}

body#vrtx-blog-listing #right-main .vrtx-resources {
  width: 507px;
}

body#vrtx-blog-listing .vrtx-resources .vrtx-resource {
  width: 100%;
}

body#vrtx-blog-listing #vrtx-additional-content h3,
body#vrtx-blog-listing .additional-information h3 {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background: #fff;
  padding: 10px 14px 5px 14px;
  margin: 0px;
}

body#vrtx-person-listing .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 730px;
}

body#vrtx-person-listing #total-main .vrtx-paging-feed-wrapper {
  width: 910px;
}

body#vrtx-blog-listing .container .vrtx-paging-feed-wrapper {
  margin: 10px 15px 0 15px;
  width: 507px;
}

body#vrtx-blog-listing #total-main .container .vrtx-paging-feed-wrapper {
  width: 630px;
}

ul.vrtx-tag-cloud {
  border: 1px solid #e4e4e4;
  border-top: none;
  background: #fff;
  padding: 0px 14px 14px 14px;
  margin: 0 0 20px 0;
}

ul.vrtx-tag-cloud li { 
  display: inline;
  margin-right: 5px;
  padding-left: 0px;
  background: none;
}

.vrtx-tag-cloud .tag-magnitude-5 { 
  font-size: 1.3em;
  line-height: 1.25em;
}

.vrtx-tag-cloud .tag-magnitude-4 { 
  font-size: 1.2em;
  line-height: 1.2em;
}

.vrtx-tag-cloud .tag-magnitude-3 { 
  font-size: 1em;
}

.vrtx-tag-cloud .tag-magnitude-2 { 
  font-size: 0.9em;
  line-height: 1.30em;
}

.vrtx-tag-cloud .tag-magnitude-1 { 
  font-size: 0.8em;
  line-height: 1.25em;
}


body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments {
  background: #fff;
  font-size: 0.92em;
  padding: 10px 14px 14px 14px;
  border: 1px solid #e4e4e4;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul {
  margin-left: 0px;
  margin-top: 10px;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li {
  padding-left: 0px;
  background: none;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li ul,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li ul {
  margin: 8px 0 15px 24px;  
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments ul li ul li,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments ul li ul li {
  list-style-type: disc;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments a.more-url,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments a.more-url {
  display: inline-block;
  text-align: right;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments a.comments-title,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments a.comments-title {
  font-size: 1.38em;
  color: #2b2b2b;
  font-size: 1.33em;
  font-weight: bold;
  cursor: pointer;
}

body#vrtx-blog-listing #vrtx-additional-content .vrtx-recent-comments .published-date,
body#vrtx-blog-listing .additional-information .vrtx-recent-comments .published-date {
  font-size: 0.92em;
  color: #777777;
  display: block;
}

/* ^ 19. Bloglisting */


/* 20. Masterlisting */

#vrtx-master-listing th {
  background-color: #eee !important;
  border: 1px solid #dbd8d6  !important;
  text-align: left;
  white-space: nowrap;
}

#vrtx-master-listing td {
  background-color: #fff  !important;
  border: 1px solid #dbd8d6  !important;
  vertical-align: top !important;
}

#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-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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#vrtx-master-listing .vrtx-table-supervisors ul li,
#vrtx-master-listing .vrtx-table-students ul li,
#vrtx-master-listing .vrtx-table-persons ul li {
  background: none;
  display: inline;
}

#vrtx-master-listing #vrtx-table-creation-time,
#vrtx-master-listing #vrtx-table-scope {
  width: 1%;
}

#vrtx-master-listing .vrtx-table-creation-time,
#vrtx-master-listing .vrtx-table-scope  {
  white-space: nowrap;
}

#vrtx-listing-completed-ongoing {
  margin: 10px 0;
  float: left;
  width: 100%;
  clear: both;
}

/*  ^ 20. Masterlisting */


/*
 * 21. Search
 *
 */

.searchform input {
  color: #505050;
  font-size: 90% !important;
}

.searchform input.selected {
  color: #2B2B2B;
  font-size: 100% !important;
}

.vrtx-search-results-container {
  clear: left;
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 940px;
}

#right-main .vrtx-search-results-container {
  width: 700px;
}

.vrtx-search-quick-links .vrtx-search-quick-link h2,
.vrtx-search-results-container div.vrtx-search-results .result h2 {
  margin: 0;
  font-size: 130%;
}

.vrtx-search-quick-links .vrtx-search-quick-link h2 a,
.vrtx-search-results-container div.vrtx-search-results .result h2 a {
  color: #0b5a9d;
}

.vrtx-search-quick-links div.vrtx-search-quick-link,
.vrtx-search-results-container div.vrtx-search-results {
  padding-bottom: 15px;
}

.vrtx-search-quick-links div.vrtx-search-quick-link.last,
.vrtx-search-results-container div.vrtx-search-results.last {
  padding-bottom: 0px;
}

.vrtx-search-quick-links .footer,
.vrtx-search-results-container div.vrtx-search-results .result .footer {
  color: #777;
  font-size: 90%;
}

.pre-results {
  display: none !important;
}

.vrtx-search-scope {
  float: left;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

.vrtx-search-scope 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;
}

body#vrtx-tagview div.vrtx-tags-scope-up.vrtx-has-tags-scope {
  display: none;
}

#vrtx-content.vrtx-has-search-scope #vrtx-main-content > ul.vrtx-search-scope {
  border-top: 1px solid #e4e4e4; 
  background: #f8f8f8;
  margin: 10px -15px -15px -15px !important;
  padding: 17px 15px 5px 15px !important;
  width: 100%;
}

.vrtx-search-login {
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  display: none;
}

#vrtx-show-advanced-search {
  font-weight: bold;
  font-size: 0.867em;
}

/* Top UiO result */

.vrtx-topuioresult .result {
  background-color: #e8e8e8 !important;
  border: 1px solid #e4e4e4;
  padding: 14px 14px 28px 14px;
  margin: 0;
}

.vrtx-topuioresult {
  width: 730px;
  display: block;
  margin: 0 -15px 13px -15px;
  padding: 12px 0;
  clear: both;
  float: left;
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#right-main .vrtx-topuioresult {
  width: 520px;
}

.vrtx-topuioresult .result > .url {
  font-weight: bold;
  color: #666;
}

#uiodoc #main .vrtx-topuioresult .footer {
  background: transparent !important;
}

.vrtx-topuioresult .vrtx-search-scope {
  float: right;
  margin: 0 !important;
  padding: 0;
}

.vrtx-topuioresult .vrtx-search-scope li {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0.923em;
}

.vrtx-topuioresult .vrtx-search-scope li a {
  color: #2b2b2b;
  font-weight: bold;
}

/* ^ Top UiO result */

/* Personsearch */

#vrtx-unitsearch .vrtx-unit-search-result-container,
#vrtx-personsearch .vrtx-person-search-hits,
#vrtx-personsearch .vrtx-person-search-no-hits {
  margin-top: 15px;
}

#vrtx-personsearch #right-main h2,
#vrtx-personsearch #total-main h2 {
  margin-top: 0px;
}

/* ^ Personsearch */

/* Fulltext search with facets */

body#vrtx-searchview #total-main form {
  margin: 0;
}

body#vrtx-searchview #total-main,
body#vrtx-personsearch #total-main,
body#vrtx-unitsearch #total-main {
  background: none;
  border: none;
  padding: 0;
  width: 970px;
}

body#vrtx-searchview #vrtx-main-content,
body#vrtx-personsearch #vrtx-main-content,
body#vrtx-unitsearch #vrtx-main-content {
  width: 700px;
  padding: 14px;
  border: 1px solid #e4e4e4;
}

body#vrtx-searchview #vrtx-main-content .vrtx-search-results-container {
  width: 700px;
}

body#vrtx-searchview #vrtx-additional-content,
body#vrtx-personsearch #vrtx-additional-content,
body#vrtx-unitsearch #vrtx-additional-content {
  width: 221px;
  margin-right: -1px;
}

/* right-main */

body#vrtx-personsearch #right-main #vrtx-main-content,
body#vrtx-unitsearch #right-main #vrtx-main-content,
body#vrtx-searchview #right-main #vrtx-main-content {
  width: 490px;
}

body#vrtx-searchview #right-main #vrtx-main-content .vrtx-search-results-container {
  width: 490px;
}

/* ^ right-main */

#vrtx-search-did-you-mean {
  margin: 10px 0 0 0;
  font-size: 1.154em;
  display: block;
  clear: left;
}

#vrtx-search-did-you-mean a {
  font-style: italic;
}

.vrtx-search-open-facets-box {
  margin: 7px 6px;
  padding: 0;
  clear: left;
}

.vrtx-search-open-facets-box ul,
.vrtx-search-open-facets-box li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: inline;
}

.vrtx-search-open-facets-box li a {
  display: inline-block;
  padding: 3px 6px 2px 21px;
  background: transparent url("/vrtx/__vrtx/static-resources/themes/default/images/list-remove-red.png") no-repeat 5px 4px;
  color: #2b2b2b;
  border: 1px solid #fff;
  line-height: 1;
  margin-bottom: 2px;
}

.vrtx-search-open-facets-box li a:hover,
.vrtx-search-open-facets-box li a:focus {
  background: #ededed url("/vrtx/__vrtx/static-resources/themes/default/images/list-remove-red.png") no-repeat 5px 4px;
  text-decoration: none !important;
  border-color: #e4e4e4;
}

.vrtx-search-quick-links {
  margin-bottom: 10px;
}

.vrtx-search-main-links-box li,
.vrtx-search-facets-box .vrtx-search-facets li {
  background: none;
  padding-left: 0px;
}

.vrtx-search-main-links-box ul,
.vrtx-search-main-links-box ul li {
  margin: 0;
}

.vrtx-search-main-links-box li.last {
  margin-bottom: 0px;
}

.vrtx-search-main-links-box a,
.vrtx-search-main-links-box span {
  font-size: 1.31em;
  display: block;
  margin: 0 -15px 0 -16px;
  padding: 11px 14px 11px 45px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.vrtx-search-facets-box span,
.vrtx-search-main-links-box span {
  font-weight: bold;
}

.vrtx-search-main-links-box a:hover,
.vrtx-search-main-links-box a:focus {
  background: #d5eaf9;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #bdd0de;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a,
.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio.gif);
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold a:focus {
  background-position: 11px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok a,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-person.gif);
  background-repeat: no-repeat;
  background-position: 14px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok a:focus {
  background-position: 10px 9px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-person-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit.gif);
  background-repeat: no-repeat;
  background-position: 14px 11px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok a:focus {
  background-position: 11px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a, .vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon.gif");
    background-position: 14px 8px;
    background-repeat: no-repeat;
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok a:focus {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon-hover.png");
    background-position: 14px 7px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span {
    background-image: url("/vrtx/decorating/resources/dist/images/biblioteksok-ikon-aktiv.gif");
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne a,
.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-course.gif);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne a:hover,
.vrtx-search-main-links-box #vrtx-search-main-link-emne a:focus {
  background-position: 13px 8px;
  background-image: url(/vrtx/decorating/resources/dist/images/search-course-blue.png);
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span,
.vrtx-search-main-links-box #vrtx-search-main-link-personsok span,
.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span,
.vrtx-search-main-links-box #vrtx-search-main-link-biblioteksok span,
.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.vrtx-search-main-links-box #vrtx-search-main-link-altinnhold span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-uio-selected.png);
  background-position: 20px 9px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-personsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-person-selected.png);
  background-position: 14px 9px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-enhetsok span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-unit-selected.png);
  background-position: 14px 10px;
}

.vrtx-search-main-links-box #vrtx-search-main-link-emne span {
  background-image: url(/vrtx/decorating/resources/dist/images/search-course-selected.png);
  background-position: 14px 11px;
}

#vrtx-additional-content .vrtx-search-facets-box {
  border-top: none;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
}

#vrtx-additional-content .vrtx-search-facets-box ul.vrtx-search-facets {
  margin: 0 -14px 11px -14px;
  padding: 0 0 11px 0;
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left;
}

#vrtx-additional-content .vrtx-search-facets-box ul.vrtx-search-facets.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: none;
}

.vrtx-search-facets-box ul.vrtx-search-facets li {
  margin: 0;
}

.vrtx-search-facets-box ul.vrtx-search-facets li a,
.vrtx-search-facets-box ul.vrtx-search-facets li span {
  padding: 5px 14px;
  display: block;
  font-size: 1.077em;
}

.vrtx-search-facets-box ul.vrtx-search-facets span.vrtx-search-facets-selected {
  color: #2b2b2b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f1f1f1;
}

.vrtx-search-facets-box ul.vrtx-search-facets span.vrtx-search-facets-default {
  background-color: #fff;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ^ Fulltext search with facets */

/* ^ 21. Search */


/*
 * 22. Clearing
 *
 */

.vevent .vrtx-read-more:after,
#vrtx-main-content-1 .vrtx-box-content:after,
#vrtx-person-contact-info-wrapper:after,
.vrtx-frontpage-box .vrtx-featured-item-1:after,
.vrtx-frontpage-box .vrtx-feed:after,
.vrtx-frontpage-box .vrtx-recent-comments:after,
.white-box .vrtx-box-content:after,
#vrtx-main-content-1:after,
#bottom-menu .vrtx-subfolder-menu div:after,
#globalnav ul:after,
#vrtx-additional-content #vrtx-related-content:after,
#logos h2:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* ^ 22. Clearing */

/* 23. Misc. */

/* Surveys */

.ui-dialog img {
  margin: 0;
}

.ui-dialog .survey-logo-wrapper {
  height: 32px;
  overflow: hidden;
  margin-bottom: 20px;
}

.ui-dialog .survey-logo-seal {
  height: auto;
  padding-bottom: 1px;
}

.ui-dialog .survey-logo-seal img {
  max-width: 100%;
}

.ui-dialog img.survey-faculty {
  width: 450px;
}

.ui-dialog.ui-dialog-minimal {
  padding: 10px;
}

.ui-dialog.ui-dialog-minimal .ui-dialog-content {
  padding: 15px 10px;
}

.ui-dialog.ui-dialog-minimal-closable .ui-dialog-content {
  padding-top: 0;
  margin-top: -10px;
}

.ui-dialog.ui-dialog-minimal .ui-dialog-titlebar,
.ui-dialog.ui-dialog-minimal.ui-dialog-minimal-closable .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}

.ui-dialog.ui-dialog-minimal.ui-dialog-minimal-closable .ui-dialog-titlebar {
  display: block;
  background: none;
  padding: 0;
  height: 24px;
  position: relative;
  z-index: 1;
}

.ui-dialog .ask-again-later-wrapper {
  background-color: #ffffbf;
  margin: 15px -10px 0px;
  padding: 5px 10px;
}

body .ui-dialog.ui-dialog-minimal .vrtx-button {
  margin: 15px 20px 0 0;
}

body .ui-dialog.ui-dialog-minimal .ask-again-later-wrapper .vrtx-button {
  margin: 0 0 0 10px;
}

.ui-dialog .show-privacy a {
  color: #0b5a9d;
}

.ui-dialog .privacy {
  display: none;
}

/* ^ Surveys */

/* Accordions */

#main .accordion-wrapper {
  margin: 10px 0 15px 0;
}

#main h2 + .accordion-wrapper,
#main h3 + .accordion-wrapper,
#main h4 + .accordion-wrapper {
  margin: -5px 0 15px 0;
}

#main .accordion-content,
#main h2.accordion,
#main h3.accordion,
#main h4.accordion,
#main li.accordion {
  border: none;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;  
  border-radius: 0;
}

#main h2.accordion,
#main h3.accordion,
#main h4.accordion,
#main li.accordion {
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  background: #fff url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left !important;
  padding: 0.5em 26px;
  margin: 2px 0 0 0;
  color: #0B5A9D;
}

#main h2.accordion.ui-state-focus,
#main h3.accordion.ui-state-focus,
#main h4.accordion.ui-state-focus,
#main li.accordion.ui-state-focus,
#main h2.accordion.ui-state-hover,
#main h3.accordion.ui-state-hover,
#main h4.accordion.ui-state-hover,
#main li.accordion.ui-state-hover {
  text-decoration: underline;
}

#main h2.ui-accordion-header .ui-accordion-header-icon,
#main h3.ui-accordion-header .ui-accordion-header-icon,
#main h4.ui-accordion-header .ui-accordion-header-icon,
#main li.ui-accordion-header .ui-accordion-header-icon {
  background: url(/vrtx/decorating/resources/dist/images/accordion-collapsed.png) no-repeat center center;
  left: 0;
  width: 12px;
}

#main h2.accordion.ui-corner-top,
#main h3.accordion.ui-corner-top,
#main h4.accordion.ui-corner-top,
#main li.accordion.ui-corner-top {
  background: none !important;
}

#main h2.accordion.ui-corner-top .ui-accordion-header-icon,
#main h3.accordion.ui-corner-top .ui-accordion-header-icon,
#main h4.accordion.ui-corner-top .ui-accordion-header-icon,
#main li.accordion.ui-corner-top .ui-accordion-header-icon {
  background-image: url(/vrtx/decorating/resources/dist/images/accordion-expanded.png);
  width: 16px;
}

#main li.accordion,
#main h3.accordion {
  font-size: 1.23em;
  line-height: 1.29em;
}

#main h4.accordion {
  font-size: 1em;
  line-height: 1.29em;
}

#main .accordion-content {
  padding: 0 26px;
}

#main .accordion-content a {
  color: #0B5A9D;
}

/* ^ Accordions */

div.tagged-resources {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

#vrtx-main-content #site-map .vrtx-subfolder-menu ul {
  float: none;
  margin-left: 10px;
  margin-top: 5px;
  padding: 0;
  width: auto;
}

/* Scope up */

body#vrtx-tagview div.vrtx-tags-scope-up {
  padding-bottom: 0;
  margin-right: 10px;
  margin-top: 10px;
  width: 100%;
  float: left;
}

body#vrtx-tagview div.vrtx-tags-scope-up ul {
  margin: 0 !important;
  padding: 0 !important;
}

body#vrtx-tagview div.vrtx-tags-scope-up 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;
}

/* ^ Scope up */

/* Comma separated subfolder menu */

.vrtx-subfolder-menu.comma-separated ul,
.vrtx-subfolder-menu.comma-separated ul li {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  background: none !important;
}

.vrtx-subfolder-menu.comma-separated ul li {
  font-size: 1.38em !important;
  font-weight: bold !important;
  padding-bottom: 10px !important;
  float: left;
  clear: both;
  width: 100%;
}

.vrtx-subfolder-menu.comma-separated ul li a {
  text-decoration: none !important;
  /* Don't set on <li> as it affects seperators in :after */
  line-height: 1.33em !important;
}

.vrtx-subfolder-menu.comma-separated ul li a:hover,
.vrtx-subfolder-menu.comma-separated ul li a:focus {
  text-decoration: underline !important;
}

.vrtx-subfolder-menu.comma-separated ul li ul {
  margin-top: 8px !important;
}

.vrtx-subfolder-menu.comma-separated ul li ul li {
  font-size: 0.72em !important;
  font-weight: normal !important;
  padding-bottom: 0px !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
  display: inline !important;
  margin-bottom: 0px !important;
}

.vrtx-subfolder-menu.comma-separated ul li.vrtx-more {
  clear: left !important;
  display: block !important;
}

/* ^ Comma separated subfolder menu */

/* Image preview */

body#vrtx-image-preview .vrtx-introduction-image { 
  float: none;
  clear: both;
  margin: 0 0 10px 0;
}

body#vrtx-image-preview #main img,
body#vrtx-image-preview .vrtx-introduction-image img {
  max-width: 100%;
}

body#vrtx-image-preview #vrtx-image-view-link {
  clear: left;
}

body#vrtx-image-preview a {
  text-decoration: none;
}

body#vrtx-image-preview a:hover,
body#vrtx-image-preview a:focus {
  text-decoration: underline;
}

body#vrtx-image-preview #vrtx-meta-description a {
  text-decoration: underline;
}

/* ^ Image preview */

/* Easycruit */

.easycruit-feed .vrtx-feed a.item-title,
.easycruit-feed-no-department .vrtx-feed a.item-title {
  font-size: 1.154em;
}

.easycruit-feed .vrtx-feed .item-description .department,
.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .department,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .language {
  margin-bottom: 4px;
}

.easycruit-feed .vrtx-feed .item-description .deadline,
.easycruit-feed-no-department .vrtx-feed .item-description .deadline {
  color: #777;
}

.easycruit-feed .vrtx-feed .item-description .location,
.easycruit-feed .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .location,
.easycruit-feed-no-department .vrtx-feed .item-description .language,
.easycruit-feed-no-department .vrtx-feed .item-description .department {
  display: none;
}

.easycruit-feed .vrtx-feed .item-description .department {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.easycruit-feed .vrtx-feed .item-description .department span {
  color: #2b2b2b;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ^ Easycruit */

/* Components */

#vrtx-course-previous-semesters-toggle-wrapper,
#vrtx-related-projects-completed-toggle-wrapper {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x top left;
  padding: 10px 0 0 0;
  display: block;
}

/* Message listing component */

#vrtx-main-content .vrtx-messages-header h2 {
  background: url(/vrtx/decorating/resources/dist/images/line-dotted.gif) repeat-x bottom left;
  padding: 0 0 10px 0;
}

.vrtx-messages-header h2 a.vrtx-message-listing-create {
  font-size: 0.813em;
  color: #0b5a9d;
  clear: left;
}

#vrtx-additional-content .vrtx-messages-header .vrtx-dropdown-wrapper a {
  color: #0B5A9D;
  font-weight: normal;
  font-size: 0.915em;
}

#vrtx-main-content .vrtx-messages-header h2 a.vrtx-message-listing-create {
  float: right;
  font-size: 0.722em;
}

#vrtx-main-content .vrtx-messages .vrtx-resource {
  padding: 15px 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource div.vrtx-title a {
  font-size: 1.23em;
  line-height: 1.29em;
  font-weight: bold; 
}

#vrtx-main-content .vrtx-messages .vrtx-resource div.vrtx-title a.vrtx-message-listing-edit {
  font-size: 1em;
  font-weight: normal;
  padding-left: 5px;
  color: #0b5a9d !important;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .introduction {
  padding: 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .vrtx-message-line {
  background: #fff url("/vrtx/decorating/resources/dist/images/line-dotted.gif") repeat-x top left;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

#vrtx-main-content .vrtx-messages .vrtx-resource .vrtx-message-line-number-of-comments a {
  color: #2b2b2b;
  padding-left: 23px;
}

#vrtx-main-content .vrtx-messages .vrtx-resource.vrtx-result-1 {
  background: none;
  padding-top: 5px;
}

.js .vrtx-messages-header .vrtx-dropdown-component > a {
  font-weight: normal;
  font-size: 0.875em;
  display: block;
  padding-right: 20px;
  background-position: 100% 1px;
  background-image: url("/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-head.png");
}

.js .vrtx-messages-header .vrtx-dropdown-component > a.active,
.js .vrtx-messages-header .vrtx-dropdown-component > a:hover,
.js .vrtx-messages-header .vrtx-dropdown-component > a:focus {
  background-image: url("/vrtx/decorating/resources/dist/images/dropdown-toggle-white-bg-hover-head.png");
}

.js .vrtx-messages-header .vrtx-dropdown-component {
  float: right;
}

/* ^ Components */

/* ^ 23. Misc. */

/* 24. Tidslinje */

/*------------------------------------*\
    #VARS
\*------------------------------------*/
/**
 * Generic, non-specific variables.
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing over
 * and over in your markup.
 */

  .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: 18px;
    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; } }

/* ^ 24. Tidslinje */

/* ^ UiO CSS: Common */
/*
 * UiO CSS: Left menu
 *
 */

ul.vrtx-uri-menu {
  margin-top: 1px;
  margin-left: 0px;
}

ul.vrtx-uri-menu li {
  border: 1px solid #CCCCCC;
  background: url(/vrtx/decorating/resources/dist/images/li-arrow.png) no-repeat 20px 20px;
  margin: -1px 0 0;
  padding: 5px 0 0 30px;
  font-weight: normal;
}

ul.vrtx-uri-menu li.parent-folder {
  background: none;
  padding-left: 10px;
}

ul.vrtx-uri-menu li a {
  display:block;
  text-decoration: none;
  margin-left: -10px;
  padding: 11px 15px 10px 15px;
}

ul.vrtx-uri-menu li.vrtx-current-item > a {
  color: #000000;
  font-weight: bold;
}

ul.vrtx-uri-menu li a:hover,
ul.vrtx-uri-menu li a:focus {
  color: #000000;
}

ul.vrtx-uri-menu li.vrtx-current-item > a:hover,
ul.vrtx-uri-menu li.vrtx-current-item > a:focus {
  text-decoration: underline;
}

/* Sublist */

ul.vrtx-uri-menu li ul li {
  margin-top: -14px;
  border: none;
  background-position: 0px 20px;
  padding-left: 10px;
}

/* ^ UiO CSS: Left menu */
