@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 {top:0.5rem;}
	
#logo img {width:8rem;}
	
#header::before{display: none;}
	
#title { 
	z-index: 10;
	position: static;
	transform: translateY(0%);
	padding: 1.5rem 4%;
	text-align: center;
	color:#fbeb04;
	background: #303433;
}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
#logos .flex div{width:3.5rem; margin: 0 0.5rem;}

#logos .flex div:first-of-type{width:2.3rem;}
	
.footerleft{width:100%; text-align: left; margin: 0 0 1.5rem 0;}

.footerleft img{margin: 0 0 0.5rem 0; width:8rem;}

.footerright{width:66%;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
