@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 img {width:30%;}
	
.content {margin: -1rem 4% 0 4%;}
	
h1 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
}

#footer h3 {font-size: 1rem;}

h4 {
	background-color: rgba(21,177,154,0.7);
	color:#fff;
	margin: 0 0 1.5rem 0;
	padding: 0.5rem 0.6rem 0.5rem 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
}

h5 {
	margin: 0 0 1.5rem 0;
	font-weight: 400;
	text-transform: uppercase;
	width:50%;
}

.h5gross{
	padding: 0.5rem 0.6rem 0.5rem 1rem;
	letter-spacing: 0.5rem;
}
	
#footer .flex{
	margin:0;
}

#footer .left{
	width: 100%;
	padding: 0;
	text-align: center;
}
	
#footer .left img{
	width:60%;
	display: inline-block;
}

#footer .right {
	width: 100%;
	margin: 1rem 0 0 0;
}

#footer .right img{
	width: 40%;
	margin: 0 0 1.5rem 0;
}
	
.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 {}
