/* AGU /*

/*	
*	WARNING - This hub.css file is for hub branding / colour changes and is version controlled
*	Hub and journal content specific styling are to be added via widgets / rich text editors.  
*	Any changes to this file need to be requested from Iain Blow (iblow@wiley.com).
*	Editing this file without permission could result in any edits being overwritten
*/

.side-section-header,
.loi--res .side-section-header {
	background: #005274;
}

.side-section-header ,
.side-section-header a {
	color : #fff;
}

/* DR 20180314 - make sure transplanted top links are also bold */
.pages-nav--res  .transplanted-clone>.menu-item>a{
	background-color: #fff;
}

.pages-nav--res  .transplanted-clone>.menu-item>a span{
	font-weight: 600;

}

.pages-nav--res .transplanted-clone .dropdown__toggle{
	background-color: #fff;
}

/* side link cleanup */
.unordered-list-textlinks li{
	font-weight: 600;
	line-height: 1.1rem;
}
.unordered-list-textlinks a{
	transition-property: background, color;
	transition-duration: 0.25s;
	padding:10px 15px;
	display:block;
}
.unordered-list-textlinks a:hover{
	background: #efeff0; 
	cursor: pointer;
	color: #005274; 
}
.unordered-list-textlinks a:active{
	color: #fff;
	cursor: default;
	background-color: #005274; 
}
.side-section-header+.unordered-list-textlinks{
	padding-top:-10px;
}
.hub-main-content .col-md-12>.row>.col-sm-4 .pb-rich-text{
	padding: 0 12px;
}
.hub-main-content .col-md-12>.row>.col-sm-4 .pb-rich-text .side-section-header{
	margin: 0 -12px 15px -12px;
}
.side-section-content{
	padding-right: 12px;
	padding-right: 0.75rem;
}

ul.rlist.dropdown__menu {
  max-height: 400px;
  overflow-y: auto;
}
