/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

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


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */

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

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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

/**
 * (C)Leanest CSS spinner ever
 * https://gist.github.com/9968491/278dc7d390fdc5d47a6f03fc7bb4ab39ebd0a6ed
 * https://gist.github.com/LeaVerou/7615212
 */
.progress {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 0.5em;
  font-size: 5px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 0.8s infinite steps(8);
}
.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em; /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.25em;
  border-radius: 0.2em;
  background: #eee;
  box-shadow: 0 3.75em #eee; /* container height - part height */
  -webkit-transform-origin: 50% 2.5em; /* container height / 2 */
}
.progress:before {
  background: #555;
}
.progress:after {
  -webkit-transform: rotate(-45deg);
  background: #777;
}
.progress > div:before {
  -webkit-transform: rotate(-90deg);
  background: #999;
}
.progress > div:after {
  -webkit-transform: rotate(-135deg);
  background: #bbb;
}
@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-o-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body,
input,
select,
button {
  font-family: Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13pt;
  background: #6abeb0;
}
textarea {
  width: 580px;
}
input,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea,
select,
button,
.button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px rgba(0,0,0,0.1);
  padding: 5px 4px 4px;
  background-color: #fff;
}
select {
  margin-right: 1ex;
}
input[type=range] {
  background: -webkit-linear-gradient(top, transparent 45%, hsla(0,0%,0%,0.1) 45%, hsla(0,0%,0%,0.1) 55%, transparent 55%);
  background: -moz-linear-gradient(top, transparent 45%, hsla(0,0%,0%,0.1) 45%, hsla(0,0%,0%,0.1) 55%, transparent 55%);
  background: -o-linear-gradient(top, transparent 45%, hsla(0,0%,0%,0.1) 45%, hsla(0,0%,0%,0.1) 55%, transparent 55%);
  background: -ms-linear-gradient(top, transparent 45%, hsla(0,0%,0%,0.1) 45%, hsla(0,0%,0%,0.1) 55%, transparent 55%);
  background: linear-gradient(to bottom, transparent 45%, hsla(0,0%,0%,0.1) 45%, hsla(0,0%,0%,0.1) 55%, transparent 55%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
button,
.button {
  padding: 4px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #6abeb0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
  min-width: 0;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
input[type=submit]:active,
button:active,
.button:active {
  color: rgba(255,255,255,0.9);
  background-color: #2eb8a1;
}
input[type=submit][disabled],
button[disabled],
.button[disabled] {
  background-color: #c7ced1;
}
input[disabled] {
  color: #808080;
}
label + label,
input + label {
  margin-left: 1em;
}
label input[type=checkbox] {
  margin-right: 1ex;
}
fieldset {
  border: none;
  border-left: solid 1px rgba(0,0,0,0.1);
  padding: 0.35em 0.625em 0;
}
fieldset.no-legend {
  border-left-color: transparent;
  padding-top: 0;
}
a {
  color: #6abeb0;
  text-decoration: none;
}
.hovered {
  margin-left: 1em;
  visibility: hidden;
  font-weight: normal;
  font-size: 13pt;
}
*:hover > .hovered {
  visibility: visible;
}
li {
  margin: 0.5em 0;
}
.text-center {
  text-align: center;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
#page {
  position: relative;
  background: #fff;
  border-top: solid 2px #6abeb0;
}
#page .notice {
  position: absolute;
  width: 50%;
  top: -1px;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  padding: 1em;
  background-color: #fff;
  border: solid 1px rgba(0,0,0,0.1);
}
#page nav {
  float: right;
  margin-top: -0.5em;
}
#page nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#page nav ul.sign-in {
  margin-left: 2em;
}
@media (max-width: 767px) {
  #page nav ul.sign-in {
    margin-left: 0;
  }
}
#page nav ul li {
  display: inline-block;
  margin-left: 1em;
}
#page > header,
#page > noscript > header {
  overflow: auto;
}
#page > header img.icon,
#page > noscript > header img.icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  margin-right: 5px;
  margin-top: -3px;
}
#page > header h1,
#page > noscript > header h1 {
  font-size: 13pt;
}
#page > .content header h2,
#page > noscript > .content header h2 {
  margin-bottom: 0;
}
#page > .content header h2 input[type=text],
#page > noscript > .content header h2 input[type=text] {
  font-size: x-large;
  font-weight: bold;
}
#page > .content header nav,
#page > noscript > .content header nav {
  margin-top: 0;
}
#page > footer,
#page > noscript > footer {
  margin-top: 3em;
  background-color: #6abeb0;
}
#page > footer,
#page > noscript > footer,
#page > footer a,
#page > noscript > footer a {
  color: #fff;
}
#page > footer ul,
#page > noscript > footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#page > footer li,
#page > noscript > footer li {
  display: inline-block;
}
#page > footer li + li,
#page > noscript > footer li + li {
  margin-left: 1em;
}
.sessions-index .phone {
  background: url("/assets/iphone-6-899a7a736678025595c28bcae2295c3d.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 246px;
  height: 502px;
  float: right;
  clear: right;
  position: relative;
  margin: -1em -2px 0 60px;
}
.sessions-index .phone img {
  width: 213px;
  height: 378px;
  position: absolute;
  left: 16.25px;
  top: 61.5px;
}
.sessions-index .phone img + img {
  -webkit-animation: fade-in-out 20s ease-in-out 10s infinite;
  -moz-animation: fade-in-out 20s ease-in-out 10s infinite;
  -o-animation: fade-in-out 20s ease-in-out 10s infinite;
  -ms-animation: fade-in-out 20s ease-in-out 10s infinite;
  animation: fade-in-out 20s ease-in-out 10s infinite;
}
.sessions-index .phone img + img + img {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.sessions-index .phone img + img + img + img {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
@media (max-width: 767px) {
  .sessions-index .phone {
    display: none;
  }
}
.sessions-index img.badge {
  width: 200px;
  height: 59px;
}
@-moz-keyframes fade-in-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  15% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  15% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fade-in-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  15% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  15% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.experiments-index li.disabled {
  text-decoration: line-through;
}
.experiments-index li b {
  margin-left: 1em;
}
form.experiments-form ul.conditions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.questionnaires-index li.questionnaire h4 {
  margin: 0;
}
.questionnaires-index li.questionnaire li.question {
  margin: 0.5em 0;
}
.questionnaires-index li.questionnaire li.question .type {
  color: #808080;
  margin-left: 1ex;
  font: small Inconsolata, monospace;
}
.questionnaires-index li.questionnaire ul.answer-options {
  display: inline;
  padding: 0;
  color: #808080;
  font: small Inconsolata, monospace;
}
.questionnaires-index li.questionnaire ul.answer-options:before {
  content: '→';
  margin: 0 1ex;
}
.questionnaires-index li.questionnaire ul.answer-options li {
  display: inline;
}
.questionnaires-index li.questionnaire ul.answer-options li + li:before {
  content: ', ';
}
.questionnaires-index li.question {
  margin: 2em 0;
}
.questionnaires-index p.predicate {
  font: small Inconsolata, monospace;
}
form.questionnaires-form li.question {
  margin: 3em 0;
}
form.questionnaires-form li.question:first-child {
  margin-top: 0;
}
form.questionnaires-form label {
  margin-right: 1ex;
}
form.questionnaires-form input[type=number],
form.questionnaires-form input.number {
  width: 3em;
  margin-right: 1ex;
}
form.questionnaires-form input.name,
form.questionnaires-form input.time {
  width: 5em;
  margin-right: 1ex;
}
form.questionnaires-form textarea.text {
  height: 4em;
}
form.questionnaires-form textarea.predicate {
  margin-right: 1ex;
}
form.questionnaires-form dl.examples {
  font-size: small;
}
form.questionnaires-form dl.examples dt {
  margin-top: 0.5em;
}
form.questionnaires-form ul.questions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form.questionnaires-form ul.answer-options li {
  margin: 0.5em 0;
}
form.questionnaires-form ul.answer-options input[type=text] {
  margin-right: 1em;
}
.surveys-index .progress {
  left: 50%;
  margin-top: 4em;
}
.surveys-index h3 {
  font-weight: normal;
  margin-bottom: 0;
}
.surveys-index svg {
  font-size: small;
}
.surveys-index svg .axis path,
.surveys-index svg .axis line {
  shape-rendering: crispEdges;
  fill: none;
  stroke: #ccc;
}
.surveys-index svg .axis text.label {
  font-size: x-small;
  text-anchor: middle;
}
.surveys-index svg rect,
.surveys-index svg circle {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.surveys-index svg rect {
  shape-rendering: crispEdges;
}
.surveys-index svg rect.bar {
  cursor: pointer;
}
.surveys-index svg .median {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  fill: #6abeb0;
}
.surveys-index svg .selected {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  fill: #6abeb0;
}
.surveys-index svg .brush {
  stroke: #6abeb0;
  fill: none;
}
.surveys-index nav h5 {
  display: inline;
}
.surveys-index nav ul a.hovered {
  margin-left: 0;
  margin-right: 1ex;
}
