@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;
}
	
#logo {
	z-index: 100;
	position: static;
	width:100%;
	text-align: center;
	padding: 1rem 4%;
	background: #cadce3;
	border-bottom: 1rem solid #8bb2c3;
}

#logo img {display: inline-block; width:18rem;}

#logo::after, #header::after{display: none;}
	
#slogan{
	z-index: 1000;
	position: static;
	transform: translateY(0%);
	border-top: 0.05rem solid #000;
	border-bottom: 0.05rem solid #000;
	text-align: center;
	margin: 1rem 0;
}
	
h4 {
	margin: 0 0 -0.1rem 0;
	padding: 1rem 2.5rem;
	font-size: 1rem;
	font-weight: 300;
	clip-path: polygon(11% 0, 100% 0, 89% 100%, 0% 100%);
	background: rgba(0,0,0,0.8);
	display: inline-block;
	color:#fff;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
