/********************************************** Wideload Homepage *****************************************/

.home-wideload {
	background-color: #eee;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
}

.home-content {
	width: 70%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home-wideload h1,
.home-wideload h2 {
	text-align: right;
	color: #fff;
}

.home-wideload h1 {
	font-size: 60px;
	text-shadow: #000 0 0 0px;
	text-align: center;
	margin: 0;
}

.home-wideload h2 {
	font-size: 26px;
	font-weight: 300;
	text-shadow: #000 0 0 0px;
	text-align: right;
}

.home-overlay {
	background: rgba(50, 50, 50, 0.50);
	
	overflow: hidden;
	z-index: 2;
}
/* WideLoadHeader - FOR MOBILE */

@media only screen and (max-width: 980px) {

	.home-content {
		width: 95%;
	}

	.home-wideload h1 {
		font-size: 40px;
		text-shadow: #000 0 0 0px;
		text-align: center;
	}
	.home-wideload h2 {
		font-size: 22px;
		font-weight: 300;
		text-shadow: #000 0 0 0px;
		text-align: right;
	}
}

/********************************************** Wideload - Images on top of Background Image *****************************************/

/* WideLoadHeader - FOR DESKTOP */

@media only screen and (min-width: 1025px) {
.home-image-desktop {
display: inline-block;

}

.eng-pub-homepage-banner {
	display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
min-height: 350px;
background-color: #eee;
background-image: url(http://uab.edu/toolkit/images/placeholder/white_diag-16.png);
    background-size: 9px;
}


.home-image-tablet {
display: none;
}

.home-image-mobile {
display: none;
}
}

/* WideLoadHeader - FOR TABLET */

@media (max-width: 1024px) and (min-width: 700px) {
.home-image-desktop {
display: none;
}

.home-image-tablet {
display: inline-block;
}

.home-image-mobile {
display: none;
}
}

/* WideLoadHeader - FOR MOBILE */

@media (max-width: 699px) {
.home-image-desktop {
display: none;
}

.home-image-tablet {
display: none;
}

.home-image-mobile {
display: inline-block;
}
}

.sidebar {
	background: none;
}








  /*---#region Horizontal Navigation */

  body.hd #tray.white #ribbon .alias-parent-active a {
    background-color:#1E6B52;
    color:#fff !important;
}

  /*---#endregion Horizontal Navigation */


/*---#region Sliders */
  div.jwts_toggleControlContainer a.jwts_toggleControl {
    background-color:#f5f5f5;
    background-image:none;

  
}

.jwts_content {
    padding:1em !important;
}


/*---#endregion Sliders */


/*---#region Blog */




#content .blog h1 {
    font-size:1.5em !important;
    margin:0 0 5px !important;
}

#content .blog .page-header h1 {
	font-size:2em !important;
}

#content .blog h2 {
    font-size:1.3em !important;
    margin:0 -10px 10px !important;
    padding:5px 10px;
    background-color:#fafafa;
}

#content .blog h3 {
    font-size:1.1em !important;
    margin:0 !important;
}

#content .blog .span4, 
#content .blog .span6 {
    border:1px solid #1E6B52;
    padding:10px;
    position:relative;
}

#content .blog .items-row {
	display:flex;
	flex-wrap:wrap;
    
}

#content .blog .readmore  {
    margin-top:80px !important;   
   text-align:center;
    padding:10px;
}

#content .blog .readmore a {
    background-color:#eee;
    text-shadow:none;
    /* color:#eee; */
    border-radius:0;
    background-image:none;
    border:0;
     position:absolute;
    bottom:0;
    padding:10px 0;
        border-top:1px solid #eee;
    left:0;
    width:100%;
}

/* #content .blog .readmore a:hover {
	color:#eee !important;
} */

/*---#endregion Blog */

/*---#region Page Styling */

h3.buttonzilla {
    width: 100% !important;
    display: block;
    float: none;
    max-width: 100%;
    font-size: 1em;
    background-image:none;
    border:1px solid #80bc00;
}

h3.buttonzilla a{
    font-size:1em;
    border-bottom:3px solid #d3d3d3;
}
/* 


/*---#endregion Page Styling */

/*---#region Button Style */

.eng-pub--sidebar-btn--style-one {
	
}

/*---#endregion Button Style */

/*—#region NELLE page title and intro copy—*/
body.hd.nelle-archive .full {
   margin-left: 0;
}
/*—#endregion NELLE page title and intro copy—*/



.eng-pub-author {
    font-size:20px;
    font-weight:600;
}

.eng-pub-issue {
    
}