@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 {
	z-index: 100;
	width:35%;
	height:auto;
	padding: 0;
	background:#fff;
	margin: 0;
	box-shadow: none;
}

#logo img {
	position: relative;
	top: auto;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

#header .flex{
	z-index: 100;
	position:static;
	width:100%;
	padding: 1.5rem 4%;
	align-items: center;
}

#slogan{
	width:58%;
	color:#000;
	text-shadow: none;
	font-size: 1.2rem;
}
	
.left, .right {
	width: 100%;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#footer {
	position: relative;
	padding: 1.5rem 4%;
	background:#dfe4e8 url(overlay2.svg) no-repeat right bottom;
	background-size: 70%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
