/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 0;
    transition: all .2s cubic-bezier(0, 0.41, 0, 1.01);
}

.col.right {
    float: right;
    }

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.33%;
}
.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 52%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.span_3_of_12 + .span_6_of_12 {
    margin-left: 2%;
}

input,
textarea,
select,
option {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    max-width: 100%;
    background: #fff;
    outline: 0;
}

h2.common {
    color: #333;
    font-size: 14px;
;
    margin: 0;
}

a.common {
    color: #ddd;
}

a.common span {
    color: #333;
}

a:hover {
    text-decoration: underline
}

.common_component_error {
    color: red;
}
/* TODO: Move to conditional IE6 css file: */

.common_clearfix {
    zoom: 1;
    /* triggers hasLayout */
}

.common_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.common_wrap_floats {
    overflow: hidden;
}

.common_hidden {
    display: none;
}

.common_padding {
    padding: 8px;
}

.commom_padding_right {
    padding-right: 8px;
}

.common_upperCase {
    text-transform: uppercase;
}
/* Utility Classes */

.common_linespaceDown {
    padding-bottom: 6px;
}

.common_linespaceUp {
    padding-top: 6px;
}

.common_linespaceBoth {
    padding-top: 3px;
    padding-bottom: 3px;
}

.common_rightAlign {
    text-align: right;
}

.common_ellipsis {
    text-overflow: ellipsis;
}

input.common_hidden
    /* Used for hiding inputs */

{
    position: absolute;
    left: -10000px;
    top: -10000px;
}



/******************** Icons ******************/

