@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

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

/**
 * Remove 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;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

.image-replacement, .ms-header__logo {
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
}

.container, .content, .page, .ms-header__row {
  max-width: 63.333333333em;
  padding: 0 1em;
  margin: 0 auto;
  position: relative;
}

.unstyled-list, .api-key-host-list, .dashboard-org-sidebar ul, .platform-admin-nav ul, .dashboard-pill-list, .dashboard-invite-list, .dashboard-messages, .area_list, section.details > ul, .toc ol, .toc ul, .site-nav ul, .definitions, .list-of-blog-posts, .sidebar ul, .breadcrumb, .unstyled, .site-footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none outside none;
}

.inline-list, .definitions {
  margin-left: -0.5em;
  margin-bottom: 0;
}
.inline-list li, .definitions li {
  display: inline-block;
  margin-left: 0.5em;
}

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

.highlight {
  background: #ffffff;
}

.highlight .c {
  color: #999988;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .k {
  font-weight: bold;
} /* Keyword */
.highlight .o {
  font-weight: bold;
} /* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
} /* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #999999;
} /* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
} /* Generic.Inserted.Specific */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #009999;
} /* Literal.Number */
.highlight .s {
  color: #d14;
} /* Literal.String */
.highlight .na {
  color: #008080;
} /* Name.Attribute */
.highlight .nb {
  color: #0086B3;
} /* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #008080;
} /* Name.Constant */
.highlight .ni {
  color: #800080;
} /* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold;
} /* Name.Function */
.highlight .nn {
  color: #555555;
} /* Name.Namespace */
.highlight .nt {
  color: #000080;
} /* Name.Tag */
.highlight .nv {
  color: #008080;
} /* Name.Variable */
.highlight .ow {
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
  color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #d14;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #d14;
} /* Literal.String.Char */
.highlight .sd {
  color: #d14;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #d14;
} /* Literal.String.Double */
.highlight .se {
  color: #d14;
} /* Literal.String.Escape */
.highlight .sh {
  color: #d14;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #d14;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #d14;
} /* Literal.String.Other */
.highlight .sr {
  color: #009926;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #d14;
} /* Literal.String.Single */
.highlight .ss {
  color: #990073;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #999999;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
} /* Name.Variable.Class */
.highlight .vg {
  color: #008080;
} /* Name.Variable.Global */
.highlight .vi {
  color: #008080;
} /* Name.Variable.Instance */
.highlight .il {
  color: #009999;
} /* Literal.Number.Integer.Long */
.type-csharp .highlight .k {
  color: #0000FF;
}

.type-csharp .highlight .kt {
  color: #0000FF;
}

.type-csharp .highlight .nf {
  color: #000000;
  font-weight: normal;
}

.type-csharp .highlight .nc {
  color: #2B91AF;
}

.type-csharp .highlight .nn {
  color: #000000;
}

.type-csharp .highlight .s {
  color: #A31515;
}

.type-csharp .highlight .sc {
  color: #A31515;
}

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

html {
  height: 100%;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, serif;
  background-color: #fff;
  color: #333333;
  font-size: 1.125em;
  line-height: 1.555555556em;
  height: 100%;
  min-height: 100%;
}

a {
  color: rgb(32.7319587629, 151.4432989691, 232.2680412371);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeLegibility;
}

h1,
.primary-heading {
  font-size: 2.666666667em;
  line-height: 1.1em;
  font-weight: normal;
}

h2,
.secondary-heading {
  font-size: 1.666666667em;
  font-weight: 600;
}

h3,
.tertiary-heading {
  font-size: 1.166666667em;
  font-weight: 600;
}

h4,
.quarternary-heading {
  font-size: 1em;
  text-transform: uppercase;
}

p {
  line-height: 1.4375em;
}

.lead {
  font-size: 1.1875em;
  color: #6c6b68;
  border-bottom: 1px solid #e2dfd9;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 0;
}

.title {
  font-weight: normal;
}

pre, code, kbd, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code {
  border: 1px solid #e2dfd9;
  background: #f3f1eb;
  color: #e04b4b;
  border-radius: 3px;
  padding: 0 0.2em;
}

a code {
  border-color: none;
  color: inherit;
}

pre {
  display: block;
  white-space: pre-wrap;
  background-color: #f3f1eb;
  border-top: 3px solid #e2dfd9;
  border-bottom: 3px solid #e2dfd9;
  padding: 1em;
  max-width: 100%;
  overflow-x: scroll;
  font-size: 0.9375em;
  line-height: 1.4375em;
}
pre code {
  border: none;
  padding: 0;
  background: none;
}

hr {
  border: none;
  border-top: 1px solid #e2dfd9;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding-left: 1.3em;
}

blockquote {
  margin-left: 0;
  padding-left: 1em;
  border-left: 5px solid #f3f1eb;
  color: #6c6b68;
  font-style: italic;
}

