/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html {
  box-sizing: border-box;
  min-height: 100%; }

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

body {
  background: #ebebeb;
  font: 14px/1.3 Arial, sans-serif;
  min-height: 100%;
  padding-bottom: 24px; }

h1,
h2,
h3,
h4 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1,
.textHeading--large {
  font-size: 30px; }

h2,
.textHeading--medium {
  font-size: 24px; }

h3,
.textHeading--small {
  font-size: 18px;
  font-weight: 400; }

p {
  margin: 16px 0; }

ul,
ol {
  margin: 0;
  padding: 0; }

a {
  color: #0078a3; }
  a:hover {
    color: #004057; }

code {
  background: #ebebeb;
  border-radius: 4px;
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: 0.9em;
  padding: 2px 4px; }

pre {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 16px 0;
  overflow: auto;
  padding: 16px; }
  pre code {
    background: transparent; }

.m-left--4 {
  margin-left: 4px; }

.m-left--8 {
  margin-left: 8px; }

.m-left--16 {
  margin-left: 16px; }

.m-left--32 {
  margin-left: 32px; }

.m-left--48 {
  margin-left: 48px; }

.m-right--4 {
  margin-right: 4px; }

.m-right--8 {
  margin-right: 8px; }

.m-right--16 {
  margin-right: 16px; }

.m-top--4 {
  margin-top: 4px; }

.m-top--8 {
  margin-top: 8px; }

.m-top--16 {
  margin-top: 16px; }

.m-top--32 {
  margin-top: 32px; }

.m-top--48 {
  margin-top: 48px; }

.m-bottom--4 {
  margin-bottom: 4px; }

.m-bottom--8 {
  margin-bottom: 8px; }

.m-bottom--16 {
  margin-bottom: 16px; }

.m-bottom--24 {
  margin-bottom: 24px; }

.m-horizontal--4 {
  margin-left: 4px;
  margin-right: 4px; }

.m-horizontal--8 {
  margin-left: 8px;
  margin-right: 8px; }

.m-horizontal--16 {
  margin-left: 16px;
  margin-right: 16px; }

.m-vertical--8 {
  margin-bottom: 8px;
  margin-top: 8px; }

.m-vertical--16 {
  margin-bottom: 16px;
  margin-top: 16px; }

.m-vertical--24 {
  margin-bottom: 24px;
  margin-top: 24px; }

.m-vertical--40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.p-vertical--4 {
  padding-bottom: 4px;
  padding-top: 4px; }

.p-vertical--8 {
  padding-bottom: 8px;
  padding-top: 8px; }

.p-vertical--16 {
  padding-bottom: 16px;
  padding-top: 16px; }

.p-horizontal--8 {
  padding-left: 8px;
  padding-right: 8px; }

.p-left--16 {
  padding-left: 16px; }

.p-right--8 {
  padding-right: 8px; }

.p-right--16 {
  padding-right: 16px; }

.p-right--24 {
  padding-right: 24px; }

.height--100pct {
  height: 100%; }

.width--100pct {
  width: 100%; }

.width--50pct {
  width: 50%; }

.width--25pct {
  width: 25%; }

.width--10pct {
  width: 10%; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.emptyState {
  color: #939da3;
  text-align: center; }

.position--relative {
  position: relative; }

.hidden,
.display--none {
  display: none; }

.text--gray {
  color: #939da3; }

.text--mediumGray {
  color: #c5cdd1; }

.text--blue {
  color: #00afd7; }

.text--green {
  color: #82bc00; }

.text--orange {
  color: #ff8200; }

.text--red {
  color: #f04848; }

.text--bold {
  font-weight: bold; }

.text--small {
  font-size: 12px; }

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

.text--alignRight {
  text-align: right; }

.text--uppercase {
  text-transform: uppercase; }

.loader--newtonsCradle {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .loader--newtonsCradle, .loader--newtonsCradle::before, .loader--newtonsCradle::after {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    width: 12px; }
  .loader--newtonsCradle::before, .loader--newtonsCradle::after {
    position: absolute; }
  .loader--newtonsCradle::before {
    -webkit-animation: newtonsCradle-left 1s ease-in-out infinite;
            animation: newtonsCradle-left 1s ease-in-out infinite;
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px); }
  .loader--newtonsCradle::after {
    -webkit-animation: newtonsCradle-right 1s ease-in-out 0.5s infinite;
            animation: newtonsCradle-right 1s ease-in-out 0.5s infinite;
    -webkit-transform: translateX(14px);
            transform: translateX(14px); }

@-webkit-keyframes newtonsCradle-left {
  20%, 80% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px); }
  29%, 71% {
    background: rgba(0, 0, 0, 0.1); }
  30%, 70% {
    background: rgba(0, 0, 0, 0.2); }
  50% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px); } }

@keyframes newtonsCradle-left {
  20%, 80% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px); }
  29%, 71% {
    background: rgba(0, 0, 0, 0.1); }
  30%, 70% {
    background: rgba(0, 0, 0, 0.2); }
  50% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px); } }

@-webkit-keyframes newtonsCradle-right {
  20%, 80% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px); }
  29%, 71% {
    background: rgba(0, 0, 0, 0.1); }
  30%, 70% {
    background: rgba(0, 0, 0, 0.2); }
  50% {
    -webkit-transform: translateX(28px);
            transform: translateX(28px); } }

