@media only all and (max-width: 700px) {
/* for 700px or less */
body {
	font-size: 80%;
	line-height: 1.3;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	width: 100%;
	font-size: 0.8rem;
}

#title-block {
	bottom: 0;
	width: 100%;
} 

.logo {
	width: 7rem;
	float: right;
}
	
	#logo{
		padding: 0.5rem 5% 0rem 5%;
		
	}
	
	#logo img{
		width:40%;
	}
	
#box-left {
	width: 100%;
	padding: 0 0 1rem 0;
}
	
#box-right {
	width: 100%;
	padding: 0 0 1rem 0;
}
    
    .box-left {
	width: 100%;
	padding: 0 0 1rem 0;
}
	
.box-right {
	width: 100%;
	padding: 0 0 1rem 0;
}
    
    .icon-1 {
        width: 5%;
    }
    
    .button_box {

	text-align: left;
}
	
	.button{
				margin-top:1.5rem;
		
	}
    
.flex-container, .flex-inner, .flex-footer {
	display: block;
}

    .flex {
       display: block;
    }
	
	
	.leftContent{
	width:100%;
}
.leftContentPadding{
	padding: 1rem 2.2rem 0rem 2.2rem;
}


.rightContent{
	width:100%;
}

    
.left,
.right {
	width: 95%;
	margin: 0;
    padding: 0 0 1rem;
}
    

.left {
	margin-bottom: 0.4rem;
}

.hide {
	display: inline-block;
}

.hide_m {
	display: none;
}

.table {
	border-collapse: collapse;
	table-layout: fixed;
}

#cell-left,
#cell-right {
	display: block;
	float: left;
	width: 100%;
	border: none;
	border-bottom: 1rem solid #fff;
}

.row {
	display: block;
	float: left;
	width: 100%;
}

.rmfloat {
	float: none;
	padding: 0;
	margin: 0;
}
}

.refnr {}

.apply {}
