@import url(normalize.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.9rem;
  padding: 1.8rem; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em; }

label {
  font-weight: 600;
  margin-bottom: 0.45rem; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.9rem;
  padding: 0.6rem;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.45rem; }

input[type="file"] {
  padding-bottom: 0.9rem;
  width: 100%; }

select {
  margin-bottom: 1.8rem;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.default-ol,
  ol.default-ol {
    list-style-type: decimal;
    padding-left: 1.8rem; }

dl {
  margin-bottom: 0.9rem; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9rem; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.9rem 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.9rem 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.9rem 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0 0 0.9rem; }

p {
  margin: 0 0 0.9rem; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.8rem 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/* Bitters needs to be imported before Neat */
html {
  box-sizing: border-box; }

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

html {
  padding-bottom: 2em; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: #551A8B; }

body {
  font-family: Georgia; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 0.9rem; }

h1 {
  font-size: 1.942em; }

h2 {
  font-size: 1.618em; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p, ul, ol {
  margin: 0 0 1.2857142857rem; }

blockquote {
  font-size: 0.9em;
  line-height: 1.4; }

pre {
  display: block;
  padding: 9.5px;
  font-size: 0.7em;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

code {
  padding: 2px 4px;
  font-size: 0.7em;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

iframe {
  margin: 0 0 0.9rem; }

container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  container::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 768px) {
    container {
      padding: 0% 5% 0% 5%; } }

@media (min-width: 768px) {
  .one-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%; }
    .one-column:last-child {
      margin-right: 0; } }

@media (min-width: 1012px) {
  .one-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    .one-column:last-child {
      margin-right: 0; } }

@media (min-width: 1280px) {
  .one-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%; }
    .one-column:last-child {
      margin-right: 0; } }

.entry-header h1 {
  line-height: 1; }

.entry-header h2 {
  margin-top: 0.2em; }

.entry-header h3 {
  margin-top: 0.5em;
  font-size: 1.2em; }

.entry-header p {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.entry-header hr {
  margin: 0; }

.entry {
  max-width: 39rem; }
  .entry h1.title a {
    color: black; }
  .entry h5.date a {
    color: black; }
  .entry h5.date {
    margin-top: 0;
    margin-bottom: 1.5em; }
  .entry figure {
    margin: 0;
    margin-bottom: 1em; }
    .entry figure figcaption {
      font-size: 0.8em; }
  .entry ul {
    padding-left: 3rem; }
  .entry ol ol, .entry ul ul,
  .entry ul ol, .entry ol ul {
    margin: 0 0 0 0;
    padding-left: 2em; }
  .entry ol {
    list-style-type: decimal;
    list-style-position: inside; }
    .entry ol li p {
      display: inline; }
  .entry ul {
    list-style-type: disc; }
    .entry ul ul {
      list-style-type: circle; }
  @media (max-width: 768px) {
    .entry iframe {
      width: 100%; } }
  .entry .images-row {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 2%; }
    .entry .images-row:last-child {
      margin-right: 0; }
    @media only screen and (max-device-width: 736px) {
      .entry .images-row {
        padding: 0; } }
  .entry .half-width {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .entry .half-width:last-child {
      margin-right: 0; }
  .entry .half-width-centred {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%; }
    .entry .half-width-centred:last-child {
      margin-right: 0; }

.footnotes {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 1.8rem;
  margin-top: 1.8rem;
  font-size: 0.9em; }
  .footnotes ol li {
    margin: 0 0 1.2857142857rem; }

@media (min-width: 768px) {
  .header h1.logotype {
    font-size: 2.618em; } }

@media only screen and (min-device-width: 736px) {
  .recentwork .logo {
    max-width: 80%; } }

.recentwork .project {
  padding-top: 0.8em; }

.recentwork img.project {
  padding-top: 0; }

.recentwork .xvzf {
  font-size: 2em; }

@media (max-width: 768px) {
  .recentwork iframe {
    width: 100%; } }

.article-list h3 {
  margin-bottom: 0.4em; }

.article-list p {
  font-size: 18px;
  margin-bottom: 0.4em; }

.article-list h5 {
  margin-top: 0em; }

.article-list h5.date a {
  color: black; }

.azulejo-row {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 2%; }
  .azulejo-row:last-child {
    margin-right: 0; }
  @media only screen and (max-device-width: 736px) {
    .azulejo-row {
      padding: 0; } }

@media only screen and (min-device-width: 736px) {
  .azulejo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .azulejo:last-child {
      margin-right: 0; } }

@media only screen and (max-device-width: 736px) {
  .azulejo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    width: 47%; }
    .azulejo:last-child {
      margin-right: 0; } }

.azulejo-half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .azulejo-half:last-child {
    margin-right: 0; }

.azulejo-solo {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-left: 25.5894128995%; }
  .azulejo-solo:last-child {
    margin-right: 0; }

.pagination {
  font-size: 0.9em;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: bold; }

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px; }

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none; }

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline; }
