/* to be consolidated   */
.secondary-nav>.secondary-nav-list>.page_item {
	border: none;
}

.secondary-nav>.secondary-nav-list {
	background-color: white;
}

.secondary-nav>.secondary-nav-list>.page_item>a:hover {
	color: #005088;
	border-bottom: solid 2px #d40000;
}

.secondary-nav>.secondary-nav-list>.page_item>a {
	font-family: Lato;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #005088;
	padding: 0px;
	margin: 15px 0px;
	width: fit-content;
	border-bottom: solid 2px white;
}

/* profile actual  */

@media only screen and (max-width: 860px){
	.filter-form-pane.force-width-page-profile{
			flex: 0 0 100%;
		max-width: calc(98% - 131px);
	}
}

.profile-listing .title{
	 font-family: Lato;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
}

.profile-tile-container{
		width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;

	margin-left: auto;
	margin-right: auto;
	animation: fadeIn ease 5s;
	visibility:hidden;
	
}

.profile-tile-container-section-divider{
	margin-top:20px;
}

.profile-tile-container-pane{
		flex: 0 0 50%;
	max-width: 500px;
}

.profile-tile-container-card{
    text-align: left;
	background-size: cover;
	    padding: 30px;
    margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: 2px 1px 7px 0 rgba(0, 0, 0, 0.31);
  background-image: linear-gradient(to bottom, #e7efff 3%, #ffffff 98%);
}

.profile-tile-container-card-social-block a{
	width:25px;
	height:25px;
}

.profile-tile-container-card-social-block a:hover{
	width:25px;
	height:25px;
	opacity:0.5;
}

.profile-tile-container-card-top-section>.profile-image{
	height:180px;
	width:140px;
	background-size: cover;
}

.profile-tile-container-card-top-section{
	   
    padding-bottom: 20px;
}

.profile-tile-container-card-social-section{
		min-height:25px;
		position:relative;
		margin-bottom:15px;
}

.profile-tile-container-card-social-blue-divider{
		    border-bottom: 1px solid #81cbff;
			    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(50%);
	
}
.contact_information{
	margin-top: 20px;
}

.contact_information_line{
	position:relative;
	min-width: 210px;
}

.contact_information_line>a,.contact_information_line_entity{
    position: absolute;
    left: 14px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #313131;
}

.profile-listing .name{
	margin-top: 10px;
    font-family: Lato;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #005088;
}

.profile-listing  .info.title{
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 17px;
  letter-spacing: normal;
  color: #323232;
}

.profile-listing .label{
	  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color:  #005088;
  margin-top: 20px;
}

.profile-listing .info{
	  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.contact_information_line>img{
	    transform: translateY(-2px);
		    width: 10.5px;
}

.profile-listing .info > ul{
	margin:0px;
	padding:0px;
}


.profile-listing .info > ul li {
  color: #000000;
  /* set color of list item text */
    list-style: none;
    margin-left: 20px;
  /* Give the bullet room on the left hand side */
  padding: 0;
  position: relative;
}

 .profile-listing .info > ul li::before {
  color: #006b6e;  
  /* color of bullet or square */
  content: "\2022"; 
  /* Unicode of character to precede the list item */
  display: inline-block;
  font-size: 1em; 
  /* use em or % */ 
    left: -19px;
  /* use em, line up bullet flush with left hand side */
  position: absolute;
  /* Set the bullet positioned absolutely top left */
  top: 0em; 
  /* use em or % */
}


.profile-tile-container-card-top-section{
	position:relative;
}

.profile-latest-pub{
	    position: absolute;
top: calc(50% - 10px);
    left: 160px;
    transform: translateY(-50%);
}

.profile-latest-pub-title{
	    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #005088;
	padding-right: 20px;
}

.profile-latest-pub-title:hover{
	color:#a91317 !important;
}

.profile-latest-pub-category{
	    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    font-family: Lato;
 font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
}

.red-divider-line{
	position: absolute;
    height: 4px;
    background: #d40000;
    width: 30px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1399px) and (min-width: 961px) {
	.col-1-3.print-collapse.profile-listing{
		display:none;
	}
	
	.col-2-3.profile-listing-page-container{
		    width: 100%;
	}
	
	
}

@media only screen and (max-width: 960px){
	.col-1-3.print-collapse.profile-listing{
		display:none;
	}
	
	.col-2-3.profile-listing-page-container{
		    width: 100%;
	}
	
	.profile-tile-container-card{
		margin-right:0px;
	}
	
	.profile-listing .name{
			text-align:left;
	}
	
	.profile-tile-container-pane{
		flex: 0 0 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	}
	
	.profile-tile-container-card{
		height:auto!important;
	}
}

@media only screen and (max-width: 600px){
	.profile-tile-container-card{
		padding:10px;
	}
	
	.profile-tile-container-card-top-section>.profile-image{
    width: 115px;
    background: center center;
    height: 170px;
	background-size: cover;
	}
	
	.profile-latest-pub{
		left: 125px;
	}
	
	.profile-latest-pub-title{
			font-size:14px;
	}
	
	.profile-latest-pub-category{
			font-size:11px;
	}
}

@media only screen and (max-width: 500px){
	.profile-listing-page-container{
		margin-left:20px;
		margin-right:21px;
	}
}


/***single page**/
.profile .profile-article{
	padding-right:0px;
}

.profile_header-container{
		width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;

	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	
 background-image: linear-gradient(to top, #e7efff 3%, #ffffff 98%);

    position: relative;
	padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.profile_header-pane-1{
		flex: 0 0 auto;

	min-width: 200px;
	  position: relative;
}

.profile_header-pane-2{
		flex: 0 0 40%;
	max-width: 300px;
}

.profile_header-pane-3{
    flex: 0 0 40%;
    max-width: 350px;
	    margin-bottom: 30px;
		  position: relative;
}

.profile_header-pane-4{
		flex: 0 0 100%;
	max-width: 500px;
}

.profile-image{
    height: 267px;
    width: 196px;
    background-position: center,center;
    background-size: cover;
	  box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, 0.31);
	
}

.profile_header-pane-2-content{
	
		height:100%;
	    position: relative;
}

.profile_header-pane-2-content-block{
	
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-0%);
}

.profile_header-pane-2-content-block>.name,.profile_header-pane-2-content-block>.info,.profile_header-pane-2-content-block>.contact_information{
	margin-left:0px;
}

.mobile-only{
	display:none;
}

.profile_header-pane-1-content{
		height:100%;
	    position: relative;
}

.profile_header-pane-3-content{
	height:100%;
	  
}

.profile_header-pane-3-content>.profile-latest-pub{
	    position: absolute;
    top: 0%;
    left: 10px;
    transform: translateY(0%);
	    box-shadow: 10px 8px 27px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.53);
    padding-top: 30px;
padding-left: 20px;
    padding-right: 10px;
padding-bottom: 30px;
	    border-radius: 6.5px;
		width: 100%;
	max-width: 300px;
}

.profile .profile-article{
		padding-right:0px;
}

.profile_header-pane-3-content>.profile-latest-pub>.profile-latest-pub-title{
	font-size:19px;
	
}

.profile_header-pane-3-content>.profile-latest-pub>.profile-latest-pub-category{
	font-size:11px;
}

.profile_header-pane-2-content-block>.name,.profile_header-pane-4-content-block>.name{
	 font-family: Lato;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
  padding-bottom:10px;
}

.info.education{
	margin-top:20px;
}

.profile_header-pane-2-content-block>.info.title,.profile_header-pane-4-content-block>.info.title{
	font-family: Lato;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 17px;
  letter-spacing: normal;
  color: #323232;
  
}

.profile_header-pane-2-content-block>.info>.label,.profile_header-pane-4-content-block>.info>.label{
	font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
}

.profile_header-pane-2-content-block>.info,.profile_header-pane-4-content-block>.info{
	font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #313131;
}

.profile_header-pane-2-content-block>.contact_information,.profile_header-pane-4-content-block>.contact_information{
	margin-top:20px;
}

.profile_header-pane-4-content-block>.name,.profile_header-pane-4-content-block>.info.title,.profile_header-pane-4-content-block>.info.title,.profile_header-pane-4-content-block>.info{
	margin-left:0px;
	padding-left:0px;
}

.profile .tabs .control-link{
		height:auto;
}

.research-interests-info-panel{
	height: 100%;
    line-height: 18px;
    overflow: hidden;

}

.research-interests-info-panel ul{
	margin-bottom: 0px;    
	padding-left: 15px;
}

.research-interests-info-panel-more,.research-interests-info-panel-less{
	display:none;
	color: #005088;
	cursor:pointer;
	    margin-top: 5px;
	    font-size: 15px;
    font-weight: 600;
	position: relative;

    transform: translateX(15px);
}

.research-interests-info-panel-less span{
	transform: rotate(270deg);
    position: absolute;
    font-size: 19px;
    left: 40px;
}

.research-interests-info-panel-more span{
	    position: absolute;
    font-size: 19px;
    left: 42px;
	    top: -2px;
}

.research-interests-info-panel-more:hover,.research-interests-info-panel-less:hover{
	color: #a91317 !important;
}

.tabs .controls.six-cols .control{
	    background: none;
    width: auto;
    height: auto;
	margin-right:17px;
	margin-top: 10px;
}

.profile .tabs .controls{
	 height: auto;
}

.tabs .controls .control .control-link{
	  font-family: Lato;
  font-size: 14.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
  background: none;

  
      width: auto;
    padding: 0px;
	padding-bottom: 10px;
    margin: 0px;
    border-bottom: 2px white solid;
	
	  margin-right: 30px;
}

.tabs .controls .control.active .control-link{
	background: none;
  font-family: Lato;
  font-size: 14.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
    width: auto;
    padding: 0px;
	padding-bottom: 10px;
    margin: 0px;
    border-bottom: 2px red solid;
}

.tabs .controls .control .control-link:hover{
		  font-family: Lato;
  font-size: 14.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088!important;
  background: none;
    border-bottom: 2px red solid;
}

.profile .tabs .tab{
	padding-left:0px;
	  font-family: Lato!important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #313131;
}

.tab-content>.list>h3{
	font-family: Lato;
	font-weight: bold;
}

@media only screen and (max-width: 1410px) and (min-width: 961px) {
	.col-1-3.print-collapse{
		display:none;
	}
	
	.col-2-3.single-profile-page-container{
		width:100%;
	}
}

@media only screen and (max-width: 1090px){
	.profile_header-pane-2{
		display:none;
	}
	
	.profile_header-pane-4.mobile-only{
		display:block;
		margin-top: 40px;
	}
	
	.profile_header-pane-3{
flex: 0 0 100%;
    max-width: 50%;
	}
}

@media only screen and (max-width: 767px){
	.profile-image{
		height:196px;
		width:131px;
		box-shadow: 2px 1px 9px 0 rgba(0, 0, 0, 0.31);
	}
	
	.profile_header-pane-1{
		min-width:auto;
	}
	
	.profile_header-pane-3-content>.profile-latest-pub{
		padding:15px;
		width: 100%;

	}
}

@media only screen and (max-width: 650px){
	.content-view {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.single-profile-page-container{
		margin-right: 20px!important;
		margin-left: 21px!important;
	}
	
	.profile_header-container{
		padding-left:20px;
		padding-right:20px;
		    padding-bottom: 40px;
			margin-top: 0px;
	}
	
	.profile_header-pane-4.mobile-only{
		margin-top:30px;
	}
	
	.additional-post-content-tab{
		    display: none;
	}
	
	#landing-view{
		display:none;
	}
	
}

@media only screen and (max-width: 500px){
		.single-profile-page-container{
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	
	.profile .tabs{
		margin-right: 10px!important;
		margin-left: 10px!important;
	}
	
	
	.last-update,.social-share{
		margin-right: 10px!important;
		margin-left: 10px!important;
	}
	
	
}


@media only screen and (min-width: 768px)
{
	.profile.profile-article{
		padding-right:0px;
	}
}

@media only screen and (max-width: 960px){
	.tabs .tab .tab-title{
		text-align:center;
		color:#005088;
		background: none;
    border: solid 2px #e7e7e7!important;
font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom: 5px;
	}
	
	.tab-title.js-toggle-tab{
		display:block;
	}
	
	.profile .tabs .tab{
			display:block;
	}

	.tab.active>.slide-container>.tab-title.js-toggle-tab{
		border: solid 3px #d40000!important;
		font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005088;
	}
	
	.tabs .tab .tab-title .icon{
		display:none;
	}
	
	.profile_header-pane-3-content>.profile-latest-pub>.profile-latest-pub-title{
		font-size:16px;
	}
	
	.additional-post-content{
	display:block!important;
	}
}


#content-research-interests ul,#content-professional-activities ul{
	    margin-left: -20px;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}



.pagination {
	float: left;
	font-family: Lato;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
}

.pagination-item {
	border: none;
	border-color: transparent!important;
}

.pagination .pagination-item:hover,
.pagination .pagination-item.active {
	border: none;
	border-color: transparent!important;
	font-weight: 900;
	transition: none;
}
