@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

	.imagebox {display: none;}	
	
	.flexbottom {margin: 0 0 2rem 0 !important; width: 100%;}
	
	.boxright {padding: 1rem;}
	
.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	#header {width: 100%;}
	
	h4 {top: 4.5rem;}
	
	.intro {  padding: 4rem 5% 0 0;}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right, .boxright, .boxleft {
	width: 100%;
	border-radius: 0;
}

.left, .boxleft {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
