html,
body {
  font-family: 'Lato', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  height: 100%;
}
body {
  background: #f3f3f3;
  color: #34383c;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
body,
h1,
h2 {
  font-weight: 300;
}
a {
  cursor: pointer;
  color: #005499;
}
h1 {
  font-size: 2.2em;
  line-height: 36px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
}
h3 {
  font-size: 15px;
  line-height: 15px;
}
h4 {
  font-size: 14px;
  line-height: 14px;
}
h5 {
  font-size: 13px;
  line-height: 13px;
}
hr.dotted {
  margin: 1em 0;
  border-top: 1px dotted #e9eaec;
}
[ng-cloak],
.ng-cloak {
  display: none;
}
