/* Normalize */
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {font-size: 2em; margin: 0.67em 0;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend {border: 0; padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* keyframes */
@-webkit-keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}}
@-moz-keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}}
@-ms-keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}}
@keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}}

@-webkit-keyframes slideUp {
    0% {-webkit-transform: translate(0, 5px); transform: translate(0, 5px)}
    100% {-webkit-transform: translate3d(0, 0, 0) translate(0, 0); transform: translate3d(0, 0, 0) translate(0, 0)}
}
@-moz-keyframes slideUp {
    0% {transform: translate(0, 5px)}
    100% {transform: translate3d(0, 0, 0) translate(0, 0)}
}
@-ms-keyframes slideUp {
    0% {-ms-transform: translate(0, 5px); transform: translate(0, 5px)}
    100% {-ms-transform: translate3d(0, 0, 0) translate(0, 0); transform: translate3d(0, 0, 0) translate(0, 0)}
}
@keyframes slideUp {
    0% {-ms-transform: translate(0, 5px); -webkit-transform: translate(0, 5px); transform: translate(0, 5px)}
    100% {-ms-transform: translate3d(0, 0, 0) translate(0, 0); -webkit-transform: translate3d(0, 0, 0) translate(0, 0); transform: translate3d(0, 0, 0) translate(0, 0)}
}

a {
    color: rgb(255, 139, 44);
    text-decoration: none;
}

a:hover {
    color: rgb(255, 79, 52);
}

header {
    width: 100%;
    background-position: center center;
    background-size: 100% auto;
    background-size: cover;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    background-color: rgb(51, 51, 51);
    background-image: url('http://static.tumblr.com/kadup5c/8Rjn6a047/header2.jpg');
    background-image: -moz-linear-gradient(top, rgba(20,20,20,0.2) 0%, rgba(20,20,20,0.95) 100%), url('http://static.tumblr.com/kadup5c/8Rjn6a047/header2.jpg');
    background-image: -webkit-linear-gradient(top, rgba(20,20,20,0.2) 0%, rgba(20,20,20,0.95) 100%), url('http://static.tumblr.com/kadup5c/8Rjn6a047/header2.jpg');
    background-image: linear-gradient( rgba(20,20,20,0.2), rgba(20,20,20,0.95) ), url('http://static.tumblr.com/kadup5c/8Rjn6a047/header2.jpg');
}

.blog-title {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-top: 1.8%;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-family: "proxima-nova", "Montserrat", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    padding: 6px 14px 6px 15px;
    border: 2px solid #fff;
    -webkit-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

@media (max-width: 1400px){.blog-title {
        margin-top: 27px;
        font-size: 24px;
    }
}

@media (max-width: 480px){.blog-title {
        font-size: 20px;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
}

.blog-title a {
    color: inherit;
    text-decoration: none;
}

.blog-title:hover {
    border-color: rgb(255, 139, 44);
}

.blog-title:hover a {
    color: rgb(255, 139, 44);
}

.navigation {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding-bottom: 10px;
    margin: 4.7% auto 0 auto;
    position: relative;
    z-index: 2;
    line-height: 2;
    list-style: none;
    list-style-image: none;
    -webkit-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media (max-width: 1400px){.navigation {
        margin-top: 63px;
    }
}

.navigation ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    position: relative;
    -webkit-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1), slideUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1), slideUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1), slideUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1), slideUp 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    opacity: 1;
    margin: 0 13px;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

.navigation ul a:hover {
    color: rgb(255, 139, 44);
}

@media (max-width: 480px){.navigation ul a {
        font-size: 11px;
    }
}

.pagination {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 37px 0 28px;
    line-height: 1;
    color: #222;
}

@media (max-width: 480px){.pagination {
        padding: 30px;
    }
}

