/*! 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: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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 {
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap; }

.centered {
  text-align: center; }

@media (min-width: 56em) {
  .two-column-text {
    -webkit-columns: 20em 2;
    -moz-columns: 20em 2;
    columns: 20em 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }
    .two-column-text p {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

.houdini-input {
  position: absolute;
  opacity: 0; }

.houdini-input--visible {
  position: static;
  opacity: 1; }

.houdini-target {
  display: none; }
  .houdini-input:checked + .houdini-target, .houdini-input:checked + .houdini-label + .houdini-target {
    display: block; }

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

html {
  height: 100%; }

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, serif;
  font-size: 1.125em;
  height: 100%;
  line-height: 1.388888889em;
  min-height: 100%; }
  @media (min-width: 44em) {
    body {
      line-height: 1.5em; } }

.houdini-input {
  position: absolute;
  opacity: 0; }

.houdini-input--visible {
  position: static;
  opacity: 1; }

.houdini-target {
  display: none; }
  .houdini-input:checked + .houdini-target, .houdini-input:checked + .houdini-label + .houdini-target {
    display: block; }

a {
  color: #F37D7D;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #ef4e4e; }

h1, h2, .site-content h1, h3, h4, h5, h6 {
  font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, serif;
  line-height: 1.1em;
  margin-bottom: 0.33em;
  margin-top: 0;
  font-weight: 600; }

h1,
.primary-heading {
  font-size: 2.666666667em; }
  @media (min-width: 44em) {
    h1,
    .primary-heading {
      font-size: 4em; } }

h2, .site-content h1,
.secondary-heading {
  font-size: 2em; }
  @media (min-width: 44em) {
    h2, .site-content h1,
    .secondary-heading {
      font-size: 2.444444444em; } }

h3,
.tertiary-heading {
  font-size: 1.166666667em;
  line-height: 1.4em; }
  @media (min-width: 44em) {
    h3,
    .tertiary-heading {
      font-size: 1.277777778em; } }

h4,
.quarternary-heading {
  font-size: 1.055555556em; }
  @media (min-width: 44em) {
    h4,
    .quarternary-heading {
      font-size: 1.166666667em; } }

p {
  margin: 0 0 1em 0; }

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

code {
  padding: 0.1em 0.2em;
  background-color: #F4F4F4;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7e7e7; }
  p code {
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.1em 0.2em;
    margin: 0 0.1em;
    vertical-align: middle; }

pre {
  background-color: #F4F4F4;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  display: block;
  font-size: 0.8em;
  line-height: 1.4375em;
  max-width: 100%;
  padding: 1em;
  white-space: pre-wrap;
  text-align: left; }
  pre code {
    background: transparent;
    border: none;
    padding: 0; }

hr {
  border: none;
  border-top: 1px solid #E9E9E9;
  margin: 2em 0; }

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

ol,
ul {
  padding-left: 1.8em; }

th {
  text-align: left; }

strong, b {
  font-weight: 700; }

mark {
  background-color: #fcdada; }

blockquote {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  color: #666666;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.5em;
  margin: 1em 0;
  padding: 1em 1em 1em 1.5em; }

input[type=file] {
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
input[type=time],
input[type=datalist],
input[type=date],
textarea {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  max-width: 100%;
  padding: 0.66em; }

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none; }

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

legend {
  font-family: "Roboto", "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, serif;
  font-size: 1.764705882em;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0.33em; }

table {
  border-collapse: collapse;
  font-size: 0.875em;
  margin: 1em 0 1.75em 0;
  max-width: 100%;
  width: 100%; }
  table p {
    margin: 0; }

td, th {
  border-bottom: 1px solid #E9E9E9;
  padding: 0.75em 0.6em;
  text-align: left; }

th {
  background: inherit; }

th[scope="row"] {
  color: #666666; }

tbody tr:hover {
  background-color: #FFFFFF; }
  tbody tr:hover th[scope="row"] {
    color: #333333; }

caption {
  color: #666666;
  margin: 0;
  padding: 0.5em 0;
  text-align: left; }

tfoot {
  font-size: 0.875em;
  font-weight: normal; }
  tfoot td {
    text-align: right;
    border: none; }

.layout-equal-columns .first-column,
.layout-equal-columns .second-column {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
@media (min-width: 44em) {
  .layout-equal-columns .first-column {
    width: 47.5%;
    margin-right: 3%; } }
@media (min-width: 44em) {
  .layout-equal-columns .second-column {
    width: 47.5%; } }

.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.row:after {
  clear: both; }

.column-one-half,
.column-one-quarter,
.column-three-quarters,
.column-one-third,
.column-two-thirds,
.column-seven-twelfths,
.column-five-twelfths {
  width: 100%; }

@media (min-width: 56em) {
  [class^="column-"] {
    float: left; }

  [class^="column-"] + [class^="column-"] {
    margin-left: 3%; }

  .column-one-half {
    width: 48.5%; }

  .column-one-quarter {
    width: 23.5%; }

  .column-three-quarters {
    width: 73.5%; }

  .column-two-thirds {
    width: 63.333333333%; }

  .column-one-third {
    width: 30.333333333%; }

  .column-seven-twelfths {
    width: 55.333333333%; }

  .column-five-twelfths {
    width: 41.6666667%; } }
.layout-grid-boxes .grid-box {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 44em) {
    .layout-grid-boxes .grid-box {
      width: 48.5%;
      margin-right: 3%; }
      .layout-grid-boxes .grid-box:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 67.5em) {
    .layout-grid-boxes .grid-box {
      width: 22.75%; }
      .layout-grid-boxes .grid-box:nth-child(n) {
        margin-right: 3%; }
      .layout-grid-boxes .grid-box:nth-child(4n+4) {
        margin-right: 0; } }

@media (min-width: 67.5em) {
  .layout-grid-boxes--thirds .grid-box {
    width: 31.333333333%; }
    .layout-grid-boxes--thirds .grid-box:nth-child(n) {
      margin-right: 3%; }
    .layout-grid-boxes--thirds .grid-box:nth-child(3n+3) {
      margin-right: 0; } }

.layout-grid-boxes--sixths .grid-box {
  width: 48.5%;
  margin-right: 3%; }
  .layout-grid-boxes--sixths .grid-box:nth-child(even) {
    margin-right: 0; }
  @media (min-width: 44em) {
    .layout-grid-boxes--sixths .grid-box {
      width: 31.333333333%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(n) {
        margin-right: 3%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 56em) {
    .layout-grid-boxes--sixths .grid-box {
      width: 22.75%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(n) {
        margin-right: 3%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(4n+4) {
        margin-right: 0; } }
  @media (min-width: 67.5em) {
    .layout-grid-boxes--sixths .grid-box {
      width: 14.166666667%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(n) {
        margin-right: 3%;
        margin-bottom: 2%; }
      .layout-grid-boxes--sixths .grid-box:nth-child(6n+6) {
        margin-right: 0; } }

@-webkit-keyframes pulse {
  0% {
    background-color: #00CBD9; }
  25% {
    background-color: #01BFA9; }
  50% {
    background-color: #00CBD9; }
  75% {
    background-color: #DC73E6; } }
.container, .ms-header__row {
  margin: 0 auto;
  max-width: 71.111111111em;
  padding: 0 1em;
  position: relative; }
  @media (min-width: 44em) {
    .container, .ms-header__row {
      padding: 0 2em; } }

.container--flush {
  padding: 0; }
  @media (min-width: 80em) {
    .container--flush {
      padding: 0 2em; } }

.container--superwide--flush {
  padding: 0;
  max-width: 86.666666667em; }
  @media (min-width: 1600px) {
    .container--superwide--flush {
      padding: 0 2em; } }

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

.unstyled-list, .grid-list {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0; }
  .unstyled-list ul.unstyled-list, .grid-list ul.unstyled-list, .unstyled-list ul.grid-list, .grid-list ul.grid-list {
    margin-left: 1.5em; }

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

p.lead {
  font-size: 1.2em; }

@media (max-width: 55.9444444444em) {
  .large-screen-only {
    display: none; } }

.button {
  background-color: #01BFA9;
  border-radius: 5px;
  border: 1px solid #01BFA9;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  padding: 0.75em 1.5em;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .button:hover, .button:active, .button:focus {
    background-color: #01a693;
    border-color: #01a693;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .button + .button {
    margin-left: 1em; }

.button--secondary {
  background-color: #F37D7D;
  border-color: #F37D7D; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    background-color: #f16666;
    border-color: #f16666; }

.button--tertiary, .button--download {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  color: #666666; }
  .button--tertiary:hover, .button--download:hover, .button--tertiary:active, .button--download:active, .button--tertiary:focus, .button--download:focus {
    background-color: #cbcbcb;
    border-color: #cbcbcb;
    color: #333333; }

.button--quarternary {
  background: transparent;
  color: #666666;
  font-weight: normal;
  border-color: rgba(0, 0, 0, 0.1); }
  .button--quarternary:hover, .button--quarternary:active, .button--quarternary:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: #666666; }

.button--small {
  padding: 0.2em 0.7em;
  font-size: 0.9em; }

.button--block {
  display: block;
  margin-bottom: 0.5em; }
  @media (min-width: 44em) {
    .button--block {
      display: inline-block;
      margin-bottom: 0; } }

.button-group {
  display: block;
  padding: 0; }
  .button-group > .button {
    display: block;
    border-radius: 0; }
    .button-group > .button:first-child {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
    .button-group > .button:last-child {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
  .button-group > .button + .button {
    margin-top: -1px; }
  @media (min-width: 44em) {
    .button-group {
      display: inline-block;
      vertical-align: middle; }
      .button-group > .button {
        display: inline-block;
        float: left; }
        .button-group > .button:first-child {
          border-radius: 0;
          border-bottom-left-radius: 5px;
          border-top-left-radius: 5px; }
        .button-group > .button:last-child {
          border-radius: 0;
          border-bottom-right-radius: 5px;
          border-top-right-radius: 5px; }
      .button-group > .button + .button {
        margin-top: 0;
        margin-left: -1px; } }

.form-control,
input[type].form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 10px;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.page-section, .hero {
  padding: 2em 0; }
  @media (min-width: 44em) and (min-height: 600px) {
    .page-section, .hero {
      padding: 2.5em 0; } }
  @media (min-width: 44em) and (min-height: 700px) {
    .page-section, .hero {
      padding: 3em 0; } }
  .page-section > .container > :first-child, .hero > .container > :first-child, .page-section > .ms-header__row > :first-child, .hero > .ms-header__row > :first-child {
    margin-top: 0; }
  .page-section > .container > :last-child, .hero > .container > :last-child, .page-section > .ms-header__row > :last-child, .hero > .ms-header__row > :last-child {
    margin-bottom: 0; }

.page-section--grey {
  background-color: #F4F4F4; }
  .page-section--grey pre {
    background-color: #fff; }

.page-section--black {
  color: #fff;
  background-color: #333333; }
  .page-section--black a {
    color: #fff; }

.page-section--green {
  color: #fff;
  background-color: #01BFA9; }
  .page-section--green a {
    color: #fff; }
  .page-section--green .button--primary {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #01BFA9; }
    .page-section--green .button--primary:hover, .page-section--green .button--primary:active, .page-section--green .button--primary:focus {
      background-color: #e6f9f6;
      border-color: #e6f9f6;
      color: #01BFA9; }

.page-section--no-padding {
  padding: 0; }

.page-section--border-top {
  border-top: 1px solid #E9E9E9; }

.hero {
  text-align: center; }
  .hero p:last-child {
    margin-bottom: 0; }

.hero--jazzy {
  position: relative;
  top: -1px;
  background-color: #00CBD9;
  -webkit-animation: pulse 60s infinite;
  color: #FFFFFF; }
  .hero--jazzy .subtitle {
    opacity: 0.8; }
    .hero--jazzy .subtitle a {
      opacity: 1;
      text-decoration: none; }
  .hero--jazzy a {
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: underline; }
    .hero--jazzy a:hover, .hero--jazzy a:active, .hero--jazzy a:focus {
      text-decoration: none;
      opacity: 1; }

.alert {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #E9E9E9;
  border-radius: 5px; }
  .alert > :first-child {
    margin-top: 0; }
  .alert > :last-child {
    margin-bottom: 0; }

.alert--success {
  background-color: #ccf2ee;
  border-color: #67d9cb; }

.alert--error {
  background-color: #fde5e5;
  border-color: #f8b1b1; }

.grid-list {
  margin: 0 -1em; }
  .grid-list > * {
    padding: 1em;
    width: 100%; }

.flexwrap .grid-list {
  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; }
  @media (min-width: 44em) {
    .flexwrap .grid-list > * {
      width: 50%; } }
  @media (min-width: 66em) {
    .flexwrap .grid-list > * {
      width: 33.3333333333%; } }
.flexwrap .grid-list--vertically-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
@media (min-width: 66em) {
  .flexwrap .grid-list--narrow-columns > * {
    width: 25%; } }

.avatar-unit {
  display: block;
  color: inherit;
  position: relative;
  padding: 0 0 0 3em; }
  .avatar-unit > * {
    margin: 0;
    line-height: 1.2em; }
  .avatar-unit .avatar {
    display: block;
    height: 2em;
    width: 2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    background: #01BFA9;
    border-radius: 1em; }
    .avatar-unit .avatar .fa {
      line-height: 2em;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .avatar-unit h3 {
    font-weight: 500; }
    .avatar-unit h3 + p {
      margin-bottom: 0.2em; }
  .avatar-unit p {
    opacity: 0.5; }

.js-fixed-thead__clone {
  position: fixed;
  top: 0;
  background-color: #fff; }

.js-fixed-child--fixed {
  position: fixed;
  top: 0; }

.js-fixed-child--absolute {
  position: absolute; }

.js-fixed-parent {
  position: relative; }

.js-sortable th {
  cursor: pointer; }
  .js-sortable th:after {
    display: inline-block;
    content: "\f0dc";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #ccc;
    margin-left: 0.5em; }
  .js-sortable th:hover:after {
    color: inherit; }
  .js-sortable th[data-sortable-unsortable] {
    cursor: default; }
    .js-sortable th[data-sortable-unsortable]:after {
      display: none; }
  .js-sortable th.sortedDown:after {
    content: "\f0dd";
    color: #01BFA9; }
  .js-sortable th.sortedUp:after {
    content: "\f0de";
    color: #01BFA9; }

.term-navigation {
  text-align: center;
  padding: 0.5em 0; }
  .term-navigation > * {
    display: block;
    padding: 0.5em 0;
    font-size: 0.9em; }
  @media (min-width: 56em) {
    .term-navigation {
      padding: 0;
      position: relative; }
      .term-navigation > * {
        padding: 1em 0; } }

@media (min-width: 56em) {
  .term-navigation__prev {
    position: absolute;
    left: 0;
    top: 0; }

  .term-navigation__next {
    position: absolute;
    right: 0;
    top: 0; } }
.no-js .term-navigation__jump {
  display: none; }
.term-navigation__jump select {
  margin-left: 0.3em;
  vertical-align: 0.1em;
  max-width: 100%; }

.person-link {
  display: inline-block;
  width: 24px;
  padding-top: 24px;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 0.3em; }

.person-card {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.person-card__primary,
.person-card__section {
  padding: 18px; }

.person-card__primary:before, .person-card__primary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.person-card__primary:after {
  clear: both; }

.person-card__image {
  float: left;
  width: 54px;
  height: auto; }

.person-card__name,
.person-card__politics {
  margin: 0 0 0 72px;
  line-height: 1.3em; }

.person-card__politics {
  margin-top: 0.2em;
  font-size: 0.8888888889em; }
  .person-card__politics + .person-card__politics {
    margin-top: 0.5em; }

.person-card__politics__date {
  display: block;
  font-size: 0.875em;
  color: #999999; }

.person-card__section {
  background-color: #f2fcfb;
  border-top: 1px solid #e2eceb;
  font-size: 0.8888888889em;
  display: none; }
  .person-card__section .gender {
    text-transform: capitalize; }
  .person-card__section table {
    font-size: inherit;
    margin: 0; }
  .person-card__section td, .person-card__section th {
    border: none;
    padding: 0; }
  .person-card__section tr + tr th, .person-card__section tr + tr td {
    padding-top: 0.5em; }
  .person-card__section tr:hover {
    background-color: transparent; }
  .person-card__section td {
    padding-left: 1em;
    width: 100%;
    line-height: 1.3em; }
  .person-card__section th {
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: inherit;
    color: #4daca1;
    vertical-align: top; }

[data-active-section="social"] .person-card__section--social {
  display: block; }

[data-active-section="bio"] .person-card__section--bio {
  display: block; }

[data-active-section="contacts"] .person-card__section--contacts {
  display: block; }

[data-active-section="identifiers"] .person-card__section--identifiers {
  display: block; }

.js-person-card__section--visible {
  display: block !important; }

.js-filter-target--hidden {
  display: none; }

.card-filters {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8; }
  @media (min-width: 44em) {
    .card-filters {
      padding: 1em 0;
      text-align: center; } }
  .js-fixed-child--fixed .card-filters {
    background-color: rgba(244, 244, 244, 0.9);
    border-top-color: rgba(244, 244, 244, 0.9);
    margin: 0 -1em;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.2); }

.card-filters__filter {
  margin: 1em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .card-filters__filter label {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.3em;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1em;
    white-space: nowrap; }
  .card-filters__filter label + * {
    -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; }
  .card-filters__filter .js-filter-trigger--changed,
  .card-filters__filter input[type].js-filter-trigger--changed {
    background-color: #fffadd;
    border: 2px solid #01BFA9; }
  @media (min-width: 44em) {
    .card-filters__filter {
      display: inline;
      display: inline-block;
      margin: 0; }
      .card-filters__filter + .card-filters__filter {
        margin-left: 1.5em; }
      .card-filters__filter label,
      .card-filters__filter label + * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
      .card-filters__filter label,
      .card-filters__filter .form-control,
      .card-filters__filter input[type].form-control {
        display: inline;
        display: inline-block;
        width: auto; }
      .card-filters__filter .form-control,
      .card-filters__filter input[type].form-control {
        min-width: 11em; }
      .card-filters__filter label {
        font-size: 0.9em;
        margin-bottom: 0;
        padding-right: 0.5em; } }

.site-nav,
.site-header {
  color: #333333;
  padding: 1em 0;
  border-bottom: 1px solid #E9E9E9; }
  .site-nav:before, .site-nav:after,
  .site-header:before,
  .site-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site-nav:after,
  .site-header:after {
    clear: both; }
  @media (min-width: 56em) and (min-height: 600px) {
    .site-nav,
    .site-header {
      padding: 1.5em 0; } }
  @media (min-width: 56em) and (min-height: 700px) {
    .site-nav,
    .site-header {
      padding: 2em 0; } }
  .site-nav a,
  .site-header a {
    color: #333333; }
    .site-nav a:hover, .site-nav a:active, .site-nav a:focus,
    .site-header a:hover,
    .site-header a:active,
    .site-header a:focus {
      color: #ef4e4e; }

@media (min-width: 67.5em) {
  .site-nav--country {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: none; } }

.site-nav__logo {
  float: left;
  display: block;
  width: 156px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  background: transparent url(/images/logo-small.png) 0 0 no-repeat;
  background-size: 156px 30px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .site-nav__logo {
      background-image: url(/images/logo-small@2.png); } }
  @media (all) {
    .site-nav__logo {
      background-image: url(/images/logo-small.svg), none; } }
  @media (min-width: 67.5em) {
    .site-nav__logo {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -130px;
      width: 260px;
      padding-top: 50px;
      background-image: url(/images/logo-large.png);
      background-size: 260px 50px; } }
  @media (min-width: 67.5em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 67.5em) and (min-resolution: 144dpi) {
    .site-nav__logo {
      background-image: url(/images/logo-large@2.png); } }
  @media (min-width: 67.5em) and (all) {
    .site-nav__logo {
      background-image: url(/images/logo-large.svg), none; } }

  .site-nav--country .site-nav__logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    margin-left: 0;
    width: 156px;
    padding-top: 30px;
    background-image: url(/images/logo-small.png);
    background-size: 156px 30px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .site-nav--country .site-nav__logo {
        background-image: url(/images/logo-small@2.png); } }
    @media (all) {
      .site-nav--country .site-nav__logo {
        background-image: url(/images/logo-small.svg), none; } }
    @media (min-width: 67.5em) {
      .site-nav--country .site-nav__logo {
        margin-top: 5px; } }

.site-nav__menu {
  display: none;
  list-style: none;
  padding: 1em 0 0 0;
  margin: 0;
  clear: both; }
  .site-nav__menu.site-nav__menu--active {
    display: block; }
  .no-js .site-nav__menu {
    display: block; }
  .site-nav__menu a {
    display: block;
    border-top: 1px solid #E9E9E9;
    font-weight: bold;
    padding: 0.5em 0; }
  @media (min-width: 44em) {
    .site-nav__menu {
      display: block;
      float: right;
      clear: none;
      padding: 0;
      margin: 0 -1em; }
      .site-nav__menu li {
        display: block;
        float: left;
        margin: 0 1em; }
      .site-nav__menu a {
        display: inline-block;
        border-top: 0;
        padding: 0; } }
  @media (min-width: 67.5em) {
    .site-nav__menu {
      position: relative;
      z-index: 10; }
      .site-nav__menu a {
        line-height: 30px;
        padding: 5px 0; } }

.site-nav__menu-toggle {
  float: right;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer; }
  @media (min-width: 44em) {
    .site-nav__menu-toggle {
      display: none; } }

.site-header {
  text-align: center; }
  @media (min-width: 67.5em) {
    .site-header {
      padding-left: 14em;
      padding-right: 14em; } }
  .site-header h2, .site-header .site-content h1, .site-content .site-header h1 {
    font-size: 2em;
    margin: 0; }
  .site-header h3 {
    margin: 0.4em 0 0 0;
    line-height: 1.1em; }

.mysoc-footer .column-one-third {
  width: 28.8333%; }

.mysoc-footer__links {
  font-size: 0.8888889em; }

.ms-header {
  background-color: #333333; }

.ms-header__row:before, .ms-header__row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.ms-header__row:after {
  clear: both; }

.ms-header__logo {
  height: 41px;
  text-align: center; }
  @media (min-width: 44em) {
    .ms-header__logo {
      float: right;
      text-align: right; } }
  .ms-header__logo a {
    display: inline-block;
    height: 0;
    padding-top: 41px;
    width: 101px;
    overflow: hidden;
    background: transparent url("/images/mysociety-header_logo.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .ms-header__logo a {
        background-image: url("/images/mysociety-header_logo@2.png");
        background-size: 101px 21px; } }

.mysoc-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  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: 44em) {
    .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: 44em) {
      .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: #434343;
  color: #fff;
  padding: 1.5em;
  border-radius: 0.3em;
  margin-top: 1em; }
  @media (min-width: 44em) {
    .mysoc-footer__donate {
      margin-top: 0; } }

.mysoc-footer__donate__button {
  display: inline-block;
  background-color: #F37D7D;
  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: #f16666;
    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("../../images/mysoc-footer-dark/logo-mysociety.png") 0 0 no-repeat;
  background-size: 152px 32px;
  background-image: url("../../images/mysoc-footer-dark/logo-mysociety.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__org__logo--mysociety {
      background-image: url("../../images/mysoc-footer-dark/logo-mysociety@2x.png"); } }

.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: 44em) {
    .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%; }

.mysoc-footer__badge--github {
  background: transparent url("../../images/mysoc-footer-dark/icon-github.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../../images/mysoc-footer-dark/icon-github.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--github {
      background-image: url("../../images/mysoc-footer-dark/icon-github@2x.png"); } }

.mysoc-footer__badge--twitter {
  background: transparent url("../../images/mysoc-footer-dark/icon-twitter.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../../images/mysoc-footer-dark/icon-twitter.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--twitter {
      background-image: url("../../images/mysoc-footer-dark/icon-twitter@2x.png"); } }

.mysoc-footer__badge--facebook {
  background: transparent url("../../images/mysoc-footer-dark/icon-facebook.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../../images/mysoc-footer-dark/icon-facebook.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--facebook {
      background-image: url("../../images/mysoc-footer-dark/icon-facebook@2x.png"); } }

.homepage-hero select,
.homepage-hero .ui-autocomplete-input {
  width: 20em;
  max-width: 100%; }
.homepage-hero .ui-autocomplete-input {
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #f9f9f9 url("/images/homepage-search-icon.png") 0.9em 50% no-repeat;
  text-indent: 2em; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .homepage-hero .ui-autocomplete-input {
      background-image: url("/images/homepage-search-icon@2.png");
      background-size: 20px 20px; } }
  .homepage-hero .ui-autocomplete-input:focus {
    outline: none;
    background-color: #fff; }
.homepage-hero h1, .homepage-hero p {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
.homepage-hero h1 + p {
  font-size: 1.2em; }
.homepage-hero .container, .homepage-hero .ms-header__row {
  position: relative;
  z-index: 2; }
.homepage-hero a {
  opacity: 1;
  text-decoration: none;
  border-bottom: 0.05em solid rgba(255, 255, 255, 0.8);
  display: inline-block; }
  .homepage-hero a:hover, .homepage-hero a:focus {
    border-bottom-color: #fff; }

.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-widget-content {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff; }

.ui-menu .ui-menu-item {
  position: relative;
  line-height: 1.2em;
  padding: 0.7em 6em 0.7em 2.66em;
  border: none;
  border-bottom: 1px solid #F4F4F4; }
  .ui-menu .ui-menu-item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .ui-menu .ui-menu-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: none; }
  .ui-menu .ui-menu-item.ui-state-focus {
    margin: 0;
    background: #E9E9E9; }

.autocomplete-country__people {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  color: #999;
  font-size: 0.8em;
  line-height: 1.2em; }

.homepage-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden; }
  .homepage-map .jvectormap-container {
    height: 150%;
    top: -5em; }

.homepage-data-example {
  text-align: center; }
  .homepage-data-example h2, .homepage-data-example .site-content h1, .site-content .homepage-data-example h1 {
    font-size: 1.8em; }

.party-groupings__title {
  font-size: 0.875em;
  margin-bottom: 1.5em; }
  @media (min-width: 44em) {
    .party-groupings__title {
      text-align: center; } }
  .party-groupings__title h2, .party-groupings__title .site-content h1, .site-content .party-groupings__title h1 {
    margin-bottom: 0; }

.country__legislature {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }
  @media (min-height: 600px) {
    .country__legislature {
      padding-bottom: 1.5em;
      margin-bottom: 2em; } }
  .country__legislature > :last-child {
    margin-bottom: 0; }

.country__legislature__header {
  text-align: center;
  margin-bottom: 1em; }
  .country__legislature__header:before, .country__legislature__header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .country__legislature__header:after {
    clear: both; }
  @media (min-width: 44em) {
    .country__legislature__header {
      text-align: left;
      margin-bottom: 0; }
      .country__legislature__header h3 {
        float: left; }
      .country__legislature__header .button {
        float: right;
        margin-top: -0.3em; } }

@media (min-width: 44em) {
  .page-section--gender-balance-promo {
    margin-top: 2em;
    padding: 3em 0; } }

@media (min-width: 44em) {
  .gender-balance-promo {
    position: relative;
    padding-left: 340px;
    max-width: 44em;
    margin: 0 auto; } }
.gender-balance-promo p {
  margin-bottom: 0; }
.gender-balance-promo p + p {
  margin-top: 1em; }

.gender-balance-promo__demo {
  display: block;
  position: relative;
  bottom: -2em; }
  @media (min-width: 44em) {
    .gender-balance-promo__demo {
      position: absolute;
      left: 0;
      bottom: -3em; } }

.screenshot-wrapper {
  background: transparent url(/images/iphone.png) 0 0 no-repeat;
  padding: 70px 24px 0 24px;
  margin: 0 auto;
  width: 280px; }
  .screenshot-wrapper img {
    width: 232px;
    height: 330px;
    vertical-align: bottom; }

.url-demo-box {
  border: 1px solid #ccc;
  padding: 1em;
  font-size: 120%;
  line-height: 1.4; }

.process-boxes div {
  padding: 1em;
  border-radius: 0.25em;
  margin: 0.5em;
  width: 66%;
  font-weight: bold; }
  .process-boxes div p {
    margin: 0.25em 1em;
    font-weight: normal; }
  .process-boxes div.step-0 {
    background-color: #ffbbbb;
    margin-top: 1em; }
  .process-boxes div.step-1 {
    background-color: #ffffbb; }
  .process-boxes div.step-2 {
    background-color: #bbffbb;
    margin-bottom: 1em; }

.section-intro {
  font-size: 1.1875em;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 1em; }

.country-list__section-header {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5em;
  margin: 2em 0 0.5em 0; }

.fourohfour-suggestions {
  margin-top: 2em; }

.fourohfour-suggestions__or {
  margin: 0 1em; }

.url-part-domain {
  background-color: #ddffdd;
  color: #000;
  border: 2px solid #009900;
  padding: 0.1em; }

.url-part-sha {
  background-color: #ffdddd;
  border: 2px solid #990000;
  padding: 0.1em; }

.url-part-file {
  background-color: #ddddff;
  border: 2px solid #000099;
  padding: 0.1em; }

.url-part-file-alt {
  background-color: #ffffdd;
  border: 2px solid #999900;
  padding: 0.1em; }

/* used to show nested data structure in data_summary.erb */
.nested-boxes {
  margin-bottom: 1em; }
  .nested-boxes div {
    padding: 0.5em 1em;
    background: white;
    font-family: inherit; }
    .nested-boxes div.odd-nest {
      background: #ddd; }

/* used to show data definitions in data_summary.erb */
table.definition th, table.definition td {
  font-size: 1.125em; }
table.definition th {
  font-weight: normal;
  font-family: monospace;
  text-align: left; }
table.definition tr:nth-of-type(odd) {
  background-color: #eee; }

.superscript {
  font-size: .83em;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

.data-completeness-wrapper {
  background-color: #01b09c;
  padding: 2em 0;
  margin: 2em 0; }

.data-completeness {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .data-completeness .canvas-wrapper,
  .data-completeness .chart-full {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    margin-right: 0.5em; }
  .data-completeness .chart-full {
    border-radius: 100%;
    background-color: #fff;
    color: #01b09c;
    text-align: center; }
    .data-completeness .chart-full .fa {
      margin-top: 0.5em; }

.data-completeness__label {
  font-weight: bold;
  margin-right: 0.2em; }

.download-members {
  font-size: 0.5em;
  margin-left: 1em; }
  @media (max-width: 28em) {
    .download-members {
      display: block;
      margin-left: 0; } }

.source-credits a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }
