@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
footer,
header,
nav,
section {
    display: inline-block
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
figcaption,
figure {
    display: block
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
main {
    display: block
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: inherit
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
dfn {
    font-style: italic
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
audio,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}
[type=button],
[type=reset],
[type=submit],
button {}[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
input {
    overflow: visible
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}
progress {
    display: inline-block;
    vertical-align: baseline
}
textarea {
    overflow: auto
}
details {
    display: block
}
summary {
    display: list-item
}
menu {
    display: block
}
canvas {
    display: inline-block
}
template {
    display: none
}
[hidden] {
    display: none
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}
html {
    box-sizing: border-box;
    font-size: 100%
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    margin: 0;
    padding: 0;
    background: #13140F;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}
select {
    width: 100%;
    border-radius: 0
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1
}
[data-whatinput=mouse] button {
    outline: 0
}
.is-visible {
    display: block!important
}
.is-hidden {
    display: none!important
}
/*! Hamburgers @description Tasty CSS-animated hamburgers @author Jonathan Suh @jonsuh @site https://jonsuh.com/hamburgers @link https://github.com/jonsuh/hamburgers */

.hamburger {
    padding: 23px 18px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}
.hamburger:hover {
    opacity: 1
}
.hamburger-box {
    width: 28px;
    height: 18px;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 28px;
    height: 2px;
    background-color: #fefefe;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}
.hamburger-inner:before {
    top: -8px
}
.hamburger-inner:after {
    bottom: -8px
}
.hamburger--arrow.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1)
}
.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1)
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.pace-inactive {
    display: none
}
.pace .pace-progress {
    background: #D4FF00;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}
.wf-loading .content,
.wf-loading .intro-text,
.wf-loading .section {
    visibility: hidden
}
.wf-inactive .content,
.wf-inactive .intro-text,
.wf-inactive .section {
    visibility: visible
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}
p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    text-align: justify;
}
em,
i {
    font-style: italic;
    line-height: inherit
}
b,
strong {
    font-weight: 600;
    line-height: inherit
}
small {
    font-size: 80%;
    line-height: inherit
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Mono", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: inherit;
    text-rendering: optimizeLegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
}
@media print,
screen and (min-width: 40em) {
    h1 {
        font-size: 3rem
    }
    h2 {
        font-size: 2.5rem
    }
    h3 {
        font-size: 1.9375rem
    }
    h4 {
        font-size: 1.5625rem
    }
    h5 {
        font-size: 1.25rem
    }
    h6 {
        font-size: 1rem
    }
}
a {
    line-height: inherit;
    color: #D4FF00;
    text-decoration: none;
    cursor: pointer
}
a:focus,
a:hover {
    color: #b6db00
}
a img {
    border: 0
}
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}
li {
    font-size: inherit
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc
}
ol {
    margin-left: 1.25rem
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}
dl {
    margin-bottom: 1rem
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 600
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a
}
cite:before {
    content: "— "
}
abbr {
    border-bottom: 1px dotted #13140F;
    color: #fefefe;
    cursor: help
}
figure {
    margin: 0
}
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #13140F
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #13140F
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #e6e6e6
}
.lead {
    font-size: 100%;
    line-height: 1.6
}
.stat {
    font-size: 2.5rem;
    line-height: 1
}
p+.stat {
    margin-top: -1rem
}
.no-bullet {
    margin-left: 0;
    list-style: none
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}
@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}
.show-for-print {
    display: none!important
}
@media print {
    * {
        background: transparent!important;
        box-shadow: none!important;
        color: black!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print {
        display: table-cell!important
    }
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 0.5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.nav-button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1007;
    transition: box-shadow .5s ease
}
.navigation {
    position: fixed;
    height: 100%;
    width: 100%;
    padding-top: 6rem;
    background: #13140F;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    z-index: 1006;
    overflow: auto;
    color: #fefefe
}
.navigation.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.nav-inner {
    width: 83.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    left: 8.33333%
}
.nav-inner ul {
    font-family: "Space Mono", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 36px;
    text-shadow: 10px 2px 15px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    margin-left: 0
}
.nav-inner ul li {
    margin-bottom: 1rem
}
.nav-inner ul li a {
    color: #8a8a8a
}
.nav-inner ul a:hover {
    color: #fefefe
}
.nav-inner ul small {
    font-size: 1rem;
    text-transform: uppercase
}
.nav-inner ul.tag-menu li {
    text-transform: capitalize
}
.highlight {
    color: #D4FF00
}
.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}
.container:after,
.container:before {
    display: table;
    content: ' '
}
.container:after {
    clear: both
}
.section {
    position: relative;
    min-height: 100vh;
    min-width: 100%
}
.content {
    width: 83.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}
