/* Structure */ html, body, div, span {

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }

/* Text */ h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ol, ul, li, strong, em {

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }

/* Other */ applet, object, iframe, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }

/* Misc */ :focus {

outline: 0; }

table {

border-collapse: separate;
border-spacing: 0; }

caption, th, td {

text-align: left;
font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {

content: ""; }

blockquote, q {

quotes: "" ""; }

body {

line-height: 1.25rem; }

h1 {

font-size: calc(1em * (36 / 12));
margin-bottom: 1.25rem;
line-height: calc(3 * 1.25rem); }

h2 {

font-size: calc(1em * (24 / 12));
margin-bottom: 1.25rem;
line-height: calc(2 * 1.25rem); }

h3 {

font-size: calc(1em * (21 / 12));
margin-bottom: 1.25rem;
line-height: calc(2 * 1.25rem); }

h4 {

font-size: calc(1em * (18 / 12));
margin-bottom: 1.25rem;
line-height: calc(2 * 1.25rem); }

h5 {

font-size: calc(1em * (14 / 12));
margin-bottom: 1.25rem;
line-height: calc(2 * 1.25rem); }

h6 {

font-size: calc(1em * (12 / 12));
margin-bottom: 1.25rem;
line-height: calc(1 * 1.25rem); }

p, ul, ol {

margin-bottom: 1.25rem; }

ul ol, ol ol, ul ul, ol ul {

margin-bottom: 0; }

ul {

list-style-type: disc;
margin-left: 2rem; }

ol {

list-style-type: decimal;
margin-left: 2rem; }

hr {

line-height: 2.5rem; }

.raster-guidelines {

display: -webkit-flex;
display: flex;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0; }

.raster-guidelines > div.raster-column {

display: -webkit-flex;
display: flex;
background-color: rgba(148, 235, 255, 0.25);
margin-right: 1rem;
-webkit-flex: 0 0 9rem;
flex: 0 0 9rem; }

.raster-guidelines > div.raster-column:last-child {

margin-right: 0; }

.raster-column > div.raster-unit {

background-color: rgba(148, 235, 255, 0.25);
margin-right: 1rem;
-webkit-flex: 0 0 4rem;
flex: 0 0 4rem; }

.raster-column > div.raster-unit:last-child {

margin-right: 0; }