/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
 * Reset
 * ========================================================================== */

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 12px;
  display: flex;
}

* {
  box-sizing: border-box;
}

body {
  flex: 1;
}

body > div {
    flex: 1;
    width: 100%;
  }

hr {
  background: #f4f7f9;
  height: 3px;
  width: 100%;
  margin-top: 2rem;
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
}

a, button, input {
  outline: none;
  font-family: 'acumin-pro', 'Segoe UI', 'HelveticaNeue-Light', sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover, a:focus {
  color: #556374;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * Colours
 * ======================================================================== */

:root {

  /* Maker Colour */
}

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

/*
  * Media queries breakpoints
  * ======================================================================== */

--screen-xs-min: 480px;

/* Extra small screen / phone */

--screen-sm-min: 768px;

/* Small screen / tablet */

--screen-md-min: 992px;

/* Medium screen / desktop */

--screen-lg-min: 1200px;

/* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

/*
 * Gutters
 * ======================================================================== */

/*
 * Z-index map
 * ======================================================================== */

/*
 * Theme
 * ======================================================================== */

:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}

html {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

html {
  font-family: 'acumin-pro', 'Segoe UI', 'HelveticaNeue-Light', sans-serif;
  font-weight: 400;
}

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

html {
  height: auto;
  min-height: 100%;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  overflow-y: scroll;
}

.app__container-cover {
  transition: visibility 0s linear 180ms,
    opacity 180ms linear 0s;
  visibility: hidden;
  opacity: 0;
}

.app__container-cover {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 98;
}

.app {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  width: 100%;
  height: 100%;
  line-height: 18px;
  padding-top: 50px;
  background-color: #fff;
  color: #163d69;
}

.app--sidebar .app__container {
      overflow: hidden;
    }

.app--sidebar .app__container-cover {
      transition-delay: 0s;
      visibility: inherit;
      opacity: 0.8;
    }

.app--logged-in {
    background-color: #f9fcfe;
  }

.app > .sidebar {
    z-index: 100;
  }

@media (min-width: 768px) {

.app {
    padding-top: 0
}
      .app--sidebar .app__container-cover {
        visibility: hidden;
        opacity: 0;
      }
  }

.app__container {
  position: relative;
  width: 100%;
  display: flex;
  flex: 1;
}

@media (min-width: 768px) {

.app__container {
    margin-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0
}
  }

.app__container-cover {
  position: fixed;
  z-index: 99;
  z-index: 99;
  background-color: #24384c;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.logo {
  display: block;
  width: 109px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  padding: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' viewBox='0 0 109 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.512 13l-1.17-2.718H5.068L3.898 13H.91L6.346.418h2.718L14.5 13h-2.988zM7.714 4.162L6.13 7.816h3.15L7.714 4.162zm20.654-1.314V13H25.56V2.848h-3.564V.418h9.936v2.43h-3.564zm18.944 0V13h-2.808V2.848H40.94V.418h9.936v2.43h-3.564zM70 .418V2.92h-6.264v2.592h5.634v2.394h-5.634v2.61h6.462V13h-9.27V.418H70zm13.643 2.51c-.27.223-.405.517-.405.883 0 .367.165.658.495.874.33.216 1.092.47 2.286.765 1.193.293 2.12.734 2.78 1.322.66.588.99 1.446.99 2.574s-.423 2.043-1.27 2.745c-.845.703-1.958 1.054-3.338 1.054-1.992 0-3.786-.738-5.382-2.214l1.674-2.052c1.356 1.188 2.61 1.782 3.762 1.782.516 0 .92-.11 1.215-.333.295-.222.442-.522.442-.9s-.156-.678-.468-.9c-.312-.222-.93-.447-1.854-.675-1.464-.348-2.535-.8-3.213-1.36-.678-.557-1.017-1.433-1.017-2.627 0-1.194.43-2.115 1.287-2.763.858-.648 1.93-.972 3.213-.972.84 0 1.68.144 2.52.432.84.288 1.572.696 2.196 1.224l-1.422 2.052c-1.092-.828-2.22-1.242-3.384-1.242-.468 0-.837.11-1.107.333zm21.76-.08V13h-2.807V2.848h-3.564V.418h9.936v2.43h-3.564z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.nav-items {
  margin: 0;
  line-height: 2rem;
  font-size: 15px;
  padding: 0;
}
.nav-items--first-row > .nav-items__item:not(:last-of-type) {
      padding: 0 0 2rem;
    }
.nav-items__item {
  display: block;
  position: relative;
  color: #a6abb1;
  margin: 1px 0;
}
.nav-items__item-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
}
.nav-items__item-anchor {
  width: calc(100% + 5px);
  display: block;
  font-size: 0.9rem;
  color: #18283a;
  border-radius: 1px;
  padding-left: 5px;
  transform: translateX(-5px);
  transition: background-color 120ms;
}
.nav-items__item-anchor:hover, .nav-items__item-anchor:focus {
    background-color: #e9f0f8;
    color: #18283a !important;
  }
.nav-items__item-anchor--selected {
    font-weight: 500;
    background-color: #e9f0f8;
    color: #18283a !important;
  }
.nav-items__item-anchor--selected::before {
      content: '';
      display: block;
      height: 80%;
      width: 3px;
      background: #eb3d58;
      position: absolute;
      right: 102%;
      top: 10%;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 51px;
  right: -240px;
  left: auto;
  height: calc(100% - 51px);
  width: 240px;
  background-color: #fff;
  border-left: 1px solid #c1cdd9;
  color: #163d69;
  transition: transform 180ms ease;
  z-index: 100;
}
.sidebar--open {
    transform: translateX(-240px);
  }
@media (min-width: 768px) {
.sidebar {
    top: 0;
    height: 100%
}
  }
@media (min-width: 1280px) {
.sidebar {
    //transform: translateX(-240px)
}
  }
.sidebar__logo {
  text-align: center;
  border-bottom: 1px solid #c1cdd9;
  height: 75px;
  line-height: 75px;
  display: none;
}
@media (min-width: 768px) {
.sidebar__logo {
    display: block
}
  }
.sidebar__navigation {
  padding: 2rem;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  // box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
  z-index: 1;
}
@media (min-width: 768px) {
.sidebar__navigation {
    display: none
}
  }
.sidebar__actions {
  flex: 1;
  padding: 1rem;
  background: #fff;
  overflow-y: auto;
}
.sidebar__actions > .title-bar {
    margin: 0;
  }
.sidebar__actions > .title-bar > .title-bar__title {
      font-size: 1.1rem;
    }
@media (min-width: 768px) {
.sidebar__actions > .title-bar > .title-bar__title {
        margin: 1rem 0
    }
      }
@media (min-width: 768px) {
.sidebar__actions {
    max-height: none
}
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.hamburger, .hamburger--active {
  position: relative;
  cursor: pointer;
  transition: transform 120ms;
  width: 20px;
  height: 20px;
}
.hamburger::before, .hamburger--active::before {
    position: absolute;
    width: 80%;
    left: 0;
    height: 2px;
    background-color: #163d69;
    content: '';
    top: 4px;
    left: 10%;
    z-index: 1;
    transition: background-color 120ms, top 120ms,
    left 120ms, bottom 120ms, transform 120ms,
    width 120ms;
  }
.hamburger::after, .hamburger--active::after {
    position: absolute;
    width: 80%;
    left: 10%;
    height: 2px;
    background-color: #163d69;
    content: '';
    bottom: 4px;
    transition: background-color 120ms, top 120ms,
    left 120ms, bottom 120ms, transform 120ms,
    width 120ms;
  }
.hamburger__inner {
  width: 80%;
  left: 10%;
  height: 2px;
  position: absolute;
  background-color: rgb(36, 68, 105);
  transform: translateY(-50%);
  top: 50%;
  transition: background-color 120ms, top 120ms,
    left 120ms, bottom 120ms, transform 120ms,
    width 120ms;
}
.hamburger--active::before {
    background-color: #fff;
    transform: scale(0.7) translateY(-50%) rotate(-45deg);
    width: 100%;
    left: 0;
    top: 50%;
  }
.hamburger--active::after {
    background-color: #fff;
    transform: scale(0.7) translateY(50%) rotate(45deg);
    width: 100%;
    left: 0;
    bottom: 50%;
  }
.hamburger--active > .hamburger__inner {
    height: 100%;
    border-radius: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.topbar__inner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: transform 180ms ease;
}
@media (min-width: 1280px) {
.topbar__inner {
    //transform: translateX(-120px)
}
  }
.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #c1cdd9;
  border-top: 2px solid #2489ff;
  background: #fff;
  margin-top: 0;
  color: #163d69;
  z-index: 101;
}
@media (min-width: 768px) {
.topbar {
    position: relative
}
  }
.topbar__inner {
  position: static;
  position: initial;
  padding: 0 1rem;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
}
.topbar__inner > .nav-items-first-row {
    flex: 1;
    text-align: right;
    visibility: hidden;
    padding: 0;
  }
.topbar__inner > .nav-items-first-row > li {
      display: inline-block;
      line-height: 50px;
    }
.topbar__inner > .nav-items-first-row > li > a {
        padding: 1rem;
      }
@media (min-width: 768px) {
.topbar__inner {
    height: 75px;
    line-height: 75px;
    padding: 0 2rem
}

    .topbar__inner > .nav-items-first-row {
      opacity: 1;
      visibility: visible;
    }

      .topbar__inner > .nav-items-first-row li {
        line-height: 75px;
      }
  }
.topbar__inner-logo {
  flex: 0;
}
.topbar__inner-logo:focus > .logo {
      background-color: #e9f0f8;
    }
.topbar__inner-logout {
  font-size: 15px;
  padding: 0 3px;
  color: #163d69;
  background: transparent;
  border: none;
  cursor: pointer;
}
.topbar__hamburger {
  cursor: pointer;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
.topbar__hamburger {
    opacity: 0;
    visibility: hidden
}
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.page {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: transform 180ms ease;
}
@media (min-width: 1280px) {
.page {
    //transform: translateX(-120px)
}
  }
.page {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  transition: transform 120ms ease;
}
.page__sidebar {
    display: none;
    flex: 0;
    min-width: 200px;
    border-right: 1px solid #d9e2ec;
    padding: 2rem 0 2rem 2rem;
  }
@media (min-width: 768px) {
.page__sidebar {
      display: block
  }
    }
.page__content {
    flex: 1;
    width: 100%;
    text-align: left;
  }
@media (min-width: 768px) {
.page__content {
      padding: 2rem
  }
    }
.page > div {
    width: 100%;
  }
@media (min-width: 768px) {
.page {
    padding: 0
}
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.login-page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.login-page__form {
    margin: auto;
    width: 100%;
    text-align: center;
    transform: translateY(-20px);
  }
.login-page__form-title {
      margin-bottom: 1rem;
    }
.login-page__form-autologin {
      line-height: 1.25;
      width: 100%;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      height: 4rem;
      padding: 1.5rem 1rem;
      font-size: 15px;
      display: block;
      background-color: #32cf69;
      color: #fff;
    }
.login-page__form-autologin:hover, .login-page__form-autologin:focus {
        color: #fff;
      }
.login-page__form-button {
      max-width: none;
    }
.login-page__form-logo {
      margin-bottom: 2rem;
    }
.login-page__form-link {
      display: block;
      margin-top: 2rem;
      font-size: 15px;
    }
@media (min-width: 768px) {
.login-page__form {
      max-width: 350px
  }
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
@-webkit-keyframes shake-animation {
  0%, 100% {
    transform: translateX(0);
  }
  16.5%, 49.5%, 82.5% {
    transform: translateX(-0.5rem);
  }
  33%, 66% {
    transform: translateX(0.5rem);
  }
}
@keyframes shake-animation {
  0%, 100% {
    transform: translateX(0);
  }
  16.5%, 49.5%, 82.5% {
    transform: translateX(-0.5rem);
  }
  33%, 66% {
    transform: translateX(0.5rem);
  }
}
.input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c1cdd9;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.1rem;
  height: 4rem;
  padding: 0 1rem;
  transition: border-color 80ms;
}
.input:focus {
    border-color: #2489ff;
  }
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button, .input::-webkit-clear-button {
    /* Removes blue cross */
    -webkit-appearance: none;
    margin: 0;
  }
.input--error-enter-active {
      -webkit-animation: shake-animation;
              animation: shake-animation;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: 280ms;
              animation-duration: 280ms;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      border-color: #eb3d58 !important;
    }
@media (min-width: 768px) {
.input {
    height: 4rem
}
  }
.entered-exit {
  color: blue !important;
  background: red !important;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #c1cdd9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1cdd9;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c1cdd9;
  opacity: 1;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.grouped-inputs {
  margin: 1rem 0;
}
.grouped-inputs__input:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
.grouped-inputs__input:not(:last-of-type) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }
.grouped-inputs__input:first-of-type:focus + .input {
    border-top-color: #2489ff;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.button {
  min-width: 80px;
  position: relative;
  height: 3rem;
  line-height: 1.25;
  font-size: 15px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 1rem 1rem;
  overflow: hidden;
  transition: background-color 120ms, padding 120ms;
}
.button--loading .button__text {
      opacity: 0;
    }
.button--loading .button__loading {
      opacity: 1;
    }
.button--small {
    height: 2rem;
    line-height: 0.8rem;
    padding: 0.5rem;
    font-size: 0.8rem;
    max-width: 160px;
    width: auto;
  }
.button--large {
    height: 4rem;
    line-height: 1.25;
    padding: 1.5rem 1rem;
    font-size: 15px;
    max-width: 200px;
  }
.button--primary {
    background-color: #32cf69;
    color: #fff;
  }
.button--primary:hover, .button--primary:focus {
      background-color: rgb(69, 211, 119);
    }
.button--primary:active, .button--primary.button--active {
      background-color: rgb(39, 165, 83);
    }
.button--secondary {
    color: #fff;
    background-color: #2489ff;
  }
.button--secondary:hover, .button--secondary:focus {
      background-color: #1e70ff;
    }
.button--secondary:active, .button--secondary.button--active {
      background-color: #1864bc;
    }
.button--error {
    color: #fff;
    background-color: #eb3d58;
  }
.button--error:hover, .button--error:focus {
      background-color: #cc3149;
    }
.button--error:active, .button--error.button--active {
      background-color: #cc3149;
    }
.button--disabled {
    color: #fff;
    background-color: #c1cdd9;
    pointer-events: none;
    text-shadow: none;
  }
.button--disabled:hover, .button--disabled:focus, .button--disabled:active, .button--disabled.button--active {
      background-color: #c1cdd9;
    }
.button--round {
    border-radius: 99px;
  }
.button--text {
    min-width: 0;
    background-color: transparent;
    height: auto;
    width: auto;
    color: #2489ff;
    padding: 0;
  }
.button--text:hover, .button--text:focus {
      text-decoration: underline;
    }
.button__text, .button__loading {
  transition: opacity 120ms;
}
.button__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.loading {
  display: none;
  margin: 1rem;
  text-align: center;
}
.loading--enabled {
    display: block;
  }
.loading--minimal {
    margin: 0;
  }
.loading--inverted > .loading__circle {
      background-color: #fff;
    }
.loading__circle {
  background-color: #2489ff;
  width: 7px;
  height: 7px;
  border: none;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  -webkit-animation: 1.8s ease-in-out 0s infinite normal loading-animation;
          animation: 1.8s ease-in-out 0s infinite normal loading-animation;
  transition-delay: 0s;
}
.loading__circle:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
.loading__circle:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
.loading__circle:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
@-webkit-keyframes loading-animation {
  0%, 60% {
    transform: translateY(0);
  }
  10% {
    background: rgba(255, 255, 255, .3);
  }
  20% {
    transform: translateY(-3px);
  }
  30% {
    background: rgba(255, 255, 255, .3);
  }
  40% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loading-animation {
  0%, 60% {
    transform: translateY(0);
  }
  10% {
    background: rgba(255, 255, 255, .3);
  }
  20% {
    transform: translateY(-3px);
  }
  30% {
    background: rgba(255, 255, 255, .3);
  }
  40% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.error-box {
  background: #fffcf2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12'%3E %3Cg fill='%23000' fill-rule='evenodd' opacity='.5'%3E %3Cpath d='M12.392 11.166L6.948.276c-.17-.338-.725-.338-.895 0l-5.5 11c-.077.155-.07.34.02.486C.667 11.91.828 12 1 12h11.02c.276 0 .5-.224.5-.5 0-.13-.048-.246-.128-.334zM1.81 11L6.5 1.618 11.19 11H1.81z'/%3E %3Cpath d='M6 5v3c0 .276.224.5.5.5S7 8.276 7 8V5c0-.276-.224-.5-.5-.5S6 4.724 6 5z'/%3E %3Ccircle cx='6.5' cy='9.5' r='.5'/%3E %3C/g%3E %3C/svg%3E") no-repeat
    1rem 1.5rem;
  line-height: 2rem;
  color: #163d69;
  width: 100%;
  text-align: left;
  border: 0px solid rgb(220, 220, 220);
  border-radius: 3px;
  border-bottom-color: rgb(189, 189, 189);

  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 280ms;
}
.error-box--active {
    -webkit-animation: shake-animation;
            animation: shake-animation;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 280ms;
            animation-duration: 280ms;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    opacity: 1;
    border-width: 1px;
    height: auto;
    visibility: visible;
    padding: calc(1rem - 1px) 1rem calc(1rem - 1px)
      2.5rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.cover-pane {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 98;
}
.cover-pane {
  transition: visibility 0s linear 180ms,
    opacity 180ms linear 0s;
  visibility: hidden;
  opacity: 0;
}
.cover-pane {
  border-radius: 3px;
  background-color: #fff;
}
.cover-pane--clear {
    background-color: rgba(255, 255, 255, .8);
  }
.cover-pane--secondary.cover-pane--clear {
    background-color: rgba(249, 252, 254, .8);
  }
.cover-pane--active {
    transition-delay: 0s;
    visibility: inherit;
    opacity: 1;
    transition: visibility 0s linear 180ms,
      opacity 180ms linear 0s;
  }
.cover-pane--active .cover-pane__content-message {
      opacity: 1 !important;
    }
.cover-pane--active .cover-pane__content-success-tick {
      -webkit-animation-name: success-tick-animation;
              animation-name: success-tick-animation;
      -webkit-animation-duration: 280ms;
              animation-duration: 280ms;
    }
.cover-pane__content {
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
}
.cover-pane__content > ul {
    line-height: 2rem;
    color: #556374;
    font-size: 1.1rem;
  }
.cover-pane__content > .button {
    margin: 2rem auto 0;
    display: block;
  }
.cover-pane__content-loading {
  margin: 0 auto;
}
.cover-pane__content-loading + .cover-pane__content-message {
    margin: 0 auto 2rem;
  }
.cover-pane__content-success-tick {
  margin: 0 auto 2rem;
}
.cover-pane__content-message {
  opacity: 0;
  transition: opacity 120ms;
  margin: 0 auto 2rem;
}
@-webkit-keyframes success-tick-animation {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes success-tick-animation {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.info-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.info-icon--success {
    background-color: #32cf69;
  }
.info-icon--success::after {
      position: absolute;
      content: '';
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      width: 4px;
      height: 14px;
      top: 12px;
      left: 17px;
      transform: rotate(45deg);
    }
.info-icon--success.info-icon--small::after {
        width: 3px;
        height: 9px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        top: 6px;
        left: 10px;
      }
.info-icon--error {
    background-color: #eb3d58;
  }
.info-icon--error::before, .info-icon--error::after {
      position: absolute;
      content: '';
      width: 4px;
      height: 20px;
      top: calc(50% - 10px);
      left: calc(50% - 2px);
      background: #fff;
    }
.info-icon--error::before {
      transform: rotateZ(45deg);
    }
.info-icon--error::after {
      transform: rotateZ(-45deg);
    }
.info-icon--error.info-icon--small::before, .info-icon--error.info-icon--small::after {
        width: 3px;
        height: 13px;
        top: calc(50% - 6.5px);
        left: calc(50% - 1.5px);
      }
.info-icon--small {
    width: 31px;
    height: 31px;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.title-bar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  line-height: 3rem;
  align-items: center;
}
.title-bar > .button {
    width: auto;
  }
.title-bar > .dropdown, .title-bar > .search-box {
    min-width: 200px;
  }
.title-bar__nav {
    flex: 1;
    font-size: 15px;
    list-style: none;
    min-width: 100%;
    margin: 1rem 0;
  }
.title-bar__nav-item {
      display: inline-block;
      padding: 0 1rem;
      border: 1px solid transparent;
    }
.title-bar__nav-item--selected {
        font-weight: 500;
        border: 1px solid #778faa;
        background-color: #fff;
        border-radius: 3px;
      }
.title-bar__nav-item--disabled {
        pointer-events: none;
        opacity: 0.5;
      }
@media (min-width: 768px) {
.title-bar__nav {
      min-width: auto;
      text-align: right;
      margin-right: 2rem
  }
    }
.title-bar__title {
    flex: 1;
    font-size: 1.3rem;
    min-width: 200px;
    padding-left: 3px;
    width: 100%;
  }
.title-bar__title > a {
      margin-right: 0.5rem;
    }
.title-bar__title-segment:not(:last-of-type) {
        color: #778faa;
      }
.title-bar__title-segment:not(:last-of-type)::after {
          content: '/';
          margin-left: 0.5rem;
          pointer-events: none;
          cursor: default;
          color: #778faa;
        }
.title-bar__title-segment:last-of-type {
        pointer-events: none;
        color: #18283a;
      }
@media (min-width: 768px) {
.title-bar__title {
      width: auto;
      padding-left: 0
  }
    }
.title-bar__loading {
    display: inline-block;
    transform: translateY(-2px);
    margin-top: 0;
    margin-bottom: 0;
  }
@media (min-width: 768px) {
.title-bar {
    padding-left: 3px
}

    .title-bar > .search-box {
      min-width: 350px;
    }

      .title-bar > .search-box > .search-box__input > input {
        height: 4rem;
      }

    .title-bar > .dropdown, .title-bar > .search-box {
      flex: 0;
    }
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
    .form > .input:not(:first-of-type) {
      max-width: 100px;
    }
  }
.form__summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.form__summary > .button {
    max-width: none;
  }
@media (min-width: 768px) {
.form__summary > .button {
      max-width: 200px
  }
    }
.form__summary > .error-box {
    width: 100%;
    margin-top: 1rem;
  }
@media (min-width: 768px) {
.form__summary > .error-box {
      flex: 1;
      margin-left: 1rem;
      margin-top: 0;
      width: auto
  }
    }
@media (min-width: 768px) {
.form__summary {
    flex-wrap: nowrap;
    margin-top: 2rem
}

    .form__summary > .button {
      max-width: 200px;
    }

    .form__summary > .error-box {
      flex: 1;
      margin-left: 1rem;
      margin-top: 0;
      width: auto;
    }
  }
.form__summary-success {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  justify-content: flex-end;
}
.form__summary-success-message {
  font-size: 1.1rem;
  margin: 0 1rem;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.label-wrap {
  display: block;
  margin-top: 1rem;
}
.label-wrap__title {
  display: flex;
  font-size: 15px;
  margin-bottom: 1rem;
  padding-left: 3px;
  justify-content: space-between;
  align-items: center;
}
.label-wrap__anchor-button {
  width: auto;
  color: #2489ff;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.pane {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
%hoverable-white-box:hover, %hoverable-white-box:focus, %hoverable-active-white-box:hover, %hoverable-active-white-box:focus, %hoverable-white-box-shadow:hover, %hoverable-white-box-shadow:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.pane {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1rem;
  border-color: #c1cdd9;
  border-bottom-color: rgb(144, 166, 187);
}
@media (min-width: 768px) {
.pane {
    padding: 2rem
}
  }
.pane--condensed {
    padding: 1rem;
  }
.pane > .info-box {
    padding: 0 1rem;
  }
.pane > .error-box--active {
    margin-bottom: 1rem;
  }
.pane > div:not(.cover-pane):not(.cover-pane--active) {
    width: 100%;
    position: relative;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.linked-info-box {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
.linked-info-box:hover, .linked-info-box:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.linked-info-box {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.linked-info-box {
  color: #556374;
  display: block;
  position: relative;
}
.linked-info-box__title {
    display: block;
    font-size: 15px;
    color: #24384c;
    margin-bottom: 0.5rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.summary-actions {
  display: flex;
  flex-wrap: wrap;
}
.summary-actions > .linked-info-box {
    width: 100%;
    margin-bottom: 1rem;
  }
@media (min-width: 768px) {
    .summary-actions > .linked-info-box {
      flex: 1;
      min-width: calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
    }

      .summary-actions > .linked-info-box:nth-child(2n - 1) {
        margin-right: 0.5rem;
      }

      .summary-actions > .linked-info-box:nth-child(2n) {
        margin-left: 0.5rem;
      }
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.dropdown-search__results {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
%hoverable-white-box:hover, %hoverable-white-box:focus, %hoverable-active-white-box:hover, %hoverable-active-white-box:focus, %hoverable-white-box-shadow:hover, %hoverable-white-box-shadow:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.dropdown-search {
  position: relative;
}
.dropdown-search + .dropdown-search {
    z-index: 5;
  }
.dropdown-search + :not(.dropdown-search) {
    z-index: 1;
  }
.dropdown-search--active .dropdown-search__results {
      visibility: visible;
      opacity: 1;
      transform: translateY(-1px);
      z-index: 7;
      transition-delay: 0s, 0s, 0s;
    }
.dropdown-search--active .dropdown-search__search-box .input {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-color: #2489ff;
      border-bottom-color: #c1cdd9;
    }
.dropdown-search--active-enter .dropdown-search__search-box, .dropdown-search--active-enter-active .dropdown-search__search-box {
        z-index: 6;
      }
.dropdown-search--active-enter .dropdown-search__results, .dropdown-search--active-enter-active .dropdown-search__results {
        z-index: 5;
      }
.dropdown-search--active-exit-active .dropdown-search__results {
        z-index: 5;
      }
.dropdown-search__search-box {
  z-index: 6;
}
.dropdown-search__results {
  position: absolute;
  padding: 0.5rem 0;
  z-index: 5;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #2489ff;
  border-top-color: #c1cdd9;
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  min-height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;

  transform: translateY(-2rem);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 80ms,
    opacity 80ms linear 0s, transform 80ms linear 0s;
}
.dropdown-search__results-info {
  padding: 1rem;
}
.dropdown-search__results-result {
  position: relative;
  display: flex;
  cursor: pointer;
  line-height: 2rem;
  padding: 0.5rem 1rem;
}
.dropdown-search__results-result:hover, .dropdown-search__results-result:active, .dropdown-search__results-result--active {
    background-color: #f9fcfe;
  }
.dropdown-search__results-result:hover > .dropdown-search__results-result-id, .dropdown-search__results-result:active > .dropdown-search__results-result-id, .dropdown-search__results-result--active > .dropdown-search__results-result-id {
      background-color: #2489ff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    }
.dropdown-search__results-result-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}
.dropdown-search__results-result-id {
  background-color: #778faa;
  padding: 0 1rem;
  border-radius: 3px;
  color: #fff;
  transition: background-color 120ms linear 0s;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
%white-box, %hoverable-white-box, %hoverable-active-white-box, %white-box-shadow, %hoverable-white-box-shadow {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
%hoverable-white-box:hover, %hoverable-white-box:focus, %hoverable-active-white-box:hover, %hoverable-active-white-box:focus, %hoverable-white-box-shadow:hover, %hoverable-white-box-shadow:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.search-box {
  position: relative;
  z-index: 6;
}
@media (min-width: 768px) {
.search-box {
    width: 100%
}
  }
.search-box__info {
  background-color: #778faa;
  padding: 0 1rem;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  transform: translateY(50%) scale(0);
  transition: background-color 180ms linear 0s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.search-box__info--active {
    transform: translateY(50%) scale(1);
    background-color: #2489ff;
  }
@media (min-width: 768px) {
.search-box__info--active {
      -webkit-animation-name: scale-up;
              animation-name: scale-up;
      -webkit-animation-duration: 120ms;
              animation-duration: 120ms
  }
    }
@-webkit-keyframes scale-up {
  0% {
    transform: translateY(50%) scale(0);
  }
  80% {
    transform: translateY(50%) scale(1.2);
  }
  100% {
    transform: translateY(50%) scale(1);
  }
}
@keyframes scale-up {
  0% {
    transform: translateY(50%) scale(0);
  }
  80% {
    transform: translateY(50%) scale(1.2);
  }
  100% {
    transform: translateY(50%) scale(1);
  }
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.multi-input {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #c1cdd9;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.1rem;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem calc(1rem - 5px);
  min-height: 4rem;
  position: relative;
}
.multi-input--focused {
    border-color: #2489ff;
  }
.multi-input--focused > .multi-input__text {
      height: calc(2rem - 2px);
      margin-bottom: 5px;
    }
.multi-input__placeholder {
  line-height: calc(2rem - 2px);
  padding: 1rem;
  color: #c1cdd9;
  position: absolute;
  left: 0;
  top: 0;
}
.multi-input__highlight {
  background: #f9fcfe;
  border: 1px solid #778faa;
  border-radius: 3px;
  padding: 0 5px;
  height: calc(2rem - 2px);
  line-height: calc(2rem - 4px);
  margin-bottom: 5px;
  margin: 0 5px 5px 0;
}
.multi-input__highlight:last-of-type {
    margin-right: 1rem;
  }
.multi-input__highlight ~ .multi-input__placeholder {
    display: none;
  }
.multi-input__highlight-delete {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  font-weight: 500;
}
.multi-input__highlight-delete::after {
    content: 'x';
  }
.multi-input__text {
  background: transparent;
  border: none;
  width: auto;
  overflow: hidden;
  resize: none;
  flex: 1;
  outline: none;
  padding: 0;
  font-size: 1.1rem;
  min-width: 150px;
  height: 0;
  margin: 0;
  line-height: calc(2rem - 2px);
}
.multi-input__text:not(:empty) {
    height: calc(2rem - 2px);
    margin-bottom: 5px;
  }
.multi-input__text:not(:empty) ~ .multi-input__placeholder {
      display: none;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.maker-invites__invite {
    background: #fff;
    border: 1px solid #c1cdd9;
  }
.maker-invites__invite:first-of-type {
      border-bottom: 0px;
    }
.maker-invites__invite:last-of-type {
      margin-bottom: -1px;
    }
.maker-invites__invite-status {
    width: 80px;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.label {
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}
.label--primary {
    background-color: #32cf69;
    border-color: rgb(39, 165, 83);
  }
.label--secondary {
    background-color: #778faa;
    border-color: #5d7086;
  }
.label--tertiary {
    background-color: #ffc25a;
    border-color: #e0a94d;
  }
.label--disabled {
    background-color: #778faa;
    border-color: #939ca5;
  }
.label--error {
    background-color: #eb3d58;
    border-color: #cc3149;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.list-item {
  box-shadow: none;
  margin-bottom: -1px;
  align-items: center;
  display: flex;
  padding: 1rem;
  font-size: 0.9rem;
}
.list-item__supporting-visual {
    flex: 0 1 auto;
    text-align: center;
    margin-right: 1rem;
  }
.list-item__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 0 1 auto;
  }
.list-item__primary-text {
    text-overflow: ellipsis;
    overflow: hidden;
  }
.list-item__secondary-text {
    color: #778faa;
  }
.list-item__tertiary-text {
    color: #778faa;
  }
.list-item__meta-data {
    flex: 1 1 auto;
    text-align: right;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.info-message {
  display: none;
  flex-diirection: row;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.info-message__icon {
    flex: 0 0 auto;
    margin-right: 0.5rem;
  }
.info-message--visible {
    display: flex;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.makers__error {
    margin: 1rem 0;
  }
.makers__filters {
    margin: 1rem 0;
  }
.makers-table-row__title:empty::after {
    content: 'Unnamed Organisation';
    color: #778faa;
  }
.makers-table-row__title + a {
    margin-left: 0.25rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.table + .cover-pane {
    top: calc(4rem + 1px);
    min-height: calc(100% - 4rem - 1px);
    max-height: calc(100% - 4rem - 1px);
  }
.table__head .table-cell {
      padding: 1rem;
      font-weight: normal;
      color: #163d69;
      border-bottom: 1px solid #c1cdd9;
      font-size: 0.9rem;
    }
.table__body-row:nth-of-type(even) {
        background: #f9fcfe;
      }
.table__body-row > .table-cell {
        color: #556374;
        font-size: 0.9rem;
      }
.table--condensed .table-cell {
      max-height: 3rem;
      height: auto;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.table-cell {
  position: relative;
  height: 4rem;
  padding: 1rem;
  overflow: hidden;
  vertical-align: middle;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-cell--centered {
    text-align: center;
  }
.table-cell--strong {
    font-weight: 500;
  }
.table-cell--wrapped {
    white-space: normal;
  }
.table-cell--align-left {
    text-align: left;
  }
.table-cell--align-center {
    text-align: center;
  }
.table-cell--align-right {
    text-align: right;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.prev-next-pagination {
  display: flex;
  font-size: 1.3rem;
  line-height: 4rem;
  pointer-events: none;
}
.prev-next-pagination__prev, .prev-next-pagination__next {
  opacity: 0.5;
  padding: 0 1rem;
}
.prev-next-pagination__prev--enabled, .prev-next-pagination__next--enabled {
    pointer-events: auto;
    opacity: 1;
  }
.prev-next-pagination__prev {
  margin-left: auto;
}
.prev-next-pagination__next {
  text-align: right;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.selection-list__title {
    display: block;
    font-size: 15px;
    margin: 1rem 0;
    padding-left: 3px;
    min-width: 100%;
  }
.selection-list__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
.selection-list__content-item {
      padding: 0.75rem;
      font-size: 0.9rem;
      cursor: pointer;
      flex: 0 1 auto;
      display: inline-flex;
      align-items: center;
      transition: background-color 120ms, color 120ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
.selection-list__content-item:active {
        border-color: #1864bc;
      }
.selection-list__content-item:active::before {
          border-color: #1864bc;
        }
.selection-list__content-item::before {
        content: '';
        background: #fff;
        border: 1px solid #c1cdd9;
        border-radius: 3px;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 0.5rem;
        flex: 0 0 auto;
      }
.selection-list__content-item:not(:last-of-type) {
        margin-right: 2px;
      }
.selection-list__content-item--checked {
        background-color: #2489ff;
        border-color: #1864bc;
        color: #fff;
      }
.selection-list__content-item--checked::before {
          background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E %3Cpolygon fill='%2327a553' fill-rule='evenodd' points='.111 3.061 2.939 5.889 7.889 .939 6.677 -.273 2.965 3.439 1.348 1.823' transform='translate(0 1)'/%3E %3C/svg%3E") no-repeat center center;
          border-color: #2489ff;
        }
.selection-list__content-item-label {
        padding: 1rem;
        font-size: 1.1rem;
      }
.selection-list__content-item-input {
        display: none;
      }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.table-head {
  border-bottom: 1px solid #c1cdd9;
  background-color: #fff;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.organisation__title-bar {
    margin: 1rem 0;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.organisation-detail__section-title {
    padding: 2rem 0;
  }
.organisation-detail__input {
    margin: 0 0 1rem 0;
  }
.organisation-detail__submit-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem 0 0;
  }
.organisation-detail__success-message {
    margin-left: 1rem;
  }
.organisation-detail .button {
    margin: 0;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.info-box, .info-box--small {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
%hoverable-white-box:hover, %hoverable-white-box:focus, %hoverable-active-white-box:hover, %hoverable-active-white-box:focus, %hoverable-white-box-shadow:hover, %hoverable-white-box-shadow:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.info-box, .info-box--small {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.info-box, .info-box--small {
  color: #556374;
  display: block;
  position: relative;
}
.info-box--small {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.info-box__title {
  display: block;
  font-size: 15px;
  color: #24384c;
  margin-bottom: 0.5rem;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.message {
  background: #f9fcfe;
  padding: 0.5rem 1rem;
  border-left: 5px solid #2489ff;
  margin-bottom: 1rem;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
%u-font-small, %u-font-body {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.organisation-subscription__sidebar {
    display: flex;
    flex-direction: column;
  }
.organisation-subscription__subscription-list-item {
    background-color: transparent;
    border-width: 0;
    width: 100%;
    font-size: 0.8rem;
  }
.organisation-subscription__subscription-list-item-status {
    width: 80px;
  }
.organisation-subscription__subscription-link {
    display: flex;
    border-radius: 0;
    cursor: pointer;
  }
.organisation-subscription__subscription-link:first-of-type {
      border-top-right-radius: 3px;
    }
.organisation-subscription__subscription-link:last-of-type {
      border-bottom-right-radius: 3px;
    }
.organisation-subscription__subscription-link:not(:last-of-type) {
      border-bottom: 1px solid #c1cdd9;
    }
.organisation-subscription__subscription-link--active {
      background-color: #f9fcfe;
    }
.organisation-subscription__create {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
.organisation-subscription__create:hover {
      color: #fff;
    }
.organisation-subscription__payment-action {
    min-width: 45px;
  }
.organisation-subscription__payment-action:first-child:not(:only-child) {
      margin: 0 0.5rem 0 0;
    }
.organisation-subscription__payment-status {
    font-size: 0.8rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.sheet {
  background: #fff;
  display: flex;
  flex-direction: row;
  width: auto;
  border: 1px solid #c1cdd9;
  border-radius: 3px;
  font-size: 0.9rem;
}
.sheet__sidebar {
    margin: 0 0 0 auto;
    width: 350px;
    border-left: 1px solid #c1cdd9;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 1px;
    flex: 1 0 auto;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.create-subscription-modal__form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
.create-subscription-modal__form-column {
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
    padding: 1rem;
  }
.create-subscription-modal__form-column--auto-width {
      flex: 1 0 auto;
    }
.create-subscription-modal__form-column--narrow {
      flex: 1 0 10%;
      width: 10%;
    }
.create-subscription-modal__label {
    margin: 1rem 0 0 0;
  }
.create-subscription-modal__button-row {
    flex: 1 0 100%;
    display: flex;
  }
.create-subscription-modal__create {
    margin: 0 0 0 auto;
  }
.create-subscription-modal__preview {
    margin: 1rem 0;
    overflow: hidden;
  }
.create-subscription-modal__payment-row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
.create-subscription-modal__calculated-date {
    margin: 1rem 0 1rem 0;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.modal {
  display: none;
  position: fixed;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 5rem 0;
  background-color: rgba(242, 247, 250, 0.9);
  cursor: pointer;
  -webkit-animation-name: overlay-enter;
          animation-name: overlay-enter;
  -webkit-animation-duration: 180ms;
          animation-duration: 180ms;
}
.modal__dialog {
    background-color: #fff;
    margin: auto;
    border-radius: 3px;
    border: 1px solid rgba(119, 143, 170, 0.2);
    cursor: default;
    max-width: 900px;
    -webkit-animation-name: modal-enter;
            animation-name: modal-enter;
    -webkit-animation-duration: 180ms;
            animation-duration: 180ms;
    box-shadow: 0px 4px 4px rgba(119, 143, 170, .08);
  }
.modal__dialog-header {
      font-size: 1.3rem;
      font-weight: bold;
      padding: 3rem 1rem 1rem;
      text-align: center;
    }
.modal__dialog-content {
      position: relative;
      padding: 2rem;
    }
.modal__dialog-footer {
      display: flex;
      align-items: center;
      padding: 1rem 2rem 2rem;
      justify-content: center;
    }
.modal__dialog-footer-message {
        flex: 1 1 auto;
      }
.modal__dialog-footer-link {
        margin-left: auto;
        font-size: 1.1rem;
        margin-right: 2rem;
      }
.modal__dialog--x-small {
      width: 35%;
    }
.modal__dialog--small {
      width: 70%;
    }
.modal__dialog--medium {
      width: 80%;
    }
.modal__dialog--large {
      width: 90%;
    }
.modal__close {
    position: fixed;
    top: 3rem;
    right: 3rem;
    font-size: 3rem;
    display: block;
    color: black;
  }
.modal--open {
    display: flex;
  }
@-webkit-keyframes modal-enter {
  from {
    transform: translateY(50px);
    opacity: 0.2;
  }
  to {
    top: translateY(0);
    opacity: 1;
  }
}
@keyframes modal-enter {
  from {
    transform: translateY(50px);
    opacity: 0.2;
  }
  to {
    top: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes overlay-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.date-time-input {
  display: block;
}

  .date-time-input[data-timezone]::before {
    content: '(' attr(data-timezone) ') ';
    display: block;
    white-space: pre;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.label-input {
  display: flex;
}
.label-input__input {
  flex: 1;
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.label-input__prefix {
  flex: 0;
  background: #f9fcfe;
  text-shadow: 1px 1px 0px white;
  line-height: calc(4rem - 2px);
  font-size: 1.1rem;
  border: 1px solid #c1cdd9;
  padding: 0 1rem;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
.label-input__prefix {
    line-height: calc(4rem - 2px)
}
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.organisation-receipts {
  padding: 1rem;
}
.organisation-receipts__filters {
    background-color: #f9fcfe;
    margin-bottom: 1rem;
  }
.organisation-receipts__filters-date {
      display: flex;
      padding: 1rem;
      align-items: center;
    }
.organisation-receipts__filters-date-label {
        white-space: nowrap;
        padding-right: 1rem;
      }
.organisation-receipts__summary {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c1cdd9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
.organisation-receipts__summary-details {
      display: flex;
      background-color: #1864bc;
      color: #fff;
    }
.organisation-receipts__summary-details-item {
        flex: 1;
        padding: 1rem;
      }
.organisation-receipts__credits--CREDIT {
      color: rgb(39, 165, 83) !important;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.sticky-header-container {
  position: relative;
}
.sticky-header-container__placeholder {
    display: block;
    width: 100%;
  }
.sticky-header-container__header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
.sticky-header-container__header--stuck {
      position: fixed;
      left: auto;
      right: auto;
    }

.receipt-type-label {
  width: 100%;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.organisations {
  position: relative;
}
.organisations__error-box {
    margin-bottom: 1rem;
  }
.organisations__loading {
    margin-top: 2rem;
  }
.organisations__pane {
    position: absolute;
    top: 0;
    right: 0;
  }
.organisations__form {
    display: flex;
    flex-direction: row;
  }
.organisations__form-name {
      flex: 1;
      margin-bottom: 1rem;
    }
.organisations__form-balance {
      margin: 0 1rem;
      width: 100%;
    }
@media (min-width: 768px) {
.organisations__form-balance {
        flex: 0 0 30%
    }
      }
.organisations__form-button {
      min-width: 100%;
    }
@media (min-width: 768px) {
.organisations__form-button {
        min-width: auto;
        flex: 0 0 20%
    }
      }
.organisations__success-tick {
    margin-right: 1rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-details__section {
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }
.survey-details__section-actions {
      display: flex;
      margin-top: 2rem;
    }
.survey-details__section-actions-message {
        flex: 1 1 auto;
        justify-content: flex-start;
        margin-left: 2rem;
      }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.tag-display {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid;
  border-color: #18283a;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 3px;
  display: inline-block;
  cursor: default;
}
.tag-display--tulip {
    border-color: #fb6079;
    color: #fb6079;
  }
.tag-display--cobalt {
    border-color: #4375ff;
    color: #4375ff;
  }
.tag-display--magic {
    border-color: #825afa;
    color: #825afa;
  }
.tag-display--turtle {
    border-color: #36dac4;
    color: #36dac4;
  }
.tag-display--black {
    border-color: #18283a;
    color: #18283a;
  }

.list {
  margin-left: 15px;
  list-style: disc outside none;
  list-style: initial;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-segmentations {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem 2rem;
}
.survey-segmentations__title {
    flex: 1 1 100%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
.survey-segmentations__title-quota {
      display: flex;
      align-items: center;
    }
.survey-segmentations__title-quota-add {
        margin-left: auto;
      }
.survey-segmentations__wrapper-title {
    padding: 1rem 0;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-segmentation {
  flex: 0 1 120px;
  margin: 0 1rem 1rem 0;
  border: 1px solid #c1cdd9;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.survey-segmentation__title {
    overflow: hidden;
    padding: 0 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.survey-segmentation__quota {
    display: flex;
    border-top: 1px solid #c1cdd9;
    text-align: center;
  }
.survey-segmentation__quota-remove {
      display: flex;
      text-align: center;
      padding: 0.25rem;
      color: #2489ff;
      cursor: pointer;
      border-top: 1px solid #c1cdd9;
    }
.survey-segmentation__quota-limit, .survey-segmentation__quota-responses {
      flex: 1 1 50%;
    }
.survey-segmentation__quota-limit {
      border-right: 1px solid #c1cdd9;
    }
.survey-segmentation__quota--complete .survey-segmentation__quota-responses {
      font-weight: bold;
      color: rgb(39, 165, 83);
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.header--title, .header--subtitle, .header--small {
  font-family: 'acumin-pro', 'Segoe UI', 'HelveticaNeue-Light', sans-serif;
  font-weight: 700;
}
.header--title {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: normal;
}
.header--subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.header--small {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.header--subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.header--subtitle {
    margin-bottom: 1rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-lucid {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.survey-lucid__toggle {
    display: flex;
    flex-direction: row;
  }
.survey-lucid__toggle-submit {
      min-width: 0;
      width: 160px;
      margin-left: 1rem;
    }
.survey-lucid__clone {
    margin-top: 2rem;
    min-width: 0;
    width: 160px;
    flex: 0 0 auto;
    height: auto;
  }
.survey-lucid__actions {
    display: flex;
    margin-top: 2rem;
  }
.survey-lucid__actions-container {
      display: flex;
      flex-direction: column;
    }
.survey-lucid__actions-message {
      flex: 1 1 auto;
      justify-content: flex-start;
      margin-left: 2rem;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.dropdown__trigger, .dropdown__content {
  outline: none;
  border: 1px solid #c1cdd9;
  background-color: #fff;
  border-radius: 3px;
  padding: 2rem;
  line-height: 18px;
  font-size: 0.9rem;
}
.dropdown__trigger:hover, .dropdown__trigger:focus {
    background: #f5fafd;
    box-shadow: inset 0px 0px 0px 2px #fff;
  }
.dropdown__trigger:active {
    box-shadow: inset 0px 1px 0 0 rgba(0, 0, 0, .1);
  }
.dropdown__content {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.dropdown__trigger::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 4px;
    display: block;
    height: 4px;
    border: solid #556374;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 120ms;
  }
.dropdown--medium .dropdown__content-item > .dropdown__content-item-button {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.dropdown {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 1rem 0;
}
.dropdown--open > .dropdown__trigger {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
.dropdown--open > .dropdown__content {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      transform: translateY(-1px);
      transition-delay: 0s, 80ms, 0s, 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
    }
.dropdown--medium > .dropdown__trigger {
      height: 3rem;
    }
.dropdown--medium > .dropdown__trigger::after {
        top: 13px;
      }
.dropdown--medium > .dropdown__content {
      top: 3rem;
    }
.dropdown--medium .dropdown__content-item > .dropdown__content-item-button {
      padding: 0.5rem;
      text-shadow: none;
      text-align: left;
    }
.dropdown--large > .dropdown__trigger {
      height: 4rem;
      font-size: 15px;
    }
.dropdown--large > .dropdown__trigger::after {
        top: 47%;
      }
.dropdown--large .dropdown__content-item > .dropdown__content-item-button {
      padding: 1rem 0.5rem;
      font-size: 0.9rem;
    }
@media (min-width: 768px) {
.dropdown {
    width: auto;
    margin: 0
}
  }
.dropdown__trigger {
  position: relative;
  display: block;
  padding: 0 3rem 0 1rem;
  z-index: 2;
  cursor: pointer;
  font-size: 0.9rem;
  color: #18283a;
  width: 100%;
  text-align: left;
  transition: border-color 180ms linear 0s;
  text-shadow: none;
}
.dropdown__trigger:hover, .dropdown__trigger:focus {
    padding: 0 3rem 0 1rem;
    border-bottom-width: 1px;
  }
.dropdown__trigger:focus {
    border-color: #2489ff;
  }
.dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  min-width: 100%;
  overflow-y: auto;
  max-height: 200px;
  padding: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

  transform: translateY(-2rem);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 80ms,
    z-index 0s linear 80ms, opacity 80ms linear 0s,
    transform 80ms linear 0s;
}
.dropdown__content-item:not(:last-of-type) {
    border-bottom: 1px solid #c1cdd9;
  }
.dropdown__content-item:not(:last-of-type) > .dropdown__content-item-button {
      margin-bottom: 4px;
    }
.dropdown__content-item:not(:first-of-type) > .dropdown__content-item-button {
      margin-top: 4px;
    }
.dropdown__content-item > .dropdown__content-item-button {
    display: block;
    transition: border-color 180ms linear 0s;
    width: 100%;
    color: #163d69;
    text-decoration: none;
  }
.dropdown__content-item > .dropdown__content-item-button:hover, .dropdown__content-item > .dropdown__content-item-button:focus {
      color: #2489ff;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-cards {
  display: flex;
}
.survey-cards__loading {
    margin-top: 5rem;
  }
.survey-cards__pick {
    margin: 100px 0;
  }
.survey-cards__card {
    width: 100%;
  }
.survey-cards__list {
    flex: 0 0 350px;
  }
.survey-cards__list-item {
      display: flex;
      border-radius: 0;
      cursor: pointer;
      background-color: #fff;
    }
.survey-cards__list-item--active {
        background-color: #f9fcfe;
      }
.survey-cards__list-item:first-of-type {
        border-top-right-radius: 3px;
      }
.survey-cards__list-item:last-of-type {
        border-bottom-right-radius: 3px;
      }
.survey-cards__list-item:not(:last-of-type) {
        border-bottom: 1px solid #c1cdd9;
      }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.survey-card {
  display: flex;
}
.survey-card__loading {
    margin: 5rem auto;
  }
.survey-card__taker-responses {
    color: #2489ff;
  }
.survey-card__card {
    flex: 1 1 auto;
  }
.survey-card__card-no-responses {
      margin: 4rem 0;
    }
.survey-card__card-details {
      padding: 2rem;
    }
.survey-card__card-header {
      padding: 1rem;
    }
.survey-card__card-error {
      margin: 2rem 0;
    }
.survey-card__card-section {
      padding: 1rem;
    }
.survey-card__card-section:not(:last-of-type) {
        border-bottom: 1px solid #c1cdd9;
      }
.survey-card__card-filters {
      display: flex;
      flex-direction: column;
    }
.survey-card__card-filters-statuses {
        margin-top: 1rem;
      }
.survey-card__card-filters-status {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
      }
.survey-card__card-filters-status:hover, .survey-card__card-filters-status:focus {
          cursor: pointer;
          background-color: #5d7086;
        }
.survey-card__card-filters-status--selected {
          background-color: #2489ff !important;
        }
.survey-card__card-filters-status--selected:hover, .survey-card__card-filters-status--selected:focus {
            background-color: #1864bc;
          }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.table-sub-head {
  background-color: #e9f0f8;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.response-actions {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.response-actions__action {
    display: flex;
    justify-content: flex-end;
  }
.response-actions__action:not(:last-of-type) {
      margin-right: 0.5rem;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.taker-responses-modal__invalidate {
    width: auto;
  }
.taker-responses-modal__actions {
    overflow: visible;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.response-status-label {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  background-color: #778faa;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.taker-response-actions {
  display: flex;
  flex-direction: row;
}
.taker-response-actions__reject {
    display: flex;
  }
.taker-response-actions__reject-button {
      width: auto;
      margin: 1rem 0 0 auto;
    }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.popover--top-right::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background: inherit;
    border-color: inherit;
    border-left-color: inherit;
    border-top-color: inherit;
    content: '';
  }
.popover--top-right::after {
    top: auto;
    right: 6px;
    bottom: 2px;
    left: auto;
    transform: rotate(-135deg);
    transform-origin: bottom;
  }
.popover {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  z-index: 103;
  min-width: 26rem;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(119, 143, 170, 0.2);
  max-width: 300px;
  box-shadow: 0px 4px 4px rgba(119, 143, 170, .08);
  cursor: default;
  opacity: 0;
  transition: opacity 120ms ease-in 0s, visibility 0s ease-in 120ms;
  visibility: hidden;
  padding: 1rem;
}
.popover--top-right {
    transform: translateY(-8px) translateX(8px);
  }
.popover--open {
    opacity: 1;
    transition: top 120ms ease-in, left 120ms ease-in,
      opacity 120ms ease-in 0s;
    visibility: visible;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.radio-item {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.radio-item:hover {
    color: #2489ff;
  }
.radio-item__radio {
    flex: 0 0 1rem;
    margin: 0.25rem 0.5rem 0 0;
  }
.radio-item__content {
    display: block;
    white-space: normal;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.surveys {
  position: relative;
}
.surveys__error-box {
    margin-bottom: 1rem;
  }
.surveys__filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.surveys__filters-emails {
      flex: 0 1 calc(70% - 0.5rem);
    }
.surveys__filters-guid {
      flex: 0 1 calc(30% - 0.5rem);
    }
.surveys__filters-filter {
      flex: 1 1 100%;
      margin: 1rem 0 0;
    }
.surveys__loading {
    margin-top: 2rem;
  }
.surveys-table-row__title .button__text:empty::after {
        content: 'No survey title';
        color: #778faa;
      }
.surveys-table-row__title__guid {
        font-size: 0.8rem;
      }
.surveys-table-row__title-link {
      word-break: break-all;
      white-space: normal;
    }
.surveys-table-row__title-link > button {
        text-align: left;
      }
.surveys-table-row__responses {
      display: flex;
    }
.surveys-table-row__responses__last-answer-time {
        margin-left: auto;
      }
.survey__clone {
    margin-right: 1rem;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.tooltip--top::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background: inherit;
    border-color: inherit;
    border-left-color: inherit;
    border-top-color: inherit;
    content: '';
  }
.tooltip--top::after {
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%) rotate(-135deg);
    transform-origin: bottom;
  }
#portal-tooltip {
  position: absolute;
  top: 0;
  left: 0;
}
.tooltip {
  position: absolute;

  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  z-index: 103;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(119, 143, 170, 0.2);
  max-width: 300px;
  box-shadow: 0px 4px 4px rgba(119, 143, 170, .08);
  cursor: default;
  transition: opacity 120ms ease-in 0s, visibility 0s ease-in 120ms;
  padding: 1rem;
}
.tooltip:empty {
    visibility: hidden;
  }
.tooltip--hidden {
    visibility: hidden;
    opacity: 0;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.chip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f5fafd;
  border-radius: 16px;
  border: 1px solid #e9f0f8;
  padding: 0.25rem 0.5rem;
}

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.inline-tick-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}
.inline-tick-list__item {
  flex: 1;
  padding: 1rem;
  font-size: 15px;
  text-align: center;
  margin: 1px;
  background-color: #c1cdd9;
  color: #163d69;
}
.inline-tick-list__item:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
.inline-tick-list__item:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
.inline-tick-list__item--tick {
    background-color: #32cf69;
    color: #fff;
  }

/*
 * Colours
 * ======================================================================== */
:root {

  /* Maker Colour */
}
/*
 * Typography
 * ======================================================================== */
/*
  * Media queries breakpoints
  * ======================================================================== */
--screen-xs-min: 480px;
/* Extra small screen / phone */
--screen-sm-min: 768px;
/* Small screen / tablet */
--screen-md-min: 992px;
/* Medium screen / desktop */
--screen-lg-min: 1200px;
/* Large screen / wide desktop */
/*
 * Animations
 * ======================================================================== */
/*
 * Gutters
 * ======================================================================== */
/*
 * Z-index map
 * ======================================================================== */
/*
 * Theme
 * ======================================================================== */
:root {
  /*
   * Display Variables
   * ======================================================================== */

  /* Anchors */

  /* App & Body */

  /* Breadcrumb */

  /* Border */

  /* Shadows */

  /* Buttons / Actions */

  /* Error */

  /* Rejected */

  /* Hamburger Menu */

  /* Info Box */

  /* Inline Tick List */

  /* Inputs */

  /* Links */

  /* Loading */

  /* Logo */

  /* Message */

  /* Nav Items */

  /* Pane */

  /* Sidebar */

  /* Search */

  /* Table */

  /* Title bar */

  /* Toggles & Triggers */

  /* Topbar */

  /* White box */

  /* Segmentation box */

  /* Survey status box */

  /* Survey listing table */
}
.unordered-list {
  line-height: 2rem;
  font-size: 15px;
}
.unordered-list > li {
    list-style: disc;
    margin-left: 2rem;
  }


/*# sourceMappingURL=client.c39b2319caa36680b61b.css.map*/