.content,
.content:last-child:not(:first-child) {
    float: none;
    clear: both
}
.content h1.hero {
    letter-spacing: 1px;
    line-height: 1;
    font-size: 36px;
    text-shadow: 10px 2px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem
}
.content .content-title {
    padding-top: 5px
}
.logospace {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 2rem
}
.cta {
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px
}

@media (max-width: 480px) {
  .cta {
    display: none;
  }
}
.vertical-nav {
    display: none;
    position: fixed;
    list-style: none;
    top: 50%;
    bottom: auto;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1005
}
.vertical-nav li {
    text-align: right;
    height: 37px
}
.vertical-nav a {
    color: #fefefe
}
.vertical-nav span.dot {
    float: right;
    top: 4px;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}
.vertical-nav span.label {
    margin-right: 0.5rem;
    opacity: 0;
    font-family: "Space Mono", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s
}
.vertical-nav a:hover span.label {
    opacity: 1
}
.vertical-nav a:hover span.dot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: white
}
.vertical-nav .active span.dot {
    background: #fefefe
}
.vert-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#intro {
    height: 100vh
}
#intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#mobsf {
    height: 100vh
}
#mobsf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.about-body {
    font-size: 1.2rem
}
.about-body .content-1 {
    color: inherit
}
.about-body .content-2 {
    color: #8a8a8a
}
#posts {
    margin-left: -0.857rem
}
.item {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100%
}
.item {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100%
}
.item-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e6e6e6;
    margin: 0.875rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}
.item-inner:hover:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.item-inner .item-title {
    width: 100%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all .25s linear;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.item-inner .item-title>* {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .25s linear
}
.item-inner .item-title p {
    display: none
}
.item-inner .item-title p:first-child {
    display: block!important
}
.item-inner .item-title>small {
    display: none;
    font-size: 0.7rem;
    margin-top: 10px
}
.item-inner .item-title>small:first-of-type {
    display: block!important
}
.item-inner .item-audio>*,
.item-inner .item-photo>*,
.item-inner .item-video>* {
    color: #fefefe
}
.item-inner .item-chat,
.item-inner .item-link,
.item-inner .item-quote,
.item-inner .item-text {
    color: #13140F;
    opacity: 1
}
.item-inner:hover .item-title {
    opacity: 1
}
.item-inner:hover .item-title>* {
    color: #fefefe
}
.item-inner:hover .item-chat,
.item-inner:hover .item-link,
.item-inner:hover .item-quote,
.item-inner:hover .item-text {
    color: #fefefe
}
.video-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}
.audio-bg {
    position: absolute;
    top: -200px;
    left: -180px;
    overflow: hidden
}
.grid-link {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem;
    padding-right: 0.875rem
}
#infscr-loading {
    position: absolute;
    bottom: -40px;
    left: 50%;
    text-align: center;
    background: none;
    width: 200px;
    margin-left: -100px
}
.clients {
    margin-left: 0;
    padding: 2rem 0;
    list-style: none;
    overflow: auto
}
.clients>li {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem
}
@media print,
screen and (min-width: 40em) {
    .clients>li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}
