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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* 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;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
}

@font-face{
  font-family: 'Haas Grot Text Medium';
  src: url('fonts/Haas_Grot_Text_Round_Web-65_Medium.eot');
  src: url('fonts/Haas_Grot_Text_Round_Web-65_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Haas_Grot_Text_Round_Web-65_Medium.woff2') format('woff2'), url('fonts/Haas_Grot_Text_Round_Web-65_Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Haas Grot Text Medium', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  text-align: center;
  word-spacing: -.08em;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

a {
  color: #000;
}

a:hover {
  color: #888;
}

h1 {
  margin: 1.5em 0 2.5em;
}

p {
  margin-bottom: .667em;
}

.business {
  margin-bottom: 3em;
}

@media (min-width: 375px) {
  html {
    font-size: 19px;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 2vw;
  }

  body {
    padding: 0 3rem;
  }

  p {
    margin-bottom: 1.3em;
  }

  h1 {
    margin: 3em 0 5em;
  }

  .business {
    float: left;
    width: 50%;
    margin-bottom: 3em;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 28px;
  }
}
