@charset "UTF-8";
/* CSS Document */


/* ================================================================================
   GENERAL
================================================================================ */
body.home.blog .header.header {
    background-image: url(../img/layout/header/Background-PHR-lr.jpg);
    background-position: center;
    background-size: cover;
}

#login {
    padding: 28px 0;
    margin: 20px 50px;
    width: 450px;
    box-shadow: 0 2px 30px 10px rgba(0,0,0,0.2);
}

.profile--header__photo {
    width: 100%;
    height: 45rem;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: top -400px center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home--subheader {
    background-color: #a4d9ed;
    min-height: auto;
    margin-top: -8rem;
    z-index: 1;
    padding: 20px 20px 20px;
}

.nav .list-item:last-child .list-item__link:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #213368;
    -webkit-mask-image: url(../img/layout/header/logout.svg);
    mask-image: url(../img/layout/header/logout.svg);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.nav .list-item:last-child {
    padding-right: 50px;
}

.wrapper.nav {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.wrapper.nav {
		margin-top: 0px;
	}
	.header {
    min-height: 14rem;
	}
}


@media (max-width: 47.99em){
	
/*LOGGED IN*/
body.logged-in div#wpadminbar {
    margin-top: -46px;
}

/*--END--*/
	
.profile-template-default .nav {
    display: block;
}
	
.nav a.logo {
    position: relative;
    width: 200px;
    height: 35px;
    margin: 10px 0;

}
}

.profile__content {
    font-size: 1.6rem;
	
}
@media (max-width: 47.99em){
.profile__content {
    font-size: 1.4rem;
}
}
.card-header {
    padding: 0.5rem 0.25rem;
}

.card-body {
    padding: 2.5rem 1.25rem 3.5rem ;
}


div#accordion-activities,
div#accordion-output {
    margin-top: -15px;
}


.tab-item__link.js-active {
    border-bottom: 0.5rem solid #50B6DD;
}
.tab-item__link {
    padding-bottom: 0.7rem;
	font-size: 1.4rem;
}

.tab-item__link:hover {
    border-bottom: 0.5rem solid #213368;
}

@media (max-width: 35.99em){
.tab-item__link {
    font-size: 1.0em;
	padding-bottom: 1rem;
}
}

/* Publications */

.profile .publication-card__title {
    font-weight: 600;
    margin-bottom: 1rem;
}
.publication-card__meta {
    font-weight: 700;
    font-size: 1.3rem;
	color: #5788ab;
}
.publication-card {
    border-top: 1px solid #8494c3;
    margin-bottom: 20px;
    padding-top: 15px;
}

.publication-card__meta-doi > a {
	text-decoration: underline;
	color: #5788ab;
}

/* ================================================================================
  SEARCH
================================================================================ */

.wpv-filter-form label {
    font-size: 1.4em;
    font-weight: 700;
    color: #213368;
}

.wpv-filter-form .form-control {

    font-size: 1.5rem;
}
.form-submit {
    float: right;
}
input.btn-secondary.wpv-submit-trigger.js-wpv-submit-trigger.btn {
    background-color: #21336A;
    font-size: 1.4em;
    padding: 5px 30px;
    border: none;
}

/* ================================================================================
   ONMEDIA
================================================================================ */


.onmedia-card {
	border-bottom: 1px solid #8494c3;
	margin-bottom: 20px;
}
.onmedia-card h3{
	margin-top:10px;

}
.onmedia-card a {
    width: 100%;
}



