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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background-color: rgba(0, 0, 0, 0.05);
}

body,
p {
  font-family: "Lora", serif;
}

li,
p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
}

body,
p,
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: black;
}

footer,
footer p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NeueHelveticaW01", sans-serif;
}

footer,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

section,
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
}

h1 {
  margin-bottom: 15px;
}

ol,
ul {
  padding: 0;
}

li {
  list-style-position: outside;
  margin: 0 0 10px 20px;
}

main.container {
  background-color: white;
  padding-bottom: 35px;
  padding-top: 50px;
}

footer.container {
  padding: 40px 80px;
}

nav,
footer {
  background-color: black;
}

h1 {
  font-size: 2rem;
  word-break: break-word;
}

h2 {
  font-size: 1.6rem;
}

a.logo-vice {
  background-image: url("//vice-web-statics-cdn.vice.com/logos/vice_logo_white.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: block;
  color: transparent;
  font-size: 0;
  margin: 0 auto;
  width: 77px;
  height: 100%;
}

nav a.logo-vice {
  height: 50px;
}

footer a.logo-vice {
  height: 28px;
  margin-bottom: 20px;
  width: 89px;
}

button.show-modal,
button.show-ccpa-modal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding: 0 20px;
  width: 100%;
}

.copyright {
  color: rgb(85, 85, 85);
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.content {
  max-width: 1000px;
}

table {
  vertical-align: top;
  border: 1px solid #000;
  border-spacing: 0;
}

thead {
  background-color: #c0c0c0;
  text-align: center;
}

tbody > tr > td {
  vertical-align: top;
  border-top: 1px solid #000;
  width: 33.3%;
}

td {
  padding: 2px;
  border-right: 1px solid #000;
}

td:last-child {
  border-right: 0;
}

@media screen and (min-width: 700px) {
  h1 {
    font-size: 3.75rem;
    margin-bottom: 40px;
  }

  nav a.logo-vice {
    height: 80px;
    margin: 0 auto 0 0;
    width: 102px;
  }

  main.container {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  footer.container {
    padding: 80px;
  }

  footer a.logo-vice {
    height: 40px;
    margin-bottom: 30px;
    width: 128px;
  }

  .container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1600px) {
  nav.container {
    padding: 0 40px;
  }

  .container {
    padding: 80px;
  }
}