.clients>li:nth-of-type(1n) {
    clear: none
}
.clients>li:nth-of-type(odd) {
    clear: both
}
.clients>li:last-child {
    float: left
}
.clients li {
    margin-bottom: 2rem
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe
}
[data-whatinput=mouse] .button {
    outline: 0
}
.button:focus,
.button:hover {
    color: #fefefe
}
.button.tiny {
    font-size: 0.6rem
}
.button.small {
    font-size: 0.75rem
}
.button.large {
    font-size: 1.25rem
}
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}
.button.primary {
    background-color: #D4FF00;
    color: #13140F
}
.button.primary:focus,
.button.primary:hover {
    background-color: #aacc00;
    color: #13140F
}
.button.secondary {
    background-color: #767676;
    color: #fefefe
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}
.button.success {
    background-color: #3adb76;
    color: #13140F
}
.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #13140F
}
.button.warning {
    background-color: #ffae00;
    color: #13140F
}
.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #13140F
}
.button.alert {
    background-color: #cc4b37;
    color: #fefefe
}
.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe
}
.button.hollow {
    border: 1px solid #D4FF00;
    color: #D4FF00
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
    background-color: transparent
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #6a8000;
    color: #6a8000
}
.button.hollow.primary {
    border: 1px solid #D4FF00;
    color: #D4FF00
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #6a8000;
    color: #6a8000
}
.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}
.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}
.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}
.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #D4FF00;
    color: #fefefe
}
.button.disabled.primary,
.button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #D4FF00;
    color: #fefefe
}
.button.disabled.secondary,
.button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #767676;
    color: #fefefe
}
.button.disabled.success,
.button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #fefefe
}
.button.disabled.warning,
.button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #fefefe
}
.button.disabled.alert,
.button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed
}
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #cc4b37;
    color: #fefefe
}
.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}
.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0
}
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    color: #8a8a8a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
textarea {
    max-width: 100%
}
textarea[rows] {
    height: auto
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}
input::placeholder,
textarea::placeholder {
    color: #cacaca
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}
[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}
input[type=search] {
    box-sizing: border-box
}
[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}
[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0
}
[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}
label>[type=checkbox],
label>[type=radio] {
    margin-right: 0.5rem
}
[type=file] {
    width: 100%
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.8;
    color: #13140F
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #13140F
}
.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}
.input-group>:first-child {
    border-radius: 0 0 0 0
}
.input-group>:last-child>* {
    border-radius: 0 0 0 0
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #13140F;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%
}
.input-group-label:first-child {
    border-right: 0
}
.input-group-label:last-child {
    border-left: 0
}
.input-group-field {
    border-radius: 0;
    height: 2.5rem
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}
.input-group .input-group-button {
    display: table-cell
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #13140F
}
select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #8a8a8a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}
select::-ms-expand {
    display: none
}
select[multiple] {
    height: auto;
    background-image: none
}
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}
.is-invalid-label {
    color: #cc4b37
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #cc4b37
}
.form-error.is-visible {
    display: block
}
body.is-reveal-open {
    overflow: hidden
}
html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: #13140f;
    overflow-y: scroll
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 0px solid #13140F;
    border-radius: 0;
    background-color: #13140F;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}
