@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: 1.5rem 1.5rem 0 1.5rem ;
}
	
	#logo img{
width: 45%;
}
    h1 {
font-size: 1.6rem;	
	
	margin-top: 1rem;}
	
	
	h2 {
	display: none;
	}
	
	#icons{
	display: block;
	}
	
	#icons > div{
	padding: 0 0 1rem 0;
	}
	
		#icons > div:last-child{
	padding: 0;
	}
	
	
.flex {
	display: block;
}
	
.left, .right, .left-benefits, .right-benefits, .left-contact, .middle-contact, .right-contact {
	width: 100%;
}

	.left {
margin-bottom: 1.5rem;
	}

	.right-benefits {

border-radius: 0.3rem;
}
	
	
.middle-contact {
height: 15rem;
	margin: 1.5rem 0;
	}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
