@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;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	h1 {
		font-size: 1.1rem;
	}
	
	#logo1 {
	padding: 1rem 4%;
	margin-left: 1rem;
}
	
	

#logo1 img {
	width: 100%;
	}



#logo2 img {
	width: 30%;
	margin: 0 1.5rem 0 auto;
}
	
.flex, .bigflex, .innerflex {
	display: block;
}
	.bigleft, .bigright, .innerleft, .innerright {
	width: 100%;
}
	.icon {
		width: 33%;
		margin: 0;
		text-align: center;
	}
	
	.icon img {
		width: 50%;
		margin: 0 auto;
	}
	
	.socialicon {
		width: 10%;
	}
	
	.innerflex2{
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