[data-whatinput=mouse] .reveal {
    outline: 0
}
@media print,
screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0
}
.reveal>:last-child {
    margin-bottom: 0
}
@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}
@media print,
screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
.reveal.collapse {
    padding: 0
}
@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}
@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}
@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}
.reveal.without-overlay {
    position: fixed
}
.close-button {
    position: absolute;
    color: #fefefe;
    cursor: pointer
}
[data-whatinput=mouse] .close-button {
    outline: 0
}
.close-button:focus,
.close-button:hover {
    color: #e6e6e6
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}
.subscribe {
    margin-top: 100px
}
#mc_embed_signup {
    margin: 2rem 0
}
#mc_embed_signup input.button {
    width: 100%;
    background: transparent;
    border: 1px solid #00c0ff;
    color: #00c0ff
}
.nav-inner .social {
    margin-top: 1rem
}
.nav-inner .social li {
    line-height: 1;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem
}
.nav-inner .social li a {
    padding: 0
}
.single-page {
    margin: 100px 0
}
.caption,
.post-meta {
    padding: 2rem 0
}
.media figure {
    margin-bottom: 1.5rem
}
.media figcaption {
    font-size: 80%;
    font-style: italic;
    text-align: right;
    padding: 3px
}
.quote {
    text-align: center;
    margin-bottom: 2rem
}
.quote h1 {
    font-size: 24px;
    line-height: 1
}
.quote p {
    text-transform: uppercase;
    letter-spacing: 2px
}
.audio-container {
    width: 100%;
    max-width: 100%
}
.audio-container .soundcloud_audio_player {
    width: 100%;
    height: auto
}
.audio-container .spotify_audio_player {
    width: 100%;
    max-width: 100%;
    height: 80px
}
.post-tag a {
    color: #8a8a8a;
    opacity: 0.4
}
.post-tag a:hover {
    color: #fefefe;
    opacity: 1
}
.share-control {
    margin: 0;
    font-size: 24px
}
.share-control li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}
.share-control a {
    padding: 0
}
.share-control li:last-child {
    margin-right: 0
}
.share-control a {
    color: #8a8a8a;
    opacity: 0.5
}
.share-control a:hover {
    opacity: 1
}
.post-meta {
    text-align: center
}
.notes-container {
    display: none;
    margin: 2em 0
}
.notes-hide small {
    font-size: 16px
}
ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none
}
ol.notes li.note {
    position: relative;
    padding: 10px
}
ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px
}
ol.notes li.note span.action {
    font-weight: inherit
}
ol.notes li.note .answer_content {
    font-weight: normal
}
ol.notes li.note blockquote {
    padding: 4px 10px;
    margin: 10px 0px 0px 25px
}
ol.notes li.note blockquote a {
    text-decoration: none
}
.avatar-frame {
    display: block;
    float: left;
    position: relative;
    margin: -2px 12px 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.next {
    float: left;
    margin: 2rem 0
}
.prev {
    float: right;
    margin: 2rem 0
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #13140F;
    opacity: 0.8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #fefefe;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #fefefe
}
.mfp-preloader a:hover {
    color: #fefefe
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fefefe;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #fefefe
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fefefe;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fefefe;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    font-size: 2.2em;
    color: #fefefe
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border: none;
    content: "\2190"
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border: none;
    content: "\2192"
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-height: 300px),
screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
@media print,
screen and (min-width: 40em) {
    .vertical-nav {
        display: block
    }
    .nav-inner {
        width: 66.66667%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        left: 16.66667%
    }
    .nav-inner ul {
        font-size: 48px
    }
    .content h1.hero {
        font-size: 48px
    }
    .logospace {
        width: 64px;
        height: 64px
    }
    .about-body {
        font-size: 2rem
    }
    .item {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-bottom: 50%
    }
}
@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}
@media print,
screen and (min-width: 40em) {
    .grid-link {
        width: 50%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        padding-right: 1.2rem
    }
}
@media print,
screen and (min-width: 64em) {
    .nav-inner {
        width: 50%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        left: 25%
    }
    .cta {
        position: fixed;
        margin-left: 0;
        margin-bottom: 0;

		right:    0;
		bottom:   0;
    }
    .content {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 8.33333%
    }
}
@media print,
screen and (min-width: 64em) and (min-width: 40em) {
    .content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}
@media print,
screen and (min-width: 64em) {
    .content h1.hero {
        font-size: 64px
    }
    .item {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-bottom: 33.33333%
    }
}
@media print,
screen and (min-width: 64em) and (min-width: 40em) {
    .item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}
@media print,
screen and (min-width: 64em) {
    .grid-link {
        width: 33.33333%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        padding-left: 0;
        padding-right: 1.4rem
    }
    .clients>li {
        float: left;
        width: 25%;
        padding-right: 0.625rem;
        padding-left: 0.625rem
    }
}
@media print,
screen and (min-width: 64em) and (min-width: 40em) {
    .clients>li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}
