@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

* { font-family: 'Open Sans', sans-serif; font-size:13px; line-height:18px; -webkit-text-size-adjust:100%;  color:#000; }
body { background:#FFF; margin: 30px; font-family: 'Open Sans', sans-serif;  font-size:13px; font-weight:400; -webkit-text-size-adjust:100%;  color:#000; text-align:left;  }
h1 { font-size:24px; color:#000; font-weight:700; margin:20px 0;  text-align:left; line-height:normal; }
a { color:#000; text-decoration:underline;  }
a:hover { text-decoration:underline; }
b, strong { font-weight:700; }
table { width:100%; }
td { vertical-align: top; }
p { margin:0px; }

.mt20 { margin-top:20px; }
.print { margin:0px; text-align:right; }
.print a { font-size:12px; display:inline-block; margin-left:10px; text-transform:uppercase; font-weight:400; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }
.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.logo { background:#FFF; padding:20px 30px; position:fixed; top:0; left:0; right:0; }
.logo img  { width:350px; height:auto;  }

.content { margin-top:70px; }

.image { width:100%; text-align:center; margin-bottom:40px; }
.details { margin: 20px 0; }
.details li { margin: 10px 0; text-align:justify; }
.details li b { display:block; text-transform:uppercase; }
.footer { width:100%; border-top:1px solid #DDD; padding: 10px 0; margin:20px 0; font-size:11px; color:#888; }