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

[hidden] {
    display: none;
}

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

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

b,strong {
    font-weight: bold;
}

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

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

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

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;
}

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

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

.embed-img {
    display: block;
    width: 100%;
    max-width: 528px;
    margin: 2rem auto;
}

.button.embed-button {
    font-size: 1.2em;
    background-color: #6494ed;
    border: none;
    color: white;
    padding: 1em 1.2em;
}

.button.embed-button:hover {
    background-color: #76a0ef;
}

.button.embed-button:active,.button.embed-button:focus {
    background-color: #4881ea;
}

@media (max-width: 500px) {
    .button.embed-button {
        display: block;
        margin: 20px auto 0 auto;
    };
}

.wizard {
    display: none;
}

.wizard.show {
    display: block;
    -webkit-animation: wizard-in .6s;
}

@-webkit-keyframes wizard-in {
    0% {
        opacity: 0;
    };
}

.controls {
    margin-top: 50px;
    text-align: center;
    background: whitesmoke;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.06);
}

.controls .block {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 2em 1em;
    text-align: left;
}

@media (max-width: 800px) {
    .controls .block {
        display: block;
        width: auto;
    };
}

.controls h3 {
    margin: 0 0 15px 0;
    color: #4d4d4d;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.control-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.08);
}

.controls li {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.controls li:last-child {
    border-bottom: none;
}

.controls fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.controls fieldset:last-child {
    margin-bottom: 0;
}

.controls .optional {
    margin-top: 10px;
    font-size: .8em;
}

.controls p {
    margin: .8em 0;
    font-size: .9em;
    line-height: 1.4em;
}

.controls label {
    line-height: 25px;
    vertical-align: middle;
}

.controls input,.controls textarea {
    font-size: .9em;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.3);
}

.controls input:focus,.controls textarea:focus {
    outline: none;
    border: 1px solid #00aaff;
    background-color: #dbf3ff;
}

.controls input {
    margin: 0 5px;
    padding: 3px 5px;
}

.controls input:invalid {
    border: 1px solid red;
    background-color: #ffdbdb;
    border-radius: 4px;
    box-shadow: none;
}

.controls input:disabled {
    opacity: .2;
}

.controls input[type="number"] {
    width: 60px;
}

.controls input[type="checkbox"] {
    vertical-align: middle;
}

.controls textarea {
    width: 100%;
    height: 122px;
    padding: 10px;
    font-family: "Courier New", Courier, mono;
}

.controls .terms {
    margin-top: 20px;
    font-size: .8em;
    color: #a6a6a6;
}

.embed-wordpress {
    text-align: center;
}

.embed-wordpress h3 {
    margin: 3em 0 0 0;
}

.demo {
    margin: 0 auto;
}

html.touch .demo,html.touch .demo-hint {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #4d4d4d;
    background-color: white;
    overflow-y: scroll;
}

html.isIframe {
    background-color: transparent;
}

@media (min-width: 720px) {
    html {
        font-size: 16px;
    };
}

a {
    color: #2c90e8;
    text-decoration: none;
}

a:link {
    -webkit-tap-highlight-color: #00aaff;
}

a:hover {
    color: #75b7f0;
}

h2 {
    font-size: 2.4em;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    color: gray;
    font-weight: normal;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    margin: 2em 0 0 0;
}

h4:first-of-type {
    margin-top: 0;
}

ol {
    margin: 1em 0;
}

section:nth-child(odd) {
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background-color: whitesmoke;
}

.wrapper {
    max-width: 900px;
    padding: 5rem 1rem;
    margin: 0 auto;
}

@media (min-width: 500px) {
    .wrapper {
        padding: 5rem 2rem;
    };
}

.Header {
    position: absolute;
    text-align: center;
    font-size: 24px;
    color: rgba(255,255,255,0.6);
    background: #6ea5ed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.Header-logo {
    display: block;
    position: relative;
    margin: 0 auto 1rem auto;
    height: 97px;
    background: url("../images/icon.svg") no-repeat center center;
}

.Header-title {
    margin: 0;
    font-family: 'Terminal Dosis', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: white;
}

.Header-tagline {
    font-size: 1.2em;
    margin: 0 0 5rem 0;
}

.Header-logo,.Header-title,.Header-tagline,.Join {
    -webkit-animation: Header-appear 0.6s cubic-bezier(0.04, 0.24, 0.2, 0.96);
    -webkit-animation-fill-mode: backwards;
}

.Header-logo {
    -webkit-animation-delay: 0.4s;
}

.Header-title {
    -webkit-animation-delay: 0.6s;
}

.Header-tagline {
    -webkit-animation-delay: 0.7s;
}

.Join {
    -webkit-animation-delay: 1.2s;
}

@-webkit-keyframes Header-appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    };
}

.Join {
    margin: 40px 0 50px 0;
}

.Join-domain {
    position: absolute;
    margin: 0.6em 1em;
    color: rgba(255,255,255,0.6);
    pointer-events: none;
}

@media (max-width: 500px) {
    .Join-domain {
        display: none;
    };
}

.Join-input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.Join-input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}

