* {
  box-sizing: border-box;
  min-width: 0; }

:focus {
  outline: 2px dashed rgba(25, 47, 89, 0.3);
  outline-offset: 3px; }

::-moz-selection {
  background: #192f59;
  color: #ffffff; }

::selection {
  background: #192f59;
  color: #ffffff; }

body {
  background: #ffffff; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom; }

html {
  font-size: 1rem; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  background: #f7f7f7; }

a {
  color: #192f59;
  text-decoration: none; }
  a:hover {
    color: theme-color-level("primary", 4);
    text-decoration: none; }

ol, ul {
  margin: 8px 0 8px 16px;
  padding: 0; }

p {
  margin: 0 0 16px; }
  p:last-child {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1:first-of-type,
  h2:first-of-type,
  h3:first-of-type,
  h4:first-of-type,
  h5:first-of-type,
  h6:first-of-type {
    margin-top: 0; }

h1,
h2,
h3 {
  margin-top: 32px;
  margin-bottom: 16px; }

h4,
h5,
h6 {
  margin-top: 24px;
  margin-bottom: 16px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

small {
  font-size: 75%;
  font-weight: normal; }

big {
  font-size: 125%;
  font-weight: normal; }

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid gray(500); }

mark {
  padding: 0.2em;
  background-color: #fff9c4;
  color: inherit; }

code {
  font-size: 16px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 110%;
  border-left: 4px solid gray(400);
  background: transparent; }

label {
  display: inline-block;
  margin-bottom: 8px; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

html.js fieldset.collapsed {
  border-width: 1px; }

html.js fieldset.collapsible .fieldset-legend {
  padding-left: 16px; }

/*# sourceMappingURL=maps/elements.css.map */
