
/*
gray: #434343
color: rgb(204,65,37)
*/

.dots {
  color:#434343;
}

.separator {
  padding-top: 20px;
  width: 60px;
}

body {
  padding:10px;
  font:15pt/1.5 'Fira Sans', sans-serif;
  color:#434343;
  background-color:#fff;
  font-weight:300;
  text-align:justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color:#EA3556;
  text-decoration:none;
}

a small {
  font-size:11px;
  color:#EA3556;
  margin-top:-0.6em;
  display:block;
}

a:hover { color: #434343; };

h1, h2, h3, h4, h5, h6 {
  color:#434343;
  margin:0 0 20px;
  font-family:'Fira Sans', sans-serif;
  font-weight: 500;
}

p, ul, ol, table, pre, dl {
  margin:0 0 20px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size:28px;
}

.wrapper {
  margin:0 auto;
}

blockquote {
  border-left:1px solid #e5e5e5;
  margin:0;
  padding:0 0 0 20px;
  font-style:italic;
}

code, pre {
  font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  color:#333;
  font-size:11pt;
}

pre {
  padding:8px 15px;
  background: #f8f8f8;  
  border-radius:5px;
  border:1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:700;
}

th {
  color:#444;
}

img {
  max-width:100%;
}

.logo {
  width: 300px;
  max-width: 100%;
}

header {
  width:450px;
  max-width:100%;
  color:rgb(20,20,20);
  margin:auto;
  padding-bottom:30px;
  font:15pt/1.5 'Fira Sans', sans-serif;
  font-weight: 300;
}

strong {
  color:#222;
  font-weight:700;
}

section {
  width:765px;
  max-width:100%;
  margin:auto;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:270px;
  max-width:100%;
  position:fixed;
  bottom:50px;
}

.center {
  margin: auto;
  text-align: center;
}

video {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media print {
  body {
    padding:0.4in;
    font-size:12pt;
    color:#444;
  }
}

.byline {
  font-size:12pt;
  color:rgb(20,20,20);
  font-weight:300;
  font-style:italic;
  text-align:center;
}
