@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;
}

.intro {
	width:100%;
	position: inherit;
	top: 0%;
	left: 0%;
	color: #000;
	padding:2rem 4% 2rem 4%; 		
	}	

	
#title {background-image: none;
	background-color: #780028;
	color: #FFF;
	position: relative;
	
	height:100%;
}

#title-box { width:100%;
	padding: 2rem 4%;
}

#benefits {background-image: none;
	background-color: #0c131f;
	color: #FFF;
	position: relative;
	height:100%;
}

#benefits-box { width:100%;
	padding: 2rem 4%;
}
	
	
.flex {padding: 2rem 4%;
	display: block;
}
	
.flex3 {padding: 0rem;
	display: block;
	margin-top: 2rem;
}
	
.intro, .right1, .right2, .footer-left, .footer-right{
	width: 100%;
}

.left, .right	
{
	
padding: 0;	
	}
	.footer-right{min-height: 8rem}	
	
.left, .footer-left {
	margin-bottom: 2rem;
}

.footer-left img{
	width: 10rem;
}	
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
