.desktop{
	display: block;
}
.mobile{
	display: none;
}

@font-face {
   font-family: 'Open Sans Light';
   font-style: normal;
   font-weight: 100;
   src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}	

@media only screen and (max-width: 750px) {
	.desktop{
		display: none!important;
	}
	.mobile{
		display: block;
	}	
	.mobilefullwidth{
		width:100%;
	}
	.mobilefullheight{
		height:100%;
	}
	.mobileclear{
		clear:both;
	}
	.share-container{
		display: none!important;
	}
	html{
		height:100%;
	}
	#s4-workspace{
		height:100%;
	}
	#s4-bodyContainer {
		min-width: 100px!important;
		height:100%;
	}
	#container{
		width: 100%;
		height:100%;
		padding: 0px 0px 0px 0px;
	}
	#wrapper{
		width: 100%;
		height:100%;
		padding: 0px 0px 0px 0px;
		background-image: none;
		background-color: white;
	}
	#content {
		width: 100%;
		padding: 0px 0px 0px 0px;
		background-image: none;
	}
	#reports {
		width: 100%;
	}
	nav {
		display:none;
		left: 0px;
		top: 0px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #4c4c4c;
	}
	nav ul {
		list-style: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	nav li {
		position: relative;
		font-size: 21px;
		font-family: Open Sans Light;
		border-bottom: 1px solid #fff;
		padding: 18px 0px 18px 0px;
		/*overflow:hidden;*/
	}
	nav li a {
		color: #fff;
		text-decoration: none;
		margin-left: 18px;
		display:block;
	}
	nav li a:link {
		color: #fff;
		text-decoration: none;
	}
	nav li a:visited {
		color: #fff;
		text-decoration: none;
	}	
	nav .mobilesubnav li a{
		padding-left:40px;
	}
	.mobilesubnav {
		display: none;
		margin-top: 18px;
		margin-bottom: -19px;
		border-top: 1px solid #fff;
	}
	.mobilenavselected {
		background-color: #000;
	}
	footer{
		width: 84%;
		height: 50px;
		background-color: #e1e1e1;
		padding: 20px 8%;
		border-top: 0px;
		border-bottom: 0px;
	}
	footer a, footer a:link, footer a:visited {
		font-size: 10px;
		padding: 0 3px;
	}
	a, p, div, span {
	/*
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	  -ms-word-break: break-all;
	  word-break: break-all;
	  word-break: break-word;
	  -ms-hyphens: auto;
	  -moz-hyphens: auto;
	  -webkit-hyphens: auto;
	  hyphens: auto;
	*/
	}

	/* Chinese Link on English Pages*/
	body.redesign #details h3[align=right] {
		margin-top: 10px; 
		right: 15px;
	}
	body.redesign.publication #details h3[align=right] {
		top: -10px !important;
	}
	body.redesign.professional #details h3[align=right] {
		top: 0px;
	}
	body.redesign.media #details h3[align=right] {
		right: 15px;
		top: 0px;
	}
	
	/* Chinese */
	body.chinese #topLinkShare {
		display: none;
	}
	.englishLink {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	body.chinese #details h4, #leftpanel_events h4 {
		width: 80%;
		padding: 50px 10% 10px 10%;    
		background-color: white;
		color: black;
		font-size: 24px;
	}
	body.chinese #details #profileContent {
		width: 80%;
		max-width: auto;
		padding: 0px 10%;
	}
	body.professional.chinese #details #profileContent {
		margin: 0px 10%;
		padding: 10px 0px;
	}
	body.chinese #reports {
		padding-top: 0px !important;
	}
	#chinaSiteletteSections {
		display: none;
	}
	#chinaPageColumns {
		padding: 0 !important;
		width: 170px!important;
		margin: 0px auto;
	}
	#chinaPageColumns li p.chineseheading {
		display:none;
	    color: #B38B4D !important;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.chinaSiteletteSection {
		display: block;
		width: 170px;
		height: 170px;
		background-repeat: no-repeat;
		padding-bottom: 15px;
	}
	.chinaSiteletteSection1 {
		background-image: url(/PublishingImages/Chinese-sitelette-homepage-Graphic-1.jpg);
	}
	.chinaSiteletteSection2 {
		background-image: url(/PublishingImages/Chinese-sitelette-homepage-Graphic-2.jpg);
	}
	.chinaSiteletteSection3 {
		background-image: url(/PublishingImages/Chinese-sitelette-homepage-Graphic-3.jpg);
	}
	.chinaSiteletteSection4 {
		background-image: url(/PublishingImages/Chinese-sitelette-homepage-Graphic-4.jpg);
	}
	#chinaPageColumns li {
		width: 100%;
		padding: 20px 0px;
		border-top: solid 0px #EEEEEE;
	}
	.chinesemore {
		clear: none;
	}
	body.chinese #rightpanelinner h4 {
		width: 90%;
		padding: 2px 5%;
	}
	body.chinese #rightpanelinner {
		width: 80%;
		padding: 30px 0px 10px 0px;
		margin: 0px 10%;
		border-top: solid 1px #EDEDED;
	}
	body.chinese #rightpanelinner.mobileright {
		display:none!important;
	}
	body.chinese .accordion .ui-accordion-header a {
		width: 90%;
		padding: 2px 5%;
	}
	body.chinese .accordion .ui-accordion-header a {
		background: #1f1f1f url(/_layouts/FW/FDC/images/sidebar-arrows.png) no-repeat 95% 7px;
	}
	body.chinese .accordion .ui-state-active a {
		background: #B38B4D url(/_layouts/FW/FDC/images/sidebar-arrows.png) no-repeat 95% -15px !important;
	}
	
	/*footer pages*/
	.site-info{
		padding: 30px 10% 0px 10%;
		width: 80%;
	}
	
	input {
		border-radius: 0;
	}
	
	/*Cookie Policy Warning*/
	#cookie-policy{
		background-color: #3c3c3c;
		opacity: 0.9;
	}
	#cookie-policy-text {
		width:80%;
		background:none;
	}
	#cookie-policy-text p {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	.cookie-policy-close{
		margin: 5px 0px 10px 0px;
	}
}
.mobileheader{
	height:75px;
	background-color:black;
	display:table;
	position: relative;
}
.mobilemenu{
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
.mobiletitle{
    width: 88%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    display: table-cell;
    padding-top: 27px;
}
.mobiletitle a{
	color: white;
}
.mobilesearch {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.mobilefooter{
	text-align: center;
}
.mobilefollow{
	margin-bottom: 7px;
	display: inline-block;
}
.mobileterms{
	display: inline-block;
}
.mobilecopy{
	padding-top: 7px;
	display: inline-block;
}
.followlabel{
	padding-right:10px;
}
.searchicon {
    background: #000 url(/PublishingImages/responsive/search-icon-white.png) no-repeat 6px 5px;
    color: #b9c9d5;
    width: 100%;
    height: 30px;
    padding-right: 10px;
}
#headersearch {
    float: left;
    width: 100%;
	display:none;
	border: 0px solid #FFF;
    border-bottom-width: 1px;
}
.headersearch {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
	padding-top:5px;
    padding-right: 10px;
}
.searchlabel{
	font-size: 18px;
	font-weight: lighter;
	font-family: Open Sans Light;
    color: #FFF;
    float: left;
	padding-right: 5px;
}
.headersearchinput {
    border: 0px solid #FFF;
    background-color: transparent;
    height: 22px;
    color: #FFF;
    float: left;
	outline: none;
	padding-top: 1px;
    font-size: 18px;
    font-weight: lighter;
    font-family: Open Sans Light;
}
#hamburger {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px 10px;
    position: relative;
    width: 25px;
    background: #000000;
}
#hamburger div {
    background-color: #fff;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 4px;
    width: 60%;
}
#hideMenu {
	float: right;
    background: url(/PublishingImages/responsive/search-close-x.png);
    width: 30px;
    height: 30px;
	margin-top: -25px;
	margin-right: 18px
}
.hamburgersearch{
    background: url(/PublishingImages/responsive/search-icon-white.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 25px;
    background-color: #4c4c4c;
	margin-top: 5px;
}
.mobilearrow {
	float: right;
    width: 30px;
    height: 17px;
    margin-top: -20px;
	margin-right: 18px
}
.mobileexpand {
	background: url(/PublishingImages/responsive/down-angle.png) no-repeat;
}
.mobilecollapse {
	background: url(/PublishingImages/responsive/up-angle.png) no-repeat;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mobilesubscribeshare{
	display: none;
	background-color:white;
	color:#B38B4D;
	font-size:12px;
	height:36px;    
	padding: 0px 3% 0px 3%;
	position: relative;
}
.mobilesubscribeshare a, .mobilesubscribeshare a:link, .mobilesubscribeshare a:visited {
	color:#B38B4D!important;
}
.mobilesubscribe{
	padding-top:10px;
	float:left;
}
.mobileshare{
	padding-top:10px;
	float: right;
}
.mobileshareborder{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #dcdcdc !important;
}
#mobileshare{
	margin-right:5px;
}
.shareicon{
	background: url(/PublishingImages/responsive/share.gif) no-repeat;
	width: 20px;
    height: 22px;
    float: right;
    margin-top: -2px;
}
.mobilesocial{
	display:none;
	float:right;    
	margin-top: -5px;
    margin-right: -10px;
	width:auto!important;
}

