/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button, html, input, select, textarea {
    font-family: sans-serif
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: courier new, monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after, q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure, form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

;
code[class*=language-], pre[class*=language-], textarea {
    color: #222;
    font-family: Inconsolata, Consolas, Monaco, Andale Mono, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 1em !important
}

pre[class*=language-] {
    position: relative;
    padding: .5em 1em;
    margin: .5em 0 0 -.5em;
    border-left: .5em solid #afafaf;
    background-color: #fff;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(69, 142, 209, .06) 0);
    background-image: -o-linear-gradient(transparent 50%, rgba(69, 142, 209, .06) 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, .06)));
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .06) 0);
    -webkit-background-size: 2.9em 2.9em;
    background-size: 2.9em 2.9em;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    overflow: auto
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    margin-bottom: 1em
}

:not(pre) > code[class*=language-] {
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .1)
}

:not(pre) > code[class*=language-]:after, pre[class*=language-]:after {
    right: .75em;
    left: auto
}

.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #a0a0a0
}

.token.punctuation {
    color: #666
}

.token.boolean, .token.constant, .token.function-name, .token.number, .token.property, .token.symbol, .token.tag {
    color: #dc3787
}

.token.attr-name, .token.builtin, .token.function, .token.selector, .token.string {
    color: #00a1d3
}

.token.entity, .token.operator, .token.url, .token.variable {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.token.atrule, .token.attr-value, .token.class-name, .token.keyword {
    color: #704f21
}

.token.important, .token.regex {
    color: #e90
}

.language-css .token.string, .style .token.string {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.token.important {
    font-weight: 400
}

.token.entity {
    cursor: help
}

.namespace {
    opacity: .7
}

@media screen and (max-width: 767px) {
    pre[class*=language-]:after, pre[class*=language-]:before {
        bottom: 14px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.token.cr:before, .token.lf:before, .token.tab:not(:empty):before {
    color: #e0d7d1
}

pre.line-numbers {
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre.line-numbers, pre.line-numbers > code {
    position: relative
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}

;
button, html, input, select {
    color: #222
}

textarea {
    line-height: 1.45em;
    padding: .5em 1em;
    border: none
}

body {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

img.med_left {
    width: 300px;
    float: left
}

img.med_right {
    width: 300px;
    float: right
}

img.small_left {
    width: 200px;
    float: left
}

img.smaller_left {
    width: 140px;
    float: left
}

img.small_right {
    width: 200px;
    float: right
}

img.smaller_right {
    width: 140px;
    float: right
}

img.small_center {
    width: 200px;
    margin-left: 250px
}

img.small {
    width: 160px
}

img.med {
    width: 400px
}

img.med_center {
    width: 400px;
    margin-left: 150px
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.tagline {
    display: none
}

#home-page .home {
    pointer-events: none
}

#home-page .home a {
    pointer-events: all
}

#lockup > a {
    position: relative;
    display: block;
    width: 200px;
    height: 90px
}

#logo_image {
    position: absolute;
    top: 0
}

#menu, #menu.top_menu {
    list-style: none;
    font-family: Montserrat, sans-serif;
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
    height: 100%;
    font-size: 1.3em
}

#menu.top_menu li {
    display: inline
}

#home-sketch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

@media screen and (max-width: 780px) {
    .sidebar-menu {
        clear: both;
        max-height: 0;
        -webkit-transition: max-height .4s ease-out;
        -o-transition: max-height .4s ease-out;
        transition: max-height .4s ease-out;
        overflow: hidden
    }

    .sidebar-menu-nav-element {
        width: 91vw
    }

    .sidebar-menu a {
        display: block;
        text-align: center;
        padding-bottom: .11em;
        border-bottom: .11em dashed transparent
    }

    .sidebar-menu-icon {
        top: 2rem;
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 5rem
    }

    .sidebar-menu-icon .sidebar-nav-icon {
        background: #6633ff;
        display: block;
        height: 2px;
        position: relative;
        -webkit-transition: background .4s ease-out;
        -o-transition: background .4s ease-out;
        transition: background .4s ease-out;
        width: 18px
    }

    .sidebar-menu-icon .sidebar-nav-icon:after, .sidebar-menu-icon .sidebar-nav-icon:before {
        background: #6633ff;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        width: 100%
    }

    .sidebar-menu-icon .sidebar-nav-icon:before {
        top: 5px
    }

    .sidebar-menu-icon .sidebar-nav-icon:after {
        top: -5px
    }

    .sidebar-menu-btn {
        display: none
    }

    .sidebar-menu-btn:checked ~ .sidebar-menu {
        max-height: 475px
    }

    .sidebar-menu-btn:checked ~ .sidebar-menu-icon .sidebar-nav-icon {
        background: transparent
    }

    .sidebar-menu-btn:checked ~ .sidebar-menu-icon .sidebar-nav-icon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }

    .sidebar-menu-btn:checked ~ .sidebar-menu-icon .sidebar-nav-icon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }
}

.sidebar-menu-btn {
    display: none
}

#footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    padding-top: 1em;
    border-bottom: .11em dashed transparent
}

#footer-menu li {
    margin-right: 1em
}

#footer-menu a {
    color: #6633ff
}

#home-sketch-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: all;
    border: 0
}

#credits {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 1em;
    font-size: .7em
}

#skip-to-content {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 5;
    background-color: #6633ff;
    color: #fff;
    width: auto;
    height: 50px;
    border: none;
    outline-style: none;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    opacity: 0
}

#skip-to-content:focus {
    opacity: 1
}

.button_box {
    padding: .4em .6em;
    margin: .5em 0;
    font-family: Montserrat, sans-serif;
    display: inline-block
}