span.common_icon_16 {
    display: inline-block;
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_16 {
    background-position: 0 -16px;
}

span.common_icon_24 {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_24 {
    background-position: 0 -24px;
}



/***************** Badge *******************/

span.common_badge {
    background: #aaa;
    color: white;
    font-size: 14px;
    padding: 1px 4px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

div.rendering {
    padding-bottom: 0.1px;
}

div.rendering h2 {
    margin: 0 0 1.5em 0;
    font-size: 1.1em;
}



div.rendering strong.title {
    font-size: 1em;
}

div.rendering p {
    font-size: 1em;
    margin: 0px;
}

div.rendering div.textblock p {
    margin: 1.5em 0;
}

div.rendering_long div.textblock {
    margin: 5px 0;
}

div.rendering p.type {
    color: #666;
}

div.rendering p.type .strong {
    font-weight: bold;
}

div.rendering .minor {
    font-size: 14px;
    color: #333;
}

div.rendering .nonbold {
    font-weight: normal;
}

div.rendering .dimmed {
    color: #666;
}

div.rendering span.badge {
    font-size: 14px;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0 4px;
    border: 1px solid #ddd;
    color: #aaa;
    font-weight: normal;
    border-radius: 3px;
}

div.rendering span.badge_warning {
    color: #f66;
    border-color: #faa;
}



/**************************** Highlight ***************************/

div.rendering span.highlight {
    background-color: #ff0;
    background-color: rgba(255, 255, 0, 0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.rendering p.type span.highlight {
    background: none;
}



/***************************** Lists ******************************/

.rendering_person_profilelinksportal .links,
div.rendering ul.relations {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    font-size: 1em;
}

div.rendering ul.relations_unspaced {
    margin: 0;
}

div.rendering td ul.relations {
    margin: 0;
}

div.rendering ul.hierarchy {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

div.rendering ul.hierarchy ul.hierarchy {
    list-style: disc;
    padding-left: 20px;
}

div.rendering ul.spaced li {
    margin-bottom: 5px;
    padding-left: 0;
}

div.rendering ul.small li {
    font-size: 14px;
}



/***************************** Properties *************************/

div.rendering table.properties {
    width: 100%;
    font-size: 1em;
    border-spacing: 0;
    border-collapse: collapse;
}

div.rendering table.properties th {
    text-align: left;
    font-weight: normal;
    color: #666;
    white-space: nowrap;
    vertical-align: top;
    padding: 0 2px 2px 0;
    width: 25%;
}

div.rendering table.rightProperties th {
    text-align: right;
}

div.rendering table.groups {
    margin-bottom: 5px;
}

div.rendering div.compactProperties table.properties {
    width: auto;
}

div.rendering_clippingreferencesportal table.properties {
    margin-bottom: 10px;
}





/************************ Paragraph property **********************/

p.property strong {
    font-weight: normal;
    color: #666;
}



/************************** Inline *********************/

span.rendering_inline span.minor {
    font-size: .85em;
}

span.rendering_inline span.dimmed {
    color: #666;
    font-weight: normal;
}



/************************** Compact *********************/

div.rendering_compact h2 {
    margin: 0;
    font-size: 1em;
}

div.rendering_compact div.address {
    margin-top: 5px;
    font-style: italic;
}



/****************************** Short ******************************/

div.rendering_short p.type {
    margin-top: 2px;
}

div.rendering p.keywords {
    color: #999;
}

div.rendering p.keywords span.keywords_title {
    color: #000;
}

div.rendering_short p.jobtitles {
    margin: 5px 0;
    color: #333;
}



/****************************** Long ******************************/

div.rendering_long p.authors {
    font-size: 1em;
    margin: 5px 0px;
}

div.rendering_long ul.organisations {
    list-style: none;
    padding: 0px;
}

div.rendering_long p.abstract {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

div.rendering_long p.type {
    margin-top: 5px;
}



/********************** Files and images ***********************/

div.rendering_imagesportal div.image {
    margin-bottom: 10px;
    text-align: center;
}

div.rendering_imagesportal img {
    margin: 10px 0;
    max-width: 500px;
}

div.rendering div.title_graphic img {
    margin-top: 10px;
    max-width: 550px;
}

div.rendering_imagesportal div.textblock {
    margin-bottom: 10px;
    text-align: left;
}

div.rendering_short img.logo_icon {
    background: white;
    float: left;
    max-width: 70px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 2px 5px 0 0;
}



/********************** Definition lists ***********************/

div.rendering dl {
    font-size: 1em;
    overflow: hidden;
    margin: 4px 0px 4px 0px;
    line-height: 1.4em;
}

div.rendering dt {
    float: left;
    width: 180px;
    color: #666;
}

div.rendering dd {
    margin-left: 200px;
    min-height: 17px;
}

div.rendering dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.rendering dl.compact dt {
    float: none;
    width: auto;
    display: inline;
}

div.rendering dl.compact dd {
    float: none;
    width: auto;
    display: inline;
    margin: 0 0 0 5px;
}



/**************************** VCARD *********************/

div.rendering_bibtex,
div.rendering_ris,
div.rendering_wos {
    font-family: monospace;
}



/**************************** VCARD *********************/

div.vcard span.type {
    display: none;
}



/************************** Compact *********************/

div.rendering_compact h2 {
    margin: 0;
    font-size: 1em;
}



/********************* Nested rendering *******************/

div.rendering div.rendering h4 {
    font-size: .9em;
    margin: 0;
}



/*********************** Dark context *******************/
/* Wrap renderings in "common_context_dark" if the background is dark */

.common_context_dark .rendering *,
.common_context_dark .rendering {
    color: #fff !important;
}

.common_context_dark div.rendering span.highlight {
    background-color: #660;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
}



/*********************** Search context *******************/

.common_context_search div.rendering span.timespan.ended {
    /* we want an ended time span to appear as red when the rendering is shown as a search result */

    color: #8C3F3F;
}




/************ Links (in editors): ************/

div.rendering_link h2 {
    word-wrap: break-word;
}


/************ project ************/

.portal_search_container.for_projects ol.portal_list li .fundings {
    display: none;
}

.rendering_upmproject_awards h3.subheader {
    display: none;
}
.rendering_upmproject_awards .rendering_award_short {
    margin-bottom: 10px;
}
.rendering_upmproject_awards h2.title {
    font-size: 1em;
}
.rendering_upmproject_awards p.type {
    display: none;
}


/************ Press activity: ************/

div.rendering_press span.program {
    padding-right: 4px;
    margin-right: 4px;
    border-right: solid 1px silver;
}

div.rendering_classificationcomponent h2.title {
    font-size: 14px;
}



/********** JournalArticle Short: **********/

div.rendering_writtenproduction_short h2,
div.rendering_writtenproduction_short p.authors {
    display: inline;
    margin-right: 4px;
}

div.rendering_nonwrittenproduction_short h2,
div.rendering_nonwrittenproduction_short p.authors {
    display: inline;
    margin-right: 4px;
}



/************** Person Short ***************/

div.rendering_person_short ul.organisations {
    padding: 0px;
    margin-bottom: 4px;
    list-style: none;
}

div.rendering_person_short p.titles {
    font-style: italic;
    margin-bottom: 4px;
}



/************** Person Long: **************/

div.rendering_abstractperson_long ul.organisations li {
    margin-bottom: 10px;
}



/************ Organisation Short: ************/

div.rendering_organisation_short ul {
    margin: 4px 0;
    padding: 0;
}

div.rendering_organisation_short ul.organisations li {
    list-style-type: none;
}

div.rendering_organisation_short p.takenover {
    margin: 5px 0;
    color: #98999A;
}



/************* Organisation Long: *************/

div.rendering_organisation_long ul {
    margin: 4px 0;
    padding: 0;
}

div.rendering_organisation_long div.address {
    float: left;
}



/**************** User Long: *****************/

div.rendering_user_long p.profile {
    padding: 4px 0px;
}



/************************** Portal *********************/

div.rendering_detailsportal div.textblock {
    line-height: 1.5em;
    color: #333333;
    margin-bottom: 10px;
}

div.rendering_detailsportal table.properties {
    margin: 5px 0;
}

div.rendering_associatesparticipantsclassified li,
div.rendering_linkextensionportal li {
    margin: 3px 0;
}

div.rendering_abstractperson_personorganisations li {
    margin: 10px 0;
}



/************ Curriculum Vitae (CV) ************/

div.rendering_personalinfocurriculumvitaeblock_standard img {
    float: right;
    width: 80px;
}

div.rendering_curriculumvitaeblocktext p {
    margin: 5px 0;
    line-height: 1.3em;
}

div.rendering_person_cv_long {
    font-size: 14px;
}

div.rendering_person_cv_long div.address {
    margin-bottom: 5px;
}

div.rendering_person_cv_long ul.organisations {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

div.rendering_headingcurriculumvitaeblock h1 {
    font-size: 13pt;
    margin: 10px 0 5px;
    font-weight: normal;
}

div.rendering_textcurriculumvitaeblock {
    font-size: 14px;
    line-height: 1.2em;
}

div.rendering_contentlistcurriculumvitaeblock {
    font-size: 14px;
}

div.rendering_personalinfocurriculumvitaeblock {
    overflow: hidden;
}



/********************* student project receipt ********************/

div.rendering_studentproject_receipt p {
    margin-bottom: 10px;
}

div.portal_navigator {
    font-size: 14px;
}

div.portal_navigator a {
    text-decoration: none;
}

div.portal_navigator_group {
    font-weight: bold;
    padding-top: 3px;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}

div.portal_navigator_group_1 {
    color: #666;
}

div.portal_navigator_group_2 {
    color: #aaa;
}

div.portal_navigator_item {
    border-bottom: 1px solid #ddd;
    padding: 2px 10px;
}

div.portal_navigator_empty {}

span.portal_navigator_subsets {
    color: #aaa;
    display: inline-block;
    padding: 3px 0px;
}

span.portal_navigator_subsets strong {
    color: #000;
}

div.portal_navigator_top,
div.portal_navigator_bottom {
    border-top: 1px solid #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    background: #f6f6f6;
    color: #999;
}
div.portal_navigator_top a,
div.portal_navigator_bottom a {
    color: #999;
}

.portal_navigator_top {
    /* margin-bottom: 1.5em; */
}

div.portal_navigator_navigator_pages {
    text-align: center;
    padding: 4px 0;
}

div.portal_navigator_navigator_pages div {
    display: inline-block;
}

div.portal_navigator_navigator_row {
    overflow: hidden;
    padding: 0 5px;
    font-size: 14px;
}

div.portal_navigator_ordering {
    float: right;
    margin-right: 30px;
}

div.portal_navigator_rss {
    float: right;
}

div.portal_navigator_viewselector_control {
    float: right;
}

div.portal_navigator_viewselector_label {
    color: #3a3a3a;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border-left: solid 1px #eeeeee;
    margin-left: 8px;
}

div.portal_navigator_viewselector {
    float: left;
    height: 26px;
    line-height: 26px;
    position: relative;
    padding: 0 1px;
}

div.portal_navigator_viewselector span {
    background: url('../../../core/style/gfx/pure_list_viewselector.png') left top repeat-x;
    position: absolute;
    display: block;
    height: 26px;
}

div.portal_navigator_viewselector ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
}

div.portal_navigator_viewselector li {
    float: left;
}

div.portal_navigator_viewselector span.left {
    background-position: left -78px;
    left: 0;
    width: 4px;
}

div.portal_navigator_viewselector span.right {
    background-position: right -130px;
    right: 0;
    width: 4px;
}

div.portal_navigator_viewselector span.body {
    background-position: left -104px;
    left: 4px;
    right: 4px;
}

div.portal_navigator_viewselector a {
    display: block;
    margin: 3px 0px;
    line-height: 20px;
    height: 20px;
    width: 24px;
    background-image: url('../../../core/style/gfx/pure_list_views.png');
}

div.portal_navigator_viewselector a.portal_navigator_view_list {
    background-position: 2px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_graph {
    background-position: -49px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_selected {
    background-color: #afb6bb;
    cursor: default;
}

div.portal_navigator_viewselector a.portal_navigator_view_border {
    border-right: 1px solid #c7d2d9;
}

.portal_navigator_sort_descending,
.portal_navigator_sort_ascending {
    padding-right: 20px;
    background-image: url('../../../core/style/gfx/pure_list_sort_direction.png');
    background-repeat: no-repeat;
}

span.portal_navigator_sort_ascending {
    background-position: right -1px;
}

span.portal_navigator_sort_descending {
    background-position: right -22px;
}

a.portal_navigator_sort_ascending {
    background-position: right 5px;
}

a.portal_navigator_sort_descending {
    background-position: right -20px;
}

a.portal_navigator_sort_descending:hover {
    background-position: right -40px;
}

a.portal_navigator_sort_ascending:hover {
    background-position: right -60px;
}

div.portal_navigator_window_and_pagesize {
    float: left;
}

div.portal_navigator_header {
    float: left;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_window {
    visibility: visible;
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_window {
    visibility: hidden;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_pagesize {
    visibility: hidden;
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_pagesize {
    visibility: visible;
}

div.portal_navigator_rendering {
    float: right;
}

span.portal_navigator_window {}



/******************** Pages ********************/

div.portal_navigator_pages {
    padding: 3px 5px;
}

span.portal_navigator_prev_next * {
    display: inline-block;
    vertical-align: top;
}

.portal_navigator_previous {}

a.portal_navigator_previous:hover {
    background-position: left -13px;
}

.portal_navigator_previous_disabled {
    background-position: left -26px;
}

.portal_navigator_next {}

a.portal_navigator_next:hover {
    background-position: left -52px;
}

.portal_navigator_next_disabled {
    background-position: left -65px;
}

span.portal_navigator_pagesize {
    display: block;
    margin-top: -26px;
}

span.portal_navigator_paging {
    vertical-align: top;
}

span.portal_navigator_links a,
span.portal_navigator_links strong,
span.portal_navigator_links em {
    padding: 0px 3px;
}

span.portal_navigator_links em {
    font-style: normal;
    color: #666;
}

span.portal_navigator_links em.portal_navigator_divider {
    padding: 0px;
    color: #999;
}

span.portal_navigator_links a {
    color: #ddd;
    cursor: pointer;
}

span.portal_navigator_links a span {
    text-decoration: none;
    color: #333;
}

span.portal_navigator_links a:hover {
    background-color: #ccc;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

span.portal_navigator_links strong {
    background: #999;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 2px;
}




/***********************
* Pager
************************/

div.portal_navigator_pages a, div.portal_navigator_pages strong {
    border: 1px solid #ccc;
    padding: 2px 10px;
}
div.portal_navigator_pages a span {
    color: #ccc;
}

div.portal_navigator_pages a:hover,
div.portal_navigator_pages a:hover span,
div.portal_navigator_pages strong {
    border-color: #59379e;
    color: #59379e;
    /*background: #fff;*/
}




/**************************** List popup ****************************/

div.portal_navigator_popup_control {
    height: 26px;
    background: url('../../../core/style/gfx/pure_list_dropdown.png') left -26px repeat-x;
    line-height: 26px;
    cursor: pointer;
    margin-left: 21px;
}

div.portal_navigator_popup_control div {
    background: url('../../../core/style/gfx/pure_list_dropdown.png') left 0px no-repeat;
    height: 26px;
    margin-left: -21px;
    padding-left: 21px;
}

div.portal_navigator_popup_control div div {
    background: url('../../../core/style/gfx/pure_list_dropdown.png') right -52px no-repeat;
    padding: 0px 26px 0px 6px;
    margin-right: -21px;
    padding-right: 21px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control {
    background-position: right -104px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div {
    background-position: left -78px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div div {
    background-position: right -130px;
}

div.portal_navigator_popup_content {
    display: none;
    z-index: 2;
    position: absolute;
    background: #efede9;
    border: 1px solid #d8d5ca;
    margin-top: -1px;
    padding: 5px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.portal_navigator_popup_content a span {
    cursor: pointer;
}

div.portal_navigator_popup_content strong {
    color: #999;
    font-weight: normal;
    margin: 0px 10px;
}

div.portal_navigator_popup_content ul {
    margin: 0px;
    padding: 0px;
    color: #999;
    list-style: none;
}

div.portal_navigator_popup_content li {
    display: block;
    padding: 0px;
}

div.portal_navigator_popup_content ul strong {
    color: #333;
    font-weight: bold;
    margin: 0px;
    display: block;
    padding: 2px 10px;
}

div.portal_navigator_popup_content ul a {
    color: #efede9;
    display: block;
    padding: 2px 20px 2px 10px;
    text-decoration: none;
}

div.portal_navigator_popup_content ul a:hover {
    background-color: #fff;
}

div.portal_navigator_popup_content ul a.selected {
    font-weight: bold;
}

div.portal_navigator_popup_content ul a span {
    color: #333;
    text-decoration: none;
}

div.portal_navigator_popup_content ul a:hover span {
    color: #333;
}
/***** white variant */

div.portal_navigator_white div.portal_navigator_top,
div.portal_navigator_white div.portal_navigator_bottom {
    background: none;
}

div.portal_hierarchynavigation ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

div.portal_hierarchynavigation ul ul {
    padding-left: 20px;
}

div.portal_hierarchynavigation li {
    margin-top: 3px;
}

div.portal_hierarchynavigation span.portal_selected a {
    color: #000;
    font-weight: bold;
}



div.portal_columns {
    width: 100%;
    /* Do not put overflow hidden here */
}

div.portal_columns_body {
    width: 100.9%;
}

div.portal_columns_column {
    float: left;
}

div.portal_columns_clear_end {
    clear: left;
    font-size: 0;
    line-height: 0;
}

div.portal_content_properties {
    float: right;
    width: auto;
    min-width: 16px;
    line-height: 14px;
}

div.portal_content_properties span.file_attachment {
    background: transparent url('../../../core/style/gfx/content_properties.gif') 0px 0px no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 2px;
}

div.portal_content_properties span.file_attachment a {
    width: 16px;
    height: 16px;
    display: inline-block;
}

div.portal_content_properties span.remote_origin,
div.portal_content_properties span.workflow_step {
    clear: both;
    color: #999999;
    display: block;
    float: right;
    font-size: 14px;
    padding: 1px 0px;
}

div.portal_content_properties span.open_access_permission {
    background: transparent url('../../../core/style/gfx/open_access_content_property.png') 0px 0px no-repeat;
    display: inline-block;
    width: 50px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
}

select.custom_popup option {
    font-size: 0px;
    height: 0px;
    width: 0px;
    outline: none;
}

div.portal_list_viewselector a.portal_list_view_hierarchical {
    background-position: -73px 1px;
}

div.portal_hierarchical_renderer {
    margin-top: 8px;
}

div.portal_hierarchical_renderer ul,
div.portal_hierarchical_renderer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.portal_hd_item {
    overflow: hidden;
}

div.portal_hd_body {
    overflow: hidden;
}

div.portal_hierarchical_excluded {
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.4;
}

a.portal_hd,
a.portal_hd_nochildren {
    float: left;
    width: 23px;
    height: 23px;
    cursor: default;
}

a.portal_hd span {
    margin: 2px 0px 0px 7px;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../../../core/style/gfx/disclosure.png') no-repeat;
}

a.portal_hd_nochildren span {
    margin: 2px 0px 0px 8px;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../../../core/style/icons/monochrome/dot16.png') center center no-repeat;
}

a.portal_hd span.busy,
a.portal_hd span.busy:hover {
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px;
    background: url('../../../core/style/gfx/spinner.gif');
}

a.portal_hd:hover span {
    background-position: 0px -12px;
}

a.portal_hd_open span {
    background-position: 0px -24px;
}

a.portal_hd_open:hover span {
    background-position: 0px -36px;
}

div.portal_hd_body {
    margin-left: 24px;
    margin-bottom: 5px;
}

div.portal_hierarchical_popup {
    text-align: left;
}

div.portal_hierarchical_popup_wrapper {}

div.portal_hierarchical_popup_wrapper input {
    cursor: pointer;
    padding-right: 20px;
    width: 200px;
    background: white url('../../../core/style/gfx/dropdown_arrow.gif') right center no-repeat;
}

div.portal_hierarchical_popup_wrapper input.busy {
    background: white url('../../../core/style/gfx/ajax-loader.gif') 99% center no-repeat;
}

div.portal_hierarchical_popup {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    padding: 8px;
    border: 1px solid silver;
    max-height: 300px;
    min-height: 100px;
    min-width: 300px;
    overflow-y: auto;
}

body.portal_hierarchical_popup_visible select {
    visibility: hidden;
}
/** Checkbox variant **/

body div.portal_hd_check_body {
    vertical-align: middle;
    line-height: 18px;
    cursor: default;
    margin-bottom: 0;
}

input.portal_hd_check {
    padding: 0;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

div.portal_hd_check_body label {
    vertical-align: middle;
}

div.portal_hierarchical_check a.portal_hd span {
    margin: 5px 0px 0px 7px;
}

div.portal_hierarchical_check a.portal_hd_nochildren span {
    margin: 5px 0px 0px 8px;
}

ul.portal_carousel {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

li.portal_carousel {
    margin-left: 0%;
    padding: 0px;
    width: 100%;
}

li.portal_carousel div.rendering {
    padding: 10px;
}

div.portal_carousel_header {
    background: #eee;
    font-size: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    position: relative;
}

div.portal_carousel_header h2 {
    font-size: 14px;
    margin: 0;
}

span.portal_carousel_navigation {
    position: absolute;
    right: 10px;
    height: 16px;
    top: 9px;
    line-height: 0;
}

a.portal_carousel_next {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url('../../../core/style/icons/monochrome/rounded_arrow_right.png');
}

a.portal_carousel_previous {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../../core/style/icons/monochrome/rounded_arrow_left.png');
}

a.portal_carousel_next:hover,
a.portal_carousel_previous:hover {
    background-position: 0 -16px;
}



/************* Paper variant **************/

div.portal_carousel_paper li.portal_carousel {
    background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
}

div.portal_carousel_paper ul.portal_carousel {
    background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
    border-bottom: 1px solid #E9E9E9;
}

div.portal_carousel_paper div.portal_carousel_header {
    background: url('../../../core/style/gfx/portal_carousel_footer_paper.png');
}

div.portal_carousel_paper div.portal_carousel_header h2 {
    font-family: Georgia, serif;
    color: #333;
}

div.portal_carousel_paper div.portal_carousel_footer {
    background: url('../../../core/style/gfx/portal_carousel_footer_paper.png') 0 bottom;
    padding: 5px 10px;
    text-align: right;
}

div.portal_disclosure_body {
    overflow: hidden;
    padding-left: 18px;
    min-height: 18px;
}

div.portal_disclosure_closed {
    padding: 1px 0;
}

div.portal_disclosure_opened {
    padding: 1px 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

a.portal_disclosure {
    position: absolute;
    width: 17px;
    height: 17px;
    outline: none;
    cursor: default;
}

a.portal_disclosure span {
    margin: 3px 0px 0px 2px;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../../../core/style/gfx/disclosure.gif');
}

a.portal_disclosure:hover span {
    background-position: 0px -12px;
}

a.portal_disclosure_open span {
    background-position: 0px -24px;
}

a.portal_disclosure_open:hover span {
    background-position: 0px -36px;
}

a.portal_disclosure_busy span,
a.portal_disclosure_busy:hover span {
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px;
    background: url('../../../core/style/gfx/spinner.gif');
}

div.portal_showmore_body {
    overflow: hidden;
    max-height: 115px;
}

div.portal_showmore_open div.portal_showmore_body {
    overflow: visible;
    max-height: none;
}

a.portal_showmore_hide {
    display: none;
}

div.portal_showmore_open div.portal_showmore_show {
    display: none;
}

div.portal_showmore_open a.portal_showmore_hide {
    display: inline;
}

div.portal_showmore_show {
    padding-top: 5px;
}

div.portal_showmore_fade div.portal_showmore_show {
    position: relative;
    background: url('../../../core/style/gfx/portal_showmore.png') left top repeat-x;
    padding-top: 20px;
    margin-top: -14px;
}

body.ie6 div.portal_showmore_fade div.portal_showmore_show {
    margin-top: 0;
    background: none;
    padding-top: 5px;
}



/***********************
* Portal list
************************/

ol.portal_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ol.portal_list li.portal_list_item {
    padding: 13px 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}

ol.portal_list li.portal_list_item:nth-child(even) {
    background: #f1f4f9;
}

ol.portal_list li.portal_list_item .title a {
    font-weight: bold
}

ol.portal_list li.portal_list_item_group {
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #D5D8DC;
    color: #333333;
    font-weight: bold;
    margin: 5px 2px 0 2px;
    padding: 5px 0;
}


li.portal_list_item_group_first {
    margin-top: 0px;
}




/***********************
* Filters
************************/

.search_index {
    margin: 0 20px 20px;
}
.search_index a {
    display: inline-block;
    margin-right: 20px;
}
.search_index a.search_index_selected {
    color: #555;
}




/***********************
* Workflow step
************************/

ol.portal_list li div.portal_content_properties {
    margin-left: 5px;
    margin-bottom: 5px;
}

ol.portal_list li span.workflow_step {
    background: #e6ebf3;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #333;
    padding: 3px 5px;
    font-size: 12px;
    font-style: normal;
    margin-left: 3px;
}



/***********************
* Title
************************/

ol.portal_list li h2.title {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: normal;
    margin-top: 0;
    font-style: normal;
    margin-right: 5px;
}

ol.portal_list li h2.title a {}

ol.portal_list li h2.title a:hover {}



/***********************
* Links in content
************************/

ol.portal_list li a {
    text-decoration: none;
}

ol.portal_list li a:hover {
    text-decoration: underline
}

ol.portal_list li ul.relations li a {
    border: 0;
}

ol.portal_list li span.file_attachment a {
    border-bottom: 0;
}



/***********************
* Various small fonts
************************/

ol.portal_list li p.type {
    font-size: 14px;
    margin: 3px 0;
    font-style: italic;
}
ol.portal_list li table.properties {
    display: none;
}

ol.portal_list li div.rendering_activity_short p.type,
ol.portal_list li div.rendering_researchoutput_short p.type {
    display: block;
}

ol.portal_list li div.rendering_activity_short p.type span.type_family,
ol.portal_list li div.rendering_researchoutput_short p.type span.type_family {
    display: none;
}



/***********************
* Pager / Navigator
************************/

div.portal_navigator_pages {
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
}

div.portal_navigator_pages a,
div.portal_navigator_pages strong {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #B9D0DB;
    border-radius: 2px;
    color: #1c7698;
}

div.portal_navigator_pages a:hover {
    background-color: #B9D0DB;
}

div.portal_navigator_pages a span {
    color: #1c7698;
}

div.portal_navigator_pages strong {
    border: 1px solid #1c7698;
    background: #1c7698;
    color: #fff;
    font-weight: normal;
}

div.portal_navigator_pages em.portal_navigator_divider {
    margin-right: 5px;
}

div.portal_navigator_pages .portal_navigator_previous_disabled,
div.portal_navigator_pages .portal_navigator_next_disabled {
    display: none;
}

div.portal_navigator_bottom {
    border: 0;
}

div.portal_navigator_rss a.rss_link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../gfx/rss.png') left top no-repeat;
    background-size: cover;
    margin-top: 5px;
}



/***********************
* No results
************************/

div.portal_navigator_empty {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}



/***********************
* View
************************/

.view_rendering {
    overflow: hidden;
    margin-bottom: 20px;
}

.view_focusbox {
    background: #f1f4f9;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.relations_list_indent ul.relations {
    margin-left: 45px !important;
}

.sharing_buttons {
    display: block;
    margin: 15px auto;
    width: 120px;
}


div.graphviewer_container_center {
    text-align: center;
}

div.view_container a.portal_graphviewer_button {
    height: auto;
    min-height: 46px;
    background: url(../../gfx/icon_relations.png) left center no-repeat;
    font-size: 12px;
    line-height: 14px;
    padding-left: 50px;
    color: #333;
    text-align: left;
}

div.view_container a.portal_graphviewer_button span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #0066cc;
    height: auto;
    background: none;
    padding: 12px 0 0 0;
    margin: 0;
    float: none;
}

.rendering_dataset_portsmouthcontactpersonportal h2.title {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    color: #333;
}
.rendering_datasetcontactperson ul.relations.organisations {
    margin: 0;
}

.rendering_person ul.relations.email a[href*="mailto:"] {
    background: url("../../gfx/icon_mail.png") center left no-repeat;
    padding-left: 19px;
}


.publication_export_button {
    display: block;
    height: auto;
    min-height: 46px;
    background: url(../../gfx/icon_gears.png) left center no-repeat;
    padding-left: 50px;
    text-decoration: none;
    margin-top: 20px;
}
.publication_export_button:hover {
    text-decoration: none;
}
.publication_export_button span.title {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #0066cc;
    padding: 5px 0 0 0;
}
.publication_export_button span.subtitle {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}




.view_rendering_documents > .rendering ul.relations {
    margin-left: 10px;
}
.view_rendering_documents > .rendering ul li {
    background: url(../../gfx/icon_paperclip.png) left top no-repeat;
    padding-left: 35px;
    margin-bottom: 15px;
}
.view_rendering_documents > .rendering ul.links li {
    background-image: url(../../gfx/icon_link.png);
}
.view_rendering_documents > .rendering p.dimmed {
    font-size: 13px;
    line-height: 18px;
}

.view_rendering_documents > .rendering p.dimmed.embargo-date {
    font-weight: bold;
    color: #000;
}


.view_rendering_links > .rendering {
    padding-left: 45px;
}




.view_rendering_allrelations > .rendering {
    padding-left: 45px;
}

.view_rendering_allrelations > .rendering > div {
    position: relative;
}

.view_rendering_allrelations > .rendering > div:before {
    background-position: 0 -18px;
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    position: absolute;
    top: 1px;
    right: 101%;
    height: 18px;
    width: 18px;
    opacity: .6;
}

.view_rendering_allrelations > .rendering > .outputs:before,
.view_rendering_allrelations > .rendering > .student-theses:before {
    background-image: url(../../gfx/publication24.png);
}

.view_rendering_allrelations > .rendering > .prizes:before {
    background-image: url(../../gfx/prize24.png);
}

.view_rendering_allrelations > .rendering > .faculties-and-groups:before {
    background-image: url(../../gfx/organisation24.png);
}

.view_rendering_allrelations > .rendering > .datasets:before {
    background-image: url(../../gfx/dataset24.png);
}

.view_rendering_allrelations > .rendering > .projects:before {
    background-image: url(../../gfx/project24.png);
}

.view_rendering_allrelations > .rendering > .media:before {
    background-image: url(../../gfx/clipping24.png);
}

.view_rendering_allrelations > .rendering > .impacts:before {
    background-image: url(../../gfx/impact24.png);
}

.view_rendering_allrelations > .rendering > .equipment:before {
    background-image: url(../../gfx/equipment24.png);
}

.view_rendering_allrelations > .rendering > .activities:before {
    background-image: url(../../gfx/activity24.png);
}
.view_rendering_allrelations > .rendering > .researcher:before {
    background-image: url(../../gfx/person24.png);
}

.view_rendering_allrelations > .rendering > .student-thesis:before {
    background-image: url(../../gfx/studentproject24.png);
}

.view_rendering_allrelations > .rendering h3.subheader {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.view_rendering_allrelations > .rendering ul.relations {
    margin: 0 0 15px 15px;
}

.view_rendering_allrelations > .rendering ul h2 {
    font-weight: 400;
}
.view_rendering_allrelations > .rendering ul.relations p.type {
    display: none;
}

.rendering_activity_detailsportal p.persons {
    margin-top: 5px;
    margin-bottom: 25px;
}
.rendering_activity_detailsportal ul.organisations {
    display: none;
}
.rendering_activity_detailsportal .rendering_event_long {
    margin-top: 30px;
}

div.rendering_person_personorganisationscontactportal ul.relations {
    margin-top: 0;
}

div.rendering_organisation_profileinformation h3.subheader {
    display: none;
}

.portal_list .rendering_dataset_short .links-doi > a:not([href*="doi.org"]) {
    display: none;
}

/************************** Persons - Search *********************/

.portal_search_container.for_persons .rendering_person_short p.email {
    display: none;
}
.portal_navigator_result .rendering_person p.type {
    display: none;
}

/************************** Dataset - View ***********************/

.rendering_datasetcontactperson_compact .rendering_person_short p.type,
.rendering_datasetcontactperson_compact .rendering_person_short p.email {
    display: none !important;
}

/***************** Awards (customer wording: Funding) ******************/

.portal_list h2.title .acronym,
.rendering_award_projectrelations p.type,
.rendering_award_projectrelations h3.subheader,
.rendering_award_short p.period {
    display: none;
}

.rendering_award_projectrelations .rendering_upmproject_short {
    margin-bottom: 10px;
}
.rendering_award_projectrelations h2.title {
    font-size: 1em;
}

.view_rendering.awarded-by h2.title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.rendering_award_detailsportal .properties .effective-startend-date {
    display: none !important;
}




/* SEARCH BOX */

div.search_box p {
    margin: 0;
}

div.search_box .core_filter_legend {
    margin-top: 10px !important;
}

div.search_box .core_filter_authors_all {
    display: none;
}

div.search_box div.core_filter_authors ul {
    margin: 0;
}

div.search_box div.core_filter_authors ul li {
    margin-top: 5px;
}

div.search_box div.core_filter_authors ul li a {
    margin-left: 10px;
    font-size: 12px;
}

div.search_box p.core_filter_multipleorganisations_reset a.portal_link {
    font-size: 14px !important;
}


/* SEARCH AUTO COMPLETION */

ul.portal_textfield_completion {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    display: block;
}
ul.portal_textfield_completion li {
    display: block;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 14px;
}
ul.portal_textfield_completion li:hover {
    background: #eee;
}

.impacts .view_rendering_links > .rendering > .subheader {
    display: none;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.relations.documents .title {
    font-weight: bold;
}

.wrapper {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/***********************
* Header
************************/

a.skip_content {
    position: absolute;
    top: -5000px;
    left: -5000px;
}

#header {
    position: relative;
    height: 97px;
    border-top: 7px solid #432580;
}

#header > .wrapper {
    position: static;
}

#header #logo {
    float: left;
    margin-top: 32px;
    font-size: 55px;
    font-weight: 300;
    /*transition: font-size .3s cubic-bezier(0, 0.41, 0, 1.01);*/
}

#header #logo a {
    color: #59379e;
    text-decoration: none !important;
}

#header #university {
    float: right;
    margin-top: 13px;
}

/***********************
* Main menu
************************/

#main_menu {
    background: #59379e;
    border-bottom: 6px solid #432580;
}

.mobile-btn {
    position: relative;
    padding: 10px 5px;
    width: 40px;
    float: left;
    cursor: pointer;
    display: none;
    transition: background .2s ease;
}

.mobile-btn.active {
    background: #432580;
}

/*.mobile-btn:before {
    content: "Menu";
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    right: 110%;
    top: 14px;
    }*/

.mobile-btn [class$="bar"] {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin: 4px 0;
    height: 4px;
}

#main_menu ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#main_menu ul li {
    float: left;
    position: relative;
}

#main_menu ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    height: 29px;
    margin: 10px 0;
    width: 1px;
    background: #857a9c;
}

#main_menu ul li:first-child::before {
    display: none;
}

#main_menu ul li a {
    display: block;
    padding: 0 7px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: font-size .3s cubic-bezier(0, 0.41, 0, 1.01);
}

#main_menu ul li.selected > a,
#main_menu ul li > a:hover {
    background: #432481;
}

#main_menu ul li > a:after {
    content: '';
    top: -15px;
    transition: top .2s ease;
}

#main_menu ul li.selected > a:after,
#main_menu ul li > a:hover:after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

#header_search {
    position: absolute;
    right: 20px;
    outline: 0;
    border: 0;
    background: #fff;
    height: 33px;
    border-radius: 16px;
    margin-top: 9px;
    z-index: 99;
}

#header_search .header_search_input {
    float: left;
    width: 0;
    height: 32px;
    line-height: 1;
    margin-left: 3px;
    font-size: 14px;
    font-style: normal;
    color: #333;
    background: #fff;
    border-radius: 16px 0 0 16px;
    border: 0;
    padding: 0;
    outline: 0;
    transition: all .3s cubic-bezier(0, 0.41, 0, 1.01) 1s;
}

#header_search .header_search_input:focus,
#header_search:hover .header_search_input {
    transition-delay: .2s;
    padding-left: 10px;
    width: 175px;
}

#header_search .header_search_input::-webkit-input-placeholder {
    font-style: italic;
    color: #bbb;
}

#header_search .header_search_input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #bbb;
}

#header_search .header_search_input::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #bbb;
}

#header_search .header_search_input:-ms-input-placeholder {
    font-style: italic;
    color: #bbb;
}

#header_search .header_search_button {
    float: right;
    margin: 3px 3px 0 0;
    width: 27px;
    height: 27px;
    overflow: hidden;
    text-indent: -999px;
    background: #542f9e url(../../gfx/icon_search.png) center center no-repeat;
    border: 0;
    border-radius: 50%;
    outline: 0;
}

/***********************
* Breadcrumb
************************/

#breadcrumb {
    background: #f1f4f9;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    font-style: italic;
}

#breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#breadcrumb ul li {
    display: inline;
}

