/* Move to the Sticky Ads CSS */
.stickyads{
  z-index: 1
}
/* Move to the Sticky Ads CSS */

@media (max-width:749px){
	.editorial-content.social-media-rightrail{
	width:310px;
	margin: auto;
	}	
}

.editorial-content.social-media-rightrail{
	padding-bottom:10px;
	overflow: hidden
}

.editorial-content.social-media-rightrail .editorial-content__image {
	float:left;
	position:relative;
	}

.editorial-content.social-media-rightrail .editorial-content__image a:hover{
	opacity: .7;
	}

	section.social-media-rightrail div.editorial-content__image a:hover:after{
		content:"Current Issue";  
		position:absolute;
		left:10px;
		bottom:0px;
		font-weight: 700;
		font-size: 1em;
		opacity: 1;
		color: black;
	}

.editorial-content.social-media-rightrail .filler{
	width:3px;
	height: 170px;
	background-color: lightgray;
	float: left;
	margin:0 11px
}
/* Buttons */
.editorial-content.social-media-rightrail .buttonholder{
	float: left;
	width:145px;
	}

.editorial-content.social-media-rightrail .buttonholder a .button01{
	background-color: #15aae2;
	border: none;
	/* text-transform: uppercase; */
	text-align: center;
	padding: 3.1px;
	color: white;
	font-weight:bold;
	margin-bottom:5px; 
	} 

.editorial-content.social-media-rightrail a .button01:hover {
	background-color: #006699;
	}

.editorial-content.social-media-rightrail .social-box{
	display: inline-block;
	float: left; 
	/* HFM - With 3 Buttons */
		position: relative;
		bottom: -35px
	}  

/* Override - Social links */
	.editorial-content.social-media-rightrail .addthis_toolbox a{
		margin-bottom:0px;
		line-height: 0
	}

	.editorial-content.social-media-rightrail .addthis_toolbox a:hover{
		position: relative;
		bottom:4px;
		opacity: .5
	}