@import (once) "../../css/default.less";
@import (once) "../../css/font.less";


/* terms ///////////////////////*/
.terms{

h3,
h4{
padding:0 0 1rem 0;
font-size:1.05rem;
.tal;
}

h3 p,
h4 p{
font-size:1.05rem;
.tal;
}

.text{
font-size:.8rem;
line-height:1.15rem;
padding:0 0 1.5rem 1rem;
margin-bottom:1.5rem;
border-bottom:1px @g5 dotted;
}

dl{
padding:1.5rem 0 0 0;
}
dd{
padding:.5rem 0 1rem 1rem;
font-size:.8rem;
line-height:1.15rem;
}
dd:last-child{
padding-bottom:0;
}


ul{
padding:1rem 0 0 0;
}
li{
font-size:.8rem;
line-height:1.15rem;
padding:0 0 0 1rem;
}
li:before{
content:"";
.dib;
.vam;
margin:0 .5rem 0 -.7rem;
width:.3rem;
height:.3rem;
.r(50%);
background:@text;
}

.date{
.tar;
}

}


@media(max-width:@w1){
.terms{

.text{
padding:0 0 1.5rem 0;
}

dd{
padding:.5rem 0 1.5rem 0;
}

}
}