#breadcrumb ul li a {
    text-decoration: none;
    color: #333;
}

/***********************
* Banner
************************/

.banner {
    /*min-width: 1100px;*/
    background: #ebebeb url(../../gfx/banner.jpg) no-repeat top center;
    height: 331px;
}

.banner_content {
    width: 470px;
    top: 70px;
    right: 60px;
    position: absolute;
}

.banner_content h1 {
    color: #fff;
    border: 0;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
    line-height: 42px;
    margin: 0 0 0.75em;
    text-align: right;
}

.banner_search_form {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 50px;
    background: #fff;
    border-radius: 25px;
}

.banner_search_form input.portal_searchfield {
    float: left;
    width: 90%;
    height: 50px;
    line-height: 1;
    margin: 0 5%;
    font-size: 22px;
    font-style: normal;
    color: #333;
    background: #fff;
    border: 0;
    padding: 0;
    outline: 0;
}

.banner_search_form input.portal_searchfield::-webkit-input-placeholder {
    font-style: italic;
    color: #bbb;
}

.banner_search_form input.portal_searchfield:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #bbb;
}

.banner_search_form input.portal_searchfield::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #bbb;
}

.banner_search_form input.portal_searchfield:-ms-input-placeholder {
    font-style: italic;
    color: #bbb;
}

