@media screen and (min-width: 1400px) {
	.contentwrap {width:1170px}
}
@media screen and (max-width: 993px) {
	body {background-color:#fff;}
	.logo_mobile {width:100%;text-align:center;height:100%;}
	.logo_mobile img {height:100%;}
	.header {height:48px;}
	.menu_btn, #close_btn {display: block;cursor:pointer;float:left;padding: 8px;}
	#login {display:none;}
	.content {padding:16px;}
	.contentwrap {width:100%;margin: 0;min-width:0;padding:0;}
	table.stacktable {margin: 5px 0;}
	table.responsive td{display:inline-block;width:100% !important;background-color:transparent !important;}
	table.responsive td:first-of-type{background-color:#EADEC0 !important;}
	.editor_content table:not(.cardtable) {display:inline; width:100%; text-align:center;}
	
	
	/* default page */
	#pager_wrap{display:none;}
	.banner_content {padding: 50px 0;font-size:12px;}
	#content_title {font-size: 1.5rem;}
	
	#content .contentwrap{padding:0;}
	#applyform_frame {height:850px !important;}
	#footer_nav ul.layer1 {width:100%;}
	#footer_nav ul.layer1>li {width:50%;}
	#footer_nav ul.layer1>li:nth-of-type(even)>a {border-right:0px solid #ffffff;}
	#footer_nav ul.layer1>li:last-of-type > a {border-right:1px solid #ffffff;padding-right:15px;}
	#copyright {width:100%;text-align:center;}
}

@media screen and (max-width: 600px) {
	.banner_content {padding: 20px 0;font-size:5px;}
}
