@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#logo { 
	position: inherit;
	bottom:0rem;
	right:0rem;
	margin: 1rem 0rem;
	text-align: center
}

#logo img {width: 12rem;}
	
	
.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}

#header {
	margin-top: 0rem;
	border: none;
    border-radius: 0px;
	border-bottom: none;
	min-height: none;
}

.content {
	padding: 0rem 4%;
	margin-top: 1.5rem;
	border: none;
    border-radius: 0px;
	border-bottom: none;
}

#footer {
	margin-top: 0rem;
	border: none;
    border-radius: 0px;
	border-bottom: none;
}	
	
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
	border: none;
}

.left {
	margin-bottom: 1rem;
}

.logo_left {
	border: none;
	width: 100%;
}

.logo_right {	
	display: none;
}	
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