.banner_search_form .banner_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 126px;
    height: 50px;
    border: 3px solid #fff;
    background: #542f9e;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    outline: 0;
}

/***********************
* Content
************************/

#content {
    padding: 2em 0;
}

/***********************
* Frontpage
************************/

.pure_login_button {
    display: block;
    margin-top: 40px;
    padding: 5px 10px 0 56px;
    background: url(../../gfx/icon_pure.png) left center no-repeat;
    min-height: 50px;
    text-decoration: none;
    color: #333;
    line-height: 18px;
}

.pure_login_button_mobile {
    display: none;
    float: left;
    color: #fff;
    margin-top: 10px;
    padding: 5px 5px 5px 34px;
    background: #59379e url(../../gfx/icon_pure_white.png) left center no-repeat;
}

.pure_login_button_mobile:hover,
.pure_login_button_mobile:active {
    background-color: #432580;
    text-decoration: none;
}

.pure_login_button:hover {
    text-decoration: none;
}

.pure_login_button span.title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #06c;
}

.pure_login_button span.description {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
}

.recent_content .tab_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    top: 1px;
    z-index: 10;
}

.recent_content .tab_nav li {
    float: left;
    position: relative;
    top: 5px;
}

.recent_content .tab_nav a {
    padding: 4px 25px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    background: #f1f4f9;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #adadad;
    transition: background .2s ease;
}