.page-wrapper {
  background: #f3f1eb;
}
.page-wrapper:before, .page-wrapper:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.page-wrapper:after {
  clear: both;
}
.page-wrapper {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.page-wrapper {
  *zoom: 1;
}

.page-wrapper--white {
  background: #fff;
}
.page-wrapper--white:before, .page-wrapper--white:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.page-wrapper--white:after {
  clear: both;
}
.page-wrapper--white {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.page-wrapper--white {
  *zoom: 1;
}

/* mySociety header */
.ms-header {
  background: transparent;
  border-top: 4px solid #424242;
}

.ms-header__logo {
  display: block;
  position: absolute;
  right: 0.75em;
  top: 0;
  background-color: #424242;
  background-repeat: no-repeat;
  height: 38px;
  width: 44px;
  border-radius: 0 0 0.75em 0.75em;
  background-size: 22px;
  background-position: 11px 7px;
  background-image: url("/static/terrafab/img/mysociety-bloom.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ms-header__logo {
    background-image: url("/static/terrafab/img/mysociety-bloom@2.png");
  }
}
@media (min-width: 30em) {
  .ms-header__logo {
    border-radius: 0 0 1em 1em;
    background-position: 16px 10px;
    background-size: 93px 19px;
    background-repeat: no-repeat;
    background-image: url("/static/terrafab/img/mysociety-logo.png");
    width: 125px;
    height: 39px;
  }
}
@media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) {
  .ms-header__logo {
    background-image: url("/static/terrafab/img/mysociety-logo@2.png");
  }
}

.site-title {
  color: #000;
}
.site-title h1 {
  margin: 0;
}

.site-header {
  border-top: 0.375em solid #424242;
  padding: 1em 0;
  background-position: center;
  background-color: #62B356;
}

.site-notice {
  border: 0.2em solid #ffcc00;
  background-color: #ffff99;
  padding: 0.4em;
  text-align: center;
}

.page:before, .page:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.page:after {
  clear: both;
}
.page {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.page {
  *zoom: 1;
}

.main-content-column {
  padding-left: 0 !important;
}
@media (min-width: 56.888888889em) {
  .main-content-column {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .main-content-column:first-child {
    padding-left: 0;
  }
  .main-content-column {
    width: 75%;
  }
}

.main-content-column-full-width {
  float: left;
  padding: 0;
  width: 100%;
}

.main-content {
  background: #fff;
  padding: 1.6em 5%;
  position: relative;
  margin-bottom: 32px;
}
.main-content h2 {
  border-top: 1px solid #e2dfd9;
  padding-top: 1.2em;
}
.main-content .lead + h2 {
  border-top: none;
  padding-top: 0;
}
.main-content .reveal-on-click + h2 {
  border-top: none;
}

@media (min-width: 56.888888889em) {
  .secondary-content-column {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .secondary-content-column:first-child {
    padding-left: 0;
  }
  .secondary-content-column {
    width: 25%;
  }
}

.breadcrumb {
  padding: 8px 0;
}
.breadcrumb li {
  display: inline;
  font-size: 0.75em;
}
.breadcrumb li:after {
  content: "/";
  margin: 0 0.33em;
  color: #e2dfd9;
}
.breadcrumb li a {
  color: #6c6b68;
}

.sidebar ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media (min-width: 56.888888889em) {
  .sidebar ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
.sidebar ul ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
}
.sidebar h2 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  margin: 0;
}
.sidebar h2 a {
  color: #333333;
  font-size: 1em;
  text-decoration: underline;
}
.sidebar a {
  color: #6c6b68;
  font-size: 0.875em;
}
.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
  color: rgb(32.7319587629, 151.4432989691, 232.2680412371);
}
.sidebar li li {
  line-height: 1.4em;
  margin-left: 1em;
}

.site-search {
  min-height: 1.6875em;
}

.listed-blog-post {
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.listed-blog-post .blog-title {
  font-weight: 700;
}
.listed-blog-post .blog-title .meta {
  font-weight: normal;
}

.blog-post-header .blog-title {
  margin-bottom: 0;
}
.blog-post-header .meta {
  margin-top: 0;
}

.meta {
  color: #6c6b68;
}

.r, .l {
  margin-bottom: 1em;
  max-width: 50%;
}

.r {
  float: right;
  margin-left: 1em;
}

.l {
  float: left;
  margin-right: 1em;
}

.reveal-all {
  display: inline-block;
  width: auto;
  position: relative;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
  color: #6c6b68;
  padding-left: 1em;
}
.reveal-all:after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  color: #787774;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.reveal-all.revealed:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.reveal-on-click {
  border: 1px solid #e2dfd9;
}
.reveal-on-click dt {
  border-top: 1px solid #e2dfd9;
  padding: 1em;
  cursor: pointer;
  position: relative;
}
.reveal-on-click dt:hover {
  text-decoration: underline;
}
.reveal-on-click dt:first-child {
  border-top: none;
}
.reveal-on-click dt:after {
  content: "+";
  position: absolute;
  top: 0.8em;
  right: 1em;
  display: inline-block;
  background: #f3f1eb;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  color: #6c6b68;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.reveal-on-click dt:hover:after {
  background: rgb(32.7319587629, 151.4432989691, 232.2680412371);
  color: #fff;
}
.reveal-on-click dt.revealed:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.reveal-on-click dd {
  margin-left: 0;
  padding: 0 1em 0;
  position: relative;
  top: -1em;
}

dl.dir-structure, dl.dir-structure dl {
  background: url("/static/terrafab/img/tree-last.png") no-repeat;
  background-position: 0 -29px;
  padding: 0 0 0 21px;
  margin: 0.5em 0 0 0;
}

dl.dir-structure {
  margin-bottom: 1.5em;
}

dl.dir-structure dt {
  background: url("/static/terrafab/img/tree-branch.png") no-repeat;
  background-position: 0 0;
  padding: 20px 0 0 28px;
  margin: 0;
}

dl.dir-structure dd {
  background: url("/static/terrafab/img/tree-upright.png") repeat-y;
  padding: 0 0 0em 40px;
  margin: 0;
}

dl.dir-structure dd p {
  margin: 0;
  padding: 0 0 0.5em 0;
}

dl.dir-structure dt.last {
  background: url("/static/terrafab/img/tree-last.png") no-repeat;
}

dl.dir-structure dd.last {
  background-image: none;
  padding-bottom: 0; /* gap at bottom of nested trees is big enough as it is */
}

table.table {
  border: 1px solid #ccc;
  margin: 0.5em 0 1em;
  border-collapse: collapse;
}

table.table th {
  background-color: #f5f5f5;
}

table.table th,
table.table td {
  border: 1px solid #ccc;
  padding: 0.666em;
}

table.table th[scope=row] {
  text-align: left;
}

table.table--responsive {
  width: 100%;
  border-bottom: 0;
}
@media only screen and (max-width: 40em) {
  table.table--responsive table, table.table--responsive thead, table.table--responsive tbody, table.table--responsive th, table.table--responsive td, table.table--responsive tr {
    display: block;
  }
  table.table--responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table--responsive th[scope=row] {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  table.table--responsive td {
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
  }
  table.table--responsive td:before {
    /* Now like a table header */
    position: static;
    display: block;
    content: attr(data-label);
    font-weight: bold;
  }
}

.attention-box {
  padding: 1em;
  margin-bottom: 1.2em;
  border-radius: 3px;
  background-color: rgb(228.6, 242.7, 252.3);
}
.attention-box.info {
  background-color: rgb(228.6, 242.7, 252.3);
}
.attention-box.helpful-hint {
  background-color: rgb(255, 245.25, 204.75);
}
.attention-box.success {
  background-color: rgb(231.45, 243.6, 229.65);
}
.attention-box.warning {
  background-color: rgb(253.35, 240.9, 226.35);
}
.attention-box.error, .attention-box.danger {
  background-color: rgb(250.35, 228, 228);
}
.attention-box > :first-child {
  margin-top: 0;
}
.attention-box > :last-child {
  margin-bottom: 0;
}
.attention-box code {
  border-color: rgba(204, 204, 204, 0.5);
  background: rgba(255, 255, 255, 0.5);
}

.definitions li {
  margin-left: 0.25em;
}
.definitions a {
  display: inline-block;
  background-color: #f3f1eb;
  border-radius: 2em;
  padding: 0.33em 0.66em;
  color: #333333;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.definitions a:hover, .definitions a:active, .definitions a:focus {
  color: #fff;
  background-color: #333333;
  text-decoration: none;
}

.glossary {
  margin: 2em 0 8em 0; /* big margin helps scroll-to #name at bottom of page */
}

.glossary dt {
  background-color: #f3f1eb;
  padding: 0.66em 1em;
  margin-top: 3em;
  border: 1px solid #e2dfd9;
  border-bottom: none;
  color: #6c6b68;
}
.glossary dt a {
  color: #333333;
  font-size: 1.5em;
  font-weight: 300;
}

.glossary dt a:hover {
  text-decoration: none;
}

.glossary dd {
  border: 1px solid #e2dfd9;
  border-top: none;
  padding: 1em 2em;
  margin: 0;
}

.glossary dd p {
  margin-top: 0.666em;
}

.glossary .more-info {
  margin: 1em 0 0 0;
}

.glossary .more-info > p {
  float: left;
  color: #6c6b68;
  width: 8em;
  margin: 0;
}

.glossary .more-info ul {
  margin-top: 0.5em;
  margin-left: 10em;
}

/* examples benefit from full-width (because they're often code snippets) */
.glossary .more-info ul.examples {
  clear: both;
  padding-top: 0.666em;
  margin-left: 0em;
}

.glossary__link {
  display: inline-block;
  color: #6c6b68;
  text-decoration: underline;
  position: relative;
  padding-left: 0.5em;
}
.glossary__link:before {
  content: "#";
  opacity: 0.5;
  text-decoration: none;
  position: absolute;
  left: 0;
}
.glossary__link:hover, .glossary__link:active, .glossary__link:focus {
  color: #333333;
}
.glossary__link:hover:before, .glossary__link:active:before, .glossary__link:focus:before {
  opacity: 1;
}

.with-border {
  border: 1px solid #e2dfd9;
}

.site-footer {
  width: 100%;
  clear: left;
  background: #333333;
  padding: 32px 0;
}
.site-footer:before, .site-footer:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.site-footer:after {
  clear: both;
}
.site-footer {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.site-footer {
  *zoom: 1;
}
.site-footer .column {
  /* Use for multi-column grids where all columns are equal width, it gives them equal spacing */
  float: left;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.site-footer .column:nth-child(odd), .site-footer .column:first-child {
  padding-left: 0;
}
.site-footer .column:nth-child(even), .site-footer .column:last-child {
  padding-right: 0;
}
.site-footer .column {
  width: 50%;
}
@media (min-width: 30em) {
  .site-footer .column {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .site-footer .column:first-child {
    padding-left: 0;
  }
  .site-footer .column {
    width: 25%;
  }
}
@media (min-width: 56.888888889em) {
  .site-footer .column {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .site-footer .column:first-child {
    padding-left: 0;
  }
  .site-footer .column {
    width: 20%;
  }
}
.site-footer .column:last-child h3 {
  margin-top: 1em;
}
@media (min-width: 30em) {
  .site-footer .column:last-child h3 {
    margin-top: 0;
  }
}
.site-footer .central {
  float: right;
}
@media (min-width: 30em) {
  .site-footer .central ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  .site-footer .central {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .site-footer .central:first-child {
    padding-left: 0;
  }
  .site-footer .central {
    width: 50%;
  }
}
@media (min-width: 40em) {
  .site-footer .central ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .site-footer .central {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .site-footer .central:first-child {
    padding-left: 0;
  }
  .site-footer .central {
    width: 50%;
  }
}
@media (min-width: 56.888888889em) {
  .site-footer .central ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
  .site-footer .central {
    /* Use for grids where the columns are different widths */
    float: left;
    padding-left: 3%;
  }
  .site-footer .central:first-child {
    padding-left: 0;
  }
  .site-footer .central {
    width: 60%;
  }
}
.site-footer h3 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
  color: #888;
}
.site-footer ul {
  margin: 0;
}
.site-footer a {
  color: #eeeeee;
}

.mysoc-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333333;
  color: #acacac;
  padding: 2em 0;
  font-size: 1em;
  line-height: 1.5em;
  border-top: none;
}
@media (min-height: 700px) {
  .mysoc-footer {
    padding: 3em 0;
  }
}
@media (min-height: 900px) {
  .mysoc-footer {
    padding: 4em 0;
  }
}
.mysoc-footer *, .mysoc-footer *:before, .mysoc-footer *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.mysoc-footer a {
  color: #fff;
}
.mysoc-footer a:hover, .mysoc-footer a:focus {
  color: #fff;
}

.mysoc-footer__divider {
  border-top: 1px solid #4b4b4b;
  margin: 2em 0;
}
@media (min-height: 900px) {
  .mysoc-footer__divider {
    margin: 3em 0;
  }
}

.mysoc-footer__site-name {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #fff;
}

.mysoc-footer__links {
  font-size: 1em;
  line-height: 1.2em;
}
@media (min-width: 56.888888889em) {
  .mysoc-footer__links {
    overflow: auto;
    margin: 0 -1em;
    padding-top: 2.25em;
  }
}
.mysoc-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 56.888888889em) {
  .mysoc-footer__links ul {
    float: left;
    width: 50%;
    padding: 0 1em;
  }
}
.mysoc-footer__links li {
  margin: 0 0 0.5em 0;
}
.mysoc-footer__links a {
  display: block;
}

.mysoc-footer__donate {
  background-color: rgb(63.75, 63.75, 63.75);
  color: #fff;
  padding: 1.5em;
  border-radius: 0.3em;
  margin-top: 1em;
}
@media (min-width: 56.888888889em) {
  .mysoc-footer__donate {
    margin-top: 0;
  }
}

.mysoc-footer__donate__button {
  display: inline-block;
  background-color: #62B356;
  color: #fff !important;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  font-weight: bold;
  text-decoration: none;
}
.mysoc-footer__donate__button:hover, .mysoc-footer__donate__button:focus {
  text-decoration: none;
  background-color: rgb(86.0244897959, 165.206122449, 74.293877551);
  color: #fff !important;
}

.mysoc-footer__orgs {
  overflow: auto;
  margin: 0 -1em;
}

.mysoc-footer__org {
  float: left;
  padding: 0 1em;
}

.mysoc-footer__org__logo {
  display: block;
  margin-top: 0.5em;
  height: 0;
  overflow: hidden;
  padding-top: 32px;
}

.mysoc-footer__org__logo--mysociety {
  width: 152px;
  background: transparent url("/static/terrafab/img/mysoc-footer/logo-mysociety.png") 0 0 no-repeat;
  background-size: 152px 32px;
  background-image: url("/static/terrafab/img/mysoc-footer/logo-mysociety.svg"), none;
}

.mysoc-footer__legal {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #9a9a9a;
}

.mysoc-footer__badges {
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
@media (min-width: 56.888888889em) {
  .mysoc-footer__badges {
    text-align: right;
  }
}
.mysoc-footer__badges li {
  margin: 0 4px;
  display: inline-block;
}

.mysoc-footer__badge {
  display: inline-block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 100%;
  background-size: 32px 32px;
}

.mysoc-footer__badge--github {
  background-image: url("/static/terrafab/img/mysoc-footer/icon-github.svg"), none;
}

.mysoc-footer__badge--facebook {
  background-image: url("/static/terrafab/img/mysoc-footer/icon-facebook.svg"), none;
}

.mysoc-footer__badge--linkedin {
  background-image: url("/static/terrafab/img/mysoc-footer/icon-linkedin.svg"), none;
}

.mysoc-footer__badge--bluesky {
  background-image: url("/static/terrafab/img/mysoc-footer/icon-bluesky.svg"), none;
}

.mysoc-footer li {
  list-style: none;
}
.mysoc-footer .row:before, .mysoc-footer .row:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.mysoc-footer .row:after {
  clear: both;
}
.mysoc-footer .row {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.mysoc-footer .row {
  *zoom: 1;
}
.mysoc-footer .row {
  margin-left: -1em;
  margin-right: -1em;
}
.mysoc-footer .col-sm-12, .mysoc-footer .col-sm-11, .mysoc-footer .col-sm-10, .mysoc-footer .col-sm-9, .mysoc-footer .col-sm-8, .mysoc-footer .col-sm-7, .mysoc-footer .col-sm-6, .mysoc-footer .col-sm-5, .mysoc-footer .col-sm-4, .mysoc-footer .col-sm-3, .mysoc-footer .col-sm-2, .mysoc-footer .col-sm-1 {
  padding-left: 1em;
  padding-right: 1em;
  min-height: 1px;
}
@media (min-width: 56.888888889em) {
  .mysoc-footer .col-sm-12, .mysoc-footer .col-sm-11, .mysoc-footer .col-sm-10, .mysoc-footer .col-sm-9, .mysoc-footer .col-sm-8, .mysoc-footer .col-sm-7, .mysoc-footer .col-sm-6, .mysoc-footer .col-sm-5, .mysoc-footer .col-sm-4, .mysoc-footer .col-sm-3, .mysoc-footer .col-sm-2, .mysoc-footer .col-sm-1 {
    float: left;
  }
  .mysoc-footer .col-sm-1 {
    width: 8.3333333333%;
  }
  .mysoc-footer .col-sm-2 {
    width: 16.6666666667%;
  }
  .mysoc-footer .col-sm-3 {
    width: 25%;
  }
  .mysoc-footer .col-sm-4 {
    width: 33.3333333333%;
  }
  .mysoc-footer .col-sm-5 {
    width: 41.6666666667%;
  }
  .mysoc-footer .col-sm-6 {
    width: 50%;
  }
  .mysoc-footer .col-sm-7 {
    width: 58.3333333333%;
  }
  .mysoc-footer .col-sm-8 {
    width: 66.6666666667%;
  }
  .mysoc-footer .col-sm-9 {
    width: 75%;
  }
  .mysoc-footer .col-sm-10 {
    width: 83.3333333333%;
  }
  .mysoc-footer .col-sm-11 {
    width: 91.6666666667%;
  }
  .mysoc-footer .col-sm-12 {
    width: 100%;
  }
}

.mysoc-footer p {
  margin-top: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after,
  abbr[title]:after {
    content: " (" attr(href) ")";
    display: inline-block;
    text-decoration: none;
    font-style: italic;
    margin-left: 0.3em;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    margin: 1cm;
  }
  .ms-header,
  .site-header,
  .site-footer,
  .breadcrumb,
  .sidebar {
    display: none !important;
  }
  .container, .content, .ms-header__row,
  .page,
  .main-content,
  .secondary-content-column {
    padding: 0;
  }
  .container, .content, .ms-header__row,
  .page {
    max-width: none;
    margin: 0;
  }
  .main-content-column,
  .secondary-content-column {
    float: none;
  }
  pre {
    overflow: auto;
    border: 1px solid #ccc;
    font-size: 0.3cm;
  }
  .attention-box {
    padding: 0 1em;
    margin: 1em 0 1em 1em;
    border-left: 0.1cm solid #4faded;
  }
  .attention-box.helpful-hint {
    border-left-color: #ffd836;
  }
  .attention-box.warning {
    border-left-color: #e04b4b;
  }
}
.ms-header__logo--openpolis {
  background-size: 22px;
  background-position: 11px 7px;
  background-image: url("/static/terrafab/img/openpolis-bloom.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ms-header__logo--openpolis {
    background-image: url("/static/terrafab/img/openpolis-bloom@2x.png");
  }
}
@media (min-width: 30em) {
  .ms-header__logo--openpolis {
    height: 45px;
    background-position: 18px 9px;
    background-size: 86px 26px;
    background-image: url("/static/terrafab/img/openpolis-tool.png");
  }
}
@media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) {
  .ms-header__logo--openpolis {
    background-image: url("/static/terrafab/img/openpolis-tool@2x.png");
  }
}

.mysoc-footer__org__logo--openpolis {
  width: 133px;
  background: transparent url("/static/terrafab/img/footer-logo-openpolis.png") 0 0 no-repeat;
  background-size: 133px 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .mysoc-footer__org__logo--openpolis {
    background-image: url("/static/terrafab/img/footer-logo-openpolis@2x.png");
  }
}

.site-header {
  color: #fff;
}
.site-header a {
  color: inherit;
}
.site-header .container, .site-header .content, .site-header .ms-header__row, .site-header .page {
  position: relative;
}

.site-title {
  display: block;
  text-decoration: none;
}
.site-title:hover, .site-title:focus {
  text-decoration: none;
}
.site-title h1 {
  font-weight: 700;
  font-size: 2em;
  letter-spacing: -0.5px;
}
.site-title h1 small {
  opacity: 0.5;
  font-weight: 600;
}

.site-nav ul {
  margin: 0.5em -0.5em 0 -0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-nav li {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-nav a {
  display: block;
  padding: 0.25em 0.5em;
}
@media (min-width: 30em) {
  .site-nav ul:before, .site-nav ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  .site-nav ul:after {
    clear: both;
  }
  .site-nav ul {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  }
  .site-nav ul {
    *zoom: 1;
  }
  .site-nav ul {
    display: block;
  }
  .site-nav li {
    display: inline;
    float: left;
  }
}
@media (min-width: 56.888888889em) {
  .site-nav {
    position: absolute;
    right: 180px;
    top: 50%;
    margin-top: -1.2777777778em;
  }
  .site-nav ul {
    margin: 0 -1em;
  }
  .site-nav a {
    padding: 0.5em 1em;
  }
}

.site-nav--hidden {
  display: none;
}
@media (min-width: 30em) {
  .site-nav--hidden {
    display: block;
  }
}

.site-nav-toggle {
  color: #fff;
  padding: 0.5em 1em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2em;
}
@media (min-width: 30em) {
  .site-nav-toggle {
    display: none;
  }
}

.mysoc-footer .terrafab-copyright {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 3em;
}

.content:before, .content:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.content:after {
  clear: both;
}
.content {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.content {
  *zoom: 1;
}
.content {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 30em) {
  .content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.content--with-sidebar section + section {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e2dfd9;
}
@media (min-width: 30em) {
  .content--with-sidebar header {
    float: left;
    width: 20%;
  }
  .content--with-sidebar section {
    float: right;
    width: 70%;
  }
}

.toc p {
  margin: 0.25em 0;
  font-weight: 600;
  color: #6c6b68;
}
.toc ol, .toc ul {
  margin-top: 0;
  margin-bottom: 2em;
}
.toc a {
  display: block;
  padding: 0.25em 0;
  border-top: 1px solid #e2dfd9;
}

.content--api-docs section h3 em {
  display: block;
  font-style: inherit;
  font-size: 0.66em;
  line-height: 1em;
}
.content--api-docs section dl {
  margin: 0;
}
.content--api-docs section dt {
  font-weight: 600;
}
.content--api-docs section dd {
  margin-bottom: 1.5em;
}
.content--api-docs section dd p, .content--api-docs section dd ul {
  margin: 0 0 1.5em 0;
}
@media (min-width: 56.888888889em) {
  .content--api-docs section {
    padding-left: 12em;
    position: relative;
  }
  .content--api-docs section h3 {
    position: absolute;
    left: 0;
    width: 10em;
  }
}

.api-docs-intro {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e2dfd9;
}
.api-docs-intro p {
  max-width: 45em;
  margin-bottom: 0;
}
.api-docs-intro > :last-child {
  margin-bottom: 0;
}

hr {
  border-top-color: #e2dfd9;
  margin: 2em 0;
}

.btn {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background: #f3f1eb;
  border: none;
  color: #333333;
  border-radius: 0.3em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus {
  background-color: rgb(233.4375, 229.84375, 219.0625);
  text-decoration: none;
}

.btn--primary, .homepage-try .btn {
  background: #62B356;
  color: #fff;
}
.btn--primary:hover, .homepage-try .btn:hover, .btn--primary:focus, .homepage-try .btn:focus {
  background-color: rgb(86.0244897959, 165.206122449, 74.293877551);
}

.btn--danger {
  background: #E04B4B;
  color: #fff;
}
.btn--danger:hover, .btn--danger:focus {
  background-color: rgb(220.2535545024, 53.2464454976, 53.2464454976);
}

.btn--small {
  font-size: 0.8em;
  padding: 0.3em 0.6em;
}

.form-control, .dashboard-form input[type=text],
.dashboard-form input[type=email],
.dashboard-form input[type=url],
.dashboard-form input[type=password],
.dashboard-form input[type=number],
.dashboard-form textarea,
.dashboard-form select, .homepage-try input[type=text] {
  display: block;
  width: 100%;
  height: 2.4em;
  padding: 0.5em 0.8em;
  font-size: 1em;
  line-height: 1.4em;
  background: #fff;
  color: #333333;
  border: 1px solid #bbb;
  border-radius: 0.3em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.form-control[type=radio], .dashboard-form input[type=radio][type=text],
.dashboard-form input[type=radio][type=email],
.dashboard-form input[type=radio][type=url],
.dashboard-form input[type=radio][type=password],
.dashboard-form input[type=radio][type=number],
.dashboard-form textarea[type=radio],
.dashboard-form select[type=radio], .homepage-try input[type=radio][type=text], .form-control[type=checkbox], .dashboard-form input[type=checkbox][type=text],
.dashboard-form input[type=checkbox][type=email],
.dashboard-form input[type=checkbox][type=url],
.dashboard-form input[type=checkbox][type=password],
.dashboard-form input[type=checkbox][type=number],
.dashboard-form textarea[type=checkbox],
.dashboard-form select[type=checkbox], .homepage-try input[type=checkbox][type=text] {
  display: inline-block;
  padding: 0;
  width: auto;
  height: auto;
  margin-right: 0.5em;
  vertical-align: 0.05em;
}

.form-control--inline, .homepage-try input[type=text] {
  display: inline-block;
  width: auto;
  margin: 0 0.5em;
  vertical-align: middle;
}

.homepage-try input[type=text] {
  text-transform: uppercase;
}
.homepage-section {
  padding: 3em 0;
}

.homepage-section--no-padding-top {
  padding-top: 0;
}

.homepage-section--contrasting {
  background-color: #f3f1eb;
}

.homepage-section--primary {
  background-color: #62B356;
  color: #fff;
}
.homepage-section--primary .btn {
  background-color: #fff;
  color: rgb(86.0244897959, 165.206122449, 74.293877551);
}
.homepage-section--primary .btn:hover, .homepage-section--primary .btn:focus {
  background-color: rgb(247.15, 251.2, 246.55);
}

.homepage-intro .container > :first-child, .homepage-intro .ms-header__row > :first-child, .homepage-intro .page > :first-child, .homepage-intro .content > :first-child {
  margin-top: 0;
}
.homepage-intro .container > :last-child, .homepage-intro .ms-header__row > :last-child, .homepage-intro .page > :last-child, .homepage-intro .content > :last-child {
  margin-bottom: 0;
}

.homepage-try__form {
  text-align: center;
}
.homepage-try__form input[type=text] {
  width: 9em !important;
  max-width: 50%;
}
.homepage-try__form label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 40em) {
  .homepage-try__form label {
    display: inline;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media (min-width: 56.888888889em) {
  .homepage-try__form input[type=text] {
    margin: 0 1em;
    width: 13em !important;
  }
}

.homepage-cta {
  text-align: center;
}
.homepage-cta p {
  margin: 0 0 1em 0;
}
@media (min-width: 30em) {
  .homepage-cta p {
    margin: 0 2em 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    text-align: right;
  }
}
@media (min-width: 56.888888889em) {
  .homepage-cta p {
    font-size: 1.2em;
  }
}

#map {
  width: 100%;
  margin: 1em 0;
}

#leaflet {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

@media (min-width: 30em) {
  #map {
    float: left;
    width: 50%;
    margin-top: 0;
  }
  section.details,
  header.area_info {
    float: right;
    clear: right;
    width: 50%;
    padding-left: 2em;
  }
}
.area_info .area_id {
  font-style: inherit;
  font-size: 0.7em;
  color: #6C6B68;
  margin: 0 0.3em;
}

section.details > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.details > ul > li {
  width: 50%;
}
section.details ul ul {
  list-style-type: disc;
  margin-bottom: 1em;
}
section.details ul ul h3 {
  margin-bottom: 0;
}
section.details ul ul li {
  line-height: 1.3em;
  margin-bottom: 0.4em;
}

.area_list li {
  padding: 1em;
  border-radius: 0.3em;
  background-color: #f3f1eb;
  margin-bottom: 1em;
}
.area_list h3 {
  margin-bottom: 0.2em;
}
.area_list p {
  margin: 0;
}
.area_list li.area_level_10 {
  margin-left: 25%;
}
.area_list li.area_level_9 {
  margin-left: 22.5%;
}
.area_list li.area_level_8 {
  margin-left: 20%;
}
.area_list li.area_level_7 {
  margin-left: 17.5%;
}
.area_list li.area_level_6 {
  margin-left: 15%;
}
.area_list li.area_level_5 {
  margin-left: 12.5%;
}
.area_list li.area_level_4 {
  margin-left: 10%;
}
.area_list li.area_level_3 {
  margin-left: 7.5%;
}
.area_list li.area_level_2 {
  margin-left: 5%;
}
.area_list li.area_level_1 {
  margin-left: 2.5%;
}

.dashboard {
  max-width: 72em;
}

.dashboard__header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e2dfd9;
}
.dashboard__header h1 {
  margin-bottom: 0.25em;
}

.dashboard__lead {
  margin: 0;
  color: #6c6b68;
  font-size: 1.05em;
}

.dashboard__back {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #6c6b68;
}
.dashboard__back:hover, .dashboard__back:focus {
  color: rgb(32.7319587629, 151.4432989691, 232.2680412371);
}

.dashboard-messages {
  margin: 0 0 1.5em;
}
.dashboard-messages li {
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
  border-radius: 0.3em;
  border-left: 4px solid #62B356;
  background: rgb(235.2628571429, 245.4457142857, 233.7542857143);
  color: rgb(49.387755102, 94.8469387755, 42.6530612245);
}
.dashboard-messages .error,
.dashboard-messages li.error {
  border-left-color: #E04B4B;
  background: rgb(247.9772511848, 214.2227488152, 214.2227488152);
  color: rgb(176.7582938389, 30.4417061611, 30.4417061611);
}
.dashboard-messages .success,
.dashboard-messages li.success {
  border-left-color: #62B356;
  background: rgb(235.2628571429, 245.4457142857, 233.7542857143);
  color: rgb(54.8832653061, 105.4008163265, 47.3991836735);
}
.dashboard-messages .warning,
.dashboard-messages li.warning {
  border-left-color: #F4A140;
  background: rgb(252.8871287129, 236.9445544554, 218.3128712871);
  color: rgb(185.1376237624, 104.6851485149, 10.6623762376);
}

.dashboard-section {
  margin-bottom: 2.5em;
}
.dashboard-section > h2 {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #e2dfd9;
}
.dashboard-section > h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.dashboard-card {
  padding: 1.25em 1.5em;
  margin-bottom: 1em;
  background: #fff;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.dashboard-card--highlight {
  border-color: #62B356;
  background: rgb(241.7991836735, 248.6097959184, 240.7902040816);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dashboard-card--muted {
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
}

.dashboard-grid {
  display: grid;
  gap: 1.25em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 30em) {
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dashboard-org-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25em 1.5em;
  background: #fff;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.dashboard-org-card:hover {
  border-color: rgb(208.3402985075, 203.5134328358, 193.8597014925);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.dashboard-org-card__title {
  margin: 0 0 0.35em;
  font-size: 1.25em;
  font-weight: 600;
}
.dashboard-org-card__meta {
  margin: 0 0 1em;
  color: #6c6b68;
  font-size: 0.9em;
}
.dashboard-org-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: auto 0 1.25em;
  padding-top: 0.75em;
}
.dashboard-org-card__stat {
  flex: 1 1 40%;
  min-width: 5em;
}
.dashboard-org-card__stat dt {
  margin: 0;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c6b68;
}
.dashboard-org-card__stat dd {
  margin: 0.15em 0 0;
  font-size: 1.1em;
  font-weight: 600;
}
.dashboard-org-card__actions {
  margin-top: auto;
  padding-top: 0.75em;
  border-top: 1px solid #e2dfd9;
}

.dashboard-invite-list {
  margin: 0;
}
.dashboard-invite-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 0.85em 0;
  border-bottom: 1px solid #e2dfd9;
}
.dashboard-invite-list li:last-child {
  border-bottom: none;
}

.status-badge {
  display: inline-block;
  padding: 0.2em 0.55em;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 0.25em;
  background: #e2dfd9;
  color: #6c6b68;
}
.status-badge--active {
  background: rgb(222.1902040816, 239.1175510204, 219.6824489796);
  color: rgb(62.2106122449, 119.4726530612, 53.7273469388);
}
.status-badge--trialing {
  background: rgb(227.0577319588, 241.981443299, 252.1422680412);
  color: rgb(20.8020618557, 129.4350515464, 203.3979381443);
}
.status-badge--past_due, .status-badge--unpaid {
  background: rgb(251.7762376238, 227.4514851485, 199.0237623762);
  color: rgb(185.1376237624, 104.6851485149, 10.6623762376);
}
.status-badge--canceled, .status-badge--incomplete, .status-badge--none {
  background: rgb(238.9094339623, 238.7547169811, 238.2905660377);
  color: #6c6b68;
}
.status-badge--revoked {
  background: rgb(247.9772511848, 214.2227488152, 214.2227488152);
  color: rgb(189.8104265403, 32.6895734597, 32.6895734597);
}
.status-badge--popular {
  background: rgb(227.0577319588, 241.981443299, 252.1422680412);
  color: rgb(20.8020618557, 129.4350515464, 203.3979381443);
  margin-left: 0.35em;
}

.dashboard-table-wrap {
  overflow-x: auto;
  margin-bottom: 1em;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  background: #fff;
}

.dashboard-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.95em;
}
.dashboard-table th,
.dashboard-table td {
  padding: 0.65em 1em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e2dfd9;
}
.dashboard-table thead th {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c6b68;
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
  border-bottom: 1px solid #e2dfd9;
}
.dashboard-table tbody tr:last-child td,
.dashboard-table tbody tr:last-child th {
  border-bottom: none;
}
.dashboard-table tbody tr:hover td {
  background: rgb(248.3355102041, 251.773877551, 247.826122449);
}
.dashboard-table code {
  font-size: 0.9em;
  padding: 0.15em 0.4em;
  background: rgb(239.2447761194, 237.6149253731, 234.3552238806);
  border-radius: 0.2em;
}
.dashboard-table__row--popular td {
  background: white;
}
.dashboard-table__row--popular:hover td {
  background: white;
}

.dashboard-table--meta th {
  width: 35%;
  font-weight: 600;
  color: #6c6b68;
  background: transparent;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.95em;
}
.dashboard-table--meta tbody tr:hover td,
.dashboard-table--meta tbody tr:hover th {
  background: transparent;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  margin: 1em 0;
}
.dashboard-actions form {
  display: inline;
  margin: 0;
}

.dashboard-form {
  max-width: 28em;
}
.dashboard-form p {
  margin-bottom: 1em;
}
.dashboard-form label {
  display: block;
  margin-bottom: 0.35em;
  font-weight: 600;
  font-size: 0.9em;
  color: #6c6b68;
}
.dashboard-form input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 0.4em;
  vertical-align: middle;
}
.dashboard-form .btn {
  margin-top: 0.25em;
}

.dashboard-form--inline {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  align-items: flex-end;
}
.dashboard-form--inline p {
  flex: 1 1 12em;
  margin-bottom: 0;
}

.api-key-reveal {
  margin-bottom: 2em;
}
.api-key-reveal code {
  display: block;
  padding: 1em 1.25em;
  margin: 0.75em 0 0;
  font-size: 0.95em;
  line-height: 1.5;
  word-break: break-all;
  background: #fff;
  border: 2px dashed #62B356;
  border-radius: 0.4em;
  color: rgb(49.387755102, 94.8469387755, 42.6530612245);
}

.dashboard-empty {
  padding: 2em 1.5em;
  text-align: center;
  color: #6c6b68;
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
  border: 1px dashed #e2dfd9;
  border-radius: 0.4em;
}
.dashboard-empty p {
  margin: 0;
}

.dashboard-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
}
.dashboard-pill-list li {
  padding: 0.35em 0.75em;
  font-size: 0.9em;
  background: rgb(239.2447761194, 237.6149253731, 234.3552238806);
  border: 1px solid #e2dfd9;
  border-radius: 2em;
}
.dashboard-pill-list li.is-disabled {
  opacity: 0.55;
  text-decoration: line-through;
}

.platform-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  padding: 1.25em 1.5em;
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
}

@media (min-width: 56.888888889em) {
  .dashboard-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: start;
  }
  .dashboard-layout .dashboard-section--full {
    grid-column: 1/-1;
  }
}

.platform-admin-nav {
  margin-bottom: 2em;
}
.platform-admin-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0.35em;
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
}
.platform-admin-nav a {
  display: inline-block;
  padding: 0.45em 0.9em;
  border-radius: 0.3em;
  color: #6c6b68;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
}
.platform-admin-nav a:hover, .platform-admin-nav a:focus {
  background: #fff;
  text-decoration: none;
}
.platform-admin-nav a[aria-current=page] {
  background: #62B356;
  color: #fff;
}

.dashboard-org-layout {
  display: grid;
  gap: 2em;
}
@media (min-width: 56.888888889em) {
  .dashboard-org-layout {
    grid-template-columns: 14em minmax(0, 1fr);
    align-items: start;
  }
}

.dashboard-org-sidebar__title {
  margin: 0 0 0.75em;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c6b68;
}
.dashboard-org-sidebar ul {
  margin: 0;
  padding: 0.35em;
  background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
}
.dashboard-org-sidebar li + li {
  margin-top: 0.15em;
}
.dashboard-org-sidebar a {
  display: block;
  padding: 0.55em 0.8em;
  border-radius: 0.3em;
  color: #6c6b68;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
}
.dashboard-org-sidebar a:hover, .dashboard-org-sidebar a:focus {
  background: #fff;
  text-decoration: none;
}
.dashboard-org-sidebar a[aria-current=page] {
  background: #62B356;
  color: #fff;
}

.dashboard-org-main {
  min-width: 0;
}

.api-keys-page__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1.5em;
}
.api-keys-page__title {
  margin: 0 0 0.25em;
  font-size: 1.5em;
}
.api-keys-page__empty {
  margin-top: 1em;
}

.api-key-reveal--banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1.5em;
  padding: 1.25em 1.5em;
  background: rgb(241.7991836735, 248.6097959184, 240.7902040816);
  border: 1px solid #62B356;
  border-radius: 0.5em;
}
.api-key-reveal--banner__title {
  margin: 0 0 0.35em;
  font-size: 1.15em;
}
.api-key-reveal--banner__lead {
  margin: 0 0 1em;
  color: #6c6b68;
}
.api-key-reveal--banner__field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  align-items: center;
}
.api-key-reveal--banner__value {
  flex: 1 1 16em;
  display: block;
  padding: 0.85em 1em;
  font-size: 0.92em;
  word-break: break-all;
  background: #fff;
  border: 1px solid #e2dfd9;
  border-radius: 0.35em;
}

.api-key-list {
  border: 1px solid #e2dfd9;
  border-radius: 0.5em;
  background: #fff;
  overflow: hidden;
}
.api-key-list__head {
  display: none;
}
@media (min-width: 30em) {
  .api-key-list__head {
    display: grid;
    grid-template-columns: 1.4fr 1.2fr 0.9fr 0.9fr auto;
    gap: 1em;
    padding: 0.75em 1.25em;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c6b68;
    background: rgb(243.6597014925, 242.4865671642, 240.1402985075);
    border-bottom: 1px solid #e2dfd9;
  }
}

.api-key-row {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e2dfd9;
}
.api-key-row:last-child {
  border-bottom: none;
}
.api-key-row--revoked {
  opacity: 0.72;
  background: rgb(248.0746268657, 247.3582089552, 245.9253731343);
}
.api-key-row__main {
  display: grid;
  gap: 0.75em 1em;
  padding: 1.1em 1.25em;
}
@media (min-width: 30em) {
  .api-key-row__main {
    grid-template-columns: 1.4fr 1.2fr 0.9fr 0.9fr auto;
    align-items: center;
  }
}
.api-key-row__name {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}
.api-key-row__name strong {
  font-size: 1.02em;
}
.api-key-row__secret {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.api-key-row__secret code {
  font-size: 0.92em;
  padding: 0.2em 0.45em;
  background: rgb(239.2447761194, 237.6149253731, 234.3552238806);
  border-radius: 0.25em;
}
.api-key-row__created, .api-key-row__used {
  font-size: 0.92em;
}
.api-key-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.api-key-row__actions form {
  margin: 0;
}
.api-key-row__hosts {
  padding: 0 1.25em 1.1em;
  border-top: 1px dashed #e2dfd9;
  background: rgb(248.0746268657, 247.3582089552, 245.9253731343);
}
.api-key-row__hosts-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
  margin-bottom: 0.75em;
}
.api-key-row__hosts-title {
  margin: 0;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c6b68;
}

.api-key-host-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0 0 0.75em;
}
.api-key-host-list__item {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.25em 0.45em 0.25em 0.65em;
  background: #fff;
  border: 1px solid #e2dfd9;
  border-radius: 2em;
}
.api-key-host-list__item code {
  font-size: 0.88em;
}
.api-key-host-list__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #6c6b68;
  font-size: 1.1em;
  line-height: 1;
  cursor: pointer;
}
.api-key-host-list__remove:hover, .api-key-host-list__remove:focus {
  background: rgb(247.9772511848, 214.2227488152, 214.2227488152);
  color: rgb(211.5639810427, 36.4360189573, 36.4360189573);
}

