@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #666666;
  font-family: "Nunito", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #f37934;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #ce520c; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #dbe8cc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

a {
  text-decoration: none; }

p {
  margin-bottom: 1em; }

code, pre.code {
  background: rgba(0, 0, 0, 0.1);
  padding: 1px 2px; }
  code em, pre.code em {
    color: #3c781e; }

h1, h2 {
  font-size: 1.6em;
  font-weight: normal;
  color: #37b89a;
  line-height: 26px; }
  h1 small, h2 small {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #aaaaaa;
    margin-left: -1em; }
  h1 a, h1 a:visited, h1 a:active, h1 a:hover, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
    color: #37b89a; }

h1 {
  margin-top: 10px; }

h2 {
  color: #40413e;
  margin: 1.5em 0 0.5em 0; }

h3 {
  line-height: 1.3em;
  margin: 1em 0 0.5em 0;
  font-weight: normal;
  font-size: 1.5em; }

strong {
  color: #4d4d4d; }

ul, ol {
  margin: 0 0 1em 0; }
  ul.vertical, ol.vertical {
    list-style: none;
    padding: 0; }

ol {
  padding-left: 2em; }

li {
  margin: 0.5em 0 0.5em 0; }

label {
  display: block; }

small {
  color: black; }

input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 7px;
  margin: 0 0.5em 0 0;
  font-size: 1.2em;
  line-height: 1.5em;
  border-radius: 3px; }
  input[type="submit"] {
    border-color: rgba(0, 0, 0, 0.25);
    padding: 0 2em;
    cursor: pointer; }
  input[type="file"] {
    font-size: 1em;
    line-height: 1em;
    padding: 0.5em 0;
    border: 0; }

textarea {
  font-size: 1.2em;
  padding: 3px 7px;
  width: 100%;
  display: block; }

select {
  font-size: 1.2em;
  width: 100%;
  margin-bottom: 1px;
  vertical-align: bottom; }

pre {
  overflow-x: auto; }

.container {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto 20px auto;
  overflow: inherit; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .container {
      margin: 0 0.5em 0 0.5em; } }

.content {
  flex: 1;
  background-color: #f4faed;
  border-top: 1px solid #dcefc5;
  background-color: #e8f4d9;
  background-image: -webkit-linear-gradient(#e8f4d9, #f4faed 10px);
  background-image: linear-gradient(#e8f4d9, #f4faed 10px); }

form {
  margin-bottom: 1em; }

input[type="submit"] {
  font-size: 1em;
  line-height: 2em;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(#fafafa, #ddd);
  background-image: linear-gradient(#fafafa, #ddd);
  color: #555; }
  input[type="submit"]:hover {
    background: #ddd; }
  input[type="submit"]:disabled {
    background: #ccc;
    border-color: #ccc;
    color: #999; }

input.negative, .button.negative {
  border: none;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(50, 50, 50, 0.15); }
  input.negative:hover, .button.negative:hover {
    color: #fff;
    background: #dd4b58; }

small {
  color: #999999; }

iframe {
  margin: auto 1em auto 2em;
  padding-top: 0.5em;
  padding-bottom: 1em; }

a.button {
  display: inline-block;
  border-radius: 3px;
  background: #c2d7aa;
  color: rgba(0, 0, 0, 0.5);
  padding: 2px 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 12px; }
  a.button:hover, a.button.active {
    background: #a9c787; }
  a.button.symbol {
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    margin-right: 0.5em;
    vertical-align: top;
    font-size: 14px; }
  a.button.external {
    background: #eee;
    color: #999; }
  a.button.disabled {
    background: #ddd;
    color: #999; }
    a.button.disabled:hover {
      background: #ddd; }

.button-note, .note {
  font-size: 0.8em;
  color: #999999; }

section {
  margin-bottom: 4em; }

dd {
  margin-left: 0; }

blockquote {
  font-size: 1.3em;
  font-style: normal;
  color: #787878; }
  blockquote em {
    font-style: normal;
    color: #47756a;
    background: #cdeee6; }
  blockquote cite {
    font-size: 0.7em;
    font-style: normal;
    color: #595959;
    font-weight: bold; }
    blockquote cite:before {
      content: "• "; }

.flash-messages {
  display: block;
  overflow: inherit;
  margin: 1em auto 2em auto; }
  .flash-messages::after {
    clear: both;
    content: "";
    display: table; }
  .flash-messages ul {
    border-radius: 10px;
    background: #dbe8cc;
    padding: 0.5em 2em;
    list-style: none;
    -webkit-transition: background-color 500ms, opacity 500ms;
    -moz-transition: background-color 500ms, opacity 500ms;
    transition: background-color 500ms, opacity 500ms; }
  .flash-messages ul.ping {
    opacity: 0.7;
    background: #eaf186; }

.highlight {
  background: #fce09b;
  padding: 0px 2px; }

.status {
  border-radius: 3px;
  background: #999;
  color: white;
  padding: 0px 4px;
  display: inline-block;
  min-width: span(2);
  text-align: center; }
  .status.disabled {
    background: #ed4f38; }
  .status.enabled {
    background: #37b89a; }
  .status.hidden {
    visibility: hidden; }
  .status a {
    color: white; }

.user h4 {
  display: inline-block; }

.user-list > li {
  margin-bottom: 2em; }

.user-status {
  float: right;
  margin-left: 0.5em;
  font-size: 0.8em;
  white-space: nowrap; }
  .user-status:hover .hidden {
    visibility: visible; }

nav.header {
  line-height: 4em;
  text-align: center;
  padding: 0 1em; }
  nav.header .container {
    margin-bottom: 0; }
  @media screen and (max-width: 40em) {
    nav.header {
      margin: 0;
      font-size: 0.8em;
      text-align: left;
      line-height: 1.25em; }
      nav.header .logo {
        text-align: center; } }
  nav.header ul {
    margin: 0;
    padding: 0;
    display: block; }
    nav.header ul::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 40em) {
      nav.header ul {
        width: 100%;
        margin-bottom: 1em; } }
  nav.header .public-links {
    float: left; }
  nav.header .auth-links {
    float: right; }
  nav.header li {
    margin: 0 0.5em 0 0.5em;
    padding: 0.5em 1em;
    display: inline-block;
    list-style: none; }
    @media screen and (max-width: 40em) {
      nav.header li {
        display: block; } }
  nav.header .logo {
    margin: 0; }
    nav.header .logo img {
      width: 28px;
      height: 28px; }
  nav.header .menu a {
    padding: 0.2em;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  nav.header .menu.active a, nav.header .menu a:hover {
    border-bottom: 2px #a4e4d5 solid; }
  nav.header .menu strong a {
    border-radius: 3px;
    border: 1px solid #7dd8c3;
    background: #f3fbf9;
    padding: 10px;
    font-weight: normal; }
    nav.header .menu strong a:hover {
      background: #fff;
      border: 1px solid #7dd8c3; }
  nav.header a, nav.header a:visited {
    color: #37b89a; }

.intro .signup, .feature .signup {
  padding: 0 2em;
  margin: 3em auto;
  overflow: hidden; }
  .intro .signup .cta, .feature .signup .cta {
    float: left;
    margin-right: 1em;
    width: 60%;
    padding: 0.5em; }
  .intro .signup a.cta, .feature .signup a.cta {
    background-color: #f8c915;
    background-image: -webkit-linear-gradient(#f8c915, #ea9613);
    background-image: linear-gradient(#f8c915, #ea9613); }
    .intro .signup a.cta:hover, .feature .signup a.cta:hover {
      background-color: #f9d447;
      background-image: -webkit-linear-gradient(#f9d447, #ea9613);
      background-image: linear-gradient(#f9d447, #ea9613); }
  .intro .signup .details, .feature .signup .details {
    padding: 0;
    float: left; }
    .intro .signup .details a, .feature .signup .details a {
      color: #fff;
      text-decoration: underline; }
  @media screen and (max-width: 40em) {
    .intro .signup, .feature .signup {
      padding: 0 0.5em; }
      .intro .signup .cta, .feature .signup .cta {
        width: 100%; }
      .intro .signup .details, .feature .signup .details {
        width: 100%;
        text-align: center; } }

.intro .cta, .feature .cta {
  font-size: 1.5em;
  padding: 5px 20px;
  border-radius: 7px; }

.closer {
  text-align: center;
  margin: 3em; }
  @media screen and (max-width: 40em) {
    .closer {
      margin: 3em 1em; } }

.cta.signup {
  font-size: 1.5em;
  padding: 5px 20px;
  border-radius: 7px; }

.inner {
  max-width: 710px;
  margin: 0 auto 20px auto; }

.intro {
  margin-top: -1px;
  background: url(/static/images/background.jpg) no-repeat;
  background-size: contain;
  overflow: hidden;
  padding: 0 4em; }
  @media screen and (max-width: 40em) {
    .intro {
      padding: 0 1em;
      font-size: 0.6em;
      background-size: 350%;
      background-position: top center; } }
  .intro h1 {
    display: block;
    margin: 2em auto 1.5em auto;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    text-align: center; }
    .intro h1 a {
      color: inherit;
      background: rgba(255, 255, 255, 0.2);
      padding: 0 0.2em;
      margin-right: -0.2em;
      border-radius: 3px; }
  .intro h3, .intro h4 {
    font-size: 1.8em;
    margin-top: 2em;
    text-align: center; }
  .intro .details {
    font-size: 0.8em;
    list-style: none;
    color: rgba(255, 255, 255, 0.9); }
  .intro .features ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0;
    padding: 0;
    list-style: none; }
    .intro .features ul h4 {
      font-weight: normal;
      margin: 0 0 0.5em 0;
      background: #dbe8cc;
      color: #5d7c39;
      line-height: 1.5em; }
      .intro .features ul h4 a {
        color: #5d7c39; }
        .intro .features ul h4 a:hover {
          color: #91b764; }
    .intro .features ul .icon {
      margin: 1em 0;
      text-align: center; }
    .intro .features ul li {
      width: 50%;
      padding: 0 0.5em; }

.feature h3 {
  margin-top: 1.5em; }

.feature .testimonials {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 4em; }

.feature .sample {
  border-left: 10px solid #ddd;
  border-right: 10px solid #ddd;
  margin-left: -10px; }

.testimonials h4 {
  margin-bottom: 0.5em;
  margin-top: 2em;
  text-align: center; }

.testimonials blockquote {
  margin: 0; }

.testimonials img {
  margin: 0 auto;
  height: 45px; }

ul.questions {
  overflow: hidden;
  list-style: none;
  font-size: 0.9em;
  padding: 0; }
  ul.questions li {
    width: 45%;
    float: left;
    margin-right: 1em; }
    @media screen and (max-width: 40em) {
      ul.questions li {
        width: 100%;
        margin: 0; } }
  ul.questions h3 {
    font-size: 1em;
    font-weight: bold; }

a.cta, input.cta {
  border-radius: 3px;
  background-color: #f8c915;
  background-image: -webkit-linear-gradient(#f8c915, #ea9613);
  background-image: linear-gradient(#f8c915, #ea9613);
  border: 1px solid #d28811;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 3px 2em;
  cursor: pointer; }
  a.cta:hover, input.cta:hover {
    background: #f8a915; }
  a.cta small, input.cta small {
    display: block;
    color: #fee8c0;
    font-size: 0.8em; }

.preview {
  background: #fff;
  margin: 0 auto 2em auto;
  max-width: 720px;
  border: 5px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3); }
  .preview p {
    margin: 2em; }
  .preview .window-header {
    font-size: 0.8em;
    color: #888;
    background: #ccc;
    padding: 0 0.5em 5px 0.5em; }
    .preview .window-header .window-buttons {
      position: absolute;
      margin: 0;
      padding: 0;
      list-style: none; }
      .preview .window-header .window-buttons li {
        float: left;
        margin: 3px;
        background: #aaa;
        border-radius: 50%;
        width: 1em;
        height: 1em; }
  .preview .email-header {
    color: #999;
    background: #e6e6e6;
    text-align: left;
    line-height: 2em;
    padding: 0.5em 0.5em; }
    .preview .email-header strong {
      color: #888; }
    .preview .email-header .reply-button {
      opacity: 0.5;
      border-radius: 3px;
      display: block;
      float: right;
      background: #bbb;
      text-align: center; }
      .preview .email-header .reply-button img {
        width: 50%;
        height: 50%;
        vertical-align: middle; }

.screenshot {
  text-align: center; }
  .screenshot h3 {
    margin-top: 1em;
    color: #bbb;
    line-height: 2em; }

.payment {
  border-radius: 10px;
  border: 2px solid #dbe8cc;
  background: #fff;
  padding: 1em 2em 1em 2em;
  display: inline-block; }
  .payment > div {
    overflow: hidden;
    margin-bottom: 1em;
    margin-left: 0.5em; }
  .payment label {
    padding-left: 1px;
    float: left; }
  .payment input {
    padding: 0 0.5em;
    min-width: 3em; }
  .payment input[type="text"] {
    display: inline-block;
    font-size: 23px; }
  .payment input[type="submit"] {
    margin-top: 22px;
    line-height: 33px;
    width: 12.5em;
    font-weight: bold; }
  .payment .card-expiry-month {
    margin-right: 0; }
  .payment .card-expiry-sep {
    padding: 0 0.2em;
    vertical-align: middle;
    font-size: 1.5em; }
  .payment .card-date {
    text-align: center; }
  @media screen and (max-width: 40em) {
    .payment {
      width: 100%;
      border-radius: 0;
      border-width: 2px 0 2px 0; }
      .payment input {
        display: block; }
      .payment label {
        float: none; }
      .payment .card-expiry-sep {
        display: none; } }

.inline-error {
  color: #a31f2b; }

.report {
  background: #fff;
  margin: 1.5em 0;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #dbe8cc;
  background: #fff; }
  .report nav {
    width: 100%;
    display: table;
    margin-bottom: 0.5em; }
    .report nav h3 {
      margin-top: 0;
      margin-bottom: 0.5em; }
    .report nav .controls {
      display: table-cell;
      text-align: right;
      font-size: 0.8em;
      vertical-align: top;
      white-space: nowrap; }
      .report nav .controls input {
        border: none; }
  .report .details {
    width: 100%;
    display: table;
    margin-bottom: 0; }
    .report .details tr {
      display: table-row; }
    .report .details td {
      padding-right: 0;
      margin-right: 1em;
      display: table-cell; }
    .report .details .recipients {
      margin-left: 2em; }

.combine-summary {
  border-radius: 3px;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom; }
  .combine-summary:hover {
    background: rgba(0, 0, 0, 0.2); }
  .combine-summary .button.symbol {
    border-radius: 2px;
    margin: 0em 0.25em 0em 0.1em;
    padding: 0 0.3em;
    background: rgba(255, 255, 255, 0.7); }

form#create-report p .chosen-container:first {
  margin-right: 5px; }

form.add-recipient {
  margin-top: 1em;
  padding-left: 2em; }
  form.add-recipient input[name="display_name"] {
    width: 8em; }
  form.add-recipient input[name="email"] {
    width: 14em; }
  form.add-recipient input {
    line-height: 1.8em;
    font-size: 1em;
    line-height: default; }

.delete-confirm .negative {
  margin: 0;
  vertical-align: bottom; }

.articles {
  margin: 4em 0; }
  .articles h3 {
    font-size: 1.4em; }

.pricing .toggle {
  text-align: center;
  line-height: 2em; }
  .pricing .toggle select {
    width: auto; }

.pricing .plans {
  display: table;
  margin: 2em auto;
  text-align: center; }

.pricing .plan {
  display: table-cell;
  vertical-align: top;
  padding: 0 0.5em; }
  @media screen and (max-width: 40em) {
    .pricing .plan {
      display: block; } }

.pricing-plan {
  padding: 0 1em;
  border: 2px solid #dbe8cc;
  border-radius: 5px;
  background: #fff;
  text-align: left; }
  .pricing-plan h3 {
    font-size: 1.5em;
    text-align: center;
    margin: 0.5em; }
  .pricing-plan .value {
    font-weight: bold; }
  .pricing-plan ul {
    padding: 0;
    list-style: none; }
  .pricing-plan .price {
    margin-top: 2em;
    text-align: center; }
    .pricing-plan .price .value {
      font-weight: bold;
      background: #fce09b;
      color: #432;
      padding: 2px 4px; }
  .pricing-plan .action span {
    display: block;
    background: #eee;
    color: #aaa;
    text-align: center;
    line-height: 2em; }
  .pricing-plan input[type="submit"] {
    width: 100%; }

#credit-card .pricing-plan-group {
  border-left: 0.5em #dbe8cc solid;
  padding: 0.5em 1em;
  line-height: 1.25em;
  margin-bottom: 2em; }
  #credit-card .pricing-plan-group ul {
    margin: 0; }

#credit-card .pricing-plan {
  margin-bottom: 2em; }
  #credit-card .pricing-plan h3 {
    font-size: 1.3em; }

#update-payment {
  display: none; }
  #update-payment:target {
    display: block; }

#branding input[type="text"], #branding input[type="email"], #branding textarea {
  font-size: 14px;
  padding: 0.2em 0.5em;
  line-height: 1.5em;
  width: 28em;
  margin-bottom: 1em; }

#branding label {
  margin-bottom: 1em; }

#branding textarea {
  width: 560px; }

#branding blockquote {
  width: 560px;
  padding: 1em 0.3em;
  text-align: center;
  background: #fff;
  border: #dbe8cc 2px solid;
  margin: 0; }

iframe.video {
  width: 640px;
  height: 440px; }
  @media screen and (max-width: 40em) {
    iframe.video {
      padding: 0;
      margin: 2em 0;
      width: 340px;
      height: 220px; } }

footer {
  display: block;
  background: #343434;
  background-color: #282828;
  background-image: -webkit-linear-gradient(#282828, #343434);
  background-image: linear-gradient(#282828, #343434);
  border-top: 5px solid #1b1b1b;
  color: #999999;
  padding-top: 1em; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer a {
    color: #31a48a; }
    footer a:hover {
      color: #91decc; }
  footer .slogan {
    border-radius: 3px;
    width: 100%;
    line-height: 1.8em;
    text-align: center;
    color: #a6a6a6; }
  footer a.cta {
    margin-top: 1em;
    background: #414141;
    border-color: #b4b4b4; }
    footer a.cta:hover {
      color: #fff;
      background: #676767; }
  footer .menu {
    display: table;
    table-layout: fixed;
    width: 100%; }
  footer ul {
    display: table-cell;
    width: 100%;
    list-style: none;
    padding: 0 1em;
    vertical-align: top; }
    @media screen and (max-width: 40em) {
      footer ul {
        display: block; } }