.recent_content .tab_nav a:hover {
    background: #fff;
    border-bottom-color: #fff;
    text-decoration: none;
}

.recent_content .tab_nav li.selected {
    top: 0;
}

.recent_content .tab_nav li:last-child a {
    border-right: 1px solid #e5e5e5;
}

.recent_content .tab_nav li.selected a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    background: #fff;
    color: #59379e;
}

.recent_content .tab_nav li.selected + li a {
    border-left: 0;
}

.recent_content_container {
    line-height: 1.5em;
    border: 1px solid #e5e5e5;
    padding: 1em;
    position: relative;
    z-index: 5
}

.recent_content_container .show-more {
    display: inline-block;
    background: #59379e;
    color: #fff;
    border-radius: 15px;
    padding: 1px 15px;
    text-transform: uppercase;
    float: right;
    transition: background .2s ease;
}

.recent_content_container .show-more:hover {
    background: #432481;
    text-decoration: none;
}

.frontpage-about-section h2 {
    margin: 0 0 5px 0;
}

.frontpage-about-section p {
    margin: 0 0 5px 0;
}

.frontpage-about-section hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #9a9a9a;
    border: 0;
    margin: 40px 0 20px 0;
}

/***********************
* Global tabs
************************/

.tabs {
    margin: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 20px;
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 1px;
    z-index: 10;
}

