.rightbar{
	font-size: .8em;
	clear: both;
	padding-top: 60px;
}

.rightbar article {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.rightbar h3, .rightbar .h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 8px 0 6px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.3;
	text-transform: uppercase;
}
.rightbar a, .rightbar li p{
    font-weight: 600;
    color: #222;
}
.rightbar a .read-more-link {
	font-size: .966666em;
	color: #001978;
}
.rightbar li p {
    margin-bottom: .28em;
}

.rightbar h4, .rightbar .h4 {
	margin-bottom: 0;
	font-weight: 600;
    font-size: 1em;
    color: #838383;
}

.rightbar ul {
    margin-bottom: 25px;
    padding-left: 0;
}

.rightbar li {
    margin: 0 0 0 15px;
    position: relative;
}

/*.rightbar li:before{
    content:'>';
    position: absolute;
    top: 0px;
    left: -15px;
    color: #42b5b3;
    font-weight: 600;
}*/

.rightbar .agenda li {
    margin: 0 0 10px 0;
    position: relative;
}

.rightbar .agenda li:before{
    display: none;
}

.rightbar .share-bar li{
	display: inline-block;
	font-size: 1.8em;
	padding: 10px 7px;
}

.rightbar .share-bar li:before{
	display: none;
}

.rightbar .share-bar a{
	color: #42b5b3;
}

.event-host{
	overflow: hidden;
}

.rightbar .event-host figure{
	float: left;
	margin: 0 20px 0 0;
}

.event-host p{
    vertical-align: middle;
    display: inline;
    font-size: 1.2em;
}

.news-nav{
	padding: 14px 20px;
}

.share-bar ul{
	text-align: center;
}

.related-publications img{
    margin: 0 auto;
}

.autor-list li{
	border-bottom: 2px dotted #EEE;
	overflow: hidden;
	margin:0;
	padding:15px 0;
}

.autor-list li:first-child{
	padding-top:0;
}

.autor-list a{
	vertical-align: middle;
}

.main .autor-list figure{
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
}

.event-docs ul li{
   margin-left: 0;
}

.event-docs a{
	color: #001978;
}

.event-docs ul li:before {
   display: none;
}

.character-name{
	margin-bottom: 5px;
}

.character-image{
	position: relative;
    float: left;
    margin-right: 20px;
}

.character-image i{
    text-align: center;
    width: 29px;
    height: 27px;
    font-size: 2em;
    color: #42b5b3;
    line-height: 0;
    background: #FFF;
    border-radius: 50%;
	left: 55%;
	position: absolute;
	bottom: -10px;
}

.rightbar .unstyled-rightbar-list li{
	margin-left: 0;
}

.rightbar .unstyled-rightbar-list .itemLi{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #EEE;
    font-weight: 600;
    color: #222;
}

.rightbar .unstyled-rightbar-list .itemLi:hover, .rightbar .unstyled-rightbar-list .active {
    color: #001978;
}

.unstyled-rightbar-list li:before{
	display: none;
}

.rightbar .select-sort-by input[type="checkbox"]+label, .rightbar .select-sort-by input[type="radio"]+label {
	display: block;
	margin-bottom: 1em;
}
.rightbar .select-sort-by input[type="radio"]:checked+label:after {
    top: 5px;
    left: 5px;
}

@media (min-width: 767px) and (max-width:991px){
	.rightbar .share-bar{
		margin-top:40px;
	}
}
@media (min-width: 768px){

	.rightbar{
		clear: none;
		font-size: .9em;
		padding-top: 20px;
	}
	.character-image{
		float:none;
		display: block;
		margin:0 auto 20px;
		width:auto;
		text-align: center;
	}

	.character-image img{
		margin:0 auto;
	}

	.character-name{
		text-align: center;
	}

	.character-description{
		text-align: center;
	}

	.rightbar .event-host figure{
		float: none;
		margin: 0 auto 20px;
		display: inline-block;
		width: 100%;
	}

	.event-host p{
	    display: block;
	    margin-bottom: 0;
	    font-weight: 500;
	}
	.rightbar .share-bar{
		position: relative;
		width: 100%;
		height: auto;
		background: #FFF;
		z-index: 1;
		border-top: none;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.share-bar ul{
		text-align: left;
	}

	.share-bar .news-nav{
		display: none;
	}

	.rightbar .share-bar li {
	    display: inline-block;
	    font-size: 1.8em;
	    padding: 0 10px 0 0;
	    line-height: 0;
	    margin:0;
	}

	.rightbar .select-sort-by select {
	    width: 100%;
	    float: none;
		font-size: 1em;
	}
	.rightbar .select-sort-by {
	    border-bottom: none;
	    border-top: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.rightbar{
		padding-top: 60px;
	}
}

@media (min-width: 992px){
	.rightbar li {
	    margin: 0 0 10px 15px;
	}
	.rightbar h4, .rightbar .h4 {
	    margin-bottom: 10px;
	}
	.alt-rightbar article{

    	margin-top: 20px;
	}
	.rightbar-fixed-top {
    	width: 20%;
    	max-width: 255px;
		position: fixed;
	    margin-top: -140px;
	}
}