.button_box, .download_box {
    border: 1px solid #6633ff;
    color: #333
}

.download_box {
    padding: .4em;
    margin: 0 1.75em 0 0;
    width: 18.65em;
    float: left;
    height: 7.45em;
    position: relative
}

.button_box:hover, .download_box:hover {
    border: 1px solid #6633ff;
    background: #6633ff;
    color: #fff
}

.download_box.half_box {
    width: 10.83em;
    margin-right: 1.75em;
    float: left
}

.download_box.half_box.last_box {
    margin-right: 0
}

.download_box .download_name {
    font-size: 1em;
    margin: 0;
    padding-bottom: .3em;
    border-bottom: .09em dashed #6633ff;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    display: block
}

.download_box:hover .download_name {
    -webkit-text-stroke-width: 0;
    border-bottom-color: #fff
}

.download_box p {
    font-size: .65em;
    margin: 0;
    position: absolute;
    bottom: 1em
}

.download_box svg {
    height: .65em;
    width: .65em;
    position: absolute;
    bottom: 3.5em
}

.download_box:hover svg {
    fill: #fff
}

.download_box h4 + p {
    display: block
}

#download-page .link_group {
    width: 100%;
    margin-bottom: 3em
}

.download_box {
    margin-top: 1em
}

.support div.download_box {
    margin-top: 1em;
    margin-bottom: 1em
}

#download-page .support p {
    font-size: .8em;
    position: static;
    margin-top: .3em
}

#slideshow {
    margin: 1em 0
}

#slideshow p {
    font-size: .8em;
    color: #ababab;
    line-height: 1.2em;
    margin-top: .5em
}

.extra {
    color: #fff;
    position: absolute;
    bottom: .65em;
    right: .9em;
    font-weight: 700;
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    font-size: .8em
}

#get-started-page .edit_space {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 4.8125em
}

#get-started-page .edit_space .copy_button {
    color: #2d7bb6;
    border-color: rgba(45, 123, 182, .25);
    float: right;
    margin: 1.5em 0 1.5em .5em;
    background: hsla(0, 0%, 100%, .7);
    position: absolute;
    z-index: 2;
    left: 31.33em;
    top: -1.5em
}

@media (max-width: 780px) {
    #get-started-page .edit_space .copy_button {
        left: 6.44em
    }
}

@media (max-width: 600px) {
    #get-started-page .edit_space .copy_button {
        left: 5.91em
    }
}

#examples-page .column {
    margin-bottom: 2em
}

#reference-page main h1 {
    float: left
}

.reference-group h2 {
    font-size: 1.5em
}

.reference-group h3 {
    font-size: 1em;
    font-family: Montserrat, sans-serif;
    margin-top: .5em
}

div.reference-group {
    display: inline-block
}

div.reference-subgroups {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.reference-subgroup {
    width: 11em;
    margin-bottom: 1em
}

#reference-page .params table p {
    display: inline;
    font-size: inherit
}

#reference-page .param-optional {
    color: #afafaf
}

#item {
    width: 100%
}

#item h2 {
    margin: .777em 0 0;
    font-size: 1.444em;
    font-weight: inherit;
    font-family: Inconsolata, consolas, monospace;
    color: #00a1d3
}

#item h3 {
    font-size: 1.33em;
    margin: 1em 0 0
}

#item ul {
    margin-top: .5em
}

#item li {
    margin-bottom: 1em
}

#reference-page #item ul {
    list-style: initial;
    margin-left: 1.5em
}

#reference-page #item .example_container li, #reference-page #item .params li {
    margin-bottom: 1em
}

#reference-page #item .example_container ul, #reference-page #item .params ul, #reference-page #item ul[aria-labelledby=reference-fields], #reference-page #item ul[aria-labelledby=reference-methods] {
    list-style: none;
    margin-left: 0
}

#reference-page #item li {
    margin-bottom: .5em
}

.description {
    clear: both;
    display: block;
    width: 100%
}

.syntax pre {
    width: 100%
}

.item-wrapper, .list-wrapper {
    float: left;
    outline: none
}

.paramname {
    display: inline-block;
    min-width: 25%;
    margin-right: 1%;
    font-size: 1.2em
}

.paramtype p {
    display: inline;
    font-size: 1em
}

.paramtype {
    font-size: 1.2em;
    width: 73%;
    vertical-align: top
}

#library-page .group-name, .paramtype {
    display: inline-block
}

#library-page .group-name:hover {
    color: #6633ff
}

.example div {
    position: relative
}

.example-content .example_code {
    position: relative;
    left: 1em;
    padding-top: 0;
    margin-top: 1rem;
    border: none;
    width: 30.5em;
    max-width: 100%
}

.example-content .example_code.norender {
    left: 0;
    margin-left: 0
}

.example-content .edit_space {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -.5em;
    width: 100%;
    pointer-events: none
}

.example-content .edit_space * {
    pointer-events: auto
}

.example-content .edit_space ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    pointer-events: none
}

.example-content .edit_space ul li button {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #ccc;
    border: 1px solid hsla(0, 0%, 78.4%, .15);
    background: transparent;
    outline: none;
    margin-top: .25em
}

.example-content .edit_space ul li button:hover, .example_container.editing ul li button {
    color: #2d7bb6;
    border-color: rgba(45, 123, 182, .25)
}

.example-content .edit_space .edit_area {
    position: absolute;
    top: .5em;
    left: 120px;
    width: 30.5em;
    display: none;
    font-family: monospace;
    padding: 1.5em .5em .5em;
    font-size: 15pt
}

.display_button {
    margin-bottom: 2em;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #2d7bb6;
    border: 1px solid rgba(45, 123, 182, .25);
    background: transparent;
    outline: none
}

