@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 {
	padding: 1rem 4%;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0rem;
	position: relative;
	z-index: 20;
}
	
	#logo img {
	width: 30%;
}
	
	.right {
	display: none;
	
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

#footer {
	position: relative;
	padding: 1rem 4%;
	border-bottom: none;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -2rem;
	background-color: #b70e0c;
	color: white;
}
	
	#footer h3{
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	
	line-height: 1.2;
  margin: 0;
  padding: 0;
  background: none;
  color: white;
  width: 100%;
}
	
	a:link, a:visited, a:active  {
    text-decoration: none;
	color: #fcc017;
}

a:hover {
	text-decoration: none;
	color: #fcc017;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