@keyframes newtonsCradle-right {
  20%, 80% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px); }
  29%, 71% {
    background: rgba(0, 0, 0, 0.1); }
  30%, 70% {
    background: rgba(0, 0, 0, 0.2); }
  50% {
    -webkit-transform: translateX(28px);
            transform: translateX(28px); } }

.has-dropdownArrow::after {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle; }

.icon-x::before {
  content: "\00d7";
  font-family: Arial;
  font-size: 25px; }

.icon--green {
  color: #82bc00;
  transition: all 0.1s; }
  .icon--green:hover {
    color: #8dcb00; }

.icon--mediumGray {
  color: #c5cdd1;
  transition: all 0.1s; }
  .icon--mediumGray:hover {
    color: #82bc00; }

.l-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.l-flex--hAlignCenter {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l-flex--hAlignRight {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.l-flex--vAlignCenter {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.l-flex--vAlignBaseline {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
              -ms-grid-row-align: baseline;
          align-items: baseline; }

.l-flex-item,
.l-flex-item--allotSpace {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.l-flex-item--allotWidth {
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.l-flex-item--hasTruncate {
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0; }

.l-flex-item--noFlex {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.dropdown {
  background: white;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  color: #333;
  display: inline-block;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
  max-width: 256px;
  min-width: 160px;
  padding: 4px 0;
  position: relative;
  text-transform: none;
  z-index: 230; }
  .dropdown ul {
    list-style: none; }
  .dropdown .dropdown-item a {
    color: #333;
    cursor: pointer;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    word-wrap: break-word; }
    .dropdown .dropdown-item a:hover {
      background: #f7f7f7; }
  .dropdown .dropdown-header {
    color: #939da3;
    font-size: 11px;
    padding: 14px 16px 8px;
    text-transform: uppercase; }
  .dropdown .dropdown-divider {
    background: #ebebeb;
    height: 1px;
    margin: 4px 0; }
  .dropdown .dropdown-text {
    padding: 8px 16px; }

.button {
  background-color: #82bc00;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  min-width: 80px;
  overflow: visible;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s;
  white-space: nowrap; }
  .button:hover, .button:active, .button:focus {
    color: white;
    text-decoration: none; }
  .button:hover, .button:active, .button:focus {
    background-color: #89c600;
    outline: none; }

.button--secondaryWhite {
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
  line-height: 34px; }
  .button--secondaryWhite:hover, .button--secondaryWhite:active, .button--secondaryWhite:focus {
    background-color: #f7f7f7;
    color: #333; }

.button--secondaryGray {
  background-color: #939da3; }
  .button--secondaryGray:hover, .button--secondaryGray:active, .button--secondaryGray:focus {
    background-color: #9ba4aa; }

.button--blue {
  background-color: #00afd7; }
  .button--blue:hover, .button--blue:active, .button--blue:focus {
    background-color: #00bbe6; }

.button--destructive {
  background-color: #f04848; }
  .button--destructive:hover, .button--destructive:active, .button--destructive:focus {
    background-color: #f26464; }

.button--icon {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #939da3;
  font-size: 16px;
  height: 36px;
  line-height: 34px;
  min-width: 36px;
  padding: 0;
  width: 36px; }
  .button--icon:hover, .button--icon:active, .button--icon:focus {
    background-color: white;
    color: #00afd7;
    outline: none; }
  .button--icon i {
    position: relative;
    top: 2px; }
  .button--icon.has-dropdownArrow {
    padding: 0 8px 0 16px;
    width: auto; }

.buttonGroup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .buttonGroup .button + .button,
  .buttonGroup .button + .buttonGroup,
  .buttonGroup .button + .dropdownParent,
  .buttonGroup .dropdownParent + .button,
  .buttonGroup .dropdownParent + .dropdownParent {
    margin-left: -1px; }
  .buttonGroup > .button:first-child:not(:last-child) {
    border-radius: 4px 0 0 4px; }
  .buttonGroup > .button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .buttonGroup > .button:last-child:not(:first-child),
  .buttonGroup > .buttonGroup:last-child .button:first-child {
    border-radius: 0 4px 4px 0; }

.buttonRound {
  background-color: #82bc00;
  border-radius: 50%;
  color: white;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  width: 32px; }
  .buttonRound:hover {
    background-color: #8dcb00;
    color: white; }
  .buttonRound i {
    line-height: 32px; }

.buttonRound--hollowGray {
  background-color: white;
  border: 2px solid #ebebeb;
  color: #c5cdd1;
  line-height: 28px; }
  .buttonRound--hollowGray:hover {
    background-color: white;
    border-color: #ddd;
    color: #c5cdd1; }
  .buttonRound--hollowGray i {
    line-height: 28px; }

.buttonFAB {
  background-color: #82bc00;
  border-radius: 50%;
  bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  color: white;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  position: fixed;
  right: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  width: 56px;
  z-index: 100; }
  .buttonFAB:hover {
    background-color: #89c600;
    color: white; }
  .buttonFAB i {
    font-size: inherit;
    line-height: inherit; }

fieldset {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 16px 0;
  padding: 32px 0; }

legend {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 0 16px;
  padding: 0 8px; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  max-width: 256px;
  padding: 0 10px;
  width: 100%; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  select:focus,
  textarea:focus {
    border-color: #00afd7;
    outline: none; }
  input[type=text].input--small,
  input[type=email].input--small,
  input[type=number].input--small,
  input[type=password].input--small,
  input[type=search].input--small,
  input[type=tel].input--small,
  input[type=url].input--small,
  select.input--small,
  textarea.input--small {
    width: 64px; }
  input[type=text].input--medium,
  input[type=email].input--medium,
  input[type=number].input--medium,
  input[type=password].input--medium,
  input[type=search].input--medium,
  input[type=tel].input--medium,
  input[type=url].input--medium,
  select.input--medium,
  textarea.input--medium {
    width: 128px; }

textarea {
  height: 72px;
  line-height: 1.3;
  max-width: 100%;
  padding: 8px 10px; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px; }

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiBpZD0ic3ZnLXRyaWFuZ2xlIj48cGF0aCBmaWxsPSJyZ2JhKDAsMCwwLDAuMikiIGQ9Ik0wIDBoMTJMNiA2eiIvPjwvc3ZnPg==") no-repeat;
  background-position: right 8px center;
  background-size: 12px 6px;
  padding: 0 28px 0 8px; }

select[multiple] {
  height: auto;
  overflow: auto;
  padding: 8px 10px; }

select::-ms-expand {
  display: none; }

input[disabled], input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background: #f7f7f7;
  color: #939da3;
  cursor: not-allowed; }

.formElement {
  margin-bottom: 8px; }

.formElement-label {
  font-weight: bold; }

.form--horizontal .formElement-label {
  display: inline-block;
  margin: 9px 8px 0 0;
  text-align: right;
  vertical-align: top;
  width: 160px; }

.form--horizontal .formElement-label--subtitle {
  margin: 2px 8px 4px 0; }

.form--horizontal .formElement-input {
  display: inline-block;
  width: calc(100% - 64px - 160px); }

.form--horizontal .formElement-submit {
  margin-left: calc(160px + 12px); }

@media (max-width: 667px) {
  .form--horizontal .formElement-input {
    display: block;
    width: 100%; }
  .form--horizontal .formElement-label {
    display: block;
    margin: 0 0 4px;
    text-align: left;
    width: 100%; }
  .form--horizontal .formElement-submit {
    margin-left: 0; } }

.form--inline .formElement-label {
  margin: 0 4px 0 0; }

.form--inline .formElement-input {
  display: inline-block;
  margin: 0 4px 0 0; }

.form--inline .formElement-optionList {
  display: inline-block;
  margin: 6px 0; }
  .form--inline .formElement-optionList > li {
    display: inline-block;
    margin: 0 4px 0 0; }

.form--stacked .formElement-label {
  display: block;
  margin: 16px 0 4px; }

.form--stacked .formElement-label--subtitle > div {
  display: inline; }

.form--stacked .formElement-optionList {
  padding: 0 0 0 16px; }

.formElement--error .formElement-label {
  color: #f04848; }

.formElement--error input[type=text],
.formElement--error input[type=email],
.formElement--error input[type=number],
.formElement--error input[type=password],
.formElement--error input[type=search],
.formElement--error input[type=tel],
.formElement--error input[type=url],
.formElement--error select,
.formElement--error textarea {
  border-color: #f04848; }

.formElement--error .formElement-validationMessage {
  color: #f04848;
  font-size: 12px;
  margin: 4px 0; }

.formElement-label--subtitle > div {
  color: #939da3;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase; }

.formElement-optionList {
  list-style: none;
  margin: 6px 0 8px; }
  .formElement-optionList li {
    padding: 3px 0; }

.switch {
  margin: 2px 0; }
  .switch input {
    left: -9999px;
    position: absolute;
    visibility: hidden; }
  .switch label {
    background: #c5cdd1;
    border-radius: 16px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    height: 32px;
    outline: none;
    position: relative;
    transition: background 0.25s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 56px; }
  .switch label::after {
    background: white;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' id='toggle-fill'%3E%3Cstop stop-color='%23FFF' offset='0%25'/%3E%3Cstop stop-color='%23EBEBEB' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' id='toggle-stroke'%3E%3Cstop stop-color='%23EBEBEB' offset='0%25'/%3E%3Cstop stop-color='%23FFF' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle id='a' cx='14' cy='14' r='12' stroke='url(%23toggle-stroke)' stroke-width='4' fill='url(%23toggle-fill)'/%3E%3C/svg%3E") no-repeat;
    border-radius: 100%;
    bottom: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(0, 0, 0, 0.05);
    content: '';
    display: block;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: -webkit-transform ease-in-out 0.25s;
    transition: transform ease-in-out 0.25s;
    transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
    width: 28px; }
  .switch input:checked + label {
    background: #82bc00; }
  .switch input:checked + label::after {
    -webkit-transform: translateX(24px);
            transform: translateX(24px); }
  .switch input[disabled] + label {
    cursor: not-allowed;
    opacity: 0.4; }

.inputElement {
  position: relative; }
  .inputElement i {
    color: #939da3;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 100; }
  .inputElement input,
  .inputElement select {
    padding-left: 32px; }

.modal {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  left: -9999em;
  outline: 0;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
  z-index: 1501; }

.modalOption--small .modal {
  width: 320px; }

#modal-backdrop {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background: rgba(61, 69, 77, 0.9);
  height: 100%;
  left: -9999em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500; }

.state-modalOpen {
  min-height: 100vh; }
  .state-modalOpen .modal {
    -webkit-animation-name: modal-popIn;
            animation-name: modal-popIn;
    left: 50%; }
  .state-modalOpen #modal-backdrop {
    -webkit-animation-name: modal-fadeIn;
            animation-name: modal-fadeIn;
    left: 0; }

.state-modalClose .modal {
  -webkit-animation-name: modal-popOut;
          animation-name: modal-popOut; }

.state-modalClose #modal-backdrop {
  -webkit-animation-name: modal-fadeOut;
          animation-name: modal-fadeOut; }

.modal-header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 12px 0 24px;
  position: relative; }
  .modal-header .modal-close {
    background: white;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    color: #c5cdd1;
    display: inline-block;
    height: 32px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 32px; }
    .modal-header .modal-close:hover {
      border-color: #ddd; }

.modal-main {
  max-height: calc(100vh - 176px);
  overflow: auto;
  overflow-x: hidden; }
  .modal-main .modal-main-search {
    background: #f7f7f7;
    height: 48px;
    padding: 6px 24px; }
    .modal-main .modal-main-search input {
      max-width: 100%; }
  .modal-main .modal-main-content {
    padding: 24px; }
  .modal-main .modal-searchPrompt {
    color: #939da3;
    padding: 96px 80px;
    text-align: center; }

.modal-footer {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10px 0 24px;
  position: relative;
  width: 100%; }
  .modal-footer .button {
    margin-left: 4px; }

@-webkit-keyframes modal-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes modal-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes modal-fadeOut {
  0% {
    left: 0;
    opacity: 1; }
  99.9% {
    left: 0;
    opacity: 0; }
  100% {
    left: -9999em;
    opacity: 0; } }

@keyframes modal-fadeOut {
  0% {
    left: 0;
    opacity: 1; }
  99.9% {
    left: 0;
    opacity: 0; }
  100% {
    left: -9999em;
    opacity: 0; } }

@-webkit-keyframes modal-popIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  25% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes modal-popIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  25% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@-webkit-keyframes modal-popOut {
  0% {
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  99.9% {
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%); }
  100% {
    left: -9999em;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes modal-popOut {
  0% {
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  99.9% {
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%); }
  100% {
    left: -9999em;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.table {
  background: white;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  .table thead {
    background: #00afd7;
    color: white; }
    .table thead a {
      color: white; }
      .table thead a:hover {
        color: white; }
  .table .thead--white {
    background: white;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    color: #939da3; }
    .table .thead--white th {
      padding: 7px 8px; }
    .table .thead--white a {
      color: #939da3; }
      .table .thead--white a:hover {
        color: #939da3; }
    .table .thead--white i {
      color: #c5cdd1; }
  .table .thead--gray {
    background: #f7f7f7;
    border-bottom: 2px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    color: #939da3; }
    .table .thead--gray th {
      border-left: 1px solid #ebebeb;
      font-size: 11px;
      font-weight: normal;
      line-height: 22px;
      padding: 0 8px;
      text-transform: uppercase; }
      .table .thead--gray th:first-child {
        border-left: 0; }
    .table .thead--gray a {
      color: #939da3; }
      .table .thead--gray a:hover {
        color: #939da3; }
    .table .thead--gray i {
      color: #c5cdd1;
      position: relative;
      top: 3px; }
  .table th {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px;
    text-align: left; }
  .table th,
  .table td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
    .table th > a,
    .table td > a {
      text-decoration: none; }
      .table th > a:hover,
      .table td > a:hover {
        text-decoration: underline; }
  .table .td--hasTooltip {
    overflow: visible; }
  .table .td--noAUnderline > a {
    text-decoration: none; }
    .table .td--noAUnderline > a:hover {
      text-decoration: none; }
  .table td {
    border-top: 1px solid #ebebeb;
    padding: 10px 8px; }
  .table tbody tr:first-child td {
    border-top: 0; }
  .table th:first-child,
  .table td:first-child {
    padding-left: 24px; }

.th--sortable a + i {
  font-size: 14px;
  opacity: 0;
  position: relative;
  top: 2px; }

.th--sortable a:hover + i {
  opacity: 0.5; }

.th--sortable--active a + i,
.th--sortable--active a:hover + i {
  opacity: 1; }

.td--primary {
  font-weight: bold; }

.table--bordered {
  border: 1px solid #ebebeb; }

.table--hover tbody tr:hover {
  background: #f7f7f7; }

.table--striped tr:nth-of-type(even) {
  background: #f7f7f7; }

.alert {
  background: #ccf7fc;
  border: 1px solid #b6dbe3;
  border-radius: 4px;
  color: #0090b0;
  padding: 14px 16px; }

.alert--success {
  background: #f0f9cc;
  border-color: #d2e0b4;
  color: #5e8a00; }
  .alert--success a {
    color: #5e8a00; }
    .alert--success a:hover {
      color: #2a3e00; }

.alert--warning {
  background: #fff3d1;
  border-color: #ffda73;
  color: #ff6e0d; }
  .alert--warning a {
    color: #ff6e0d; }
    .alert--warning a:hover {
      color: #d95700; }

.alert--error {
  background: #fee2e2;
  border-color: #f5c6c6;
  color: #f04848; }
  .alert--error a {
    color: #f04848; }
    .alert--error a:hover {
      color: #c21010; }
  .alert--error .alert--error-errorList {
    list-style: none; }
    .alert--error .alert--error-errorList li::before {
      height: 0;
      width: 0;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #f04848;
      border-top: 5px solid transparent;
      content: '';
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: 1px; }

.tooltipped {
  position: relative; }
  .tooltipped::before {
    background: rgba(13, 23, 33, 0.8);
    border-radius: 24px;
    bottom: calc(100% + 8px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.14);
    color: white;
    content: attr(aria-label);
    font-size: 14px;
    left: 50%;
    line-height: 1.3;
    max-width: 256px;
    min-width: 80px;
    opacity: 0;
    overflow: hidden;
    padding: 7px 16px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(-50%, 16px, 0);
            transform: translate3d(-50%, 16px, 0);
    -webkit-transform-origin: top;
            transform-origin: top;
    transition: all 0.18s ease-out 0.1s;
    white-space: nowrap;
    z-index: 220; }
  .tooltipped:hover::before, .tooltipped:focus::before {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    transition-delay: 0.75s; }
  .tooltipped.tooltipped--large::before {
    border-radius: 4px;
    padding: 12px 16px;
    white-space: normal;
    width: 256px; }
  .tooltipped.tooltipped--left::before {
    bottom: auto;
    left: auto;
    right: calc(100% + 8px);
    top: 50%;
    -webkit-transform: translate3d(16px, -50%, 0);
            transform: translate3d(16px, -50%, 0); }
  .tooltipped.tooltipped--left:hover::before, .tooltipped.tooltipped--left:focus::before {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .tooltipped.tooltipped--right::before {
    bottom: auto;
    left: calc(100% + 8px);
    top: 50%;
    -webkit-transform: translate3d(-16px, -50%, 0);
            transform: translate3d(-16px, -50%, 0); }
  .tooltipped.tooltipped--right:hover::before, .tooltipped.tooltipped--right:focus::before {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .tooltipped.tooltipped--below::before {
    bottom: auto;
    left: 50%;
    top: calc(100% + 8px);
    -webkit-transform: translate3d(-50%, -16px, 0);
            transform: translate3d(-50%, -16px, 0); }
  .tooltipped.tooltipped--below:hover::before, .tooltipped.tooltipped--below:focus::before {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }

.label {
  background: #00afd7;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  min-width: 24px;
  padding: 0 4px;
  position: relative;
  top: -1px; }
  .label.label--green {
    background: #82bc00; }
  .label.label--red {
    background: #f04848; }
  .label.label--gray {
    background: #939da3; }

.badge {
  background: #00afd7;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font: normal 14px/20px Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
  text-align: center;
  z-index: 200; }
  .badge.badge--borderWhite {
    border: 1px solid white;
    line-height: 18px; }
  .badge.badge--topRight {
    position: absolute;
    right: -5px;
    top: -5px; }

.body--signin {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
  background-color: #006189;
  background-image: linear-gradient(135deg, rgba(0, 85, 128, 0.92) 0%, rgba(41, 49, 51, 0.99) 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .body--signin a {
    text-decoration: none; }
    .body--signin a:focus {
      border-bottom: 1px dotted #00afd7;
      outline: none; }

.signinContainer {
  color: white;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  transition: all 0.4s;
  width: 256px;
  z-index: 10; }

.signinHeader {
  margin: 0 0 32px;
  text-align: center; }
  .signinHeader .signinLogo {
    display: inline-block;
    height: 80px;
    margin: 0 0 16px;
    position: relative;
    width: 80px; }
  .signinHeader .signinLogo-productLogo {
    display: inline-block;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 80px; }
  .signinHeader .signinLogo-border {
    left: 0;
    position: absolute;
    top: 0; }
  .signinHeader a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px; }
    .signinHeader a:hover {
      text-decoration: underline; }

.signinOptions h3 {
  border: 1px solid #00afd7;
  color: #00afd7;
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  margin: 0 0 4px;
  text-align: center;
  text-transform: uppercase; }

.signinOptionsButton {
  background: #00afd7;
  color: white;
  display: block;
  height: 40px;
  margin: 0 0 4px;
  transition: all 0.3s; }
  .signinOptionsButton:hover {
    background: #00c4f1;
    color: white;
    text-decoration: none; }
    .signinOptionsButton:hover .signinOptionsButton-arrow {
      color: white;
      margin-right: 12px; }
  .signinOptionsButton .signinOptionsButton-logo {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px; }
  .signinOptionsButton .signinOptionsButton-text {
    display: inline-block;
    line-height: 40px;
    padding: 0 0 0 12px;
    vertical-align: top; }
  .signinOptionsButton .signinOptionsButton-arrow {
    color: rgba(255, 255, 255, 0);
    display: inline-block;
    float: right;
    line-height: 40px;
    margin-right: 20px;
    transition: all 0.3s;
    width: 16px; }

.signinForm input[type='text'],
.signinForm input[type='email'],
.signinForm input[type='password'],
.signinForm select {
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 0;
  color: white;
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  width: 100%; }
  .signinForm input[type='text']:focus,
  .signinForm input[type='email']:focus,
  .signinForm input[type='password']:focus,
  .signinForm select:focus {
    background: rgba(255, 255, 255, 0.2); }
  .signinForm input[type='text']::-webkit-input-placeholder,
  .signinForm input[type='email']::-webkit-input-placeholder,
  .signinForm input[type='password']::-webkit-input-placeholder,
  .signinForm select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .signinForm input[type='text']::-moz-placeholder,
  .signinForm input[type='email']::-moz-placeholder,
  .signinForm input[type='password']::-moz-placeholder,
  .signinForm select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .signinForm input[type='text']:-ms-input-placeholder,
  .signinForm input[type='email']:-ms-input-placeholder,
  .signinForm input[type='password']:-ms-input-placeholder,
  .signinForm select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .signinForm input[type='text']::placeholder,
  .signinForm input[type='email']::placeholder,
  .signinForm input[type='password']::placeholder,
  .signinForm select::placeholder {
    color: rgba(255, 255, 255, 0.4); }

.signinForm input[readonly] {
  color: rgba(255, 255, 255, 0.4); }

.signinForm .inputElement i {
  color: white;
  left: 12px;
  top: 12px; }

.signinForm .inputElement input,
.signinForm .inputElement select {
  padding-left: 40px; }

.signinForm .inputElement select {
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiBpZD0ic3ZnLXRyaWFuZ2xlIj48cGF0aCBmaWxsPSJyZ2JhKDAsMCwwLDAuMikiIGQ9Ik0wIDBoMTJMNiA2eiIvPjwvc3ZnPg==");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 12px 6px; }

.signinForm .inputElement select option {
  background: #fff;
  color: #000 !important; }

.signinForm-submit {
  background: #00afd7;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  .signinForm-submit:hover, .signinForm-submit:focus {
    background: #00afd7; }
    .signinForm-submit:hover::before, .signinForm-submit:hover::after, .signinForm-submit:focus::before, .signinForm-submit:focus::after {
      -webkit-transform: translate3d(144px, 0, 0) rotate(80deg);
              transform: translate3d(144px, 0, 0) rotate(80deg); }
    .signinForm-submit:hover::after, .signinForm-submit:focus::after {
      transition-delay: 0.17s; }
  .signinForm-submit::before {
    background: #00c0eb; }
  .signinForm-submit::after {
    background: #01d0ff; }
  .signinForm-submit::before, .signinForm-submit::after {
    content: '';
    height: 272px;
    position: absolute;
    right: 128px;
    top: 80px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    width: 100%;
    z-index: -1; }

.signinForm-options {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin: 8px 0; }
  .signinForm-options label {
    cursor: pointer; }
  .signinForm-options i {
    position: relative;
    top: 3px; }
  .signinForm-options a {
    color: rgba(255, 255, 255, 0.4); }
    .signinForm-options a:hover {
      color: #00afd7; }

.signinForm-error {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #eddea4;
  padding: 8px 16px;
  text-align: center; }

#js-signinForm {
  display: none; }

.signinSSOButtons {
  -webkit-animation: signin-fadeIn 0.75s both;
          animation: signin-fadeIn 0.75s both;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
  text-align: center; }
  .signinSSOButtons a {
    border: 1px solid #00afd7;
    color: #00afd7;
    display: block;
    font-size: 11px;
    line-height: 38px;
    margin: 0 2px;
    padding: 0 8px;
    text-transform: uppercase;
    transition: all 0.2s; }
    .signinSSOButtons a:hover {
      background: rgba(0, 175, 215, 0.1); }
    .signinSSOButtons a:first-child {
      margin: 0 2px 0 0; }
    .signinSSOButtons a:last-child {
      margin: 0 0 0 2px; }
    .signinSSOButtons a:only-child {
      margin: 0; }

.signinSSOButtons--noAnimation {
  -webkit-animation: none;
          animation: none; }

.signinFooter {
  bottom: 24px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 24px;
  z-index: 5; }
  .signinFooter a {
    color: rgba(255, 255, 255, 0.4); }
    .signinFooter a:hover {
      color: #00afd7;
      text-decoration: underline; }

.move-1st,
.move-2nd,
.move-3rd,
.move-4th,
.move-5th {
  -webkit-animation: signin-slideIn 0.50s both;
          animation: signin-slideIn 0.50s both; }

.move-2nd {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.move-3rd {
  -webkit-animation-delay: 0.50s;
          animation-delay: 0.50s; }

.move-4th {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.move-5th {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@-webkit-keyframes signin-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400%);
            transform: translateY(400%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes signin-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400%);
            transform: translateY(400%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes signin-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes signin-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@font-face {
  font-family: 'rocket-icons';
  src: url("/fonts/rocket-icons.ttf?mhr0za") format("truetype"), url("/fonts/rocket-icons.woff?mhr0za") format("woff"), url("/fonts/rocket-icons.svg?mhr0za#rocket-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rocket-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-directory:before {
  content: "\e4b9"; }

.icon-clock:before {
  content: "\e4ee"; }

.icon-reload:before {
  content: "\e58b"; }

.icon-lock:before {
  content: "\e03c"; }

.icon-eye:before {
  content: "\e074"; }

.icon-pause:before {
  content: "\e186"; }

.icon-play:before {
  content: "\e187"; }

.icon-checkmark:before {
  content: "\e1ba"; }

.icon-left-1:before {
  content: "\e1c2"; }

.icon-right-1:before {
  content: "\e1c3"; }

.icon-left-2:before {
  content: "\e1ca"; }

.icon-right-2:before {
  content: "\e1cb"; }

.icon-user-1:before {
  content: "\e615"; }

.icon-checkmark-circle:before {
  content: "\e616"; }

.icon-plus-2:before {
  content: "\e62e"; }

.icon-down-2:before {
  content: "\e617"; }

.icon-up-2:before {
  content: "\e618"; }

.icon-down-1:before {
  content: "\e619"; }

.icon-up-1:before {
  content: "\e61a"; }

.icon-globe:before {
  content: "\e61b"; }

.icon-directory2:before {
  content: "\e800"; }

.icon-user-2:before {
  content: "\e600"; }

.icon-help-2:before {
  content: "\e601"; }

.icon-help-1:before {
  content: "\e602"; }

.icon-pin-1:before {
  content: "\e631"; }

.icon-star-1:before {
  content: "\e61c"; }

.icon-mail-2:before {
  content: "\e62f"; }

.icon-search:before {
  content: "\e603"; }

.icon-notifications:before {
  content: "\e604"; }

.icon-unlock-2:before {
  content: "\e630"; }

.icon-list-1:before {
  content: "\e605"; }

.icon-ipad:before {
  content: "\e61d"; }

.icon-configure:before {
  content: "\e62b"; }

.icon-link:before {
  content: "\e61e"; }

.icon-star-2:before {
  content: "\e61f"; }

.icon-blocked:before {
  content: "\e620"; }

.icon-redirect:before {
  content: "\e621"; }

.icon-settings:before {
  content: "\e622"; }

.icon-minus:before {
  content: "\e623"; }

.icon-x-circle:before {
  content: "\e606"; }

.icon-pin-2:before {
  content: "\e632"; }

.icon-clipboard-checkmark:before {
  content: "\e624"; }

.icon-signout:before {
  content: "\e607"; }

.icon-calendar-checkmark:before {
  content: "\e625"; }

.icon-calendar:before {
  content: "\e608"; }

.icon-edit:before {
  content: "\e62c"; }

.icon-lightning:before {
  content: "\e62d"; }

.icon-list-2:before {
  content: "\e626"; }

.icon-layout:before {
  content: "\e627"; }

.icon-export:before {
  content: "\e609"; }

.icon-chart:before {
  content: "\e60a"; }

.icon-folder:before {
  content: "\e628"; }

.icon-reorder:before {
  content: "\e629"; }

.icon-tier:before {
  content: "\e60b"; }

.icon-plus:before {
  content: "\e60c"; }

.icon-logo-lightspeed-32:before {
  content: "\e900"; }

.icon-item-check-32:before {
  content: "\e613"; }

.icon-user-32:before {
  content: "\e614"; }

.icon-nav-firewall:before {
  content: "\e62a"; }

.icon-logo-rocket-32:before {
  content: "\e60d"; }

.icon-nav-spam:before {
  content: "\e60e"; }

.icon-nav-inbox:before {
  content: "\e60f"; }

.icon-nav-webfilter:before {
  content: "\e610"; }

.icon-nav-reports:before {
  content: "\e611"; }

.icon-nav-settings:before {
  content: "\e612"; }

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0; }

body {
  background: linear-gradient(-180deg, #444652 0%, #28282E 100%);
  display: block;
  min-height: auto;
  text-align: center; }

.text--blue,
.text--blue a {
  color: #00afd7; }
  .text--blue a:hover {
    color: #0085a4; }

.text--blueGray {
  color: #838DA3; }

.text--white {
  color: white; }

.page-icon {
  padding-top: 100px; }
  .page-icon .page-icon--img {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 66px;
    height: 66px;
    margin: 0 auto;
    width: 66px; }
  .page-icon .page-icon--imgAccess {
    background-image: url(/images/access/user_lock.png); }
  .page-icon .page-icon--imgBrowse {
    background-image: url(/images/access/browse.png);
    height: 95px; }

.strip {
  background: #00afd7;
  color: rgba(255, 255, 255, 0.7);
  margin: 30px 0;
  padding: 20px; }
  .strip .target {
    color: white;
    display: block;
    font-size: 30px; }

.override {
  margin-top: 30px;
  overflow: hidden; }
  .override .submit-review {
    margin-right: 20px; }
  .override .form {
    display: inline-block;
    overflow: hidden;
    vertical-align: top; }
    .override .form input,
    .override .form select,
    .override .form .button {
      float: left; }
  .override input,
  .override select,
  .override textarea {
    background: transparent;
    border-color: #00afd7;
    border-radius: 0;
    border-right: 0;
    border-width: 2px;
    color: white;
    display: inline-block;
    width: 144px; }
  .override .oauth select {
    border-right: 2px solid #00afd7;
    float: none; }
  .override select option {
    color: black; }
  .override .button {
    background: #5a6170;
    border: 0;
    border-radius: 0;
    color: white; }
  .override .button--blue {
    background: #00afd7;
    color: white; }

.override.review .form {
  display: block;
  margin: 0 auto;
  width: 256px; }
  .override.review .form input,
  .override.review .form textarea {
    border-right: 2px solid #00afd7;
    display: block;
    float: none;
    margin: 0 0 10px 0;
    width: 100%; }
  .override.review .form .button {
    float: none; }

@media (max-width: 667px) {
  .override .form {
    display: block;
    margin: 0 16px; }
    .override .form input,
    .override .form select,
    .override .form .button {
      border-right: 2px solid #00afd7;
      display: block;
      float: none;
      margin-top: 8px;
      max-width: none;
      width: 100%; } }

body.proxy-cert-help {
  background: #ebebeb;
  text-align: left; }
  body.proxy-cert-help #strip {
    background: #00afd7;
    height: 112px;
    position: fixed;
    top: 300px;
    left: 0px;
    width: 100%;
    z-index: -1; }
  body.proxy-cert-help #proxy-cert-help-container {
    margin: 0 auto;
    max-width: 640px; }
  body.proxy-cert-help .main-header {
    margin: 0 16px 30px 16px;
    padding-top: 50px;
    text-align: center; }
    body.proxy-cert-help .main-header h3 {
      margin: 15px 0 0 0;
      padding: 0 50px; }
  @media (max-width: 667px) {
    body.proxy-cert-help .main-header {
      padding-top: 20px; }
    body.proxy-cert-help .main-header h3 {
      font-size: 14px;
      padding: 0px; } }
  body.proxy-cert-help #instructions-container {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    margin: 0 16px 16px 16px;
    padding: 56px 32px; }
  @media (max-width: 667px) {
    body.proxy-cert-help #instructions-container {
      padding: 30px 16px; } }
  body.proxy-cert-help .instructions-header,
  body.proxy-cert-help .os-browser-not-found-header {
    display: none;
    text-align: center; }
    body.proxy-cert-help .instructions-header h4,
    body.proxy-cert-help .os-browser-not-found-header h4 {
      font-size: 16px;
      font-weight: 400; }
    body.proxy-cert-help .instructions-header p,
    body.proxy-cert-help .os-browser-not-found-header p {
      margin-top: 0px; }
    body.proxy-cert-help .instructions-header select,
    body.proxy-cert-help .os-browser-not-found-header select {
      background-color: white;
      background-position: right 30px center;
      border: 0px;
      color: #939da3;
      cursor: pointer;
      display: inline;
      margin: 0 0 0 5px;
      outline: 0px;
      padding: 0px;
      width: auto;
      -webkit-appearance: none; }
  body.proxy-cert-help #download-cert-button.disabled {
    cursor: not-allowed;
    opacity: 0.3; }
  body.proxy-cert-help ol {
    counter-reset: li;
    list-style: none;
    padding-left: 45px; }
    body.proxy-cert-help ol li {
      position: relative; }
    body.proxy-cert-help ol li::before {
      color: #82bc00;
      content: counter(li);
      counter-increment: li;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 24px;
      left: -45px;
      top: 4px;
      position: absolute;
      text-align: right;
      width: 30px; }
    body.proxy-cert-help ol img {
      display: block;
      margin-top: 20px;
      max-width: 100%; }
  body.proxy-cert-help #download-instructions-container {
    display: none; }
  body.proxy-cert-help ol.install-instructions {
    counter-reset: li 1;
    display: none; }
    body.proxy-cert-help ol.install-instructions li {
      margin-top: 50px; }
    body.proxy-cert-help ol.install-instructions li::before {
      top: -6px; }
  body.proxy-cert-help .download-instructions {
    display: none; }
