/* ********** GLOBAL and RESET ******************************** */
* {margin: 0}
html, body {height: 100%}
body {margin: 0; padding: 0; background: #FFF}
table {margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse}
tr {vertical-align: top}
img {border: 0; max-width: 100%; height: auto}
input::-moz-focus-inner {border: 0; padding: 0}
b, strong {font-weight: 500}

/* ********** TEXT ******************************************** */
body {font-family: Ubuntu, Arial, sans-serif; font-weight: 300; font-size: 18px; line-height: 28px; color: #000}
p {line-height: 28px; margin: 16px 0 16px 0}
h1, h2, h3, h4, h5, h6 {margin: 16px 0; padding: 0; font-weight: 700; font-size: 16px; line-height: 30px; color: #b6cb08}
h1, .h1 {font-weight: 700; font-size: 36px; line-height: 48px; margin-top: 24px}
h2, .h2 {font-weight: 700; font-size: 28px; line-height: 36px; border-top: 1px solid #ddd; padding-top: 24px; margin-top: 48px}
h3, .h3 {font-weight: 700; font-size: 24px; line-height: 30px}
h4, .h4 {font-weight: 700; font-size: 20px; line-height: 24px}
code {font-size: 15px; line-height: 24px; white-space: nowrap; background: #EEE}
pre {font-size: 12px; line-height: 16px; white-space: pre-wrap; background: #EEE; color: #000; padding: 10px 12px; margin: 16px 0}

/* ********** LINKS ******************************************* */
a {color: #a3b607; text-decoration: none}
a:hover {color: #666}

/* ********** UTILITIES *************************************** */
.nowrap {white-space: nowrap}
.clear {clear: both}
.mobile-only {display: none}
.screen-reader-only {position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden}
.red {color: #C00}

/* ********** HEADER ****************************************** */

header {padding: 24px 0 20px 0}
header img {display: block; margin: 0 auto}
.logo {width: 85px; height: 34px; background: url('../assets/emtek.png') no-repeat center; background-size: 85px 34px; text-indent: -9999px}

/* ********** FOOTER ****************************************** */

/* ********** CONTENT LAYOUT ********************************** */

.container,
article {max-width: 980px; margin-left: auto; margin-right: auto; padding: 0 20px}
article > ul > li {margin: 8px 0}

.confidential {float: right; width: auto; height: 100px; margin: 6px 20px 0 0}
.meta {margin-bottom: -20px}
.meta p {font-size: 14px; line-height: 22px; color: #666}



