@font-face {
  font-family: VarelaRound;
  src: url(/fonts/VarelaRound-Regular.woff);
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Light.woff);
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, blockquote, body, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, label, legend, li, nav, object, ol, p, section, table, ul {
  margin: 0;
  padding: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

h6, .h6 {
  font: 400 1rem "HPSimplified", Arial, sans-serif;
  line-height: 1.375;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

body {
  width: 100%;
  left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  text-align: left;
  font-family: VarelaRound;
  font-weight: normal;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

body * {
  word-break: keep-all;
}