@charset "utf-8";

@media only screen and (max-width: 500px) {
.header_logo{
	right:-100px;
}
.header_logo img{
	margin-right:5px;
	height:40px!important;
}
.header_logo.active{
	right:15px;
}
.but_nav_sc{
	display:inline-block!important;
}
#main_nav.active{
	position:fixed;
	right:0px;
}

#main_nav{
	position:fixed;
	top:55px;
	bottom:0px;
	right:-100%;
	left:auto;
	text-align:left;
	width:auto;
	padding-right:0px;
	text-align:left;
}
#main_nav > div{
	display:block;
}
#main_nav > div > div:nth-child(1){
	padding:10px 15px;
	border:none;
}
#main_nav > div:hover > div:nth-child(1){
	border:none;
	border-bottom:3px solid #3ef6ff;
}
.subnav{
	position:static;
}
.sec_pad{
	padding-bottom:80px;
}

.sec_des{
	width:100%!important;
	font-size:14px;
	line-height:20px;
	
}
.sec_des_container .sec_des{
	margin-bottom:20px;
	line-height:20px!important;
}

.footer_sitemap{
	float:inherit;
	padding-right:0px;
}

.sec_heading{
	font-size:28px;
	line-height:30px!important;
	padding-bottom:5px!important;
	clear:both;
}
.sec_heading2{
	font-size:24px;
}
.sub_heading2{
	font-size:18px;
	line-height:25px;
	width:100%!important;
}
.sec_heading3{
	font-size:16px;
	width:100%!important;
}
.sec_heading4{
	font-size:13px;
	padding:10px 0px;
}
.sub_heading3{
	font-size:14px;
	width:100%!important;
}
.sub_heading4{
	font-size:24px;
	text-align:center;
}
.footer{
	display:none;
}
.footer_sitemap .page_sec > div{
	display:block;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	padding-right:0px;
}
.footer_sitemap .page_sec > div:nth-last-child(1){
	border:none;
}
.footer_sitemap .page_sec > div > div:nth-child(1){
	padding:0px 0px;
	border-bottom:2px solid #003da6;
	margin-bottom:5px;
}
.locator_box{
	display:none;
}
}