.tabs .dropdown .dropdown-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
}

.tabs .dropdown .dropdown-menu a {
    border-bottom: 1px solid #e5e5e5;
}

.tabs .dropdown.hide {
    display: none !important;
}

.tabs .dropdown li {
    float: none;
}

.tabs .dropdown a:hover, .tabs .dropdown a:active {
    border-bottom-color: #e5e5e5;
}

.tabs .dropdown > ul {
    transition: 0.5s;
}

.tabs .dropdown.active > a {
    background: #fff;
}

.tabs .dropdown:hover > ul,
.tabs .dropdown:active > ul,
.tabs .dropdown.active > ul {
    visibility: visible;
    transition-delay: 0s;
}

.tabs > ul > li {
    float: left;
    position: relative;
    top: 5px;
}

.tabs .dropdown > a {
    border-left: 0;
}

.tabs .dropdown a,
.tabs .last-child a {
    border-right: 1px solid #e5e5e5;
}

.tabs ul a {
    padding: 4px 30px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-bottom: 0;
    background: #f1f4f9;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #adadad;
}

.tabs ul a:hover,
.tabs ul a:active {
    background: #fff;
    border-bottom-color: #fff;
    text-decoration: none;
}

.tabs ul li.selected {
    top: 1px;
}

.tabs ul li.selected a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    background: #fff;
    color: #59379e;
}