.example-content .example_container {
    width: 36em;
    max-width: 100%;
    border-top: .09em dashed #333;
    padding-top: .5em;
    margin-top: 2em;
    min-height: 120px;
    height: -webkit-calc(110% + 20px);
    height: calc(110% + 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.example-content .example_container:first-of-type {
    margin-top: 1em
}

@media (max-width: 600px) {
    .example-content .example_code {
        margin-top: .2rem;
        left: .5rem
    }

    .example-content .example_container {
        width: 100%;
        min-height: 220px;
        height: -webkit-calc(110% + 120px);
        height: calc(110% + 120px);
        display: block
    }

    .example-content .edit_space .edit_area {
        top: -webkit-calc(120px + 1em);
        top: calc(120px + 1em);
        left: 0;
        width: 100%;
        padding: .5em
    }

    .example_container button {
        top: 124px
    }

    .description {
        margin-top: 3rem
    }

    .edit_button {
        left: 0
    }

    .reset_button {
        left: 2.58em
    }

    .copy_button {
        left: 5.91em
    }
}

form {
    pointer-events: all
}

#search_button {
    background: url(../img/search.png) 100% no-repeat
}

#search input[type=search], #search input[type=text] {
    border: 1px solid hsla(0, 0%, 78.4%, .5);
    font-family: Montserrat, sans-serif;
    font-size: 2.25em;
    width: 9.75em
}

#search .twitter-typeahead .tt-hint, #search ::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
    color: #ccc
}

#search input[type=text]:focus {
    color: #2d7bb6;
    outline-color: #2d7bb6;
    outline-width: 1px;
    outline-style: solid
}

#search .twitter-typeahead .tt-dropdown-menu {
    background-color: #fff
}

#search .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #333;
    background-color: #eee
}

#search .twitter-typeahead .tt-suggestion p {
    margin: 0
}

#search .twitter-typeahead .tt-suggestion p .small {
    font-size: 12px;
    color: #666
}

#search {
    float: right
}

#search .twitter-typeahead .tt-dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: .5em;
    max-height: 200px;
    overflow-y: auto;
    font-size: 1em;
    line-height: 1.4em
}

#search .twitter-typeahead .tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    cursor: pointer
}

#search .twitter-typeahead .empty-message {
    padding: 8px 20px 1px;
    font-size: 14px;
    line-height: 24px
}

#search_button {
    float: right
}

a.code.core {
    color: #333
}

a.code.addon {
    color: #704f21
}

#contribute-item {
    font-size: .75em;
    text-align: left;
    display: inline-block;
    width: 320px;
    height: 250px;
    float: left;
    border: 1px solid #6633ff;
    margin: 0 25px 25px 0;
    position: relative
}

.contribute-item-container {
    position: absolute;
    z-index: 20;
    margin: 0;
    padding: 10px
}

.container {
    height: 100px;
    position: relative;
    background: #fff;
    margin-top: 1.5em
}

#infoi, #navi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#infoi {
    z-index: 10
}

h3.contribute-title {
    font-size: 1.33em;
    margin: 0 0 27px;
    padding-bottom: .3em;
    border-bottom: .09em dashed #6633ff
}

.label {
    position: relative
}

.label .nounderline img {
    margin: .5em 0 0
}

.label h3 {
    color: #fff;
    position: absolute;
    top: 0;
    margin: 1em
}

.label:hover h3 {
    color: #6633ff
}

h3 {
    font-size: 1.33em;
    margin: 1em 0 0
}

.bullet-list {
    padding: 0 0 0 40px;
    list-style: disc
}

#libraries-page .label h3 {
    background-color: #000;
    padding: 0 5px
}

#learn-page .label .nounderline img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#learn-page .info {
    display: inline-block
}

#exampleDisplay, #exampleEditor, #exampleFrame {
    width: 36em;
    border: none
}

#exampleDisplay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

#popupExampleFrame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border: none
}

#exampleDisplay button {
    color: #2d7bb6;
    border-color: rgba(45, 123, 182, .25);
    float: right;
    margin: .5em 0 0 .5em;
    background: hsla(0, 0%, 100%, .7);
    position: absolute;
    left: 0;
    z-index: 2
}

#exampleDisplay .edit_button {
    left: 25.42em;
    top: -2.5em
}

#exampleDisplay .reset_button {
    left: 28em;
    top: -2.5em
}

#exampleDisplay .copy_button {
    left: 31.33em;
    top: -2.5em
}

#exampleDisplay button:hover {
    background: #fff
}

#exampleDisplay .edit_space {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

#exampleDisplay #exampleFrame {
    height: 22em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#exampleDisplay #exampleEditor {
    height: 500em;
    width: 710px;
    overflow: hidden;
    margin-top: .5em;
    color: #222;
    font-family: Inconsolata, consolas, monospace;
    font-size: 1em;
    background-color: #fff;
    line-height: 1em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

#exampleDisplay #exampleEditor .ace_gutter-cell {
    background-image: none;
    padding-left: 10px;
    overflow: hidden;
    background-color: #afafaf
}

#exampleDisplay #exampleEditor .ace_gutter-cell.ace_info {
    background-color: #d7e5f5
}

#exampleDisplay #exampleEditor .ace_gutter-cell.ace_warning {
    background-color: gold;
    color: #fff
}

#exampleDisplay #exampleEditor .ace_gutter-cell.ace_error {
    background-color: tomato;
    color: #fff
}

#exampleDisplay #exampleEditor .ace_numeric, #exampleDisplay #exampleEditor .ace_tag {
    color: #dc3787
}