.Join-input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.Join-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 280px;
    padding: .5em .5em .5em 5.9em;
    vertical-align: middle;
    font-size: inherit;
    line-height: 34px;
    color: white;
    border-radius: 4px;
    border: 2px solid rgba(255,255,255,0.6);
    background-color: rgba(78,114,166,0);
    transition: background-color .1s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

.Join-input:hover {
    background-color: rgba(78,114,166,0.1);
}

.Join-input:focus {
    border-color: white;
    background-color: rgba(78,114,166,0.8);
}

.Join-input:invalid {
    border-color: currentColor;
    color: #ffb3b3;
}

.Join-input:focus:valid {
    border-color: currentColor;
    color: #b3ffb3;
}

@media (max-width: 500px) {
    .Join-input {
        width: 180px;
        font-size: 20px;
        padding: .5em .5em .5em .75em;
    };
}

.Join-button {
    margin-left: 4px;
    vertical-align: middle;
    padding: 10px 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: 42px;
    color: #4e4e88;
    border-radius: 4px;
    border: none;
    background: white;
    outline: none;
    transition: background-color .2s ease-out;
}

.Join-button:hover {
    background-color: #ebf3ff;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.Join-button:active,.Join-button:focus {
    background-color: #cce0ff;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

@media (max-width: 500px) {
    .Join-button {
        padding: 10px 20px;
    };
}

.Join-hint {
    font-size: .6em;
}

.why {
    text-align: center;
}

.why-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 534px;
}

@media (min-width: 900px) {
    .why-list {
        display: inline-block;
        max-width: 500px;
        padding: 0 4em 0 0;
        vertical-align: middle;
    };
}

.why-list li {
    position: relative;
    padding-left: 80px;
    margin: 0 0 3em 0;
    clear: both;
}

@media (min-width: 900px) {
    .why-list li {
        padding-left: 120px;
    };
}

.why h4 {
    line-height: 1.5;
}

.why svg {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0.5em 0 0 0;
    fill: #639fee;
    stroke: #639fee;
}

@media (min-width: 900px) {
    .why svg {
        width: 80px;
        height: 80px;
    };
}

.why-demo {
    display: inline-block;
    max-width: 308px;
}

@media (min-width: 900px) {
    .why-demo {
        vertical-align: middle;
    };
}

.why-chat {
    position: relative;
    padding-top: 168.831168831%;
    background: url(/images/home/chat.png) no-repeat center center;
    background-size: 100% auto;
    overflow: hidden;
    box-shadow: 0 18px 22px -7px rgba(0,0,0,0.15);
    border-radius: 6px;
}

@media (min-width: 700px) {
    .why-chat {
        width: 308px;
        height: 520px;
    };
}

.why-iframe {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 308px;
    height: 480px;
    background: #f4f3f1;
    border: 1px solid #cccccc;
    border-top-width: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

@media (min-width: 1100px) {
    .why-iframe {
        display: block;
    };
}

.why-note {
    margin: 2rem 0 0 0;
    font-style: italic;
    font-size: .8em;
    color: #999999;
}

.shouts {
    text-align: center;
}

.shouts-list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

@media (min-width: 700px) {
    .shouts-list {
        text-align: center;
    };
}

.shout {
    position: relative;
    margin: 1rem 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
}

@media (min-width: 700px) {
    .shout {
        display: inline-block;
        width: 30%;
        margin: 1rem .5rem;
        vertical-align: bottom;
    };
}

.shout-bubble {
    position: relative;
    background: #FFF;
    padding: 1em;
    border-radius: 1em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.shout-bubble:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 37px;
    width: 16px;
    height: 16px;
    background: inherit;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shout-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.shout-source {
    display: block;
    margin: 20px 0 0 20px;
    font-size: 14px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.shout-source a {
    color: #b3b3b3;
    font-weight: normal;
}

.shout-source a:hover {
    color: gray;
}

.shout-source a:active {
    color: #cccccc;
}

.info li {
    margin-bottom: 10px;
}

.info .avatar {
    width: 25px;
    vertical-align: middle;
    border-radius: 25px;
}

.error-message {
    margin-bottom: 40px;
    font-size: 1.8rem;
    color: #999999;
}

.footer {
    padding: 30px;
    text-align: center;
    font-size: .8em;
    color: gray;
}

.footer .divider {
    margin: 0 10px;
    color: #cccccc;
}

.u-columns {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 800px) {
    .u-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3em;
        column-gap: 3em;
    };
}

.u-columns>li {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    margin: 0 0 2em 0;
}

.button {
    vertical-align: middle;
    padding: 0.5em 0.75em;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    border-radius: 6px;
    border: 2px solid;
    background-color: rgba(0,0,0,0);
    transition: background-color .2s ease-out;
    outline: none;
}

.button:hover {
    background-color: rgba(0,0,0,0.06);
    transition-duration: .1s;
}

.button:active,.button:focus {
    color: white;
    background-color: rgba(0,0,0,0.5);
    transition-duration: 0;
}

.button.embed-button {
    display: block;
    margin: 1rem auto 3rem auto;
}
