@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,500,500italic);
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  padding: 20px;
  /*overflow-x: hidden;*/ }

p, li {
  font: 300 1em/1.3 "Roboto", sans-serif;
  color: #003A70; }

h1, h3 {
  font-weight: 500;
  color: #003A70; }

h1 {
  font: 500 2em "Roboto", sans-serif;
  margin-bottom: .75em; }

h3 {
  font: 500 1.5em "Roboto", sans-serif;
  margin-bottom: .25em; }

strong {
  font-weight: 500; }

img.cert {
  display: block;
  max-width: 595px;
  width: 100%;
  height: auto;
  margin: 30px 0; }
