/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
@import url(vendor/bootstrap-grid.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections  
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .pageTitle, .modal .modal__header .modal__title {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.pull--right {
  float: right !important; }

.pull--left {
  float: left !important; }

.clearfix:before, hr:before, .form--horizontal .form__group:before, .colorPalette:before, .clearfix:after, hr:after, .form--horizontal .form__group:after, .colorPalette:after {
  content: " ";
  display: table; }

.clearfix:after, hr:after, .form--horizontal .form__group:after, .colorPalette:after {
  clear: both; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes zoom {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

html {
  box-sizing: border-box; }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #3C4858;
  background-color: #FFFFFF;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 900px) {
    body {
      font-size: 14px; } }

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

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px solid #D3DCE6; }

.content {
  margin-left: 240px;
  padding: 24px; }
  @media only screen and (min-width: 901px) and (max-width: 1200px) {
    .content {
      margin-left: 56px; } }
  @media only screen and (max-width: 900px) {
    .content {
      margin: 48px 0 0 0;
      padding: 24px 16px; } }

h1, .pageTitle, .modal .modal__header .modal__title, h2, h3, h4, h5, h6 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #1F2D3D;
  font-weight: bold; }

h1, .pageTitle, .modal .modal__header .modal__title {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

p {
  margin-top: 0;
  margin-bottom: 16px; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

a {
  color: #1FB6FF;
  text-decoration: none; }
  a:focus, a:hover {
    color: #009eeb;
    text-decoration: underline; }

pre, code {
  background-color: #E5E9F2;
  border-radius: 4px;
  color: #FF4949;
  padding: 0 4px;
  display: inline;
  margin: 0 4px 0 0; }

.pageTitle {
  margin-top: 0;
  font-size: 32px; }

.subheader {
  font-size: 0.9em;
  color: #8492A6;
  padding-bottom: 8px; }

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

.text--right {
  text-align: right !important; }

.text--left {
  text-align: left !important; }

.btn, .btn--standard {
  background-color: #E5E9F2;
  color: #3C4858;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn:focus, .btn:hover, .btn--standard:focus, .btn--standard:hover {
    box-shadow: inset 0 -2px 0 #d4dbea;
    color: #3C4858 !important;
    text-decoration: none; }
  .btn:active, .btn--standard:active {
    box-shadow: inset 0 2px 0 #c3cce1; }
  .btn.disabled, .btn:disabled, .btn--standard.disabled, .btn--standard:disabled {
    background-color: rgba(229, 233, 242, 0.5);
    color: #bfc8d4;
    cursor: not-allowed; }
    .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:focus, .btn:disabled:hover, .btn--standard.disabled:focus, .btn--standard.disabled:hover, .btn--standard:disabled:focus, .btn--standard:disabled:hover {
      box-shadow: none;
      color: #bfc8d4 !important; }
    .btn.disabled:active, .btn:disabled:active, .btn--standard.disabled:active, .btn--standard:disabled:active {
      box-shadow: none; }

.btn--primary {
  background-color: #1FB6FF;
  color: #FFFFFF;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--primary:focus, .btn--primary:hover {
    box-shadow: inset 0 -2px 0 #06aeff;
    color: #FFFFFF !important;
    text-decoration: none; }
  .btn--primary:active {
    box-shadow: inset 0 2px 0 #009eeb; }
  .btn--primary.disabled, .btn--primary:disabled {
    background-color: rgba(31, 182, 255, 0.5);
    color: white;
    cursor: not-allowed; }
    .btn--primary.disabled:focus, .btn--primary.disabled:hover, .btn--primary:disabled:focus, .btn--primary:disabled:hover {
      box-shadow: none;
      color: white !important; }
    .btn--primary.disabled:active, .btn--primary:disabled:active {
      box-shadow: none; }

.btn--warning {
  background-color: #FFC82C;
  color: #FFFFFF;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--warning:focus, .btn--warning:hover {
    box-shadow: inset 0 -2px 0 #ffc113;
    color: #FFFFFF !important;
    text-decoration: none; }
  .btn--warning:active {
    box-shadow: inset 0 2px 0 #f8b700; }
  .btn--warning.disabled, .btn--warning:disabled {
    background-color: rgba(255, 200, 44, 0.5);
    color: white;
    cursor: not-allowed; }
    .btn--warning.disabled:focus, .btn--warning.disabled:hover, .btn--warning:disabled:focus, .btn--warning:disabled:hover {
      box-shadow: none;
      color: white !important; }
    .btn--warning.disabled:active, .btn--warning:disabled:active {
      box-shadow: none; }

.btn--danger {
  background-color: #FF4949;
  color: #FFFFFF;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--danger:focus, .btn--danger:hover {
    box-shadow: inset 0 -2px 0 #ff3030;
    color: #FFFFFF !important;
    text-decoration: none; }
  .btn--danger:active {
    box-shadow: inset 0 2px 0 #ff1616; }
  .btn--danger.disabled, .btn--danger:disabled {
    background-color: rgba(255, 73, 73, 0.5);
    color: white;
    cursor: not-allowed; }
    .btn--danger.disabled:focus, .btn--danger.disabled:hover, .btn--danger:disabled:focus, .btn--danger:disabled:hover {
      box-shadow: none;
      color: white !important; }
    .btn--danger.disabled:active, .btn--danger:disabled:active {
      box-shadow: none; }

.btn--success {
  background-color: #13CE66;
  color: #FFFFFF;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--success:focus, .btn--success:hover {
    box-shadow: inset 0 -2px 0 #11b75a;
    color: #FFFFFF !important;
    text-decoration: none; }
  .btn--success:active {
    box-shadow: inset 0 2px 0 #0f9f4f; }
  .btn--success.disabled, .btn--success:disabled {
    background-color: rgba(19, 206, 102, 0.5);
    color: white;
    cursor: not-allowed; }
    .btn--success.disabled:focus, .btn--success.disabled:hover, .btn--success:disabled:focus, .btn--success:disabled:hover {
      box-shadow: none;
      color: white !important; }
    .btn--success.disabled:active, .btn--success:disabled:active {
      box-shadow: none; }

.btn--link {
  background-color: transparent;
  color: #1FB6FF;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--link:focus, .btn--link:hover {
    box-shadow: inset 0 -2px 0 transparent;
    color: #1FB6FF !important;
    text-decoration: none; }
  .btn--link:active {
    box-shadow: inset 0 2px 0 transparent; }
  .btn--link.disabled, .btn--link:disabled {
    background-color: transparent;
    color: white;
    cursor: not-allowed; }
    .btn--link.disabled:focus, .btn--link.disabled:hover, .btn--link:disabled:focus, .btn--link:disabled:hover {
      box-shadow: none;
      color: white !important; }
    .btn--link.disabled:active, .btn--link:disabled:active {
      box-shadow: none; }
  .btn--link:focus, .btn--link:hover {
    background-color: rgba(31, 182, 255, 0.1); }
  .btn--link:active {
    background-color: rgba(31, 182, 255, 0.15); }

.btn--subtle {
  background-color: transparent;
  color: #3C4858;
  border: none;
  outline: none;
  min-width: 40px;
  padding: 6px 16px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  line-height: 1.5em;
  transition: all ease-in-out 0.08s; }
  .btn--subtle:focus, .btn--subtle:hover {
    box-shadow: inset 0 -2px 0 transparent;
    color: #3C4858 !important;
    text-decoration: none; }
  .btn--subtle:active {
    box-shadow: inset 0 2px 0 transparent; }
  .btn--subtle.disabled, .btn--subtle:disabled {
    background-color: transparent;
    color: #bfc8d4;
    cursor: not-allowed; }
    .btn--subtle.disabled:focus, .btn--subtle.disabled:hover, .btn--subtle:disabled:focus, .btn--subtle:disabled:hover {
      box-shadow: none;
      color: #bfc8d4 !important; }
    .btn--subtle.disabled:active, .btn--subtle:disabled:active {
      box-shadow: none; }
  .btn--subtle:focus, .btn--subtle:hover {
    background-color: rgba(60, 72, 88, 0.1); }
  .btn--subtle:active {
    background-color: rgba(60, 72, 88, 0.15); }

.btnGroup {
  display: inline-block;
  margin: 4px;
  position: relative;
  vertical-align: middle; }
  .btnGroup div {
    margin: 0 1px 0 1px;
    border-radius: 0;
    float: left;
    position: relative; }
  .btnGroup div:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .btnGroup div:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.nav {
  background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
  width: 240px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 2;
  padding: 24px;
  color: #FFFFFF;
  transition: all ease-in-out 0.2s; }
  @media only screen and (min-width: 901px) and (max-width: 1200px) {
    .nav {
      margin-left: -240px; } }
  @media only screen and (max-width: 900px) {
    .nav {
      bottom: 100%;
      width: 100%; } }
  .nav .nav__logo {
    font-size: 24px; }
  .nav .nav__name {
    margin-top: 8px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em; }
  .nav .nav__logout {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    opacity: 0.7;
    cursor: pointer;
    transition: all ease-in-out 0.08s; }
    .nav .nav__logout:focus, .nav .nav__logout:hover {
      opacity: 1; }
  .nav .nav__linkWrapper {
    margin: 32px -24px 0 -24px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); }
    .nav .nav__linkWrapper .nav__link {
      font-size: 16px;
      padding: 10px 24px;
      opacity: 0.7;
      color: inherit;
      text-decoration: none;
      display: block;
      transition: all ease-in-out 0.08s; }
      .nav .nav__linkWrapper .nav__link i {
        width: 16px;
        font-weight: normal;
        font-size: 24px;
        vertical-align: sub;
        margin-right: 8px; }
      .nav .nav__linkWrapper .nav__link .nav__text {
        font-weight: bold;
        display: inline-block;
        color: inherit;
        text-decoration: none; }
      .nav .nav__linkWrapper .nav__link:focus, .nav .nav__linkWrapper .nav__link:hover {
        opacity: 1;
        cursor: pointer; }
      .nav .nav__linkWrapper .nav__link.active {
        background: rgba(255, 255, 255, 0.2);
        opacity: 1; }
        .nav .nav__linkWrapper .nav__link.active::before {
          content: '';
          width: 4px;
          height: 32px;
          background-color: red; }
    .nav .nav__linkWrapper .nav__divider {
      border-bottom: solid 2px rgba(255, 255, 255, 0.3);
      margin: 15px 0; }
  .nav .logo--bottom {
    position: absolute;
    bottom: 16px;
    font-size: 32px;
    margin-left: -24px;
    text-align: center;
    width: 240px; }

.navTrigger--small {
  background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
  height: 56px;
  font-size: 32px;
  line-height: 56px;
  color: #FFFFFF;
  vertical-align: middle;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 900px) {
    .navTrigger--small {
      display: block; } }
  .navTrigger--small > .navTrigger__menu {
    float: left; }
  .navTrigger--small > .navTrigger__logo {
    margin-left: -32px;
    display: inline-block; }

.navTrigger--medium {
  background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
  width: 56px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 8px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  display: none; }
  @media only screen and (min-width: 901px) and (max-width: 1200px) {
    .navTrigger--medium {
      display: block; } }
  .navTrigger--medium > .navTrigger__logo {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 40px; }

.overlay {
  opacity: 0;
  transition: all ease-in-out 0.08s; }

.navCheck--open .navTrigger--medium {
  opacity: 0; }

.navCheck--open .nav {
  margin-left: 0; }
  @media only screen and (max-width: 900px) {
    .navCheck--open .nav {
      bottom: 0;
      top: 56px; } }

.navCheck--open .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
  opacity: 0.4;
  cursor: pointer;
  transition: all ease-in-out 0.2s; }
  @media only screen and (max-width: 900px) {
    .navCheck--open .overlay {
      display: none; } }

.tabs--horizontal {
  display: block;
  border-bottom: 2px solid #D3DCE6;
  margin: 32px 0; }
  .tabs--horizontal .tabs__tab {
    display: inline-block;
    padding: 8px 0;
    margin: 0 16px -2px 16px;
    font-weight: bold;
    color: #3C4858; }
    .tabs--horizontal .tabs__tab:first-child {
      margin-left: 0; }
    .tabs--horizontal .tabs__tab:last-child {
      margin-right: 0; }
    .tabs--horizontal .tabs__tab:focus, .tabs--horizontal .tabs__tab:hover {
      color: #1FB6FF;
      cursor: pointer; }
    .tabs--horizontal .tabs__tab.active {
      border-bottom: 2px solid #1FB6FF;
      color: #1FB6FF; }
    .tabs--horizontal .tabs__tab i {
      font-size: 1.5em;
      vertical-align: sub; }

.tabs--vertical {
  display: block;
  border-right: 2px solid #D3DCE6;
  margin: 32px 0;
  width: 200px; }
  .tabs--vertical .tabs__tab {
    display: block;
    padding: 4px 0;
    margin-right: -2px;
    font-weight: bold;
    color: #3C4858; }
    .tabs--vertical .tabs__tab:focus, .tabs--vertical .tabs__tab:hover {
      color: #1FB6FF;
      cursor: pointer; }
    .tabs--vertical .tabs__tab.active {
      border-right: 2px solid #1FB6FF;
      color: #1FB6FF; }
    .tabs--vertical .tabs__tab i {
      font-size: 1.5em;
      vertical-align: sub; }

.table {
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
  border-spacing: 0;
  border-bottom: 2px solid #D3DCE6;
  padding-bottom: 8px; }
  .table thead > tr > th {
    text-align: left;
    border-bottom: 2px solid #D3DCE6;
    color: #8492A6;
    padding: 8px;
    line-height: 1.5em; }
    .table thead > tr > th:first-child {
      padding-left: 0; }
    .table thead > tr > th:last-child {
      padding-right: 0; }
  .table tbody > tr > td {
    text-align: left;
    padding: 8px;
    line-height: 1.5em; }
    .table tbody > tr > td:first-child {
      padding-left: 0; }
    .table tbody > tr > td:last-child {
      padding-right: 0; }

input, textarea {
  font-family: inherit !important; }

input[type="text"] {
  border: none;
  border-bottom: 2px solid #D3DCE6;
  padding: 8px 0;
  outline: none;
  color: #3C4858;
  margin: 16px 0;
  display: block;
  width: 100%;
  transition: all ease-in-out 0.2s;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder {
    color: #D3DCE6; }
  input[type="text"]:-ms-input-placeholder {
    color: #D3DCE6; }
  input[type="text"]::placeholder {
    color: #D3DCE6; }
  input[type="text"]:focus {
    border-color: #1FB6FF; }

label {
  font-weight: bold; }

.form--horizontal {
  margin: 0 -16px; }
  .form--horizontal .form__group {
    margin: 0 0 4px 0;
    display: block;
    width: 100%; }
    .form--horizontal .form__group label {
      text-align: right;
      display: block;
      margin: -2px 0 0 0;
      padding-top: 8px; }
      @media only screen and (max-width: 900px) {
        .form--horizontal .form__group label {
          text-align: left; } }
    .form--horizontal .form__group input {
      margin: 0 0 -2px 0; }
    .form--horizontal .form__group p {
      margin-bottom: 0;
      padding: 6px 0 4px 0; }

.toggle {
  background-color: #D3DCE6;
  height: 24px;
  display: inline-block;
  width: 40px;
  border-radius: 4px;
  border: solid 2px transparent;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  margin-right: 8px;
  overflow: hidden;
  color: #8492A6; }
  .toggle .toggle__switch {
    background-color: #8492A6;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 2px;
    transition: all ease-in-out 0.2s; }
  .toggle:before {
    content: "\e908";
    font-family: 'admin';
    position: absolute;
    left: 2px;
    top: 0;
    display: inline;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    transition: all ease-in-out 0.2s; }
  .toggle:after {
    content: "\e909";
    font-family: 'admin';
    position: absolute;
    right: 2px;
    top: 0;
    display: inline;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: all ease-in-out 0.2s; }
  .toggle.active {
    background-color: #1FB6FF;
    border-color: #1FB6FF;
    color: #FFFFFF; }
    .toggle.active .toggle__switch {
      background-color: white;
      -webkit-transform: translateX(16px);
              transform: translateX(16px); }
    .toggle.active:before {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .toggle.active:after {
      -webkit-transform: translateX(16px);
              transform: translateX(16px); }

.toggle__labelled {
  margin: 8px 0; }
  .toggle__labelled .toggle {
    margin-right: 4px; }

.container--documentation {
  max-width: 800px;
  width: 100%;
  margin: auto; }
  .container--documentation table tr td:first-child,
  .container--documentation table tr td:last-child {
    white-space: nowrap; }
  .container--documentation hr {
    margin: 56px 0; }
  .container--documentation h2[id] {
    padding-top: 48px;
    margin-top: -48px; }
    @media only screen and (max-width: 900px) {
      .container--documentation h2[id] {
        padding-top: 64px;
        margin-top: -64px; } }
  .container--documentation .table--icons h1, .container--documentation .table--icons .pageTitle, .container--documentation .table--icons .modal .modal__header .modal__title, .modal .modal__header .container--documentation .table--icons .modal__title {
    margin: 0; }

.snippet {
  border: solid 2px #E5E9F2;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px; }
  .snippet .snippet__preview {
    padding: 16px; }
  .snippet .snippet__code {
    padding: 16px;
    border-top: solid 2px #E5E9F2;
    background-color: #f4f6f8;
    overflow-x: auto; }
    .snippet .snippet__code pre {
      background-color: transparent;
      border-radius: 4px;
      color: #FF4949;
      padding: 0;
      display: block;
      margin: 0; }

.colorPalette {
  display: block;
  margin-bottom: 24px; }
  .colorPalette .colorPalette__blue {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__blue {
        width: 100%; } }
    .colorPalette .colorPalette__blue div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__blue div:nth-child(1) {
        background: #85d7ff; }
      .colorPalette .colorPalette__blue div:nth-child(2) {
        background: #1FB6FF; }
      .colorPalette .colorPalette__blue div:nth-child(3) {
        background: #009eeb; }
      .colorPalette .colorPalette__blue div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__purple {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__purple {
        width: 100%; } }
    .colorPalette .colorPalette__purple div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__purple div:nth-child(1) {
        background: #a389f4; }
      .colorPalette .colorPalette__purple div:nth-child(2) {
        background: #7E5BEF; }
      .colorPalette .colorPalette__purple div:nth-child(3) {
        background: #592dea; }
      .colorPalette .colorPalette__purple div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__green {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__green {
        width: 100%; } }
    .colorPalette .colorPalette__green div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__green div:nth-child(1) {
        background: #29eb7f; }
      .colorPalette .colorPalette__green div:nth-child(2) {
        background: #13CE66; }
      .colorPalette .colorPalette__green div:nth-child(3) {
        background: #0f9f4f; }
      .colorPalette .colorPalette__green div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__yellow {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__yellow {
        width: 100%; } }
    .colorPalette .colorPalette__yellow div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__yellow div:nth-child(1) {
        background: #ffd55f; }
      .colorPalette .colorPalette__yellow div:nth-child(2) {
        background: #FFC82C; }
      .colorPalette .colorPalette__yellow div:nth-child(3) {
        background: #f8b700; }
      .colorPalette .colorPalette__yellow div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__red {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__red {
        width: 100%; } }
    .colorPalette .colorPalette__red div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__red div:nth-child(1) {
        background: #FF4949; }
      .colorPalette .colorPalette__red div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__night {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__night {
        width: 100%; } }
    .colorPalette .colorPalette__night div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__night div:nth-child(1) {
        background: #1F2D3D; }
      .colorPalette .colorPalette__night div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__slate {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__slate {
        width: 100%; } }
    .colorPalette .colorPalette__slate div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__slate div:nth-child(1) {
        background: #3C4858; }
      .colorPalette .colorPalette__slate div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__silver {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__silver {
        width: 100%; } }
    .colorPalette .colorPalette__silver div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__silver div:nth-child(1) {
        background: #8492A6; }
      .colorPalette .colorPalette__silver div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__smoke {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__smoke {
        width: 100%; } }
    .colorPalette .colorPalette__smoke div {
      color: #3C4858;
      padding: 16px; }
      .colorPalette .colorPalette__smoke div:nth-child(1) {
        background: #D3DCE6; }
      .colorPalette .colorPalette__smoke div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__snow {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__snow {
        width: 100%; } }
    .colorPalette .colorPalette__snow div {
      color: #3C4858;
      padding: 16px; }
      .colorPalette .colorPalette__snow div:nth-child(1) {
        background: #E5E9F2; }
      .colorPalette .colorPalette__snow div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
  .colorPalette .colorPalette__gradient {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 100%;
    display: block; }
    @media only screen and (max-width: 900px) {
      .colorPalette .colorPalette__gradient {
        width: 100%; } }
    .colorPalette .colorPalette__gradient div {
      color: white;
      padding: 16px; }
      .colorPalette .colorPalette__gradient div:nth-child(1) {
        background: #1FB6FF; }
      .colorPalette .colorPalette__gradient div:nth-child(2) {
        background: #7E5BEF; }
      .colorPalette .colorPalette__gradient div:nth-child(3) {
        background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%); }
      .colorPalette .colorPalette__gradient div span {
        display: block;
        font-size: 0.875em;
        opacity: 0.7; }
    .colorPalette .colorPalette__gradient div:nth-child(1) {
      width: 50%;
      display: inline-block;
      float: left; }
    .colorPalette .colorPalette__gradient div:nth-child(2) {
      width: 50%;
      display: inline-block;
      float: left; }
    .colorPalette .colorPalette__gradient div:nth-child(3) {
      width: 100%;
      display: inline-block;
      float: left;
      padding: 40px 16px; }

.modal {
  background: #FFFFFF;
  padding: 40px;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 1210px;
  margin: auto;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  transition: all ease-in-out 0.2s; }
  @media only screen and (max-width: 900px) {
    .modal {
      padding: 16px; } }
  .modal.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .modal .modal__border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
    display: none; }
  .modal .modal__header {
    margin-bottom: 16px; }
    .modal .modal__header .modal__title {
      display: inline;
      line-height: 56px; }
      @media only screen and (max-width: 900px) {
        .modal .modal__header .modal__title {
          font-size: 24px;
          line-height: 40px; } }
    .modal .modal__header .modal__close {
      float: right;
      display: inline-block;
      background: #E5E9F2;
      color: #8492A6;
      width: 56px;
      height: 56px;
      line-height: 56px;
      vertical-align: middle;
      text-align: center;
      font-size: 32px;
      border-radius: 50%;
      padding-top: 2px;
      transition: all ease-in-out 0.08s; }
      .modal .modal__header .modal__close:focus, .modal .modal__header .modal__close:hover {
        cursor: pointer;
        color: #FFFFFF;
        background-color: #3C4858; }
      @media only screen and (max-width: 900px) {
        .modal .modal__header .modal__close {
          width: 40px;
          height: 40px;
          font-size: 18px;
          line-height: 40px; } }

body:before {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

body.modal--open {
  overflow: hidden; }
  body.modal--open:before {
    content: "";
    visibility: visible;
    z-index: 9;
    background: linear-gradient(135deg, #1FB6FF 0%, #7E5BEF 100%);
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease-in-out 0.2s; }
