@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;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
    
    .flex {
        display: flex;
    }
    
    .left, .right {
        width: 15%;
    }
    
    .middle {
        width: 65%;
    }
    
    .flex2, .flex3 {
        display: block;
    }
    
    .flex3 {
        text-align: center;
    }
    
    .white {
        width: 50%;
        margin: 0.2rem auto;
    }
    
    .right3 {
        padding: 0 3% 1rem;
    }
    
    .left2, .right2, .left3, .right3 {
        width: 100%;
    }
    
    #title {
        position: relative;
        background-color: rgba(0,51,112,1);
    }
    
    h1 {
        font-size: 1.2rem;
    }


.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
