@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;
}
	
	.content {
	position: relative;
	padding: 32px;
	border-bottom: 1px solid #005c38;
}	
	
	#footer {
	padding: 32px ;
}
	
	#logo {
	padding: 32px ;
}
	
	h1 {
	line-height: 1.3;
	margin: 18px  0 0 0;
	font-size: 22px;
}
	
.flex {
	display: block;
}
	
.left-top, .right-top, .left-contact, .right-contact {
	width: 100%;
}
	
	.left-contact {
	margin-bottom: 16px;
}

.right-contact {

		margin-bottom: 16px;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
