@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  border-right: 1px solid #efefef; }

.logo {
  text-align: center;
  padding: 20px 20px;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
  color: #666666; }

.menu-nav {
  padding: 20px 25px; }
  .menu-nav span {
    color: #666666;
    font-size: 16px;
    font-weight: 600; }
  .menu-nav a {
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 6px 0; }
    .menu-nav a:hover {
      color: #333333; }
    .menu-nav a.active {
      color: #38d; }
  .menu-nav > .nav > li {
    margin-bottom: 20px; }
  .menu-nav > .nav {
    padding: 0; }
  .menu-nav .nav {
    list-style: none; }
    .menu-nav .nav .nav {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  text-align: center;
  border-top: 1px solid #efefef;
  display: block;
  text-decoration: none; }
  .footer i, .footer span {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    color: #666666; }
  .footer i {
    font-size: 17px;
    padding-right: 5px; }
  .footer span {
    font-size: 14px; }
  .footer:hover {
    text-decoration: none; }
    .footer:hover i, .footer:hover span {
      color: #38d; }

/*
http://www.color-hex.com/color-palette/30714
http://www.colorcombos.com/color-schemes/8920/ColorCombo8920.html
*/
@media (max-width: 640px) {
  #logo {
    display: none; } }

#logo {
  display: block;
  position: absolute;
  top: 1vw;
  left: 5vw;
  width: 150px;
  height: 108px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 840 600' height='600' width='840' version='1.0'%3E%3Cpath d='m686 409c-12.9 11.6-27.1 17.4-42.3 18.9-25.1 3-48.9-5.43-67.4-23.9-22.6-22.6-33.8-58.1-30.8-98 1.53-20.5 5.65-35.9 13.9-52.1 20.1-36.8 44.4-48.4 78.4-53.8 21-4.54 60-2.46 78 3.34 12.2 3.96 23.4 10.4 29.6 17.2 6.82 7.43 12.3 17.7 14.8 26.3 5.19 18.2 5.29 20.6 4.95 123l-1 95-78 21zm-12-45c4.34-1.98 7.91-4.79 11.5-7.82v-31.2c0-44.2-1.72-51.1-13.9-55.7-6.14-2.33-19.6-2.6-25.6-0.511-13 4-21 22-21 46 0 24.9 8.99 43 24.2 48.9 7.65 2.94 18.7 2.84 25.3-0.23zm-547 39c-7-11-12-21-13-34-2.37-37.7-1.57-63.6-1.89-104h-26l0.5-59 25-0.321 1-41.6 79-20 1 62h42l1 59h-44l1.11 74.9c2.84 17 10.9 23.1 28.6 21.8 4.61-0.333 9.22-0.709 13.8-1.14l0.264 31.1c0.246 28.9 0.14 31.2-1.5 31.9-2.18 0.91-8 2.3-15.3 3.64-33.1 3.85-69 4.44-90.5-24zm285 25c-7-1-15-3-22-6l0.264-30.7c0.259-30.1 0.305-30.7 2.26-30.4 1.1 0.181 6.34 0.569 11.7 0.862 14.3 0.792 22.9-2.69 26-10.6 4-9 4-15 4-79v-64h79v74c0 79-0.187 82.7-5.13 100-6.94 24.3-24.3 39.3-52.9 45.6-7.28 1.6-32.6 1.76-42.5 0.272zm-138-86c0-84.3 0.158-87.6 5.13-105 6.94-24.3 24.3-39.3 52.9-45.6 18-3.49 47.7-2.93 65 5.64l-0.264 30.7c-0.259 30.1-0.305 30.7-2.26 30.4-1.1-0.181-6.34-0.569-11.7-0.862-14.3-0.792-22.9 2.69-26 10.6-4 9-4 14-4 84v69h-79zm190-160c-26.2-4.38-39.8-32.4-27.1-56.2 14.6-27.5 62-24.9 72.8 4.02 9.16 24.5-4.42 48.1-30 52.2-7.32 1.18-8.42 1.17-15.7-0.0386z' stroke-opacity='.5' stroke='white' stroke-width='83' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px; }

@media (max-width: 768px) {
  #main-menu {
    display: none; } }

#main-menu {
  position: absolute;
  top: 0;
  right: 10vw;
  color: white; }

.light #main-menu {
  color: #333; }

#main-menu li {
  display: inline-block;
  margin: 1em 1.5em; }

#main-menu a {
  float: right;
  text-decoration: none;
  color: white; }

