*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	color: #555459;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Calibri, Arial, sans-serif;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.policies {
  padding: 0 1em 1em 1em;
  width: 100%;
  height: 100%;
  font-weight: 300;
  overflow-y: auto;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
}

h3 {
  font-weight: normal;
}

a {
  text-decoration: underline;
}