#exampleDisplay #exampleEditor .ace_attribute-name, #exampleDisplay #exampleEditor .ace_class, #exampleDisplay #exampleEditor .ace_type {
    color: #704f21
}

#exampleDisplay #exampleEditor .ace_function, #exampleDisplay #exampleEditor .ace_keyword, #exampleDisplay #exampleEditor .ace_support {
    color: #00a1d3
}

#exampleDisplay #exampleEditor .ace_comment {
    color: #a0a0a0
}

#exampleDisplay #exampleEditor .ace_string {
    color: #a67f59
}

#exampleDisplay #exampleEditor .ace_operator {
    color: #333
}

#exampleDisplay #exampleEditor .ace_regexp {
    color: #e90
}

#exampleDisplay #exampleEditor .ace-gutter, #exampleDisplay #exampleEditor .ace-gutter-layer {
    color: #333
}

#exampleDisplay #exampleEditor .ace_folding-enabled {
    width: 10px !important;
    color: #333
}

.attribution {
    background-color: #eee;
    font-size: 15px;
    padding: 10px;
    margin: 30px 0
}

#featuring {
    margin-bottom: 1em
}

#showcase-page .showcase-intro h1 {
    font: italic 900 14.5vw Montserrat, sans-serif;
    color: #6633ff;
    text-align: left;
    text-transform: uppercase
}

#showcase-page .showcase-intro p {
    font: 400 1.4rem Montserrat, sans-serif;
    line-height: 1.5em
}

#showcase-page .project-page h2, #showcase-page .showcase-featured h2 {
    font: italic 900 2rem Montserrat, sans-serif;
    color: #6633ff;
    letter-spacing: .05rem
}

#showcase-page ul.left-column, #showcase-page ul.links, #showcase-page ul.project-tags, #showcase-page ul.right-column {
    list-style: none
}

#showcase-page img[alt] {
    font-size: .9rem
}

#showcase-page .showcase-featured {
    margin-top: 15%
}

#showcase-page .showcase-featured h3.title {
    font: italic 900 1rem Montserrat, sans-serif
}

#showcase-page .showcase-featured p.credit {
    font: 500 1rem Montserrat, sans-serif
}

#showcase-page .showcase-featured p.description {
    font-size: 1em;
    margin-bottom: .5rem
}

#showcase-page .nominate {
    margin-top: 1.5em;
    display: inline-block
}

#showcase-page .nominate a, #showcase-page .nominate a:visited {
    padding: .4em .5em;
    position: relative;
    top: 0;
    left: 0;
    border: 2px solid #6633ff;
    -webkit-box-shadow: 4px 4px 0 #6633ff;
    box-shadow: 4px 4px 0 #6633ff;
    font: 1.5rem Montserrat, sans-serif;
    color: #6633ff;
    letter-spacing: .02rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 500px) {
    #showcase-page .nominate a, #showcase-page .nominate a:visited {
        padding: .4em .3em;
        font: 1.3rem Montserrat, sans-serif
    }
}

#showcase-page .nominate a:hover {
    top: 4px;
    left: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#showcase-page .showcase-featured a, #showcase-page .showcase-featured a:visited {
    font-size: 1.2rem;
    color: #6633ff;
    letter-spacing: .02rem;
    line-height: 1.5
}

#showcase-page .showcase-featured a:after {
    content: " →"
}

#showcase-page .showcase-featured a.tag:after {
    content: ""
}

#showcase-page .showcase-featured .no-arrow-link:after {
    content: " "
}

#showcase-page .showcase-featured .no-arrow-link:hover {
    text-decoration: none;
    padding: none;
    border: none
}

.project-info {
    margin-top: 1em
}

ul.project-tags a {
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .5em;
    margin: 0
}

h3.title {
    margin-top: 3em
}

#showcase-page ul.project-tags li {
    margin: 5px;
    display: inline-block
}

h2.featuring {
    margin-top: 0
}

#showcase-page a.tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #ffe8e8;
    border-radius: 27px;
    font: .7rem Montserrat, sans-serif;
    color: #333
}

#showcase-page ul.project-tags li {
    margin: 0
}

#showcase-page {
    margin-top: 3em
}

#showcase-page .project-page h2 {
    line-height: 1.4
}

@media (min-width: 720px) {
    #showcase-page .showcase-intro h1 {
        font: italic 900 6.35vw Montserrat, sans-serif
    }

    #showcase-page .showcase-intro p {
        line-height: 1.75em;
        font-size: 1em
    }

    #showcase-page .project-metadata {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #showcase-page .project-resources {
        margin-left: 3rem
    }

    #showcase-page .project-a {
        width: 90%;
        float: right;
        display: inline-block;
        clear: both
    }

    #showcase-page .half-image {
        width: 48%
    }
}

#showcase-page .project-metadata {
    margin-top: 3%
}

#showcase-page .project-metadata section h3 {
    color: #6633ff;
    font: 700 italic 1rem Montserrat, sans-serif
}

#showcase-page .project-resources ul.links {
    font: 500 .7rem Montserrat, sans-serif;
    letter-spacing: .01rem;
    line-height: 1.5;
    margin: .5rem 0
}

#showcase-page .project-credit {
    font: italic 700 1.25rem Montserrat, sans-serif
}

#showcase-page .project-credit p {
    margin: .5rem 0
}

#showcase-page .creator-from, #showcase-page .note {
    font-size: .7rem
}

#showcase-page .qa-group {
    margin-bottom: 2em
}

#showcase-page .project-q {
    margin-left: 0;
    display: inline-block;
    clear: both;
    font: 900 1.2rem Montserrat, sans-serif;
    line-height: 1.5
}