@media print,
screen and (min-width: 64em) {
    .clients>li:nth-of-type(1n) {
        clear: none
    }
    .clients>li:nth-of-type(4n+1) {
        clear: both
    }
    .clients>li:last-child {
        float: left
    }
}
.modal-open.mui-enter {
    transition-duration: 250ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.modal-open.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.modal-close.mui-leave {
    transition-duration: 250ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.modal-close.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

/*Theme */
.pace .pace-progress {
 background: #00c0ff; 
 }
 body {
 background: #13140f;
 color: #8a8a8a;
 font-family: 'Roboto', Helvetica, Arial, sans-serif;
 font-weight: 300;
 }
 h1, h2, h3, h4, h5, h6  {
 color: #fefefe;
 font-family: 'Space Mono', Helvetica, Arial, sans-serif;
 font-weight: 700;
 }
 a, .highlight {
 color: #00c0ff;
 }
 a:hover {
 color: #b6db00;
 }
 .icon {
 display: inline-block;
 width: 1em;
 height: 1em;
 stroke-width: 0;
 stroke: currentColor;
 fill: currentColor;
 }
 .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
 background-color: #fefefe;
 }
 .navigation {
 background-color: #13140f;
 }
 .nav-inner ul li a {
 color: #8a8a8a;
 }
 .nav-inner ul li a:hover {
 color: #fefefe;
 }
 .button {
 font-family: 'Space Mono', Helvetica, Arial, sans-serif;
 }
 .button.blue {
 border: 1px solid #00c0ff;
 color: #00c0ff;
 }
 .button.blue:focus, .button.blue:hover {
 border: 1px solid #b6db00;
 color: #b6db00; 
 }
 .button.orange {
 border: 1px solid #ff7600;
 color: #ff7600;
 }
 .button.orange:focus, .button.orange:hover {
 border: 1px solid #b6db00;
 color: #b6db00; 
 }
 .button.green {
 border: 1px solid #3adb76;
 color: #3adb76;
 }
 .button.green:focus, .button.green:hover {
 border: 1px solid #b6db00;
 color: #b6db00; 
 }
 #intro:before {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.1;
 }

 .about-body .content-lead {
 color: #fefefe;
 }
 .about-body .content-main {
 color: #8a8a8a;
 }
 .item-inner {
 background: #8a8a8a;
 }
 .contact-info {
 margin: 2rem 0;
 }
 .contact-info h2 {
 line-height: 0.9;
 margin-bottom: 2rem;
 }
 .contact-info span {
 text-transform: uppercase;
 color: #fefefe;
 font-family: 'Space Mono', Helvetica, Arial, sans-serif;
 }
 .nav-inner small {
 font-size: 1rem;
 text-transform: uppercase;
 font-family: 'Space Mono', Helvetica, Arial, sans-serif;
 color: #fefefe;
 }
 .reveal {
 z-index: 1007;
 }
 /* Home Icons */
 section{
        float: left;
        padding-top: 50px;
        padding-bottom: 100px;
        width: 100%;
        padding-left:0;
        padding-right:0;
}


.icons {
    width:25%;
    float:left;
    position:relative;
}
.icons2 {
    width:25%;
    float:left;
    position:relative;
    margin-left:25%;
}
.icons3 {
    width:25%;
    float:left;
    position:relative;
    margin-left:50%;
}
.icons4 {
    width:25%;
    float:left;
    position:relative;
    margin-left:75%;
}

.icon-slide-container{
    height: 250px;
    overflow:hidden;
    text-align: left;
    position: absolute;
    float: left;
    width: 250px;
    left: 50%;
    margin-left: -150px;
}

.slide-icon{
  width:250px;
  height:auto;
  position:absolute;
  margin-top:-250px;
  -webkit-transition:.4s ease;
  -moz-transition:.4s ease;
  -ms-transition:.4s ease;
  -o-transition:.4s ease;
  transition:.4 ease;
}
    
.slide-icon:hover{
  position:absolute;
  margin-top:0;
}

