@media screen and (max-width: 993px) {
	#navwrap {display:none;}
	#header  {width:100%;}
	#logo {padding-left:10px;height:40px;}
	.menu_btn {display: block;}
	#login {display:none;}
	/* HOME */
	#homeTabs_wrap {padding-left:0;}
	#homeTabLinks {height:80px;border-bottom:1px solid #c8c8c8;border-right: 0px solid #c8c8c8}
	.tablink {float:left;height:100%;width:33.33%;border-right:1px solid #c8c8c8;border-bottom: 0 solid #c8c8c8;}
	.tablink a {border-left: 0 solid #ffffff;border-top: 10px solid #ffffff;}
	.tablink a:before {
		content:"";
		display: inline-block;
		height:100%;
		vertical-align:middle;
	}
	.tablink a span {width:100%;text-align:center;padding: 0 8px;}
	.tablink:last-of-type {border-right:0 solid #c8c8c8;}
	.tablink a.active {border-top: 10px solid #C20F17;border-left: 0 solid #ffffff}
	table.responsive td{display:inline-block;width:100% !important;background-color:transparent !important;}
	table.responsive td:first-of-type {padding-top: 16px;}
	table.responsive td:last-of-type {border-bottom: 1px solid #eee;padding-bottom: 16px;}

	/* default page */
	#pager_wrap{display:none;}
	
	#banner {height:150px;}
	#content_banner {height: 80px;}
	#content_title {font-size: 1.5rem;}
	.contentwrap {width:100%;margin: 0;min-width:0;padding:0 10px;}
	#content .contentwrap{padding:0;}
	#applyform_frame {height:1700px !important;}
	/*#content_right {width:100%;padding-left:0;}*/

	#disclaimer_asset {padding:0;}
	
	#footer_nav {width:100%;float:none !important; text-align:center;}
	#footer_nav a {width:85%;border-right: 0 solid #fff;}
	#footer_nav .footer_nav_pulldown.arrowUp {background:url(../img/footer_nav_arrow.png) top center no-repeat;}
	#footer_nav .footer_nav_pulldown {display:inline-block;width:10px; height:10px;background:url(../img/footer_nav_arrow.png) bottom center no-repeat;cursor:pointer;}
	
	
	#footer_nav ul.layer1{display: inline-block;}
	#footer_nav ul.layer1 > li {display:block; }
	#footer_nav ul.layer1 > li:last-of-type {}
	#footer_nav ul.layer1 ul{display:none;}
	#footer_nav ul.layer1 ul.show{display:block;}
	#copyright {text-align:center;}
}

@media screen and (min-width: 1400px) {
	.contentwrap {width:1170px}
}