#showcase-page code {
    font-size: 1.1rem
}

#teach-page .case-list a:hover {
    border-bottom: none
}

#teach-page .heading {
    width: 100%;
    font: 400 1.4rem Montserrat, sans-serif;
    color: #000;
    line-height: 1.2em;
    padding-bottom: .4em;
    border-bottom: 4px dotted #6633ff
}

#teach-page h3.title {
    margin-top: 3em
}

#teach-page section.workshopS {
    overflow: auto
}

#teach-page .workshop-content {
    padding: .6em
}

#teach-page ul.workshops {
    padding-top: .4em;
    width: 41%;
    float: left
}

#teach-page .btn, #teach-page li.workshop .active, li.workshop p:hover {
    margin-bottom: .8em;
    padding-bottom: .4em;
    font: 400 .9rem Times, sans-serif;
    line-height: 1.2em;
    border-bottom: .1em dashed #ffe8e8
}

#teach-page li.workshop .active, li.workshop p:hover {
    color: #6633ff
}

#teach-page .upcoming-banners {
    width: 59%;
    float: right;
    padding-top: .8em;
    padding-left: 1em;
    border: none
}

#teach-page .banner2, .banner3, .time2, .time3 {
    display: none
}

#teach-page .banner1:hover, .banner2:hover, .banner3:hover {
    border: none
}

#teach-page .banner-img {
    float: left;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    border: none
}

#teach-page .banner-img:hover {
    -webkit-box-shadow: 0 0 5px 2px #e088a1;
    box-shadow: 0 0 5px 2px #e088a1;
    border-radius: 5px;
    border: none
}

#teach-page .upcoming-time p {
    float: right;
    margin-bottom: .8em;
    padding-bottom: .4em;
    font: 400 .8rem Times, sans-serif;
    line-height: .01em
}

#teach-page .search-filter {
    display: inline
}

#teach-page .search-filter label {
    display: inline-block;
    font: italic 900 1rem Montserrat, sans-serif;
    padding: 6px 12px;
    text-align: left;
    white-space: nowrap;
    color: #6633ff;
    margin-bottom: .6em;
    margin-top: 1.2em;
    border: 1px solid #6633ff;
    cursor: pointer
}

#teach-page .search-filter label:hover {
    color: #fff;
    background-color: #6633ff
}

#teach-page .search-filter input[type=checkbox] {
    display: absolute;
    position: absolute;
    opacity: 0
}

#teach-page ul.filters p.filter-title {
    font: 400 .83rem Montserrat, sans-serif;
    color: #6633ff;
    height: 50px;
    padding-top: 20px;
    background: none;
    background-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border: none;
    clear: both
}

#teach-page ul.filters li {
    display: inline;
    list-style: none;
    width: 100%
}

#teach-page ul.filters li label {
    display: inline-block;
    border-radius: 25px;
    font: 200 .7rem Montserrat, sans-serif;
    color: #000;
    white-space: nowrap;
    margin: 3px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fafafa;
    padding: 6px 12px;
    cursor: pointer
}

#teach-page ul.filters li label:before {
    display: inline-block;
    padding: 2px
}

#teach-page ul.filters li label:hover {
    color: #6633ff;
    background: #ffe8e8
}

#teach-page ul.filters li input[type=checkbox]:checked + label {
    color: #fff;
    background: #6633ff
}

#teach-page ul.filters li input[type=checkbox] {
    display: absolute;
    position: absolute;
    opacity: 0
}

#teach-page ul.filters li.clear {
    display: block;
    clear: both
}

#teach-page .filter-panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    margin-bottom: .8em;
    padding: 0 0 .4em
}

#teach-page .filter-panel p {
    margin: 0;
    color: #333;
    font-size: .83em;
    height: 50px;
    padding-top: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#teach-page .teach-intro p {
    font: 400 1.2rem Times, sans-serif;
    line-height: 1.5em
}

#teach-page .modal-title {
    margin-left: 1em;
    margin-right: 1em;
    font: 400 1rem Montserrat, sans-serif;
    color: #6633ff;
    line-height: 1.2em
}

#teach-page ul.cases li.clear {
    display: block;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1.2em
}

#teach-page img {
    margin-bottom: 1.4em
}

#teach-page img[alt] {
    font: .6rem Montserrat, sans-serif;
    color: #bababa
}

#teach-page .close {
    position: relative;
    color: #ffc7c7;
    float: right;
    font-size: 40px;
    font-weight: 700;
    margin-right: .4em;
    margin-top: .4em;
    cursor: pointer
}

#teach-page .close:hover, .close:focus {
    color: #6633ff;
    text-decoration: none;
    cursor: pointer
}

#teach-page .case label {
    margin: 2px;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 25px;
    font: .7rem Montserrat, sans-serif;
    color: #aaa;
    white-space: nowrap;
    color: #fff;
    background: #6633ff
}

#teach-page .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px
}

#teach-page .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

#teach-page .modal-body::-webkit-scrollbar-thumb {
    background: #ffe8e8
}

#teach-page .case {
    margin-left: 2em;
    margin-right: 2em
}

#teach-page .case span {
    color: #6633ff;
    font: 900 1.4rem Montserrat, sans-serif
}

#teach-page .case p.lead-name {
    font: 900 Italic 1.2rem Montserrat, sans-serif;
    color: #6633ff;
    line-height: 1.4em;
    border-bottom: 1.4em
}

#teach-page .case .speech {
    position: relative;
    font: 200 Italic .8rem Montserrat, sans-serif;
    color: #000;
    background: #ffe8e8;
    padding: .5em 1.2em;
    border-radius: .4em;
    border-bottom: none;
    margin-bottom: 2em;
    margin-top: 1em
}