@media only screen and (max-width: 1300px) {
  #icon-wrapper{
        width:100%;
        float:left;
        height:170px;
    }
  .icon-slide-container {
        height: 200px;
        overflow: hidden;
        text-align: left;
        position: absolute;
        float: left;
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }
  .slide-icon {
        width: 200px;
        height: auto;
        position: absolute;
        margin-top: -200px;
    }
}

@media only screen and (max-width: 1000px) {
  #home-social-container{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding: 0;
        float: left;
        left: 0;
    }
}

@media only screen and (max-width: 840px) {
  #icon-wrapper{
        width:100%;
        float:left;
        height:650px;
    }
    
    .icon-slide-container {
        height: 300px;
        overflow: hidden;
        text-align: left;
        position: absolute;
        float: left;
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }
    
    .slide-icon {
        width: 300px;
        height: auto;
        position: absolute;
        margin-top: -300px;
    }   
    .icons {
        width: 50%;
        float: left;
        position: relative;
    }
    .icons2 {
        width: 50%;
        float: left;
        position: relative;
        margin-left: 50%;
    }
    .icons3 {
        width: 50%;
        float: left;
        position: relative;
        margin-left: 0%;
        margin-top: 350px;
    }
    .icons4 {
        width: 50%;
        float: left;
        position: relative;
        margin-left: 50%;
    }
}
                        
@media only screen and (max-width: 650px) {
    #icon-wrapper {
        height: 400px;
    }
    #section{
        width: 90%;
        padding-left:5%;
        padding-right:5%;
    }
    .slide-icon {
        width: 200px;
        height: auto;
        position: absolute;
        margin-top: -200px;
    }
    .icon-slide-container {
        height: 200px;
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }
    .icons3 {
        width: 50%;
        position: relative;
        margin-left: 0%;
        margin-top: 230px;
    }
}
                                  
@media only screen and (max-width: 570px) {
    #icon-wrapper {
        height: 300px;
    }
    .slide-icon {
        width: 150px;
        height: auto;
        position: absolute;
        margin-top: -150px;
    }
    .icon-slide-container {
        height: 150px;
        width: 150px;
        left: 50%;
        margin-left: -75px;
    }
    .icons3 {
        width: 50%;
        float: left;
        margin-left: 0%;
        margin-top: 190px;
    }   
}
/* Pricing */
.porange {
    border: 1px solid #ff7600;
}
.pblue {
    border: 1px solid rgb(0, 162, 255);
}

.pgreen {
    border: 1px solid #3adb76;
}


.pcolumns {
    float: left;
    width: 33.3%;
    padding: 8px;
  }
  
.price {
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.price:hover {
box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
background-color: #111;
color: white;
font-weight: bold;
font-size: 27px;
font-family: Helvetica, Arial, sans-serif;
}

.price .grey {
background-color: rgb(37 37 37);
font-size: 25px;
color: #d8d8d8;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-weight: bold;
}

.price li {
padding: 10px;
font-size: 22px;
text-align: center;
}
.verysmall {
    font-size: 18px;
}
.month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}
.sign{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
}
.cent{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .pcolumns {
        width: 100%;
    }
}
/* Github Cards */
.card {
  font-family: sans-serif;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 300px;
  color: #333;
}
.card a {
  color: #ff7600;
  text-decoration: none;
}
.card .card-header {
  padding: 24px 16px;
}
.card .card-header + .card-body {
  margin-top: -24px;
  padding-top: 0;
}
.card .card-suptitle {
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.card .card-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.card .card-title a, .card .card-title a:visited {
  color: inherit;
}
.card .card-details {
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 16px;
  margin: 24px 0;
}
.card .card-details dt, .card .card-details dd {
  color: #cacaca;
  float: left;
}
.card .card-details dt {
  padding-right: 8px;
}
.card .card-details dd {
  margin: 0;
  padding-right: 16px;
}
.center{
    margin: auto;
    width: 60%;
}
.course {
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
  height: 145px;
}
/* Donate */
.center2 {
    margin: auto;
    width: 90%;
    text-align: center;
    padding-top: 20px;
}
