@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;
}
	
	#title { 
	position: inherit;
	z-index:4;
top:0;
  left: 0;
  transform: none;
	text-align: center;
	color:#203A8F;
		padding:1.9rem 4% 0 4%;

}
	
	h1 {

	font-size: 1.55rem;

}
	
	#logo img {
	width:40%;
}

		
	#title .button a {
	display: inline-block;
	background: #203A8F;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	border: 0.15rem solid #203A8F;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	width:auto;
		font-size:0.94rem;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