#teach-page .case .speech:after {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffe8e8;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px
}

#teach-page .case p.subtitle {
    font: 400 1rem Montserrat, sans-serif;
    color: #6633ff
}

#teach-page .case p, #teach-page .case p.subtitle {
    line-height: 1.4em;
    border-bottom: .1em dashed rgba(237, 34, 93, .15)
}

#teach-page .case p {
    font: 400 1rem Times, sans-serif;
    color: #000
}

#teach-page .modal-footer, #teach-page .modal-header {
    margin-bottom: .8em
}

#teach-page .modal-body:-webkit-scrollbar {
    display: none
}

#teach-page .modal {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 232, 232, .5)
}

#teach-page .modal-content {
    position: fixed;
    background: #fff;
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
    margin: auto;
    border: 1.2px solid #ffe8e8;
    max-width: 740px;
    -webkit-box-shadow: 10px 100px 30px -17px rgba(237, 34, 93, .5);
    box-shadow: 10px 100px 30px -17px rgba(237, 34, 93, .5);
    -webkit-box-shadow: 10px 100px 20px -17px rgba(237, 34, 93, .5);
    box-shadow: 10px 100px 20px -17px rgba(237, 34, 93, .5);
    -webkit-box-shadow: 10px 20px 10px -17px rgba(237, 34, 93, .5);
    box-shadow: 10px 20px 10px -17px rgba(237, 34, 93, .5)
}

#teach-page .modal-body {
    margin: auto;
    height: 85%;
    width: 95%;
    overflow-y: auto
}

#teach-page .results-wrapper {
    width: 100%;
    outline: none;
    background: #fff
}

#teach-page .results-wrapper ul li.case-list a.myBtn {
    overflow: hidden;
    text-overflow: ellipsis
}

#teach-page .case-list {
    margin-bottom: .8em;
    padding-bottom: .4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 400 1rem Times, sans-serif;
    line-height: 1.2em;
    border-bottom: .1em dashed #ffe8e8
}

#teach-page .labels {
    width: 40%
}

#teach-page .tags.selected {
    display: inline-block;
    margin: 2px;
    padding: 5px 8px;
    border-radius: 25px;
    font: 200 .7rem Montserrat, sans-serif;
    color: #fff;
    white-space: nowrap;
    background: #6633ff
}

#teach-page .caseBtn {
    padding-top: .2em;
    padding-bottom: .2em;
    width: 60%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    float: left
}

#teach-page .case-list label {
    display: inline-block;
    margin: 2px;
    padding: 5px 8px;
    border-radius: 25px;
    font: 200 .7rem Montserrat, sans-serif;
    color: #000;
    white-space: nowrap;
    background: #fafafa
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 1.25em
}

body {
    margin: 0;
    background-color: #fff;
    font-family: Times;
    font-weight: 400;
    line-height: 1.45;
    color: #333
}

p {
    font-size: 1.2em;
    margin: .5em 0
}

.freeze {
    overflow: hidden
}

#menu li a:focus:active, #menu li a:focus:hover, #menu li a:link, #menu li a:visited {
    color: #6633ff;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a:link, a:visited {
    color: #2d7bb6;
    text-decoration: none
}

#reference a:hover, a:active, a:hover {
    color: #6633ff;
    text-decoration: none;
    padding-bottom: .11em;
    border-bottom: .11em dashed #6633ff;
    -webkit-transition: border-bottom 30ms linear;
    -o-transition: border-bottom 30ms linear;
    transition: border-bottom 30ms linear
}

a.nounderline:hover {
    border: none
}

a.here {
    color: #6633ff;
    text-decoration: none;
    padding-bottom: .1em;
    border-bottom: transparent;
    border-bottom-color: #6633ff
}

.highlight {
    background-color: rgba(237, 34, 93, .15)
}

.container > div:first-of-type {
    margin-top: 2em
}

h1, h2, h3, h4, h5 {
    margin: 1.414em 0 .5em;
    font-weight: inherit;
    line-height: 1.2;
    font-family: Montserrat, sans-serif
}

h1 {
    font-size: 2.25em;
    margin: 0
}

h2 {
    font-size: 1.5em;
    margin: 1em 0 0
}

.code {
    font-family: Inconsolata, consolas, monospace
}

#backlink {
    margin: 1.2em .444em 0 0;
    font-family: Montserrat, sans-serif;
    float: right
}

#backlink a {
    color: #afafaf
}

#backlink a:hover {
    color: #6633ff;
    border-bottom: none
}

#promo, #promo:visited {
    width: 100%;
    background: #98fb98;
    margin: 0;
    text-align: center;
    padding: .4em 0;
    background: #74ffb7;
    background: -webkit-radial-gradient(circle, #74ffb7 0, #8afff2 100%);
    background: -o-radial-gradient(circle, #74ffb7 0, #8afff2 100%);
    background: radial-gradient(circle, #74ffb7 0, #8afff2 100%);
    font-family: Montserrat, sans-serif;
    color: #6633ff !important
}

#promo:hover {
    background: #6633ff;
    color: #fff !important
}

#promo-link {
    margin: 0 !important;
    padding: 0
}

#family a:link, #family a:visited {
    margin: .4em
}

#family a:active, #family a:hover {
    margin: .4em;
    border: none
}

#family {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    overflow: none;
    margin: 0;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    background-color: hsla(0, 0%, 100%, .85)
}

#processing-sites {
    margin: .375em 0
}

#processing-sites li {
    list-style: none;
    display: inline-block;
    margin: 0
}

#processing-sites li:first-child {
    margin-left: 2em
}

#processing-sites li:last-child {
    float: right;
    margin-right: 2em
}

