/*! normalize.css v4.1.1 | 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, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
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, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.container {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.container:after {
  content: '';
  height: 0;
  clear: both;
  float: none;
  display: block;
}
.container.large {
  max-width: 1296px;
}
.container.medium {
  max-width: 992px;
}
.container.small {
  max-width: 768px;
}
.container.extrasmall {
  max-width: 480px;
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media screen and (max-width: 1296px) {
  .container {
    max-width: 1296px;
  }
}
.column {
  display: block;
  float: left;
}
.column.column-with-margin {
  margin: 0 24px 24px 0;
}
.column:last-child {
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .extrasmall-1 {
    width: 8.333333333333332%;
  }
  .extrasmall-2 {
    width: 16.666666666666664%;
  }
  .extrasmall-3 {
    width: 25%;
  }
  .extrasmall-4 {
    width: 33.33333333333333%;
  }
  .extrasmall-5 {
    width: 41.66666666666667%;
  }
  .extrasmall-6 {
    width: 50%;
  }
  .extrasmall-7 {
    width: 58.333333333333336%;
  }
  .extrasmall-8 {
    width: 66.66666666666666%;
  }
  .extrasmall-9 {
    width: 75%;
  }
  .extrasmall-10 {
    width: 83.33333333333334%;
  }
  .extrasmall-11 {
    width: 91.66666666666666%;
  }
  .extrasmall-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .small-1 {
    width: 8.333333333333332%;
  }
  .small-2 {
    width: 16.666666666666664%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333333333333%;
  }
  .small-5 {
    width: 41.66666666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.333333333333336%;
  }
  .small-8 {
    width: 66.66666666666666%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333333333334%;
  }
  .small-11 {
    width: 91.66666666666666%;
  }
  .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1296px) {
  .medium-1 {
    width: 8.333333333333332%;
  }
  .medium-2 {
    width: 16.666666666666664%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333333333333%;
  }
  .medium-5 {
    width: 41.66666666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.333333333333336%;
  }
  .medium-8 {
    width: 66.66666666666666%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333333333334%;
  }
  .medium-11 {
    width: 91.66666666666666%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1296px) {
  .large-1 {
    width: 8.333333333333332%;
  }
  .large-1.column-with-margin {
    width: 6.333333333333332%;
    margin-right: 2%;
  }
  .large-1:last-child {
    width: 8.333333333333332%;
    margin-right: 0;
  }
  .large-2 {
    width: 16.666666666666664%;
  }
  .large-2.column-with-margin {
    width: 14.666666666666664%;
    margin-right: 2%;
  }
  .large-2:last-child {
    width: 16.666666666666664%;
    margin-right: 0;
  }
  .large-3 {
    width: 25%;
  }
  .large-3.column-with-margin {
    width: 23%;
    margin-right: 2%;
  }
  .large-3:last-child {
    width: 25%;
    margin-right: 0;
  }
  .large-4 {
    width: 33.33333333333333%;
  }
  .large-4.column-with-margin {
    width: 31.33333333333333%;
    margin-right: 2%;
  }
  .large-4:last-child {
    width: 33.33333333333333%;
    margin-right: 0;
  }
  .large-5 {
    width: 41.66666666666667%;
  }
  .large-5.column-with-margin {
    width: 39.66666666666667%;
    margin-right: 2%;
  }
  .large-5:last-child {
    width: 41.66666666666667%;
    margin-right: 0;
  }
  .large-6 {
    width: 50%;
  }
  .large-6.column-with-margin {
    width: 48%;
    margin-right: 2%;
  }
  .large-6:last-child {
    width: 50%;
    margin-right: 0;
  }
  .large-7 {
    width: 58.333333333333336%;
  }
  .large-7.column-with-margin {
    width: 56.333333333333336%;
    margin-right: 2%;
  }
  .large-7:last-child {
    width: 58.333333333333336%;
    margin-right: 0;
  }
  .large-8 {
    width: 66.66666666666666%;
  }
  .large-8.column-with-margin {
    width: 64.66666666666666%;
    margin-right: 2%;
  }
  .large-8:last-child {
    width: 66.66666666666666%;
    margin-right: 0;
  }
  .large-9 {
    width: 75%;
  }
  .large-9.column-with-margin {
    width: 73%;
    margin-right: 2%;
  }
  .large-9:last-child {
    width: 75%;
    margin-right: 0;
  }
  .large-10 {
    width: 83.33333333333334%;
  }
  .large-10.column-with-margin {
    width: 81.33333333333334%;
    margin-right: 2%;
  }
  .large-10:last-child {
    width: 83.33333333333334%;
    margin-right: 0;
  }
  .large-11 {
    width: 91.66666666666666%;
  }
  .large-11.column-with-margin {
    width: 89.66666666666666%;
    margin-right: 2%;
  }
  .large-11:last-child {
    width: 91.66666666666666%;
    margin-right: 0;
  }
  .large-12 {
    width: 100%;
  }
  .large-12.column-with-margin {
    width: 98%;
    margin-right: 2%;
  }
  .large-12:last-child {
    width: 100%;
    margin-right: 0;
  }
}
ol,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
input:-webkit-autofill {
  background-color: transparent;
}
* {
  box-sizing: border-box;
}
html,
body {
  color: #303030;
  font-size: 100%;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-family: 'Vollkorn', Arial, serif;
  line-height: 1.3;
}
a {
  color: #f33939;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong,
b {
  font-weight: 600;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
input[type=text],
input[type=password],
input[type=email],
font-size: 100% {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border: 0;
}
figure {
  margin: 0;
}
#canvas {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
#bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hidden {
  display: none;
}
.blink {
  animation: blink 2s linear infinite;
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#header {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  text-align: left;
  border-bottom: 1px solid #f33939;
  background: #000 url("../../images/layout/bg-black.jpg");
  z-index: 99;
}
#header #header canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#header #header-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#header #header-left {
  width: 280px;
  float: left;
}
#header #header-right {
  width: 670px;
  float: left;
  text-align: right;
}
#header #logo img {
  width: auto;
  max-width: 100%;
  height: 70px;
  height: auto;
}
#header #logo img:hover {
  text-decoration: none;
}
#header #logo img #page-title {
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
}
#header #logo img #page-subtitle {
  white-space: nowrap;
  font-size: 0.75em;
}
.main {
  display: block;
}
.content {
  padding: 0 2%;
}
.content ul {
  margin: 0 0 10px 20px;
}
.badges-list {
  display: block;
  margin: 0 auto;
}
.badges-list li {
  width: 33.3333%;
  margin: 0;
  float: left;
  list-style: none;
  text-align: center;
}
.badges-list li p {
  margin: 20px auto;
  text-align: center;
}
.footer {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  background-color: #000;
}
.footer .footer-primary {
  padding: 50px 0 0 0;
}
.footer .footer-copyright {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 0 0 0;
  color: #e9e9e9;
  font-size: 12px;
  background-color: #000;
}
.section {
  margin: 0 0 25px 0;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
  border: 1px solid #d9d9d9;
}
.section:after {
  content: '';
  clear: both;
  display: block;
}
.section-headline {
  margin: 0;
  padding: 10px 15px 8px 15px;
  color: #ff5d1c;
  font-size: 1.05em;
  font-weight: bold;
  border-bottom: 2px solid #ff5d1c;
}
.section-content {
  margin: 0;
  padding: 15px;
  display: block;
}
.section-content:after {
  content: '';
  clear: both;
  display: block;
}
.section-search {
  padding: 0;
  background: none;
  border: 0;
}
.section-search .section-headline {
  padding: 0;
  display: none;
}
.section-search .section-content {
  padding: 0;
}
.section-search .search-field {
  width: 70%;
  float: left;
  border: 1px solid #d9d9d9;
}
.section-search .search-button {
  width: 30%;
  float: left;
}
.section-latest-posts {
  display: block;
}
.section-latest-posts li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.section-latest-posts li:after {
  content: '';
  clear: both;
  display: block;
}
.section-latest-posts img {
  width: 100px;
  height: 100px;
  float: left;
}
.section-latest-posts .post-title {
  margin: 0 0 0 110px;
  display: block;
}
.section-tags li {
  width: 50%;
  margin: 0;
  float: left;
}
.section-featured-post .post-title,
.section-featured-project .post-title {
  margin: 5px 0;
  font-size: 1.05em;
}
.section-featured-post img,
.section-featured-project img {
  width: 100%;
  display: block;
}
.mainmenu {
  width: auto;
  height: 70px;
  padding: 0;
  float: right;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 99;
}
.mainmenu ul {
  height: 70px;
  list-style: none;
  position: relative;
}
.mainmenu ul > li {
  height: 70px;
  padding: 0;
  display: inline;
  float: left;
  position: relative;
  text-align: center;
}
.mainmenu ul > li.current-page-ancestor > a,
.mainmenu ul > li.current-menu-item > a {
  color: #f33939;
}
.mainmenu ul > li:hover > ul {
  display: block;
}
.mainmenu ul > li > a {
  height: 58px;
  margin: 0;
  padding: 12px 20px 0 20px;
  display: block;
  color: #f2f2f2;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  transition: color 250ms ease-in-out;
}
.mainmenu ul > li > a span {
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 0.75em;
  display: block;
  text-align: left;
  color: #888377;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 0px;
}
.mainmenu ul > li > a:hover {
  color: #f33939;
  text-decoration: none;
}
.mainmenu ul > li:last-child > a {
  padding: 12px 0 0 20px;
}
.mainmenu ul ul {
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 99999;
  background: #000 url("../../images/layout/bg-black.jpg");
}
.mainmenu ul ul li {
  width: auto;
  height: auto;
  display: block;
  float: none;
  margin: 0;
  z-index: 99999;
  border: 0;
}
.mainmenu ul ul li:last-child {
  border: 0;
}
.mainmenu ul ul li.current-menu-item {
  height: 100%;
}
.mainmenu ul ul li span {
  display: none;
}
.mainmenu ul ul a {
  z-index: 99999;
  color: #fff;
  font-weight: normal;
  height: auto;
  line-height: 1.25em;
  padding: 10px 20px;
}
.mainmenu ul ul:last-child a {
  padding: 10px 20px;
}
.sidebar-language {
  display: none;
  margin: 0;
  padding: 80px 0 0 0;
  text-align: right;
}
.sidebar {
  width: 280px;
  padding: 50px 0;
  float: right;
}
.sidebar:after {
  content: '';
  clear: both;
  display: block;
}
.article-header {
  display: block;
}
.article-header .article-title-link {
  display: inline;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
}
.article-header .article-title {
  display: inline;
}
.article-header .article-title-overline {
  margin: 0 20px;
  font-size: 14px;
  font-family: Arial;
  color: #bfbfbf;
}
.article-header .article-title-headline {
  margin: 10px 0;
  display: block;
  font-size: 28px;
}
.article-header .post-author-info {
  padding: 10px 0;
  display: inline-block;
}
.article-header .article-meta {
  padding: 0;
  font-size: 0.9em;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.article-header .article-meta {
  color: #b3b3b3;
}
.article-header .article-excerpt {
  margin: 20px 0;
  font-weight: bold;
}
.article-header .article-views,
.article-header .article-likes,
.article-header .article-comments {
  margin: 0;
  float: left;
}
.article-header .article-likes,
.article-header .article-comments {
  padding: 10px 15px;
  cursor: pointer;
  color: #f33939;
  transition: background-color 150ms ease-in-out;
}
.article-header .article-likes:hover,
.article-header .article-comments:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
}
#content {
  max-width: 1000px;
  padding: 100px 0 0 0;
  overflow: hidden;
  position: relative;
}
.article-excerpt p,
.article-content p {
  color: #000;
  font-size: 1.05em;
  line-height: 180%;
}
.article-excerpt ol,
.article-content ol,
.article-excerpt ul,
.article-content ul {
  padding-left: 20px;
  list-style: disc;
}
.article-excerpt ol li,
.article-content ol li,
.article-excerpt ul li,
.article-content ul li {
  font-size: 1.05em;
  line-height: 180%;
}
.article-author {
  padding: 25px;
  display: block;
  border: 1px solid #d9d9d9;
}
.article-author:after {
  content: '';
  clear: both;
  display: block;
}
.article-author .author-image {
  width: 120px;
  height: 120px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #3db6d1;
}
.article-author .author-image img {
  width: 120px;
  display: block;
}
.article-author .author-name {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 100%;
}
.article-author .author-subheading {
  color: #c0c0c0;
  font-size: 0.9em;
}
.article-author .author-description {
  margin: 10px 0;
  padding: 0 0 0 140px;
  font-size: 1em;
  line-height: 125%;
}
.comments-area {
  margin: 0 0 50px 0;
}
.tag {
  display: block;
}
.tag .archive-title {
  text-transform: uppercase;
}
.tag .post-entry {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #d9d9d9;
}
.tag .post-entry .post-title {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.35em;
  font-weight: bold;
}
.tag .post-entry .post-title img {
  width: 150px;
  height: 150px;
  margin: 0 20px 0 0;
  float: left;
}
.tag .post-meta {
  display: none;
}
.tag .post-excerpt {
  padding: 0 0 0 170px;
  font-size: 1.05em;
  line-height: 135%;
}
#vis {
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.node circle {
  cursor: pointer;
  stroke: #3182bd;
  stroke-width: 1.5px;
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}
.node:hover {
  opacity: 1;
}
.node text {
  font: 0.75em sans-serif;
  pointer-events: none;
  text-anchor: middle;
}
line.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
  opacity: 0.25;
}
@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
.starwars {
  height: 480px;
  margin: 0 0 50px 0;
  padding: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.starwars:after {
  content: '';
  clear: both;
  display: block;
}
.starwars-theme {
  display: block;
  opacity: 0;
  color: #4bd5ee;
  font-family: 'News Cycle', Arial;
  font-size: 30px;
}
.starwars-theme.animated {
  animation: farFarAway 10000ms linear;
}
.starwars-title {
  width: 100%;
  display: block;
  opacity: 0;
  color: #ffbf26;
  text-align: center;
  font-family: 'Droid Sans', Arial;
  font-size: 100px;
  font-weight: bold;
  line-height: 75px;
  letter-spacing: -10px;
  transform-origin: 50% 50%;
}
.starwars-title.animated {
  animation: title 5000ms linear 5s;
}
.starwars-text-container {
  width: 1000px;
  height: 50em;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9em;
  font-size: 350%;
  text-align: justify;
  overflow: hidden;
  transform-origin: 50% 100%;
  transform: perspective(300px) rotateX(25deg);
}
.starwars-text {
  color: #ffbf26;
  font-weight: 700;
  font-family: 'Droid Sans', Arial;
  text-align: center;
  position: absolute;
  top: 100%;
}
.starwars-text.animated {
  animation: scroll 100s linear 10s infinite;
}
.starwars-text h1 {
  font-weight: bold;
}
.starwars-text .starwars-episode-title {
  padding: 5px 0 100px 0;
  font-weight: 100;
  font-size: 100px;
  text-transform: uppercase;
  text-align: center;
}
.starwars-text p {
  padding: 0 0 80px 0;
  text-align: justify;
  line-height: 85px;
}
.starwars-start {
  width: 240px;
  height: 100px;
  margin: -50px 0 0 -120px;
  color: #ffbf26;
  cursor: pointer;
  font-family: 'Droid Sans', Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  background-color: #fff;
}
@-moz-keyframes farFarAway {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    opacity: 0;
  }
}
@-webkit-keyframes farFarAway {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    opacity: 0;
  }
}
@-o-keyframes farFarAway {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    opacity: 0;
  }
}
@keyframes farFarAway {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    opacity: 0;
  }
}
@-moz-keyframes title {
  0% {
    opacity: 1;
    transform: scale(3);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.25);
  }
}
@-webkit-keyframes title {
  0% {
    opacity: 1;
    transform: scale(3);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.25);
  }
}
@-o-keyframes title {
  0% {
    opacity: 1;
    transform: scale(3);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.25);
  }
}
@keyframes title {
  0% {
    opacity: 1;
    transform: scale(3);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.25);
  }
}
@-moz-keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@-o-keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}
@keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -170%;
  }
}


/*# sourceMappingURL=app.css.map*/