/* ================================================================================
   FOOTER
================================================================================ */
footer {
  position: relative;
  height: 500px;
  padding: 0px 0px 75px;
  background: url("../img/layout/footer/Footer_Image.jpg") no-repeat center;
  background-size: cover; 
  margin-top: 100px;}
  footer .container {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 0;
    right: 0;}
    footer .container .footerMenu {
      width: 100%;
      height: 110px;
      margin-top: 75px;
      float: left;
      color: #213368;
      background-color: #FFF; }
      footer .container .footerMenu ul {
        margin-right: 10px;
        padding: 0px;
        display: inline-block;
        float: right; }
        footer .container .footerMenu ul li {
          display: inline-block;
          list-style-type: none; }
          footer .container .footerMenu ul li a {
            padding: 0px 10px;
            color: #213368;
            font-weight: 700;
            text-transform: uppercase;
            transition: .15s ease-in-out; }
            footer .container .footerMenu ul li a:hover {
              color: #50b6dd; }
      footer .container .footerMenu span {
        float: right;
        color: #213368;
        font-weight: 700; }
		footer .container .footerMenu span.logo{
		position: relative;
		width: 250px;
		height: 60px;
		background: url(../img/logo_phr.svg) no-repeat center left;
		z-index: 100;
		float: left;
		}	
      footer .container .footerMenu a.credits {
        width: 100%;
        display: block;
        float: right;
        text-align: right;
        color: #213368;
        font-size: .9em; }

  footer .bgGradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(62,159,226);
	background: -moz-linear-gradient(45deg, rgba(62,159,226,0.700717787114846) 0%, rgba(38,75,148,0.7035189075630253) 40%, rgba(30,46,120,0.6474964985994398) 82%);
	background: -webkit-linear-gradient(45deg, rgba(62,159,226,0.700717787114846) 0%, rgba(38,75,148,0.7035189075630253) 40%, rgba(30,46,120,0.6474964985994398) 82%);
	background: linear-gradient(45deg, rgba(62,159,226,0.700717787114846) 0%, rgba(38,75,148,0.7035189075630253) 40%, rgba(30,46,120,0.6474964985994398) 82%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e9fe2",endColorstr="#1e2e78",GradientType=1);
}

.footerMenu .menu {
    font-size: 1.3em;
}
.divHeight {
    height: 500px;
}

.menu > span {
    display: block;
    margin-top: 3px;
}
.footerMenu .menu {
    font-size: 1.3em;
}
ul#menu-footer li a {
    font-size: 0.8em;
    line-height: 0.5px;
}
.vAlign {
    display: flex;
    justify-content: center;
    align-items: center;
}


.cmplz-body p {
 	color: #fff;	
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgba(239, 239, 239, 0.8) !important;
}
.cmplz-cookiebanner .cmplz-category-header span,
.cmplz-cookiebanner .cmplz-description span{
    color: #21336A !important;
}

/*
#gdprc_bar {
  position: fixed;
  bottom: 20px !important;
  right: 20px;
  width: 300px;
  height: auto;
  padding: 20px;
  background-color: #213368 !important;
  border: none; }
  #gdprc_bar .container {
    width: auto !important;
    padding: 0px;
    display: block; }
    #gdprc_bar .container .gdprc_content {
      width: auto !important;
      margin: 0px; }
      #gdprc_bar .container .gdprc_content h3, #gdprc_bar .container .gdprc_content p {
        color: #FFF; }
      #gdprc_bar .container .gdprc_content p {
        margin: 0px;
        font-weight: 300; }
      #gdprc_bar .container .gdprc_content a, #gdprc_bar .container .gdprc_content .gdprc_content__link_separator {
        color: #FFF;
        font-family: NexaRegular, sans-serif;
        font-size: 1.2em;
        display: none; }
    #gdprc_bar .container .gdprc_actions {
      width: 100%;
      min-width: 100%;
      transition: .15s ease-in-out; }
      #gdprc_bar .container .gdprc_actions .gdprc_action__bar_save_all {
        padding: 5px 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        border: none;
        color: #FFF;
        background-color: #cd7a7d;
        border-radius: 0px;
        font-family: NexaRegular, sans-serif;
        font-size: 1em;
        line-height: 1.8em;
        text-transform: uppercase; }
        #gdprc_bar .container .gdprc_actions .gdprc_action__bar_save_all:hover {
          background-color: #50b6dd; }
      #gdprc_bar .container .gdprc_actions .gdprc_action__settings {
        color: #FFF;
        margin-top: 20px;
        font-family: NexaRegular, sans-serif;
        font-size: 1em;
        line-height: 1em;
        display: block;
        border-radius: 0px; }
        #gdprc_bar .container .gdprc_actions .gdprc_action__settings:hover {
          text-decoration: underline; }

#gdprc_settings {
  max-width: none;
  border: transparent;
  box-shadow: none !important; }
  #gdprc_settings .gdprc_header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: transparent !important; }
    #gdprc_settings .gdprc_header .gdprc_header__title {
      display: none; }
    #gdprc_settings .gdprc_header .gdprc_header__subtitle {
      line-height: 28px; }
  #gdprc_settings .gdprc_items {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-color: transparent !important; }
    #gdprc_settings .gdprc_items ul li {
      font-family: NexaRegular, sans-serif;
      font-size: 1em;
      line-height: 1.8em; }
    #gdprc_settings .gdprc_items .gdprc_item__toggle__wrapper input[type=checkbox]:checked + label {
      background-color: #213368 !important;
      border-color: #213368 !important; }
  #gdprc_settings .gdprc_items .gdprc_item__label {
    font-family: NexaRegular, sans-serif;
    font-size: 1em;
    text-transform: uppercase; }
  #gdprc_settings .gdprc_actions {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: transparent !important; }
    #gdprc_settings .gdprc_actions .gdprc_action__save,
    #gdprc_settings .gdprc_actions .gdprc_action__save_all {
      line-height: 1.8em;
      color: #FFF;
      background-color: #cd7a7d;
      font-family: NexaRegular, sans-serif;
      font-size: 1em;
      text-transform: uppercase;
      border: none;
      border-radius: 0px;
      text-shadow: none;
      transition: .15s ease-in-out; }
      #gdprc_settings .gdprc_actions .gdprc_action__save:hover,
      #gdprc_settings .gdprc_actions .gdprc_action__save_all:hover {
        background-color: #ad5558; }
    #gdprc_settings .gdprc_actions .gdprc_action__delete span {
      color: #cd7a7d;
      font-family: NexaRegular, sans-serif;
      font-size: 1em;
      line-height: 1em; }
      #gdprc_settings .gdprc_actions .gdprc_action__delete span:hover {
        color: #000;
        text-decoration: underline; }


*/