@charset "utf-8";
* {
  outline: none;
  padding: 0;
  border: none;
  margin: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
 
html {  font-size: 62.5%;}
 
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.6rem;
 
}
#wrapper { max-width:1440px; width:100%;  margin:auto;}
table,td,tr {border:#000000 1px solid}
.header{ width:100%; float:left; padding:30px;}
 
.main{ margin:auto; max-width:1218px;  clear:both; padding:55px 0;width: 95%;}
 
.innerWrap{ width:950px; margin:auto; clear:both;}
 
.terms{ padding-bottom:50px;}

.terms .header{ border-bottom:2px solid #004c8c}
.terms ul{ float:left; width:100%;}
.terms ul li {
    width: 100%;
    float: left;
    margin: 5px 0 10px 0;
    background: url(../resources/images/bullet.jpg) left 5px no-repeat;
    padding: 0 0 0 20px;
}
.terms h2 {
    float: left;
    width: 100%;
    color: #004c8c;font-size: 2rem;
    text-align: center;
    padding: 0 0 25px 0;
}
 a{color: #004c8c;}
  a:hover{color: #004c8c; text-decoration:underline;}
 
@media only screen and (max-width:1024px){
.innerWrap{ width:100%;}	
 	
}

@media only screen and (max-width:980px){
.innerWrap{ width:100%;}
 	
}
@media only screen and (max-width:768px){
.box{width: 48%;}
 
}
 
 
@media only screen and (max-width:480px){
	. 
	.main{padding: 30px 0;}
	 
.terms h2 { font-size:1.6rem;}
 
}
 