/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important; }

/* site starts now */
body {
  font: 100% "Noto Sans", Verdana, Tahoma, Century Gothic, Trebuchet, Geneva, Sans-Serif; }
  body h1 {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px; }
  body h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px; }
  body h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px; }
  body p {
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.6; }
  body em {
    font-style: italic; }
  body strong {
    font-weight: bold; }
  body hr {
    margin-top: 10px;
    margin-bottom: 10px; }

.centred {
  text-align: center; }

.underline {
  text-decoration: underline; }

.bullet-free-list {
  list-style: none inside none;
  margin: 0;
  padding: 0; }

.footer-navigation-icon {
  border: 0;
  height: 100px;
  width: auto; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.tiny-left-pad {
  padding-left: 10px; }

.bottom-spacer {
  margin-bottom: 30px; }

.cannot-exceed-screen-width {
  max-width: 90vw; }

.top-banner {
  max-width: 40vw; }

ul.square {
  list-style: square; }

.nav-spacer {
  padding-top: 30px; }

.clear {
  clear: both; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.4em; } }
@media (max-width: 1080px) {
  .top-banner {
    max-width: 70vw; } }
@media (max-width: 768px) {
  h1 {
    font-size: 2.0em; }

  .top-banner {
    max-width: 70vw; } }

/*# sourceMappingURL=base.css.map */
