body {
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 110px 115px;
  color: #000000;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  width: 800px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:visited,
a:hover,
a:active {
  color: #000000;
}

p {
  line-height: 18px;
  margin-top: 0px;
  padding: 0;
  width: 446px;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0 12px 12px 0;
  vertical-align: top;
}

td:last-child {
  padding: 0 0 12px 0;
}

.primary-table {
  width: 676px;
}

.g-two {
  width: calc(676px / 2 - 6px);
}

.g-three {
  width: calc(676px / 3 - 8px);
}

.m-bold {
  font-weight: bold;
  text-transform: uppercase;
}

.container {
  padding: 50px 0 0 50px;
}

.name {
  border-top: 1.2px dashed #000000;
  padding: 10px 0px 4px 36px;
  width: 640px;
}

.cat {
  border-top: 1.2px dashed #000000;
  padding: 12px 0px 12px 36px;
  width: 640px;
}

.cat-cta {
  cursor: pointer;
  user-select: none;
}

.cat-section {
  display:none;
  padding: 0 0 12px 0;
  text-transform: uppercase;
}

.cat-section.m-no-padding {
  padding: 0;
}

.article {
  width: 676px;
}

.pub-title {
  margin: 12px 0;
  width: auto;
}

.pub-table {
  width: 712px;
}

.pub-table td {
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 33%;
}

.pub-table img {
  border: 1px solid #f0f0f0;
  margin: 0 0 12px;
}

a.cred {
  font-size: 8.5px;
}

.footer {
  margin: 160px 0 4px;
}