h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
  font-weight: normal;
  text-transform: uppercase;
}

html {
  font-family: "Lato", sans-serif;
}
body {
	font-size: .875rem;
  font-family: "Lato", sans-serif;
}
p,
li,
a,
em,
strong,
dt,
dd,
q,
code,
cite {
  font-family: inherit;
}
p {
  margin-bottom: 0.5em;
}

article {
  background-color: var(--white);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  box-sizing: border-box;
	display: block;
}


*, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  max-width: 75rem;/*62.5rem;*/
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0;
}

.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row > article {
	margin-top: 0 !important;
}