@charset "UTF-8";
/*****************************************************************************/
/*
/* Tufte Jekyll blog theme
/* Based on Tufte CSS by Dave Liepmann ( https://github.com/daveliepmann/tufte-css )
/* 
/* The README.md will show you how to set up your site along with other goodies
/*****************************************************************************/
@font-face {
  font-family: ETBembo;
  src: url("../fonts/ETBembo-RomanLF.ttf"); }
/* This file contains all the constants for colors and font styles */
/*-- Global stuff with fonts, background colors,etc --*/
/**
 * Syntax highlighting styles
 */
.highlight {
  margin-bottom: 15px; }

.highlight {
  background: #f9f9f9; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

html, body {
  height: 100%; }

a {
  text-decoration: none; }

/* clearfix hack after Cederholm (group class name) */
.group:after {
  content: "";
  display: table;
  clear: both; }

html {
  text-align: baseline;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen {
  .print-footer {
    display: none; } }
@media screen and (min-width: 800px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 900px) {
  html {
    font-size: 13px; } }
@media screen and (min-width: 1000px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 1100px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1300px) {
  html {
    font-size: 17px; } }
body {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.4%;
  font-family: ETBembo, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  padding-bottom: 400px;
  background-color: #fffff8;
  color: #111;
  max-width: 1400px; }

@media screen and (min-width: 800px) {
  body {
    width: 95%; } }
body > header {
  padding-top: 1rem;
  border-bottom: 1px #aaaaaa solid;
  max-width: 90%;
  padding-bottom: 0.5rem;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif; }

#disqus_thread {
  width: 90%;
  max-width: 1260px; }

.date {
  font-size: 0.8rem;
  text-align: right;
  color: #555; }

header > nav.group {
  height: 4.5rem; }

header > nav a {
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #297ACC;
  padding-top: 1.5rem;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2rem;
  margin-left: 1rem;
  vertical-align: baseline; }

header > nav a img {
  height: 4rem;
  position: relative;
  top: -1.5rem; }

p a {
  text-decoration: none;
  border-bottom: 1px solid #297ACC;
  padding-bottom: 1px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
p a:hover {
  color: #f05;
  border-color: #f05; }

body > footer {
  padding-bottom: 2rem;
  border-top: 1px #aaaaaa solid;
  max-width: 90%;
  text-align: center;
  padding-left: 0px; }

body > footer ul {
  padding: 0px; }

body > footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 1rem 0 1rem;
  width: 1rem; }

body > footer ul li a {
  font-size: 1.8rem; }

.credits {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif; }
  .credits a {
    color: #297ACC; }

h1.content-listing-header {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.8rem; }

hr.slender {
  border: 0;
  height: 1px;
  margin-bottom: 2.8rem;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent); }

blockquote {
  display: block;
  width: 50%;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline; }

li.listing hr {
  width: 100%; }

.listing, .listing h3 {
  display: inline-block;
  margin: 0; }

li.listing {
  margin: 0; }

li.listing p {
  width: 100%; }

li.listing:last-of-type {
  border-bottom: none;
  margin-bottom: 1.4rem; }

li.listing h4.new {
  text-transform: uppercase;
  font-style: normal; }

cite {
  font-style: italic; }

.sans {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif; }

code {
  padding: .25em .5em;
  font-size: 85%;
  color: #bf616a;
  background-color: #f9f9f9;
  border-radius: 3px; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: 100%;
  background-color: #f9f9f9; }

pre code, pre code p, code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  color: #222;
  font-size: 1.2rem;
  line-height: 1.63333333333;
  background-color: #f9f9f9; }

pre {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  width: 50%;
  background-color: #f9f9f9; }

article {
  position: relative; }

p, li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  width: 55%;
  padding-right: 0px;
  vertical-align: baseline; }

p, article ul li, pre code, pre code p, code {
  width: 55%; }

article ul li ul li {
  width: 100%; }

/*@media screen and (max-width: 600px){*/
/*p{*/
/*width: 65%;*/
/*}*/
/*}     */
@media screen and (max-width: 800px) {
  p {
    width: 90%; } }
/*aside {*/
/*color: hsl(40, 5%, 50%);*/
/*// These are only used when the asides are inline with the text.*/
/*padding: 10px 10px;*/
/*background: hsl(40, 30%, 97%);*/
/*border: solid 1px hsl(40, 40%, 95%);*/
/*border-bottom: solid 1px hsl(40, 40%, 90%);*/
/*border-radius: 3px;*/
/*h2 {*/
/*color: hsl(40, 5%, 60%);*/
/*font-size: 24px;*/
/*border: none;*/
/*margin: 20px 0 10px 0;*/
/*padding: 0;*/
/*}*/
/*li {*/
/*line-height: 20px;*/
/*}*/
/*>p:first-child {*/
/*margin-top: 0;*/
/*}*/
/*>p:last-child {*/
/*margin-bottom: 0;*/
/*}*/
/*ul, ol {*/
/*padding: 0 0 0 18px;*/
/*}*/
/*img {*/
/*padding: 0;*/
/*}*/
/*}*/
/*@media only screen and (min-width: 800px) {*/
/*aside {*/
/*position: absolute;*/
/*width: 240px;*/
/*right: 30px;*/
/*// Clear out the inline aside styles.*/
/*padding: 0;*/
/*background: none;*/
/*border: none;*/
/*padding-left: 22px;*/
/*border-radius: 0;*/
/*border-left: solid 8px hsl(40, 40%, 90%);*/
/*}*/
/*}*/
a, .marginnote a, .sidenote a {
  color: #297ACC; }

ul.content {
  list-style: none; }

img {
  max-width: 100%; }

sup, sub {
  font-size: 0.9rem;
  line-height: 0;
  position: relative;
  top: -0.2rem; }

sub {
  top: 0.2rem; }

.fullwidth {
  max-width: 95%; }

.sidenote, .marginnote {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 30%;
  margin-top: 0rem;
  margin-bottom: 1.96rem;
  font-size: 1.0rem;
  line-height: 1.96;
  vertical-align: baseline;
  position: relative; }

.sidenote a {
  font-size: 0.9rem;
  line-height: 2.177777777778;
  margin-bottom: 2.177777777778rem; }

/*@media screen and (max-width: 600px){*/
/*.sidenote, .marginnote{*/
/*width: 25%;*/
/*margin-right: -35%;*/
/*}*/
/*}*/
@media screen and (max-width: 800px) {
  li, code, pre {
    width: 95%; }

  article ul li {
    width: 95%; }

  blockquote {
    width: 85%; }

  .sidenote, .marginnote {
    color: #868279;
    float: right;
    /*width: 45%;*/
    margin: 5%;
    display: block;
    padding: 10px 10px;
    background: #faf8f5;
    border: solid 1px #f7f4ed;
    border-bottom: solid 1px #f0e9db;
    border-radius: 3px; }
    .sidenote h2, .marginnote h2 {
      color: #9e9b94;
      font-size: 24px;
      border: none;
      margin: 20px 0 10px 0;
      padding: 0; }
    .sidenote li, .marginnote li {
      line-height: 20px; }
    .sidenote > p:first-child, .marginnote > p:first-child {
      margin-top: 0; }
    .sidenote > p:last-child, .marginnote > p:last-child {
      margin-bottom: 0; }
    .sidenote ul, .sidenote ol, .marginnote ul, .marginnote ol {
      padding: 0 0 0 18px; }
    .sidenote img, .marginnote img {
      padding: 0; } }
h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-weight: 400;
  margin-top: 5%;
  margin-bottom: 1.568rem;
  font-size: 2.5rem;
  line-height: 0.784; }

h2 {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  margin-top: 1.86666666666667rem;
  margin-bottom: 0rem;
  line-height: 0.9333333333333; }

h3 {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 2.177777777778rem;
  margin-bottom: 0;
  line-height: 1.088888888889; }

h4 {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 2.45rem;
  margin-bottom: 0;
  line-height: 1.225; }

h5 {
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 2.8rem;
  margin-bottom: 0rem;
  line-height: 1.4; }

h6, .smaller, [id^="fn:"] > p, ol > [id^="fn:"] {
  font-weight: 400;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
  font-size: 1.2rem;
  margin-top: 3.266666666667rem;
  margin-bottom: 0rem;
  line-height: 1.63333333333; }

ol > [id^="fn:"] {
  color: #297ACC; }
  ol > [id^="fn:"] p {
    color: #111; }

.contrast {
  color: #297ACC; }

.unimportant {
  color: #555;
  font-size: 0.8rem;
  float: right; }

div.footnotes {
  margin-bottom: 1.4rem; }

subtitle {
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 1.088888888889rem;
  margin-top: 1.088888888889rem;
  display: block;
  line-height: 1.088888888889; }

table {
  width: 53%;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: 1%;
  margin-right: 1%;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-collapse: separate;
  border-spacing: 0 5px;
  -webkit-font-feature-settings: 'tnum';
  /* This is technically redundant */
  -moz-font-feature-settings: 'tnum';
  -ms-font-feature-settings: 'tnum'; }

thead th {
  border-bottom: 1px solid #333333;
  font-weight: 400;
  border-collapse: separate;
  border-spacing: 5px 5px; }

a.url, .sidenote a {
  text-decoration: none;
  word-break: break-all;
  font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace; }

sup.sidenote-number {
  color: #62a0df; }

span.newthought {
  font-variant: small-caps; }

/* LaTeX-logo-specific styling */
.latex sub, .latex sup {
  text-transform: uppercase; }

.latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667rem;
  margin-right: -0.125rem; }

.latex, .latex sub {
  font-size: 1rem; }

.latex sup {
  font-size: 0.85rem;
  vertical-align: 0.15rem;
  margin-left: -0.36rem;
  margin-right: -0.15rem; }

/*--- Media query for printing --*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  @page {
    margin: 0.75in 0.5in 0.75in 0.5in;
    orphans: 4;
    widows: 2; }
  body {
    font-size: 12pt; }

  html body span.print-footer {
    font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, sans-serif;
    font-size: 9pt;
    margin-top: 22.4pt;
    padding-top: 4pt;
    border-top: 1px solid #000; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 4;
    widows: 4; }

  article h2, article h2 h3, article h3, article h3 h4, article h4, article h4 h5 {
    page-break-after: avoid; }

  body header, body footer {
    display: none; } }
/* --- Icomoon icon fonts CSS --*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?rgwlb8");
  src: url("../fonts/icomoon.eot?#iefixrgwlb8") format("embedded-opentype"), url("../fonts/icomoon.woff?rgwlb8") format("woff"), url("../fonts/icomoon.ttf?rgwlb8") format("truetype"), url("../fonts/icomoon.svg?rgwlb8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #297ACC;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\e600"; }

.icon-film:before {
  content: "\e60f"; }

.icon-calendar:before {
  content: "\e601"; }

.icon-link:before {
  content: "\e602"; }

.icon-info:before {
  content: "\e603"; }

.icon-cancel-circle:before {
  content: "\e604"; }

.icon-checkmark-circle:before {
  content: "\e605"; }

.icon-spam:before {
  content: "\e606"; }

.icon-mail:before {
  content: "\e607"; }

.icon-googleplus:before {
  content: "\e608"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-twitter:before {
  content: "\e60a"; }

.icon-feed:before {
  content: "\e60b"; }

.icon-flickr:before {
  content: "\e60c"; }

.icon-github:before {
  content: "\e60d"; }

.icon-box-add:before {
  content: "\e60e"; }

/*-- End of Icomoon icon font section --*/
/**
 * Mermaid
 */
.mermaid {
  text-align: center; }

/**
 * Anchors
 */
@font-face {
  font-family: 'anchorjs-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6v8yoAAAC8AAAAYGNtYXDL8RqdAAABHAAAADxnYXNwAAAAEAAAAVgAAAAIZ2x5Zkm2oNUAAAFgAAABWGhlYWQAHd4cAAACuAAAADZoaGVhB3sECwAAAvAAAAAkaG10eAYAAEcAAAMUAAAADGxvY2EACgCsAAADIAAAAAhtYXhwAAYAcAAAAygAAAAgbmFtZUQXtNYAAANIAAABOXBvc3QAAwAAAAAEhAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAACDmAAPA/8D/wAPAAEAAAAAAAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEACgAAAAGAAQAAQACACDmAP//AAAAIOYA////4RoCAAEAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAIARwAHA7kDeQA2AG0AAAEnLgEiBg8BDgEUFh8BHgMXNy4DLwEuATQ2PwE+ATIWHwEeARQGDwEeAxU3PgE0JicBLgMnBx4DHwEeARQGDwEOASImLwEuATQ2PwEuAzUHDgEUFh8BHgEyNj8BPgE0Ji8BA7kEI1ldWiPaIyQkIwQDBgYGBFAEBwYHAwQTExMT2xMwMjETBBMTExNjBwkGA5gkIyMk/r4DBgYGBFAEBwYHAwQTExMT2xMwMjETBBMTExNjBwkGA5gkIyMkBCNZXVoj2iMkJCMEA3UEJCMjJNojWV1aIwQDBgUFA1ACBQUFAwQUMDIxE9oTExMTBBMxMjATYxAhISIRmSNaXVkj/sYDBgUFA1ACBQUFAwQUMDIxE9oTExMTBBMxMjATYxAhISIRmSNaXVkjBCQjIyTaI1ldWiMEAAEAAAABAABR/4xQXw889QALBAAAAAAAzqNM0wAAAADOo0zTAAAAAAO5A3kAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAABHA7kAAQAAAAAAAAAAAAAAAAAAAAMAAAAAAgAAAAQAAEcAAAAAAAoArAABAAAAAwBuAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoAKABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoAKABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADAALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATwAAsAAAAABKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDq/zKmNtYXAAAAFoAAAAPAAAADzL8RqdZ2FzcAAAAaQAAAAIAAAACAAAABBnbHlmAAABrAAAAVgAAAFYSbag1WhlYWQAAAMEAAAANgAAADYAHd4caGhlYQAAAzwAAAAkAAAAJAd7BAtobXR4AAADYAAAAAwAAAAMBgAAR2xvY2EAAANsAAAACAAAAAgACgCsbWF4cAAAA3QAAAAgAAAAIAAGAHBuYW1lAAADlAAAATkAAAE5RBe01nBvc3QAAATQAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAg5gADwP/A/8ADwABAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAAoAAAABgAEAAEAAgAg5gD//wAAACDmAP///+EaAgABAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAACAEcABwO5A3kANgBtAAABJy4BIgYPAQ4BFBYfAR4DFzcuAy8BLgE0Nj8BPgEyFh8BHgEUBg8BHgMVNz4BNCYnAS4DJwceAx8BHgEUBg8BDgEiJi8BLgE0Nj8BLgM1Bw4BFBYfAR4BMjY/AT4BNCYvAQO5BCNZXVoj2iMkJCMEAwYGBgRQBAcGBwMEExMTE9sTMDIxEwQTExMTYwcJBgOYJCMjJP6+AwYGBgRQBAcGBwMEExMTE9sTMDIxEwQTExMTYwcJBgOYJCMjJAQjWV1aI9ojJCQjBAN1BCQjIyTaI1ldWiMEAwYFBQNQAgUFBQMEFDAyMRPaExMTEwQTMTIwE2MQISEiEZkjWl1ZI/7GAwYFBQNQAgUFBQMEFDAyMRPaExMTEwQTMTIwE2MQISEiEZkjWl1ZIwQkIyMk2iNZXVojBAABAAAAAQAAUf+MUF8PPPUACwQAAAAAAM6jTNMAAAAAzqNM0wAAAAADuQN5AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAARwO5AAEAAAAAAAAAAAAAAAAAAAADAAAAAAIAAAAEAABHAAAAAAAKAKwAAQAAAAMAbgACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAwAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-style: normal;
  font-weight: normal; }
.anchorjs-icon {
  font-family: 'anchorjs-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  /* Better Icon Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.anchorjs-link {
  opacity: 0;
  text-decoration: none; }

*:hover > .anchorjs-link,
.anchorjs-link:focus {
  opacity: 1;
  -webkit-transition: color .16s linear;
  -moz-transition: color .16s linear;
  -o-transition: color .16s linear;
  transition: color .16s linear;
  text-decoration: none; }

.anchorjs-description {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.anchorjs-link:link {
  color: #DFD487; }

.anchorjs-link:visited {
  color: #DFD487; }

.anchorjs-link:hover {
  color: #EC7963; }

.anchorjs-link:active {
  color: #EC7963; }

.anchorjs-icon {
  font-size: 90%;
  padding-left: 6px; }

.anchorjs-icon:before {
  content: '\e600'; }

.link-arrow {
  background: rgba(149, 165, 166, 0.4); }

.link-arrow a {
  padding: 0 0.25em;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.link-arrow a:hover,
.link-arrow a::after {
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em); }

.link-arrow a::before,
.link-arrow a::after {
  position: absolute;
  height: 100%;
  content: ''; }

.link-arrow a::before {
  left: 0;
  z-index: -1;
  width: 100%;
  background: #fff; }

.link-arrow a::after {
  left: 100%;
  z-index: -2;
  width: 1em;
  background: #34495e url(../img/arrow_right.svg) no-repeat 50% 50%;
  background-size: 60% auto;
  text-align: center;
  font-family: Arial, sans-serif;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  pointer-events: auto; }

.link-arrow a:hover::after,
.link-arrow a:focus::after {
  -webkit-transform: translateX(0);
  transform: translateX(0); }