.tabs ul li.selected + li a {
    border-left: 0;
}

.tabs ul a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*************************************
* List links
**************************************/

ul.list_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list_links li {
    display: block;
}

ul.list_links a {
    display: block;
    padding: 3px 10px;
    font-size: 18px;
    border: 1px solid transparent;
}

ul.list_links a span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../gfx/arrow_right.png) left center no-repeat;
}

ul.list_links a:hover,
ul.list_links li.selected > a {
    background: #f1f4f9;
    border-color: #ebebeb;
}

ul.list_links li.empty {
    display: none;
}

/*************************************
* List links
**************************************/

ul.list_renderings {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list_renderings li {
    margin-bottom: 20px;
}

ul.list_renderings li h2 {
    font-weight: 400;
    line-height: 20px;
}

ul.list_renderings_small li {
    margin-bottom: 12px;
}

ul.list_renderings_small li h2 {
    font-size: 14px;
    line-height: 18px;
}

ul.list_renderings_small p {
    font-size: 12px;
    line-height: 14px;
}

/*************************************
* Search box on family search pages
**************************************/

div.search_box {
    background: #c5b9dd;
    padding: 25px 60px;
    color: #fff;
}

div.search_box input,
div.search_box select,
div.search_box textarea {
    color: #333;
}

div.search_field_container {
    background: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

div.search_field_container input.portal_searchfield {
    float: left;
    width: 90%;
    height: 60px;
    margin: 0 5%;
    line-height: 1;
    font-size: 22px;
    font-style: normal;
    color: #333;
    background: #fff;
    border: 0;
    padding: 0;
    outline: 0;
}

div.search_field_container input.portal_searchfield::-webkit-input-placeholder {
    font-style: italic;
    color: #bbb;
}

div.search_field_container input.portal_searchfield:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #bbb;
}

div.search_field_container input.portal_searchfield::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #bbb;
}

div.search_field_container input.portal_searchfield:-ms-input-placeholder {
    font-style: italic;
    color: #bbb;
}

div.search_field_container input.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: 7px solid #fff;
    width: 180px;
    height: 60px;
    background: #542f9e;
    border-radius: 31px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    outline: 0;
    z-index: 5;
    transition: width .3s cubic-bezier(0, 0.41, 0, 1.01);
}

div.search_box div.portal_disclosure_body a.portal_link {
    color: #fff;
    font-size: 18px;
    border: 0;
}

div.portal_disclosure_body p.core_filter_multipleorganisations_reset a.portal_link {
    color: initial;
}

div.search_box #advanced {
    font-size: 16px;
    margin-bottom: 1em;
}

div.portal_disclosure_body a.portal_link {
    font-size: 14px;
    border-bottom: 1px solid #b9d0db;
}

div.search_box div.core_searchform_advanced input {
    font-size: 14px;
    border: 1px solid #bcc2c9;
    border-radius: 2px;
    width: 150px;
    padding: 0.5em;
}

div.search_box div.core_searchform_advanced select {
    border: 1px solid #bcc2c9;
    border-radius: 2px;
    padding: 0.5em
}

div.search_box div.core_searchform_advanced div.core_filter_legend {
    margin: 5px 0 2px 0;
}

div.search_box div.core_searchform_advanced span.portal_searchfield input {
    padding: 0.5em;
    font-style: normal;
    color: #000;
}

/***********************
* Search refinement
************************/

.search_refinement {
    background: #c5b9dd;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.search_refinement a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.search_refinement a.search_index_selected {
    font-weight: 500;
}

.search_refinement_list a {
    display: block;
    padding: 3px 0 3px 25px;
}

.search_refinement_list a.search_index_selected {
    background: url(../../gfx/icon_check_white.png) left center no-repeat;
}

.search_refinement_inline a {
    display: inline-block;
    padding: 3px 6px;
}

.search_refinement_inline .search_index_selected,
.search_refinement_inline a:active,
.search_refinement_inline a:hover {
    background: #988eaf;
    text-decoration: none;
}

.clear-search {
    text-align: center;
    padding: 0 0 10px 20px;
}

.clear-search a {
    color: #000;
}

.sub-navigation .tab {
    border: 1px solid #c5b9dd;
    border-top: 0;
    display: inline-block;
    padding: 5px 10px;
}

.sub-navigation .tab a {
    color: #ccc;
}

.sub-navigation .tab.current {
    background: #c5b9dd;
}

.sub-navigation .tab.current a {
    color: #fff;
}

/***********************
* Views
************************/

.view_title h1 {
    margin-bottom: 0;
}

.view_title p {
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.view_title_person h1 {
    margin-bottom: 15px;
}

.view_title_person p {
    display: block;
    font-size: 24px !important;
    font-weight: 500;
    font-style: normal;
}

.portal_list .rendering_person .link.person span {
    font-weight: bold;
}

.rendering_upmproject_awards h2.title,
.rendering_award_projectrelations h2.title {
    margin-bottom: 5px;
}

.person_photo img {
    width: 100%;
    height: auto;
}

.person_selected_content {
    margin: 30px 0;
}

.person_selected_content .readmore {
    text-align: right;
}

.view_id {
    text-align: right;
    color: #ddd;
    font-size: 12px;
}

.portal_link.back-btn {
    background: url(../../gfx/icon_back.png) 0 2px no-repeat;
    padding-left: 20px;
}

/***********************
* Footer
************************/

#footer {
    padding: 20px 0;
    color: #333;
    font-size: 14px;
    background: #e8e8e8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #e8e8e8 0%, #fff 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(90%, #fff));
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #fff 90%);
    background: -o-linear-gradient(top, #e8e8e8 0%, #fff 90%);
    background: -ms-linear-gradient(top, #e8e8e8 0%, #fff 90%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
}

#footer_content {
    max-width: 1100px;
    margin: 0 auto;
}

#footer a {
    color: #06c;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_column {
    margin-left: 4%;
}

.footer_column img {
    float: left;
}

.footer_column .footer_text {
    margin-left: 60px;
}

.footer_column .footer_text h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.footer_column .footer_text p,
.footer_column .footer_text span,
.footer_column .footer_text a {
    margin: 5px 0;
    font-size: 12px;
    line-height: 15px;
}

.footer_column .footer_text strong {
    margin-right: 3px;
    font-size: 12px;
}

#footer_university {
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;
    padding: 13px 0;
    text-align: right;
}

.footer_column .footer_text a {
    display: block;
}

.footer_column .footer_text.footer_contact a {
    display: inline;
}

#footer_university img {
    max-width: 145px;
}

/***********************
* Global charts
************************/

