@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
#logo {
	text-align: center;
	position: static;
	transform: translateY(0%);
	width:100%;
	margin: 0 0 1.5rem 0;
}

#logo img {
	display: inline-block;
	width:8rem;
}

#headerbox{
	position: relative;
	overflow: hidden;
	margin: 1.5rem 0 0 0;
}

#header {
	background:#36b497;
	color:#fff;
	border:0.2rem solid #000;
	border-right:0.2rem solid #000;
	position: relative;
	padding: 0.5rem;
	margin: 0 4% 0 5%;
	display: inline-block;
}

#header::before, #header::after{display: none;}
	
h4 {font-size: 1rem;}

.content {
	position: relative;
	padding: 1.5rem 5%;
}
	
.left, .right {width: 100%;}

.right {margin-bottom: 0.5rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