.api-key-host-form {
  max-width: none;
  margin-top: 0.25em;
}

.api-key-dialog {
  width: min(32em, 100vw - 2em);
  padding: 0;
  border: 1px solid #e2dfd9;
  border-radius: 0.5em;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.api-key-dialog::backdrop {
  background: rgba(0, 0, 0, 0.35);
}
.api-key-dialog form {
  padding: 1.5em;
}
.api-key-dialog h3 {
  margin-top: 0;
}

.dashboard-org-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.pricing-page {
  max-width: 72em;
  margin: 0 auto;
}
.pricing-page__header {
  margin-bottom: 2.5em;
  text-align: center;
}
.pricing-page__intro {
  max-width: 42em;
  margin: 0 auto;
  font-size: 1.05em;
  line-height: 1.6;
  color: #6c6b68;
}
.pricing-page__empty {
  text-align: center;
  color: #6c6b68;
}

.pricing-grid {
  display: grid;
  gap: 1.5em;
  margin-bottom: 2.5em;
}
@media (min-width: 30em) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 56.888888889em) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.75em 1.5em 1.5em;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pricing-card--popular {
  border-color: #4FADED;
  box-shadow: 0 0 0 1px #4FADED, 0 8px 24px rgba(0, 0, 0, 0.08);
}
.pricing-card__badge {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.25em 0.75em;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: #4FADED;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-card__tier {
  margin: 0 0 0.35em;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c6b68;
}
.pricing-card__name {
  margin: 0 0 0.5em;
  font-size: 1.65em;
  line-height: 1.2;
}
.pricing-card__price {
  margin: 0 0 0.75em;
  font-size: 1.35em;
  font-weight: 700;
  color: #333333;
}
.pricing-card__summary {
  margin: 0 0 1em;
  line-height: 1.5;
  color: #6c6b68;
}
.pricing-card__features {
  flex: 1 1 auto;
  margin: 0 0 1.25em;
  padding-left: 1.2em;
  line-height: 1.5;
}
.pricing-card__features li {
  margin-bottom: 0.45em;
}
.pricing-card__features li:last-child {
  margin-bottom: 0;
}
.pricing-card__action {
  margin: auto 0 0;
  text-align: center;
}