div.portal_chart {
    height: 250px;
}

/***********************
* Global images
************************/

img {
    max-width: 100%;
    height: auto;
}

a img {
    border: 0;
}

/***********************
* Global headers
************************/

h1, h2, h3 {
    color: #59379e;
}

h1 {
    font-size: 2em;
    line-height: 1em;
    font-weight: 300;
}

h2 {
    font-size: 1.4em;
}

/***********************
* Global links
************************/

a {
    color: #06c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

/***********************
* Various
************************/

.displaynone {
    /*display: none;*/
    background: red;
}

.notopmargin {
    margin-top: 0;
}

.margintop {
    margin-top: 40px;
}

.right {
    float: right;
}

.persons .portal_search_container.for_publications ol.portal_list li span.workflow_step {
    display: none;
}

.rendering_upmproject_portal-fundingportal ul li{
    padding: 0 0 30px 0;
}

.funder-logo-wrap img{
    max-width: 200px;
}

@media all and (max-width: 60.938em) /*975px*/ {
    body,
    ul.list_links a,
    .recent_content .tab_nav a {
        font-size: 14px;
    }

    #main_menu ul li a {
        font-size: 16px;
    }

    #header #logo {
        font-size: 45px;
    }

    .banner {
        height: 280px;
    }

    .banner_content h1 {
        font-size: 24px;
    }

    .banner_search_form .banner_search_button {
        width: 110px;
        height: 44px;
        font-size: 16px;
    }

    .banner_search_form input.portal_searchfield {
        height: 40px;
        font-size: 18px;
        line-height: 44px;
    }

    .banner_search_form {
        height: 44px;
    }

    .recent_content .tab_nav li {
        width: 30%;
    }

    .recent_content .tab_nav li:first-child {
        width: 40%;
    }

    .col.span_3_of_12.footer_column {
        height: 95px;
        width: 48%;
    }

    .col.footer_column:nth-child(3) {
        margin-left: 0;
    }
}

@media all and (max-width: 53.750em) /*860px*/ {
    #main_menu ul li a {
        font-size: 14px;
    }
}

@media all and (max-width: 52.500em) /*840px*/ {
    #header {
        height: 86px;
    }

    #header #logo {
        font-size: 35px;
    }


}

@media all and (min-width: 48.063em) /*min 769px*/ {
#main_menu ul {
display: block !important;
}
}

@media all and (max-width: 48.063em) /*769px*/ {
    .margintop {
        margin-top: 0;
    }

    .banner_content {
        right: 20px;
    }

    #main_menu ul {
        display: none;
        border-top: 6px solid #432481;
        background: #59379e;
        position: absolute;
        left: 0;
        top: 100%;
        width: 350px;
        z-index: 99;
    }

    #main_menu ul li {
        box-sizing: border-box;
        text-align: center;
        border-bottom: 1px solid #857a9c;
        width: 50%;
    }

    #main_menu ul li:nth-child(odd) {
        border-right: 1px solid #857a9c;
    }

    #main_menu ul li > a:after,
    #main_menu ul li > a:hover:after,
    #main_menu ul li.selected > a:after,
    #main_menu ul li::before {
        display: none;
    }

    #main_menu ul li.selected a {
        background: #432481;
    }

    .mobile-btn {
        display: block;
    }


    #header_search {
        position: static;
        float: right;
        display: inline-block;
    }

    #header_search .header_search_input {
        transition-delay: 0s;
        margin: 0 10px;
        width: 200px;
    }
    
    .span_3_of_12 {
        width: 30%;
    }

    .span_6_of_12 {
        width: 66%;
    }

    .sharing_buttons {
        margin: 15px;
    }
    
    .view_container .span_9_of_12,
    #content .col:last-child,
    #content .col.right {
        margin-left: 0;
        width: 100%;
    }
}

@media all and (max-width: 45.000em) /*720px*/ {

    .banner {
        height: 210px;
    }

    .banner_content {
        top: 40px;
        left: 20px;
        padding: 0 10%;
        width: 74%;
    }

    .banner_content h1 {
        text-align: center;
    }

    #header #logo {
        font-size: 30px;
    }

    #main_menu {
        text-align: center;
    }

    .tabs ul a {
        font-size: 14px;
    }

    .footer_column .footer_text {
        margin-right: 15px;
    }
}

@media all and (max-width: 40.625em) /*650px*/ {

    #header #logo {
        font-size: 25px;
    }

    .banner_content h1 {
        font-size: 20px;
    }

    div.search_box {
        padding: 20px 40px;
    }

    div.search_field_container input.search_button {
        height: 45px;
        width: 115px;
    }

    div.search_field_container input.portal_searchfield {
        height: 45px;
    }

    div.search_field_container input.portal_searchfield {
        font-size: 18px;
    }

    .tabs ul a {
        padding: 4px 10px;
    }
}

@media all and (max-width: 36.813em) /*589px*/ {
    #header #logo {
        font-size: 18px;
    }

    .banner {
        height: 190px;
    }

    .banner_content h1 {
        line-height: 26px;
    }

    .col {
        margin: 1% 0 1% 0;
    }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
        width: 100%;
    }

    .col.span_3_of_12.footer_column {
        width: 50%;
    }

    /*#content .section.group .col:first-child {*/
    /*text-align: center;*/
    /*}*/
    .pure_login_button,
    #content .section.group .col:first-child > h2,
    #content .section.group .col:first-child > ul {
        display: none;
    }

}

@media all and (max-width: 32.500em) /*520px*/ {

    #header {
        text-align: center;
        height: 110px;
    }

    #header #university,
    #header #logo {
        margin: 0;
        position: absolute;
    }
    
    #header #university {
        top: 20px;
        right: 20px;
        width: 140px;
    }
    #header #logo {
        bottom: 20px;
        left: 0;
        right: 0;
        font-size: 24px;
    }

    #header_search .header_search_input {
        width: 160px;
    }

    .banner_search_form .banner_search_button,
    div.search_field_container input.search_button {
        background: #542f9e url(../../gfx/icon_search.png) center center no-repeat;
        text-indent: -99999px;
        width: 45px;
    }

    .banner_search_form .banner_search_button {
        width: 44px;
    }

    div.portal_navigator_pages a,
    div.portal_navigator_pages strong {
        padding: 2px 6px;
    }

    .banner_content h1 {
        font-size: 25px;
    }

    .recent_content .tab_nav a {
        padding: 4px 10px;
    }

    div.rendering table.properties th {
        white-space: normal;
        padding-left: 0;
        width: 30%;
    }

    .col.span_3_of_12.footer_column {
        width: 100%;
    }

    .tabs {
        padding-left: 0;
    }
}

@media all and (max-width: 26.250em) /*420px*/ {
    #main_menu ul {
        width: 100%;
    }

    #header_search .header_search_input {
        width: 100px;
    }

    div.portal_navigator_rss a.rss_link {
        display: none;
    }
    div.search_field_container input.portal_searchfield {
        font-size: 14px;
    }

    div.search_box {
        padding: 15px 15px;
    }

    .mobile-btn {
        width: 30px;
    }
}

@media all and (max-width: 21.875em) /* 350px */ {
    .banner_content h1 {
        font-size: 20px;
    }

    /*.pure_login_button_mobile .title {*/
    /*display: none;*/
    /*}*/
    /*.pure_login_button_mobile {*/
    /*padding: 16px;*/
    /*}*/
}

