/*
Theme Name:dataviztools
Version: 1.0
*/

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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Helvetica, sans-serif;
  color: #222; }

* {
  box-sizing: border-box; }

a {
  color: #555; }

a:hover {
  opacity: 0.8; }

body {
  line-height: 1.3; }

.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.3rem; }

.h4 {
  font-size: 1.15rem; }

.h1,
.h2,
.h3,
.h4 {
  margin: 1rem 0; }

.category-title {
  margin-top: 3rem; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.container {
  margin: auto;
  padding: 0 1rem;
  max-width: 50rem; }

.container--tiles {
  padding: 0 0.5rem; }

header {
  margin-top: 1rem;
  margin-bottom: 3rem;
  overflow: hidden; }

.logo {
  margin-bottom: 1rem; }
.logo img {
  max-width: 300px;
  height: auto; }

header .col + .col {
  margin-top: 1rem; }

@media screen and (min-width: 40rem) {
  header .col {
    float: left;
    width: 48%; }
  header .col + .col {
    float: right;
    margin-top: 3rem;
    text-align: right; } }

.menu .page_item {
  display: inline-block; }

.menu .page_item + .page_item {
  margin-left: 1rem; }

.tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.tile {
  display: flex;
  height: 150px;
  padding: 0.5rem;
  width: 100%; }
  .tile:hover {
    opacity: 0.8; }
  @media screen and (min-width: 30rem) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 40rem) {
    .tile {
      width: 33.333%; } }

.tile__link {
  display: block;
  position: relative;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 3px;
  color: #fff; }
  .tile__link:hover {
    color: #fff; }

.tile__title {
  position: absolute;
  bottom: 1rem; }

.resource {
  display: table;
  margin: 2rem 0; }

.resource__thumb {
  padding-right: 16px;
  width: 116px; }

.resource__thumb-dummy {
  height: 100px;
  border: 1px solid; }

.resource__thumb img {
  width: 100%;
  height: auto; }

.resource__thumb,
.resource__info {
  display: table-cell;
  vertical-align: middle; }

.resource__title {
  margin-bottom: 1rem; }

.page article .content {
  margin-top: 2rem;
  line-height: 1.4; }

.page article h1,
.page article h2,
.page article h3,
.page article h4 {
  margin: 1.5rem 0 1rem;
  font-weight: bold; }
.page article h1 {
  font-size: 1.8rem; }
.page article h2 {
  font-size: 1.6rem; }
.page article h3 {
  font-size: 1.4rem; }
.page article h4 {
  font-size: 1.2rem; }

.page article p,
.page article ul,
.page article ol,
.page article blockquote {
  margin: 1rem 0; }

.page article blockquote {
  padding-left: 1rem;
  border-left: 2px solid #ccc;
  color: #888; }

.page article img {
  max-width: 100%;
  height: auto; }

.footer {
  overflow: hidden;
  margin-top: 3rem; }

.footer__column {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 30rem) {
    .footer__column {
      float: left;
      width: 50%; }
      .footer__column--right {
        text-align: right; } }
