.terms-of-use{position:fixed;top:0;left:0;right:0;overflow:auto;z-index:10000;height:100%;width:100%;background:rgba(0,0,0,0.7)}
.terms-of-use .terms-of-use-content{background:#fff;margin-top:110px;padding:30px 30px 40px 30px;position:relative}
.terms-of-use .terms-of-use-logo img{width:auto;height:30px}
.terms-of-use .terms-of-use-close{height:12px;width:12px;cursor:pointer;position:absolute;right:20px;top:30px}
.terms-of-use .terms-of-use-close .icon-close{height:12px;width:12px}
.terms-of-use .terms-of-use-headerText{font-weight:700;margin-top:20px}
.terms-of-use .terms-of-use-staticText{margin-top:10px}
.terms-of-use .terms-of-use-legalText-container{border:solid 1px #d9d9d9;padding:20px 16px 0 20px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background-image:linear-gradient(to bottom,rgba(255,255,255,0),#fff);height:290px;margin-top:20px}
.terms-of-use .terms-of-use-legalText-img{position:relative;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background-image:linear-gradient(to bottom,rgba(255,255,255,0),#fff);height:80px;width:95%;top:-80px}
.terms-of-use .terms-of-use-legalText{height:250px;overflow-y:scroll;overflow-x:hidden;padding-right:30px}
.terms-of-use .terms-of-use-legalText::-webkit-scrollbar{width:10px;height:60px}
.terms-of-use .terms-of-use-legalText::-webkit-scrollbar-track{border-radius:5px;background-color:#f2f2f2}
.terms-of-use .terms-of-use-legalText::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:5px}
.terms-of-use .terms-of-use-actionbuttons{margin-top:20px;font-weight:800}
.terms-of-use .terms-of-use-actionbuttons button{padding:12px 16px;border-radius:2px;cursor:pointer;width:100%}
.terms-of-use .terms-of-use-actionbuttons .overlay-accept-button{background:#333;color:#fff;border:solid 1px #333}
.terms-of-use .terms-of-use-actionbuttons .overlay-accept-button:focus,.terms-of-use .terms-of-use-actionbuttons .overlay-accept-button:hover,.terms-of-use .terms-of-use-actionbuttons .overlay-decline-button:focus,.terms-of-use .terms-of-use-actionbuttons .overlay-decline-button:hover{background:#007abc;border:solid 1px #007abc}
.terms-of-use .terms-of-use-actionbuttons .overlay-decline-button{background:#fff;border:solid 1px #000;color:#333}
.terms-of-use .terms-of-use-actionbuttons a{color:#000}
.terms-of-use .terms-of-use-actionbuttons .overlay-decline-button{margin-right:20px}
.terms-of-use .terms-of-use-actionbuttons button:focus,.terms-of-use .terms-of-use-actionbuttons button:hover{background:#000;color:#fff}
@media screen and (min-width:768px){.terms-of-use .terms-of-use-close .icon-close{right:30px}
.terms-of-use .terms-of-use-actionbuttons{margin-top:30px}
.terms-of-use .terms-of-use-actionbuttons button{width:100%}
}
@media screen and (min-width:1024px){.terms-of-use .terms-of-use-logo img{height:40px}
.terms-of-use .terms-of-use-headerText{margin-top:30px}
}
@media screen and (min-width:1300px){.terms-of-use .terms-of-use-legalText-container{margin-top:30px}
}