.pagination a {
    margin: 0 15px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.pagination a:hover {
    color: rgb(255, 139, 44);
}

footer {
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
}

@media (max-width: 480px){footer {
        padding-top: 35px;
    }
}

footer p {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #444;
}

footer p span {
    margin: 0 7px;
}

.social-icons {
    text-align: center;
    margin-bottom: 25px;
}

.social-icons a {
    fill: #444;
    text-decoration: none;
    margin-right: 9px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a:hover {
    fill: rgb(255, 139, 44);
}

.post {
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    clear: both;
}

.post:first-child {
    padding-top: 0;
    border-top: none;
}

@media (max-width: 720px){.post {
        padding: 40px 0;
    }
}

@media (max-width: 480px){.post {
        padding: 20px 0;
    }
}

.post .caption {
    margin: 22px auto 0 auto;
}

.post .caption, .type-answer .asker, .type-answer .question, .type-answer .answer, .type-quote .quote, .metadata, #disqus_thread {
}

.photo-wrapper, .photo-slideshow, .video-player-wrap {
}

.post .post-title {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-top: 0;
    text-align: center;
}

@media (max-width: 720px){.post .post-title {
        padding-top: 0;
    }
}

@media (max-width: 480px){.post .post-title {
        font-size: 32px;
    }
}

.post .read_more_container {
    font-weight: 600;
}

.post .metadata {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 25px auto 0 auto;
    font-size: 14px;
    color: rgb(170, 170, 170);
    position: relative;
    clear: both;
}

@media (max-width: 720px){.post .metadata {
        width: 100%;
    }
}

.post .post-title a, .post .metadata a, .post h1 a {
    color: inherit;
    text-decoration: none;
}

.post .post-title a:hover, .post .metadata a:hover, .meta-inline .comment-count:hover, .post h1 a:hover {
    color: rgb(255, 139, 44);
}

.tags {
    margin-bottom: 10px;
}

.tags a {
    margin-right: 10px;
}

.meta-inline {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    display: block;
    float: left;
    line-height: 1.6;
}

.meta-inline .icon-link {
    width: 19px;
    height: 19px;
    fill: rgb(170, 170, 170);
    float: left;
    margin-right: 5px;
}

.meta-inline a {
    margin-right: 18px;
    text-decoration: none;
    color: rgb(170, 170, 170);
}

.meta-actions {
    vertical-align: top;
    width: 100px;
    position: relative;
    float: right
}

.meta-actions .button {
    float: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.meta-actions .button .reblog_button {
    margin-left: 8px;
}

.icon-twitter2 {
    fill: rgb(204, 204, 204);
    width: 19px;
    height: 19px;
}

.meta-actions .button .like_button {
    margin-left: 8px;
    margin-top: 1px;
}

.permalink-content {
    margin: 50px 0 0;
    padding-top: 50px;
    border-top: 1px solid #eee;
}

.permalink-content:empty {
    display: none;
}

@media (max-width: 720px){.permalink-content {
        margin: 40px 0 0;
        padding-top: 40px;
    }
}

@media (max-width: 480px){.permalink-content {
        margin: 30px 0 0;
        padding-top: 30px;
    }
}

.comments {
    margin: 0 auto;
}

.type-link .caption {
    margin-top: 0;
}

.icon-login {
    height: 20px;
    width: 20px;
    fill: #ccc;
}

.photo-wrapper, .video-player-wrap, .photo-slideshow {
    margin: 0 auto;
}

@media (max-width: 900px){.rte figure {
        margin: 0 -5%;
    }
}

.photo-wrapper img, figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.type-quote .quote {
    margin: 0 auto 20px auto;
    font-size: 21px;
    line-height: 37px;
    color: #222;
}

.type-quote .source {
    font-size: 15px;
}

.type-text .caption {
    margin-top: 0;
}

.page-wrap {
    font-family: "kepler-std", Georgia, Garamond, serif;
    font-weight: 300;
    width: auto;
    margin: 60px 5%;
    -webkit-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.page-wrap a {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    word-break: break-word;
}

.page-header {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
    color: #222;
    text-transform: uppercase;
}

.page-header span:before {
    content: '\2018'
}

.page-header span:after {
    content: '\2019'
}

@media (max-width: 480px){.page-header {
        margin-bottom: 20px;
        padding-top: 20px
    }
}

.rte {
    line-height: 1.6;
    color: #444;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    font-family: "proxima-nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px auto;
    color: #222;
}

.rte h1 {
    font-size: 40px;
}

@media (max-width: 480px){.rte h1 {
        font-size: 32px;
    }
}

.rte h2 {
    font-size: 30px;
}

@media (max-width: 480px){.rte h2 {
        font-size: 24px;
    }
}

.rte h3 {
    font-size: 24px;
}

@media (max-width: 480px){.rte h3 {
        font-size: 22px;
    }
}

.rte h4 {
    font-size: 22px;
}

@media (max-width: 480px){.rte h4 {
        font-size: 20px;
    }
}

.rte h5 {
    font-size: 20px;
}

@media (max-width: 480px){.rte h4 {
        font-size: 18px;
    }
}

.rte h6 {
    font-size: 18px;
}

@media (max-width: 480px){.rte h6 {
        font-size: 16px;
    }
}

.rte p, .rte ul, .rte ol, .rte dl, .rte blockquote, .rte table, .rte pre, .rte form, .rte figure {
    margin: 20px auto;
    font-size: 20px;
}

.rte>*, .metadata, .comments, .rte figcaption {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.rte>figure, .rte>pre, .video-player-wrap {
    max-width: 940px;
}

.rte>*:first-child {
    margin-top: 0;
}

.rte>*:last-child {
    margin-bottom: 0;
}

.rte strong, .rte b {
    font-weight: 600;
}

.rte ul, .rte ol {
    padding: 0 5%;
    max-width: 680px;
}

.rte hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 20px auto;
    border: 0;
    border-top: 1px solid #ccc;
}

.rte blockquote {
    max-width: 680px;
    color: #666;
    border-left: 2px solid #ccc;
    padding-left: 20px;
}

.rte blockquote cite {
    font-style: normal;
    color: #444;
}

.rte img, .rte iframe, .rte object {
    display: block;
}

.rte code {
    font-family: "source-code-pro", Menlo, Consolas, 'Liberation Mono', Courier, monospace;
    background-color: #f2f2f2;
    font-size: 13px;
    padding: 2px;
    color: #555;
}

.rte pre {
    background-color: #f2f2f2;
    padding: 15px 0;
    white-space: pre;
    line-height: 1.4;
}

.rte pre::-webkit-scrollbar {
    height: 10px;
    background: rgba(0, 0, 0, 0.15)
}

.rte pre::-webkit-scrollbar-thumb:horizontal {
    background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px){.rte pre {
        margin: 0 -5%;
        padding: 15px 5%;
    }
}

.rte pre > code {
    max-width: 740px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    display: block;
}

.rte kbd {
    padding: 0.1em 0.4em;
    border: 1px solid #bbb;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff inset;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0.1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
}

figcaption {
    margin: 10px auto 20px auto;
    font-size: 16px;
}

figcaption strong {
    margin-right: 6px;
}

@media (max-width: 900px){.rte figure {
        margin: 20px -5%;
    }
}

@media (max-width: 900px){.rte figcaption {
        margin: 10px 5% 20px 5%;
    }
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

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

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

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

    #tumblr_controls {
        display: none;
    }

    .navigation {
        margin-top: 10px;
    }

    .page-wrap {
        margin-top: 10px;
    }
}

/* Hightlight.js */

.hljs {
  display: block;
  color: #555;
}

.hljs-comment, .hljs-template_comment, .diff .hljs-header, .hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
  color: #555;
  font-weight: bold;
}

.hljs-number, .hljs-hexcolor, .ruby .hljs-constant {
  color: #099;
}

.hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .tex .hljs-formula {
  color: #d14;
}

.hljs-title, .hljs-id, .coffeescript .hljs-params, .scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.javascript .hljs-title, .lisp .hljs-title, .clojure .hljs-title, .hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title, .haskell .hljs-type, .vhdl .hljs-literal, .tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag, .hljs-tag .hljs-title, .hljs-rules .hljs-property, .django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute, .hljs-variable, .lisp .hljs-body {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol, .ruby .hljs-symbol .hljs-string, .lisp .hljs-keyword, .tex .hljs-special, .hljs-prompt {
  color: #990073;
}

.hljs-built_in, .lisp .hljs-title, .clojure .hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor, .hljs-pragma, .hljs-pi, .hljs-doctype, .hljs-shebang, .hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}

/* bigfoot.js */

.footnote-button {
  cursor: pointer;
  text-decoration: none;
  margin: 0 2px;
}

@media not print {
  .footnote-print-only {
    display: none !important;
  }
}
@media print {
  .footnote-button {
    display: none !important;
  }
}
.footnote-content {
  position: fixed;
  z-index: 10;
  bottom: auto;
  left: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 90%;
  margin: 1.21924em auto;
  display: inline-block;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity, -webkit-transform;
  -moz-transition: opacity, -moz-transform;
  -ms-transition: opacity, -ms-transform;
  transition: opacity, transform;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.footnote-content:not(.fixed-bottom) {
  -webkit-transform: scale(0.1) translateZ(0);
  -moz-transform: scale(0.1) translateZ(0);
  -ms-transform: scale(0.1) translateZ(0);
  -o-transform: scale(0.1) translateZ(0);
  transform: scale(0.1) translateZ(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.footnote-content.active:not(.fixed-bottom) {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 0.97;
}
.footnote-content.bottom {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.footnote-content.top {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.footnote-content.fixed-bottom {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
  border-radius: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  -ms-transition: -ms-transform;
  transition: transform;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.footnote-content.fixed-bottom.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.footnote-content.fixed-bottom .footnote-main-wrapper {
  max-width: 90%;
  width: 22em;
  margin: 0 auto;
}
.footnote-content.fixed-bottom .bigfoot-tooltip {
  display: none;
}
.footnote-content.scrollable:after {
  content: '...';
  position: fixed;
  bottom: 0.45em;
  right: 50%;
  z-index: 20;
  width: 1.5em;
  margin-right: -0.75em;
  opacity: 1;
  background-color: #fafafa;
  font-family: Georgia;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  color: rgba(0, 0, 0, 0.08);
  line-height: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.footnote-content.scrollable.fully-scrolled:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.footnote-content.scrollable .footnote-main-wrapper:before, .footnote-content.scrollable .footnote-main-wrapper:after {
  content: ' ';
  position: absolute;
  width: 100%;
  z-index: 12;
}
.footnote-content.scrollable .footnote-main-wrapper:before {
  top: -1px;
  left: 0;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: linear, to bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%;
}
.footnote-content.scrollable .footnote-main-wrapper:after {
  bottom: -1px;
  left: 0;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background: #fafafa;
  background: -moz-linear-gradient(bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
  background: -webkit-linear-gradient(bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -o-linear-gradient(bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: -ms-linear-gradient(bottom, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background: linear, to top, #fafafa 0%, #fafafa 50%, rgba(250, 250, 250, 0) 100%;
}
.footnote-content ::-webkit-scrollbar {
  display: none;
}

.footnote-main-wrapper {
  position: relative;
  z-index: 14;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  max-width: 27em;
  background-color: #fafafa;
  border-radius: 0.5em;
  -webkit-transition: max-height;
  -moz-transition: max-height;
  -ms-transition: max-height;
  transition: max-height;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.footnote-content-wrapper {
  position: relative;
  z-index: 8;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.footnote-content-wrapper img {
  max-width: 100%;
}
.footnote-content-wrapper *:last-child {
  margin-bottom: 0;
}
.footnote-content-wrapper *:first-child {
  margin-top: 0;
}

.bigfoot-tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}

.bottom .bigfoot-tooltip {
  top: -0.65em;
  bottom: auto;
}

.top .bigfoot-tooltip {
  bottom: -0.65em;
  top: auto;
}