.code-snippet {
    margin: 0 0 0 1em;
    width: 90%;
    clear: both
}

.column-span {
    margin: 0 0 0 1em;
    padding: 0;
    float: left;
    max-width: 100%
}

.method_description p {
    margin-top: 0
}

main {
    padding: 0
}

.spacer {
    clear: both
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol {
    font-size: 1.2em
}

li {
    margin: 0;
    padding: 0
}

ul.list_view {
    margin: .5em 0 0 1em;
    padding: 0;
    list-style: disc;
    list-style-position: outside;
    font-size: 1.2em
}

ol ul.list_view {
    font-size: 1em
}

ul.inside {
    margin: 0 0 0 2em;
    padding: 0;
    list-style: disc;
    list-style-position: inside
}

.image-row img {
    width: 48%;
    height: 14.3%
}

.image-row img + img {
    float: right;
    margin-right: 0;
    margin-bottom: .25em
}

img, main div img {
    margin: .5em .5em 0 0;
    width: 100%
}

p + img {
    margin-top: 0
}

.video {
    width: 100%
}

#lockup {
    position: absolute;
    top: -5.75em;
    left: 1.25em;
    height: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#lockup object {
    margin: 0;
    padding: 0;
    border: none
}

#lockup a:focus {
    outline: 0
}

.logo {
    padding: 0;
    border: none;
    margin: 0 0 .4em;
    height: 4.5em;
    width: 9.75em
}

#lockup p {
    color: #6633ff;
    font-size: .7em;
    font-family: Montserrat, sans-serif;
    margin: .5em 0 0 8.5em
}

#lockup a:link {
    border: transparent;
    height: 4.5em;
    width: 9.75em
}

.caption {
    margin-bottom: 2.5em
}

.caption p, .caption span {
    text-align: right;
    font-size: .7em;
    font-family: Montserrat, sans-serif;
    padding-top: .25em
}

footer {
    clear: both;
    border-top: .1em dashed #6633ff;
    margin: 2em 0
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: .5em
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

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

.sr-only.focusable:active, .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

#notMobile-message {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#asterisk-design-element, #isMobile-displayButton, .separator-design-element {
    display: none
}

.pointerevents #asterisk-design-element, .pointerevents .separator-design-element {
    pointer-events: none;
    display: inline-block
}

@media (min-width: 780px) {
    .container {
        width: 49em !important;
        margin: 11.5em auto
    }

    main {
        width: 36em;
        padding: 0 !important
    }

    footer {
        width: 48em
    }
}

@media (min-width: 780px) {
    .container {
        margin: 11.5em auto;
        width: 100%;
        padding: .8em 0 0;
        height: auto;
        min-height: 100%
    }

    #home-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: row;
        -ms-flex-wrap: row;
        flex-wrap: row
    }

    main {
        padding: 0 1em 0 0
    }

    #family, .small, footer, small {
        font-size: .7em
    }

    footer {
        clear: both
    }

    #i18n-btn {
        position: absolute;
        top: 4em;
        right: 1em
    }

    #i18n-btn a, #menu {
        font-family: Montserrat, sans-serif
    }

    #menu {
        list-style: none;
        margin: 0 .75em 0 -1.85em;
        width: 7.3em;
        height: 100%;
        border-top: transparent;
        border-bottom: transparent;
        padding: 0;
        font-size: .83em;
        z-index: 100;
        position: relative;
        top: 0
    }

    #menu li {
        float: none;
        margin: 0 0 1em;
        text-align: right
    }

    #menu li:nth-child(11) {
        margin-top: 3em;
        padding-top: .5em
    }

    .left-column {
        width: 48%;
        float: left;
        margin-bottom: 40px
    }

    .right-column {
        width: 48%;
        float: right;
        margin-right: 0;
        margin-bottom: .25em
    }

    .narrow-left-column {
        width: 32%;
        float: left
    }

    .wide-right-column {
        width: 64%;
        float: right;
        margin-right: 0;
        margin-bottom: .25em
    }

    .book {
        font-size: .7em
    }

    .column_0, .column_1, .column_2 {
        float: left;
        width: 11.333em
    }

    .column_0, .column_1 {
        margin-right: 1em
    }

    #collection-list-nav {
        width: 100%;
        clear: both;
        border-bottom: 1px dashed rgba(0, 0, 0, .2)
    }

    #collection-list-categories {
        font-family: Montserrat, sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 1em 0 1.5em
    }

    #collection-list-categories ul {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    #collection-list {
        margin: 0
    }

    .group-name.first {
        margin-top: 0 !important
    }

    .column.group-name {
        margin-bottom: 1em
    }

    #library-page .group-name {
        margin: 2em 0 .5em
    }

    #library-page .column {
        margin-top: 1em
    }

    #list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1em
    }
}

