/* <meta name="viewport" content="width=device-width, initial-scale=1"> */
/*Main*/
.constrained-and-centered{
	width: 100%;
	max-width: 1344px;
}

.pb-ui{
	overflow-x: hidden;
}

.mobile-ad{
		display: none;
}

.loginbar-insidenav{
	display: none;
}
.normal-view-desktop .navdrawer-container .navdrawer-items{
    background-color: inherit;
 }

/*Article Page*/
.pb-side-ad .publication{
	display: block;
}

.publicationContentTitle{
		padding-bottom: 0;
}

.pdfTools{
    	top: -30px;
   		float: left;
}

.publication-tabs ul.tab-nav{
		margin: 0 0 38px 0;
}

@media screen and (max-width: 1200px){
	.responsive-layout .profilemanagementbar .icon-buttons{
		display: none;
	}

	.responsive-layout .jgo_oa{
		margin-right: -80px;
		margin-left: 80px;
	}
}

@media screen and (max-width: 1024px){
	/*Header Section*/
	.header_image img{
		width: 100%;
	}
	.page-header, .widget-body{
		margin-top: 0;
		padding-top: 0;
	}
	/*Main*/
	.widget{
			margin: 0 3px;
	}

	.widget-body{
		padding: 0;
	}
	/*Footer Section*/
	.footericon-alt{
		display: none;
	}
	/*TOC Page*/
	.toc-tools{
		display: none;
	}
	.ascotocpage .width_1_2{
		width: 60%;
	}
	/*Article Page*/
	.article-tools{
		display: none;
	}
	div.publicationContentTitle h1.chaptertitle{
		font-size:20px;
	}
	#asco-article-view .width_1_2, #asco-article-view .width_9_16{
		width: 60%;
	}


}
@media screen and (max-width: 991px){
	/*Header Section*/
	div.responsive-layout div.header_container{
		width: 60%;
	}

	/*Main*/
	.individualUser, .welcome, div.profilemanagementbar, p.inst-banner-link{
		display: none;
	}
	.loginbar-insidenav .individualUser, .loginbar-insidenav{
		display: inline-block;
	}

	.tableWrapper{
		width: 90%;
		margin: 10px;
	}

	.widget img {
    max-width: 100%;
	}

	/*Search*/
	.paginationLinkContainer, .search-title{
		display: none;
	}

	.responsive_results{
		margin: 0 15px;
	}

	.responsivePagination{
		text-align: center;
    	clear: both;
	}

	.newSearchFacets .overlay-sub-header, .newSearchFacets .overlay-close{
		display: none;
	}

	/*Article Page */
	#asco-article-view{
		margin: 0 2%;
	}


}

@media screen and (max-width: 768px){
	/*Header Section*/
	div.responsive-layout div.header_container{
		width: 80%;
	}

	.responsive-layout .jgo_oa{
		display: none;
	}
	/*Footer Section*/
	.social-links{
		float: left;
	}
	.footericon-main img{
		width: 100%;
	}
	/*Ads Section*/
	.main-content{
		width: 98%;
		margin: 0 1%;
	}
	.main-content-authorcenter{
		width: 100%;
		margin: 0 1%;
	}
	.pb-side-ad{
		display: none;
	}
	.mobile-ad{
		display: block;
		margin: 0 auto;
		width: 320px;
	}
	.desktop-ad{
		display: none!important;
	}
	/*TOC Page*/
	.ascotocpage .width_1_2{
		width: 98%;
		margin: 0 1%;
	}

	.grid-item{
		max-width: 600px;
	}
	
	/*Article Page*/
	.col-xs-2-3 .main-content{
		width: 100%;
	}

	.pb-side-ad .publication, .articleMeta .tocHeading{
		display:none;
	}

	#asco-article-view .width_1_2, #asco-article-view .width_9_16{
		width: 100%;
	}

	/* Author Center */
	.authorcenter-nav{
		display: none;
	}

}

@media screen and (max-width: 532px){
	/*Header Section*/
	div.responsive-layout div.header_container{
		width: 100%;
	}
	/*Main*/
	.institution-branding{
		display: none;
	}

	.widget { 
		margin: 0 2px;
	}

	/*Article Page */
	#asco-article-view{ 
		margin: 0;
	}


}