.light #main-menu a {
  color: #333; }

.excerpt {
  margin-top: 3em;
  border-top: 3px solid #eee; }

ul.tagged {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.tagged li {
  list-style: none;
  flex-grow: 0;
  flex-basis: 30%;
  padding: 1em .5em;
  text-transform: uppercase;
  background: #efefef; }

.tagged a {
  color: #333;
  text-decoration: none; }

.byline {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3em; }

.byline p {
  margin: .5em 0;
  color: #888; }

.mute {
  color: #aaa; }

.byline::before {
  bottom: 0;
  content: '';
  height: 4px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
  background: #579; }

.light .byline::before {
  background-color: #666; }

.mouse .byline::before {
  background-color: #d73; }

.music .byline::before {
  background-color: #3a9; }

.drupal .byline::before {
  background-color: #0678be; }

.ruby .byline::before {
  background-color: #CC342D; }

.mouse a {
  color: #d73; }

.music a {
  color: #3a9; }

.drupal a {
  color: #0678be; }

.ruby a {
  color: #CC342D; }

.attachments li {
  list-style: none; }

.attachment {
  margin: .5em 0; }

.attachment a {
  display: block;
  padding: .5em 2em;
  border: 1px solid;
  text-decoration: none;
  transition: margin .3s, padding .3s, background-color .1s, color .6s; }

.attachment a:hover {
  color: #fff;
  background: #333; }

.attachment b {
  display: block;
  font-size: 1em;
  font-weight: 400; }

.attachment i {
  display: block;
  font-size: .75em;
  font-style: normal; }

@media (min-width: 641px) {
  .attachment a {
    display: inline-block;
    min-width: 25em;
    margin: .5em .5em; }
  .attachment a:hover {
    margin: 0;
    padding: 1em 2.5em; }
  .attachment a::before {
    content: "▼ ";
    position: absolute;
    font-size: 4em;
    line-height: 1; }
  .attachment b {
    padding-left: 4em;
    font-size: 1.25em; }
  .attachment i {
    font-size: .9em;
    text-align: right; } }

.region {
  padding-bottom: 4vw;
  border-top: 3px solid #ccc; }

.region.top {
  border-top: none;
  border-bottom: 3px solid #ccc; }

@media (min-width: 769px) {
  .region {
    display: flex;
    justify-content: center; } }

.button {
  display: inline-block;
  padding: .75em 3em;
  border: 1px solid #999;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s, background-color .6s, box-shadow 1s; }

.button:active {
  box-shadow: 0 0 8px black;
  border-color: #333; }

.button:active,
.button:hover,
.block .button:active,
.block .button:hover {
  background: #333;
  color: #fff;
  text-decoration: none; }

.dark .button:active,
.dark .button:hover,
.dark .block .button:active,
.dark .block .button:hover {
  background: white;
  color: #333; }

@media (min-width: 769px) {
  .block {
    max-width: 440px; } }

.block {
  padding: 0 20px; }

.block-title {
  color: inherit; }

.block a {
  text-decoration: none; }

.block a:active,
.block a:hover {
  text-decoration: underline; }

.dark .block p,
.dark .block ul,
.dark .block li {
  color: white; }

.dark .block a {
  color: #fff;
  font-weight: 700; }

.dark .block a:active,
.dark .block a:hover {
  color: #fff; }

.region-bottom {
  padding: 2vw 5vw;
  background: white;
  color: #333; }

@media (min-width: 641px) {
  .region-bottom {
    display: flex;
    justify-content: space-around; }
  .block-bottom {
    flex: 1;
    display: flex;
    max-width: 440px; }
  .region-bottom .content {
    padding-left: 1em; } }

ul {
  padding-left: 1em; }

ul {
  list-style: circle; }

.block-bottom h2 {
  margin: 0;
  color: #666; }

.triq-text {
  width: 2em;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='29' version='1.0' viewBox='0 0 29 16'%3E%3Cpath d='m25.4 12.8c-0.545 0.49-1.15 0.736-1.79 0.799-1.06 0.127-2.07-0.23-2.85-1.01-0.955-0.955-1.43-2.46-1.3-4.14 0.0647-0.867 0.239-1.52 0.588-2.2 0.85-1.56 1.88-2.05 3.31-2.27 0.888-0.192 2.54-0.104 3.3 0.141 0.516 0.167 0.989 0.44 1.25 0.727 0.288 0.314 0.52 0.748 0.626 1.11 0.219 0.769 0.224 0.871 0.209 5.2l-0.1 3.9-3.3 0.9zm-0.465-1.94c0.183-0.0837 0.334-0.202 0.486-0.331v-1.32c0-1.87-0.0727-2.16-0.588-2.35-0.26-0.0985-0.829-0.11-1.08-0.0216-0.558 0.195-0.909 0.951-0.909 1.97 0 1.05 0.38 1.82 1.02 2.07 0.323 0.124 0.791 0.12 1.07-0.01zm-23.2 1.6c-0.33-0.4-0.52-0.9-0.57-1.4-0.1-1.61-0.07-2.7-0.08-4.41h-1.1l0.0224-2.47 1.06-0.0136 0.0423-1.76 3.32-0.871 0.0223 2.63 1.82 0.0162 0.0224 2.47h-1.86l0.0469 3.17c0.12 0.73 0.46 0.93 1.21 0.93 0.195-0.0141 0.39-0.03 0.583-0.0482l0.0112 1.31c0.0104 1.22 0.00592 1.32-0.0634 1.35-0.0922 0.0385-0.338 0.0972-0.647 0.154-1.4 0.163-2.92 0.188-3.83-1.01zm12.1 1.06c-0.338-0.0845-0.676-0.127-0.972-0.254l0.0112-1.3c0.011-1.27 0.0129-1.3 0.0955-1.29 0.0465 0.008 0.268 0.0241 0.495 0.0364 0.605 0.0335 0.968-0.114 1.1-0.448 0.15-0.38 0.162-0.626 0.162-3.36v-2.7h3.34v3.13c0 3.34-0.0079 3.5-0.217 4.23-0.293 1.03-1.03 1.66-2.24 1.93-0.308 0.0676-1.38 0.0744-1.8 0.0115zm-5.79-3.65c0-3.56 0.00668-3.7 0.217-4.44 0.293-1.03 1.03-1.66 2.24-1.93 0.761-0.148 2.02-0.124 2.75 0.238l-0.0112 1.3c-0.011 1.27-0.0129 1.3-0.0955 1.29-0.0465-0.008-0.268-0.0241-0.495-0.0365-0.605-0.0335-0.968 0.114-1.1 0.448-0.151 0.384-0.162 0.617-0.162 3.57v2.91h-3.34zm7.99-6.76c-1.11-0.185-1.68-1.37-1.15-2.38 0.617-1.16 2.62-1.05 3.08 0.17 0.387 1.04-0.187 2.03-1.27 2.21-0.309 0.0499-0.356 0.0495-0.664-0.002z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px; }

.double {
  display: flex;
  justify-content: center;
  padding: 2em 0;
  background: linear-gradient(to right, #2989d8 0%, #2989d8 49.9%, #207cca 50%, #207cca 100%); }

.content-50 {
  flex: 1;
  max-width: 440px;
  text-align: center; }

.content-33 {
  flex: 1;
  max-width: 295px; }

.content-66 {
  flex: 2;
  max-width: 585px; }

.hero {
  background-color: #345;
  padding: 1px; }

.hero.triq {
  background-color: #345;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 840 600' height='600' width='840' version='1.0'%3E%3Cpath d='m686 409c-12.9 11.6-27.1 17.4-42.3 18.9-25.1 3-48.9-5.43-67.4-23.9-22.6-22.6-33.8-58.1-30.8-98 1.53-20.5 5.65-35.9 13.9-52.1 20.1-36.8 44.4-48.4 78.4-53.8 21-4.54 60-2.46 78 3.34 12.2 3.96 23.4 10.4 29.6 17.2 6.82 7.43 12.3 17.7 14.8 26.3 5.19 18.2 5.29 20.6 4.95 123l-1 95-78 21zm-12-45c4.34-1.98 7.91-4.79 11.5-7.82v-31.2c0-44.2-1.72-51.1-13.9-55.7-6.14-2.33-19.6-2.6-25.6-0.511-13 4-21 22-21 46 0 24.9 8.99 43 24.2 48.9 7.65 2.94 18.7 2.84 25.3-0.23zm-547 39c-7-11-12-21-13-34-2.37-37.7-1.57-63.6-1.89-104h-26l0.5-59 25-0.321 1-41.6 79-20 1 62h42l1 59h-44l1.11 74.9c2.84 17 10.9 23.1 28.6 21.8 4.61-0.333 9.22-0.709 13.8-1.14l0.264 31.1c0.246 28.9 0.14 31.2-1.5 31.9-2.18 0.91-8 2.3-15.3 3.64-33.1 3.85-69 4.44-90.5-24zm285 25c-7-1-15-3-22-6l0.264-30.7c0.259-30.1 0.305-30.7 2.26-30.4 1.1 0.181 6.34 0.569 11.7 0.862 14.3 0.792 22.9-2.69 26-10.6 4-9 4-15 4-79v-64h79v74c0 79-0.187 82.7-5.13 100-6.94 24.3-24.3 39.3-52.9 45.6-7.28 1.6-32.6 1.76-42.5 0.272zm-138-86c0-84.3 0.158-87.6 5.13-105 6.94-24.3 24.3-39.3 52.9-45.6 18-3.49 47.7-2.93 65 5.64l-0.264 30.7c-0.259 30.1-0.305 30.7-2.26 30.4-1.1-0.181-6.34-0.569-11.7-0.862-14.3-0.792-22.9 2.69-26 10.6-4 9-4 14-4 84v69h-79zm190-160c-26.2-4.38-39.8-32.4-27.1-56.2 14.6-27.5 62-24.9 72.8 4.02 9.16 24.5-4.42 48.1-30 52.2-7.32 1.18-8.42 1.17-15.7-0.0386z' stroke-opacity='.2' stroke='%23fff' stroke-width='83' opacity='.2' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 1%; }

.hero.accel {
  background-color: #d73;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='414' width='800' version='1.1' viewBox='0 0 211.66667 109.5375'%3E%3Cpath d='m61.2 108c-1.9-1-5.4-4-7.8-8-2.4-3.3-6.3-7.9-8.7-10.2-2.4-2.2-7.3-7-11.1-10.5-3.7-3.6-8.4-9.8-10.4-13.8s-4.8-8.9-6.3-11c-4.72-6.7 0.192-4.09 8.4 4.46 5.83 6.07 8.89 8.24 11.6 8.24 8.92 0 4.84-8.13-8.57-17-10.3-7-13.9-10.5-17.4-17.4-2.51-5-6.34-18-5.51-18.8 0.26-0.3 1.84 1.7 3.5 4.4 6.21 10 12.9 9.6 9.81-0.6-2.1-7.1-8.4-14.3-14.2-16.2l-4.5-1.56 5.49 0.793c7.81 1.13 12.8 3.99 20 11.5 6.24 6.46 15.6 12.3 19.7 12.3 2.46 0 2.8-4.39 0.654-8.4-0.804-1.5-3.43-3.93-5.84-5.4-2.54-1.55-3.45-2.67-2.18-2.67 4.28-0.0117 11.6 6.38 18.1 15.7 12.3 17.9 20 24.1 30.1 24.1 8.22 0 9.06-2.97 1.48-5.24-5.75-1.72-13.1-6.55-7.87-5.17 1.51 0.4 6.96 1.32 12.1 2.04 9.66 1.36 10.8 1.9 18.6 8.98l4.63 4.19-0.865-5.49-0.865-5.49 2.65 4.81c1.46 2.64 4.4 6.87 6.53 9.38 3.59 4.24 4.74 4.67 15.4 5.87 19.7 1.87 37.7 6.43 53.4 12.7 15.5 5.96 23 14.6 19.6 22.7-0.938 2.27-4.28 5.86-7.42 7.99l-5.71 3.88-66.6 0.374c-52 0.292-67.3-0.0117-70-1.38zm27.2-76.5c-1.22-0.715-3.2-2.79-4.4-4.62-2.05-3.12-2.02-3.28 0.419-2.64 1.43 0.373 3.66 1.85 4.96 3.29s3.35 2.62 4.55 2.63c1.92 0.0195 1.93 0.188 0.13 1.35-2.52 1.63-2.86 1.63-5.66-0.0117z' fill-opacity='.1'/%3E%3C/svg%3E"), radial-gradient(ellipse, #d73 50%, #a40);
  background-position: 44% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.hero.sar {
  background-color: #3a9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='480' width='371' version='1.1' viewBox='0 0 98.160416 127'%3E%3Cpath d='m42.3 0.0000363a42.3 42.3 0 0 0 -42.3 42.3 42.3 42.3 0 0 0 42.3 42.3 42.3 42.3 0 0 0 42.3 -42.3 42.3 42.3 0 0 0 -42.3 -42.3zm7.3 8.3 2.4 22.8 22.7-2.3 2.3 21.9-22.8 2.4 2.3 22.7-22 2.3-2.3-22.8-22.8 2.3-2.21-22 22.8-2.3-2.4-22.8 22-2.2zm45 4.07c-1.72-0.0146-4.37 0.214-8.37 0.683l-10.4 1.21 3.46 5.75c1.9 3.16 3.96 8.01 4.85 10.7l1.63 4.94h4.91v28.8 28.8l-4.35-0.695c-6.13-0.98-13.4 1.34-17.9 5.75-6.67 6.47-5.24 14.6 3.22 18.3 7.26 3.19 16.5 0.79 22.8-5.93l3.26-3.47 0.273-46.4c0.3-25.8 0-47.2-0.5-48-0.3-0.5-1.1-0.7-2.8-0.7zm-63.7 72.7v8.46 8.46c-2.06-0.83-7.3-3.1-16.4 0.0338-8.49 3.14-10.8 7.89-10.8 14.3 0 3.65 3.68 8.41 7.61 9.84v0.002c8.29 3.02 22.3-2.78 24.9-10.3 0.644-1.85 1.17-8.91 1.17-15.7 0-7.5 0.0537-14.2 0.714-14.2-2.89-0.495-1.1-0.223-2.89-0.494l-4.35-0.416z' fill-opacity='.1'/%3E%3C/svg%3E"), radial-gradient(ellipse, #3a9 50%, #076);
  background-position: 33% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.hero.drupal {
  background-color: #0678be;
  background-image: radial-gradient(ellipse, transparent 50%, rgba(0, 0, 0, 0.2)); }

.hero.ruby {
  background-color: #CC342D;
  background-image: radial-gradient(ellipse, transparent 50%, rgba(0, 0, 0, 0.2)); }

.hero.whiteness {
  background-color: #fff;
  background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.7)), url(/images/whiteness_2004_08_28_16_40_1600x1200.png);
  background-size: cover; }

.hero.pixel {
  background-color: #000;
  background-image: url(/images/dead-pixel-tester.png);
  background-size: contain; }

.hero.signals {
  background-color: #343434;
  background-image: url(/images/signals.png);
  background-repeat: repeat; }

.hero-content {
  max-width: 15em;
  margin: 6vw auto;
  font-size: 4vw;
  line-height: 1.1;
  text-align: center;
  color: white; }

.light .hero-content {
  color: #555; }

.pad .hero-content {
  margin: 10vw auto; }

.update {
  background: #e0e0e0; }

.teal {
  background-color: #456;
  color: white; }

.red,
.red.top {
  border-color: #d73;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='414' width='800' version='1.1' viewBox='0 0 211.66667 109.5375'%3E%3Cpath d='m61.2 108c-1.9-1-5.4-4-7.8-8-2.4-3.3-6.3-7.9-8.7-10.2-2.4-2.2-7.3-7-11.1-10.5-3.7-3.6-8.4-9.8-10.4-13.8s-4.8-8.9-6.3-11c-4.72-6.7 0.192-4.09 8.4 4.46 5.83 6.07 8.89 8.24 11.6 8.24 8.92 0 4.84-8.13-8.57-17-10.3-7-13.9-10.5-17.4-17.4-2.51-5-6.34-18-5.51-18.8 0.26-0.3 1.84 1.7 3.5 4.4 6.21 10 12.9 9.6 9.81-0.6-2.1-7.1-8.4-14.3-14.2-16.2l-4.5-1.56 5.49 0.793c7.81 1.13 12.8 3.99 20 11.5 6.24 6.46 15.6 12.3 19.7 12.3 2.46 0 2.8-4.39 0.654-8.4-0.804-1.5-3.43-3.93-5.84-5.4-2.54-1.55-3.45-2.67-2.18-2.67 4.28-0.0117 11.6 6.38 18.1 15.7 12.3 17.9 20 24.1 30.1 24.1 8.22 0 9.06-2.97 1.48-5.24-5.75-1.72-13.1-6.55-7.87-5.17 1.51 0.4 6.96 1.32 12.1 2.04 9.66 1.36 10.8 1.9 18.6 8.98l4.63 4.19-0.865-5.49-0.865-5.49 2.65 4.81c1.46 2.64 4.4 6.87 6.53 9.38 3.59 4.24 4.74 4.67 15.4 5.87 19.7 1.87 37.7 6.43 53.4 12.7 15.5 5.96 23 14.6 19.6 22.7-0.938 2.27-4.28 5.86-7.42 7.99l-5.71 3.88-66.6 0.374c-52 0.292-67.3-0.0117-70-1.38zm27.2-76.5c-1.22-0.715-3.2-2.79-4.4-4.62-2.05-3.12-2.02-3.28 0.419-2.64 1.43 0.373 3.66 1.85 4.96 3.29s3.35 2.62 4.55 2.63c1.92 0.0195 1.93 0.188 0.13 1.35-2.52 1.63-2.86 1.63-5.66-0.0117z' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: 44% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.green,
.green.top {
  padding: 5vw 0;
  border-color: #3a9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='480' width='371' version='1.1' viewBox='0 0 98.160416 127'%3E%3Cpath d='m42.3 0.0000363a42.3 42.3 0 0 0 -42.3 42.3 42.3 42.3 0 0 0 42.3 42.3 42.3 42.3 0 0 0 42.3 -42.3 42.3 42.3 0 0 0 -42.3 -42.3zm7.3 8.3 2.4 22.8 22.7-2.3 2.3 21.9-22.8 2.4 2.3 22.7-22 2.3-2.3-22.8-22.8 2.3-2.21-22 22.8-2.3-2.4-22.8 22-2.2zm45 4.07c-1.72-0.0146-4.37 0.214-8.37 0.683l-10.4 1.21 3.46 5.75c1.9 3.16 3.96 8.01 4.85 10.7l1.63 4.94h4.91v28.8 28.8l-4.35-0.695c-6.13-0.98-13.4 1.34-17.9 5.75-6.67 6.47-5.24 14.6 3.22 18.3 7.26 3.19 16.5 0.79 22.8-5.93l3.26-3.47 0.273-46.4c0.3-25.8 0-47.2-0.5-48-0.3-0.5-1.1-0.7-2.8-0.7zm-63.7 72.7v8.46 8.46c-2.06-0.83-7.3-3.1-16.4 0.0338-8.49 3.14-10.8 7.89-10.8 14.3 0 3.65 3.68 8.41 7.61 9.84v0.002c8.29 3.02 22.3-2.78 24.9-10.3 0.644-1.85 1.17-8.91 1.17-15.7 0-7.5 0.0537-14.2 0.714-14.2-2.89-0.495-1.1-0.223-2.89-0.494l-4.35-0.416z' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: 33% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.blue,
.blue.top {
  border-color: #78a; }

.blue.top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 40' height='151.18' width='604.72'%3E%3Cdefs%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23e7e7e7'/%3E%3Cstop offset='1' stop-color='%23f3f3f3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 0v40h40V0zm4 17.33h32v5.34H4z' fill='url(%23a)'/%3E%3Cpath d='M40 0v40h40V0zm35.49 15.7v5.04a21.4 21.4 0 01-4.74 2.38c-1.43.47-2.92.7-4.47.7a18.82 18.82 0 01-6.57-1.38l-.53-.19c-2.5-.84-4.5-1.26-6.02-1.26-1.41 0-2.82.27-4.2.8a19.45 19.45 0 00-4.45 2.51v-5.04c1.73-1.1 3.3-1.9 4.74-2.36 1.43-.48 2.92-.72 4.47-.72a18.82 18.82 0 016.57 1.38l.53.19c2.5.84 4.5 1.26 6.02 1.26 1.38 0 2.75-.26 4.1-.77a21.26 21.26 0 004.55-2.54z' fill='url(%23a)'/%3E%3Cpath d='M80 0v40h40V0zm20.01 4c4.05 0 7.18 1.38 9.38 4.17 2.21 2.77 3.31 6.71 3.31 11.84 0 5.11-1.1 9.06-3.3 11.84-2.21 2.77-5.34 4.16-9.39 4.16-4.06 0-7.2-1.39-9.4-4.16-2.21-2.78-3.31-6.73-3.31-11.84 0-5.13 1.1-9.07 3.3-11.84 2.21-2.79 5.35-4.18 9.41-4.18zm0 5.43c-1.7 0-2.93.79-3.66 2.37s-1.1 4.29-1.1 8.15c0 3.9.37 6.65 1.1 8.25a3.76 3.76 0 003.66 2.4c1.7 0 2.9-.8 3.64-2.4.73-1.6 1.1-4.35 1.1-8.25 0-3.86-.37-6.57-1.1-8.15A3.72 3.72 0 00100 9.43z' fill='url(%23a)'/%3E%3Cpath d='M120 0v40h40V0zm16.29 4.57h7.56v25.36h7.03v5.5H129.3v-5.5h7.03V10l-7.21 1.48V6.06z' fill='url(%23a)'/%3E%3C/svg%3E");
  background-position: 20% 40%;
  background-repeat: no-repeat;
  background-size: 40%; }

.section-content {
  padding: 5vw;
  margin: 0 auto;
  max-width: 885px; }

img {
  max-width: 100%; }

article {
  padding-bottom: 5vw; }

.paypal {
  display: inline-block;
  padding: 40px 25px;
  border-radius: 86px;
  background: #fff;
  text-align: center; }

h1 {
  font-weight: 700; }

section h1 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 2em;
  font-weight: 700;
  color: #333333; }

.block h1 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 3em;
  line-height: 1; }

h2 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px; }

section h2 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
  color: #333333; }

@media (min-width: 641px) {
  .block h1 {
    font-size: 4.5em;
    line-height: 1; }
  section h2 {
    font-size: 2em;
    line-height: 1.2; } }

@media (min-width: 769px) {
  section h2 {
    font-size: 2.5em;
    line-height: 1.2; } }

.excerpt h2 {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1; }

p, ul li {
  color: #444444;
  line-height: 1.5;
  font-weight: 300; }

strong {
  font-weight: 700; }

a {
  color: #38d; }
  a:hover {
    color: #206fbd; }

code {
  color: #4D4D4C; }

code, tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  background-color: #fbfbfb;
  font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace; }

pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent; }

.highlight {
  font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace;
  background-color: #fbfbfb;
  border: 1px solid #efefef;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 0;
  border-radius: 3px; }
  .highlight table {
    width: 100%; }
    .highlight table .gutter, .highlight table .code {
      border: 0; }
    .highlight table .gutter {
      white-space: nowrap;
      border-right: 1px solid #efefef; }
      .highlight table .gutter pre {
        color: #999; }
    .highlight table .code {
      width: 99%; }

.highlight pre {
  background-color: #fbfbfb;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  margin-bottom: 0; }

pre code, pre tt {
  background-color: transparent;
  border: none; }

.editor, .editor .gutter {
  background-color: #FFFFFF;
  color: #4D4D4C; }

.editor.is-focused .cursor {
  border-color: #AEAFAD; }

.editor.is-focused .selection .region {
  background-color: #D6D6D6; }

.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
  background-color: #EFEFEF; }

.comment {
  color: #8E908C; }

.keyword.operator.class, .constant.other, .source.php.embedded.line {
  color: #666969; }

.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
  color: #C82829; }

.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
  color: #F5871F; }

.entity.name.class, .entity.name.type.class, .support.type, .support.class {
  color: #C99E00; }

.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
  color: #718C00; }

.keyword.operator, .constant.other.color {
  color: #3E999F; }

.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
  color: #4271AE; }

.keyword, .storage, .storage.type {
  color: #8959A8; }

.invalid {
  color: #FFFFFF;
  background-color: #C82829; }

.meta.separator {
  color: #FFFFFF;
  background-color: #4271AE; }

.invalid.deprecated {
  color: #FFFFFF;
  background-color: #8959A8; }

.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
  color: #FFFFFF; }

.markup.inserted.diff, .meta.diff.header.to-file {
  background-color: #718c00; }

.markup.deleted.diff, .meta.diff.header.from-file {
  background-color: #c82829; }

.meta.diff.header.from-file, .meta.diff.header.to-file {
  color: #FFFFFF;
  background-color: #4271ae; }

.meta.diff.range {
  font-style: italic;
  color: #3e999f; }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  line-height: 2; }