@media (max-width: 780px) {
    .tagline {
        display: none !important
    }

    #family {
        display: none
    }

    #i18n-btn {
        position: absolute;
        top: .5em;
        right: .7em;
        z-index: 10
    }

    #search {
        float: left;
        margin-bottom: 1em
    }

    #search, #search input[type=text] {
        width: 100%
    }

    #search input[type=search], #search input[type=text] {
        font-size: 1.5em
    }

    #lockup {
        position: absolute;
        top: 2em;
        left: 1em
    }

    .column-span {
        margin: 0;
        padding: 0 1em;
        float: left
    }

    #menu, #menu.top_menu {
        margin: 6em 0 .5em;
        font-size: 1.3em
    }

    #menu li {
        display: inline-block
    }

    #menu li:last-child a:after {
        content: ""
    }

    #menu li a:after {
        content: ","
    }

    #contribute-item:first-child {
        margin-left: 0
    }

    .download_box {
        width: 96%
    }

    .download_box.half_box {
        width: 46%;
        margin-right: 4%;
        float: left
    }

    #etc_list {
        font-size: 1.2em;
        margin-top: 1em
    }

    #asterisk-design-element, .separator-design-element {
        display: none !important;
        pointer-events: none
    }

    pre[class*=language-] {
        padding: .5em;
        width: 100%
    }

    code {
        word-wrap: break-word;
        word-break: break-all
    }

    #credits {
        position: relative !important;
        z-index: 2;
        margin-top: -7em;
        padding: 0 2em 3em 1em;
        font-size: .5em;
        float: right;
        width: 100%;
        text-align: right
    }

    #credits, #home-sketch-frame {
        display: none
    }

    #exampleDisplay, #exampleDisplay #exampleEditor, #exampleFrame {
        width: 100%
    }

    #exampleDisplay .edit_button {
        left: -.58em
    }

    #exampleDisplay .reset_button {
        left: 3em
    }

    #exampleDisplay .copy_button {
        left: 6.44em
    }

    #exampleEditor {
        margin-top: 3em
    }

    .small, footer, small {
        font-size: .5em
    }

    .paramtype {
        width: 96%
    }
}

@media (max-width: 400px) {
    #i18n {
        margin-top: .75em !important
    }

    body {
        margin-top: -.75em !important
    }
}

iframe {
    border: none;
    width: 100%
}

.iframe-container {
    overflow: hidden;
    position: relative
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cnv_div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.cnv_div > * {
    width: 100px;
    height: auto
}

@media (max-width: 780px) {
    #teach-page ul.workshops {
        width: 100%
    }

    #teach-page .upcoming-banners {
        width: 100%;
        float: left;
        padding-top: 0;
        padding-left: 0;
        border: none
    }

    #teach-page .case-list {
        display: block
    }

    #teach-page .caseBtn, #teach-page .labels {
        min-width: 100%
    }
}

#i18n-buttons {
    margin: 0;
    background: #fff
}

#i18n-buttons li {
    list-style: none;
    display: inline-block;
    margin-left: .5em
}

#i18n-btn a {
    border: none;
    outline: none;
    font-size: .7em;
    color: #696969;
    z-index: 5
}

#i18n-btn a:hover {
    color: #6633ff
}

#i18n-btn a.disabled {
    color: #6633ff;
    cursor: default
}

#asterisk-design-element {
    position: fixed;
    z-index: -1;
    opacity: .6;
    pointer-events: none
}

.separator-design-element {
    width: .33em;
    height: .33em;
    margin: 0 .09em .18em;
    display: inline-block;
    overflow: hidden;
    text-indent: -100%;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+PHBhdGggZD0iTTE2LjkgMTAuM2w4LjUtMi42IDEuNyA1LjItOC41IDIuOSA1LjMgNy41LTQuNCAzLjItNS42LTcuMy01LjQgNy4xTDQuMiAyM2w1LjMtNy4yLTguNi0zLjIgMS43LTUuMiA4LjYgMi44VjEuNEgxN3Y4Ljl6IiBmaWxsPSIjZWQyMjVkIiBzdHJva2U9IiNlZDIyNWQiLz48L3N2Zz4=");
    -webkit-background-size: .33em .33em;
    background-size: .33em
}

#home-page #asterisk-design-element {
    bottom: -8%;
    right: 20%;
    height: 12em;
    width: 12em;
    opacity: 1
}

#examples-page #asterisk-design-element, #learn-page #asterisk-design-element, #other-content-types-page #asterisk-design-element {
    bottom: -14%;
    left: -20%;
    height: 25em;
    width: 25em;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

#books-page #asterisk-design-element, #libraries-page #asterisk-design-element {
    bottom: -19%;
    right: -16%;
    height: 28em;
    width: 28em;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

#community-page #asterisk-design-element, #get-started-page #asterisk-design-element {
    top: 10%;
    right: -20%;
    height: 30em;
    width: 30em;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

#download-page #asterisk-design-element, #reference-page #asterisk-design-element {
    top: 7%;
    left: 1%;
    height: 10em;
    width: 10em;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg)
}

@media (max-width: 1352px) {
    #download-page #asterisk-design-element, #reference-page #asterisk-design-element {
        display: none !important
    }
}

.email-octopus-email-address {
    color: #6633ff;
    text-decoration: none;
    padding-bottom: .11em;
    outline: none;
    border: none;
    border-bottom: .11em dashed #6633ff;
    -webkit-transition: border-bottom 30ms linear;
    -o-transition: border-bottom 30ms linear;
    transition: border-bottom 30ms linear;
    width: 13em
}

.email-octopus-form-row-hp {
    position: absolute;
    left: -5000px
}

.email-octopus-form-row button {
    border: 1px solid #6633ff;
    color: #6633ff;
    padding: .4em .6em;
    margin: 1em 0 0;
    font-family: Montserrat, sans-serif;
    display: block
}

.email-octopus-form-row button:hover {
    background-color: #6633ff;
    color: #fff
}

.email-octopus-email-address::-webkit-input-placeholder {
    color: #ababab
}

.email-octopus-email-address:-moz-placeholder, .email-octopus-email-address::-moz-placeholder {
    color: #ababab
}

.email-octopus-email-address:-ms-input-placeholder {
    color: #ababab
}

@media (min-width: 720px) {
    .email-octopus-email-address {
        width: 16em
    }

    .email-octopus-form-row button {
        margin: 0 0 0 .5em;
        display: inline
    }
}

/*# sourceMappingURL=maps/all.css.map */