.pricing-footnotes {
  padding-top: 1.5em;
  border-top: 1px solid #e2dfd9;
  color: #6c6b68;
  font-size: 0.95em;
  line-height: 1.6;
}
.pricing-footnotes p {
  max-width: 48em;
  margin: 0 0 0.75em;
}
.pricing-footnotes p:last-child {
  margin-bottom: 0;
}

.content--pricing {
  padding-top: 2em;
  padding-bottom: 3em;
}

.auth-page {
  max-width: 28em;
  margin: 0 auto;
  padding: 2.5em 1em 3em;
}
.auth-page .auth-card--wizard {
  max-width: none;
}

.auth-card {
  padding: 2em;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.auth-card--wizard {
  max-width: 36em;
  margin: 0 auto;
}
.auth-card h2 {
  margin: 0 0 0.5em;
}
.auth-card__lead {
  margin: 0 0 1.5em;
  color: #6c6b68;
}
.auth-card__lead--footer {
  margin: 1.5em 0 0;
  margin-bottom: 0;
  text-align: center;
}

.auth-form__field {
  margin: 0 0 1em;
}
.auth-form__field label {
  display: block;
  margin-bottom: 0.35em;
  font-weight: 600;
}
.auth-form__field--actions {
  margin: -0.25em 0 0.5em;
  text-align: right;
}
.auth-form__field--checkbox label {
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
  font-weight: 400;
}
.auth-form__field input[type=email],
.auth-form__field input[type=password],
.auth-form__field input[type=text] {
  display: block;
  width: 100%;
  height: 2.4em;
  padding: 0.5em 0.8em;
  font-size: 1em;
  line-height: 1.4em;
  background: #fff;
  color: #333333;
  border: 1px solid #bbb;
  border-radius: 0.3em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.auth-form__field ul.errorlist {
  margin: 0.35em 0 0;
  padding: 0;
  list-style: none;
  color: #E04B4B;
  font-size: 0.9em;
}
.auth-form__help {
  display: block;
  margin-top: 0.35em;
  color: #6c6b68;
  font-size: 0.9em;
  line-height: 1.4;
}
.auth-form__actions {
  margin: 1.25em 0 0;
}
.auth-form__actions--split {
  display: flex;
  gap: 0.75em;
  justify-content: space-between;
}
.auth-form__errors {
  margin: 0 0 1em;
  padding: 0.75em 1em;
  border-radius: 0.3em;
  background: rgb(250.9744075829, 231.6255924171, 231.6255924171);
  color: rgb(176.7582938389, 30.4417061611, 30.4417061611);
}
.auth-form__errors p {
  margin: 0;
}
.auth-form--inline {
  margin-top: 1em;
}
.auth-form__link {
  font-size: 0.95em;
}

.auth-social {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e2dfd9;
}
.auth-social__label {
  margin: 0 0 0.75em;
  text-align: center;
  color: #6c6b68;
  font-size: 0.95em;
}
.auth-social__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-social__button {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}

.signup-wizard__progress {
  display: flex;
  gap: 0.5em;
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}

.signup-wizard__step {
  flex: 1 1 0;
  text-align: center;
  color: #6c6b68;
  font-size: 0.85em;
}
.signup-wizard__step.is-current .signup-wizard__step-number {
  background: #62B356;
  color: #fff;
  border-color: #62B356;
}
.signup-wizard__step.is-complete .signup-wizard__step-number {
  background: rgb(222.1902040816, 239.1175510204, 219.6824489796);
  border-color: #62B356;
  color: rgb(62.2106122449, 119.4726530612, 53.7273469388);
}

.signup-wizard__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  margin-bottom: 0.35em;
  border: 1px solid #e2dfd9;
  border-radius: 999px;
  font-weight: 700;
}

.signup-plan-list {
  display: grid;
  gap: 0.75em;
  margin-bottom: 1em;
}

.signup-plan-option {
  display: block;
  cursor: pointer;
}
.signup-plan-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.signup-plan-option__body {
  display: block;
  padding: 1em;
  border: 1px solid #e2dfd9;
  border-radius: 0.4em;
  background: #fff;
}
input:checked + .signup-plan-option__body {
  border-color: #62B356;
  box-shadow: 0 0 0 1px #62B356;
}
.signup-plan-option--popular .signup-plan-option__body {
  border-color: #4FADED;
}
.signup-plan-option__header {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 0.35em;
}
.signup-plan-option__price {
  font-weight: 700;
  white-space: nowrap;
}
.signup-plan-option__summary {
  display: block;
  color: #6c6b68;
  font-size: 0.95em;
  line-height: 1.4;
}
.signup-plan-option__badge {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.15em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(20.8020618557, 129.4350515464, 203.3979381443);
  background: rgb(245.5649484536, 250.6041237113, 254.0350515464);
  border-radius: 999px;
}

/*# sourceMappingURL=terrafab.css.map */
