@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;
}
	
	h1 {
	font-size: 1.7rem;
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
	
	.gross {
  font-size: 1.3rem;
}
	
	#logo {
  padding: 1rem 4%;
  position: relative;
  z-index: 3;
  right: 0rem;
  top: 0rem;
}
	
	
	.slogan {
  font-size: 1.3rem;
  color: #ffcb24;
  position: relative;
  z-index: 7;
  right: 0rem;
  bottom: 0rem;
  padding: 1rem 4%;
}
	
	
	.flex_header {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}


	
.right{
padding-top: 1rem;
}

    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}



.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
