@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;
}
	
	#header .color-layer {display: none;}

	h1 {
	font-size: 1.6rem;
}
	
	#title { 
	position: inherit;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 1.5rem;
}
	#title hr {
	background-color: #ebebeb;
	
}
	
	h2 {
	font-size: 1.6rem;
		color: #a1b000 ;
}
	
	.number-section {
display: none;
}

	
#logo img { width: 60%}
	
.flex {
	display: block;
}
	
.left, .right, .left-2, .right-2 {
	width: 100%;
}
	
	

.left-2 {
	margin-bottom: 1.5rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
