@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;
}
	
	#title { 
	position: relative;
	padding: 0.4rem 3% 0.4rem 3%;
	background-color: #003466;
	width: 100%;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
	
	h1 {
		text-align: center;
	}
	
	.textright{
		text-align: center;
	}
	
	.textcenter {
		text-align: center;
	}
	
.flex {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap-reverse;
}
	
.left, .middle {
	width: 48%;
}
	
	#footer h3 {
		font-size: 1rem;
	}

	.right {
		width: 40%;
		margin: 0rem auto 2rem ;
	}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
