/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */

/* Sizes */

/* Weights */

@media screen and (min-width: 400px) {
  .scaledFonts.typography__smallerSize___-l5yi,
  .scaledFonts .typography__smallerSize___-l5yi
  {
    font-size: calc(9.53704px + 0.11574vw);
  }

  .scaledFonts.typography__smallSize___ii73P,
  .scaledFonts .typography__smallSize___ii73P {
    font-size: calc(11.44444px + 0.13889vw);
  }

  .scaledFonts.typography__normalSize___3uL33,
  .scaledFonts .typography__normalSize___3uL33 {
    font-size: calc(13.72222px + 0.06944vw);
  }

  .scaledFonts.typography__largeSize___w63bO,
  .scaledFonts .typography__largeSize___w63bO {
    font-size: calc(15.25926px + 0.18519vw);
  }

  .scaledFonts.typography__largerSize___4qfA9,
  .scaledFonts .typography__largerSize___4qfA9 {
    font-size: calc(17.16667px + 0.20833vw);
  }

  .scaledFonts.typography__extraLargeSize___Gpp1A,
  .scaledFonts .typography__extraLargeSize___Gpp1A {
    font-size: calc(19.07407px + 0.23148vw);
  }

  .scaledFonts.typography__largeHeadingSize___N1dsH,
  .scaledFonts .typography__largeHeadingSize___N1dsH {
    font-size: calc(22.88889px + 0.27778vw);
  }

  .scaledFonts.typography__largerHeadingSize___vCM2-,
  .scaledFonts .typography__largerHeadingSize___vCM2- {
    font-size: calc(32.37037px + -0.09259vw);
  }

  .scaledFonts.typography__veryLargeHeadingSize___cA-x\+,
  .scaledFonts .typography__veryLargeHeadingSize___cA-x\+ {
    font-size: calc(38.14815px + 0.46296vw);
  }

  .scaledFonts.typography__largeStatisticSize___jhKFv,
  .scaledFonts .typography__largeStatisticSize___jhKFv {
    font-size: calc(49.59259px + 0.60185vw);
  }
}

.typography__robotoFont___R-1Yo {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typography__italicStyle___IiSAN {
  font-style: italic;
}

.typography__smallerSize___-l5yi {
  font-size: 10px;
  font-size: 0.625rem;
}

.typography__smallSize___ii73P {
  font-size: 12px;
  font-size: 0.75rem;
}

.typography__normalSize___3uL33 {
  font-size: 14px;
  font-size: 0.875rem;
}

.typography__largeSize___w63bO {
  font-size: 16px;
  font-size: 1rem;
}

/* HACK: We needed to add a new 18px size between largeSize and
extraLargeSize, but as the typography is still in flux we didn't
want to create a new naming scheme right now. Hence this not-great name.
*/
.typography__largerSize___4qfA9 {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography__extraLargeSize___Gpp1A { /* 20 px */
  font-size: 20px;
  font-size: 1.25rem;
}

.typography__largeHeadingSize___N1dsH {
  font-size: 24px;
  font-size: 1.5rem;
}

.typography__largerHeadingSize___vCM2- {
  font-size: 32px;
  font-size: 2rem;
}

.typography__veryLargeHeadingSize___cA-x\+ {
  font-size: 40px;
  font-size: 2.5rem;
}

.typography__largeStatisticSize___jhKFv {
  font-size: 52px;
  font-size: 3.25rem;
}

.typography__thinWeight___bceI3 {
  font-weight: 100;
}

.typography__lightWeight___3CtvU {
  font-weight: 300;
}

.typography__normalWeight___sxJ0x {
  font-weight: 400;
}

.typography__mediumWeight___VjA1X {
  font-weight: 500;
}

.typography__boldWeight___vhD\+H {
  font-weight: 700;
}

.typography__blackWeight___LFOIw {
  font-weight: 900;
}

#okta-sign-in {
  font-family: 'Roboto' !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

#okta-widget {
  background-color: #2F3E54;
  color: #B4BFD6 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#okta-sign-in {
  background-color: #2F3E54;
  color: #B4BFD6 !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 400px;
  margin: 100px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important
}

#okta-sign-in.main-container {
  background-color: transparent !important;
  border-width: 0;
  color: #B4BFD6 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#okta-sign-in .auth-org-logo {
  display: block;
  margin: 0 auto;
  max-width: 193px;
  max-height: 40px;
}

#okta-sign-in .okta-sign-in-header {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#okta-sign-in .auth-footer {
  font-size: 0.875rem !important;
  color: #B4BFD6 !important;
}

#okta-sign-in .o-form .custom-checkbox label {
  font-size: 0.875rem !important;
  color: #B4BFD6 !important;
}

#okta-sign-in.auth-container .link, #okta-sign-in.auth-container .link:active, #okta-sign-in.auth-container .link:hover, #okta-sign-in.auth-container .link:link, #okta-sign-in.auth-container .link:visited {
  color: #B4BFD6 !important;
}

#okta-sign-in.no-beacon .auth-content {
  padding-top: 20px;
  background-color: #1F2D42;
  border-radius: 4px;
}

#okta-sign-in .o-form .input-fix input[type=password], #okta-sign-in .o-form .input-fix input[type=tel], #okta-sign-in .o-form .input-fix input[type=text], #okta-sign-in .o-form .input-fix input[type=textbox] {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 6px 8px;
  line-height: 16px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  color: #B4BFD6 !important;
}

#okta-sign-in.auth-container .okta-form-input-field.focused-input {
  background-color: transparent;
  border-color: transparent;
}

#okta-sign-in.auth-container .okta-sign-in-header {
  border-bottom-color: transparent !important;
}

#okta-sign-in.auth-container .okta-form-input-field {
  border-color: #545C72 !important;
}

#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control.focused-input .input-icon-divider {
  border-right: 0px
}

#okta-sign-in .focused-input, #okta-sign-in .link.help:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

#okta-sign-in input {
  background-color: #1F2D42 !important;
}

#okta-sign-in input:focus {
  background-color: #000000 !important;
}

#okta-sign-in.auth-container .button-primary {
  color: #B4BFD6 !important;
  background-color: #00A0FE !important;
  font-weight: bolder;
}

#okta-sign-in .o-form .input-fix, #okta-sign-in .o-form .textarea-fix {
  height: 40px;
  border: 1px solid #545C72;
  display: inline-block;
  float: left;
}

#okta-sign-in .link.help:focus {
  -webkit-box-shadow: 0 0 0px #51cbee;
          box-shadow: 0 0 0px #51cbee
}

#okta-sign-in .o-form .o-form-focus {
  border: 0px solid #888;
  -webkit-box-shadow: 0 0px 0px #fff;
          box-shadow: 0 0px 0px #fff
}

#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3 {
  font-weight: 600;
  color: #B4BFD6 !important;
}

#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3 {
  font-weight: 600;
  color: #B4BFD6 !important;
}

#okta-sign-in .o-form .custom-custom-checkbox label {
  color: #B4BFD6 !important;
}

#okta-sign-in.auth-container .okta-form-label {
  font-weight: 600;
  color: #B4BFD6 !important;
}

#okta-sign-in .infobox, #okta-sign-in .infobox-md {
  border: 0;
  color: #000000;
  border-radius: 0;
}

#okta-sign-in .infobox:before, #okta-sign-in .infobox-md:before, #okta-sign-in .infobox-compact:before {
  top: 0;
  bottom: 0;
  border-radius: 0;
}

#okta-sign-in.auth-container {
  margin-top: 0;
}

#okta-sign-in .okta-sign-in-header {
  border-width: 0;
}

#okta-sign-in .o-form-input-name-remember {
  margin-top: -10px;
  display: block;
}

#okta-sign-in .o-form-button-bar {
  background: transparent;
  border: none;
  padding: 0 0 25px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 5px;
}

#okta-sign-in.auth-container .okta-sign-in-header {
  border-bottom-color: transparent;
  height: 60px;
}

#okta-sign-in.auth-container h2, #okta-sign-in.auth-container h3 {
  font-weight: 600;
  color: #B4BFD6 !important;
  margin-bottom: 20px;
  font-size: 1.125rem !important;
}

#okta-sign-in h2 {
  color: #B4BFD6;
  font-weight: normal;
}

#okta-sign-in .link:link, #okta-sign-in .link:visited, #okta-sign-in .link:hover, #okta-sign-in .link:active {
  color: #B4BFD6 !important;
}

#okta-sign-in .o-form-head {
  font-size: 1.125rem !important;
}

#okta-sign-in .button-primary {
  border-width: 0;
  border-radius: 0;
  background: #00A0FE;
  font-family: 'Roboto' !important;
}

#okta-sign-in .button-primary:hover, #okta-sign-in .button-primary:focus, #okta-sign-in .button-primary:active {
  background: #9EAE90;
}

#okta-sign-in .okta-form-input-field {
  border-width: 0;
  border-radius: 0;
  background-color: #1F2D42 !important;
  color: grey02;
}


.js-help-link {
  display: none !important;
}

#okta-sign-in .custom-checkbox label {
  background-image: url(https://zignalassets.s3-us-west-2.amazonaws.com/public/common/checkbox-sign-in-widget%402x.png) !important;
  background-size: 50px 1155px;
  background-position: -16px !important;
}

#okta-sign-in .custom-checkbox input {
  opacity: 1 !important;
}

#okta-sign-in .error-16:before {
  content: "\26A0" !important;
  top: 10px !important;
  font-size: 1.5em !important;
}

#okta-sign-in .error-16-small:before {
  content: "" !important;
}

#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  margin-left: -18px !important;
}

.OktaWidgetWraperDark__termsTextRow___SsKPI {
  text-align: center;
  color: #B4BFD6 !important;
  position: fixed;
  left: 0;
  bottom: -0;
  width: 100%;
}

.OktaWidgetWraperDark__termsTextRow___SsKPI a {
  color: #00A0FE !important;
}

.OktaWidgetWraperDark__container___ubcxz {
  background-color: #2F3E54 !important;
  padding: 10px;
  height: 100vh;
}
@charset "UTF-8";.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;-webkit-box-shadow:none;box-shadow:none;padding:0}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:medium none;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal 700 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-default{border:1px solid #f1d031;background-color:#ffffa3;color:#555}.qtip-default .qtip-titlebar{background-color:#ffef93}.qtip-default .qtip-icon{border-color:#ccc;background:#f1f1f1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#aaa;color:#111}

/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#e2e2e2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}

/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}

/*! Cream tooltip style */.qtip-cream{background-color:#fbf7aa;border-color:#f9e98e;color:#a27d35}.qtip-cream .qtip-titlebar{background-color:#f0de7d}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}

/*! Red tooltip style */.qtip-red{background-color:#f78b83;border-color:#d95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#f06d65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#d95252}

/*! Green tooltip style */.qtip-green{background-color:#caed9e;border-color:#90d93f;color:#3f6219}.qtip-green .qtip-titlebar{background-color:#b0de78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}

/*! Blue tooltip style */.qtip-blue{background-color:#e5f6fe;border-color:#add9ed;color:#5e99bd}.qtip-blue .qtip-titlebar{background-color:#d0e9f5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, .15);box-shadow:1px 1px 3px 1px rgba(0, 0, 0, .15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{border-radius:5px}.qtip-rounded .qtip-titlebar{border-radius:4px 4px 0 0}.qtip-youtube{border-radius:2px;-webkit-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4a4a4a;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4a4a4a),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4a4a4a,#000);background-image:-o-linear-gradient(top,#4a4a4a 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4a4a4a;background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0, 0, 0, .7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #f1f1f1;border-radius:2px;-webkit-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0, 0, 0, .4);box-shadow:4px 4px 5px rgba(0, 0, 0, .4);background-color:#d9d9c2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876a;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0, 0, 0, .87);color:#fff;border:0 solid transparent;font-size:11px;font-family:Lucida Grande,sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959fa9;border-radius:3px;background-color:#f9f9f9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3a79b8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3a79b8),to(#2e629d));background-image:-webkit-linear-gradient(top,#3a79b8,#2e629d);background-image:-o-linear-gradient(top,#3a79b8,#2e629d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#fbfbfb;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);box-shadow:0 5px 10px rgba(0, 0, 0, .2);background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{-webkit-filter:none;filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}@font-face{font-family:montserrat;src:url(/static/build/77069/assets/fonts/montserrat-light-webfont.eot);src:url(/static/build/77069/assets/fonts/montserrat-light-webfont.eot?#iefix) format("embedded-opentype"),url(/static/build/77069/assets/fonts/montserrat-light-webfont.woff) format("woff"),url(/static/build/77069/assets/fonts/montserrat-light-webfont.ttf) format("truetype"),url(/static/build/77069/assets/fonts/montserrat-light-webfont.svg#Montserrat-Light) format("svg");font-weight:400;font-style:normal}@font-face{font-family:montserrat;src:url(/static/build/77069/assets/fonts/montserrat-regular-webfont.eot);src:url(/static/build/77069/assets/fonts/montserrat-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/static/build/77069/assets/fonts/montserrat-regular-webfont.woff) format("woff"),url(/static/build/77069/assets/fonts/montserrat-regular-webfont.ttf) format("truetype"),url(/static/build/77069/assets/fonts/montserrat-regular-webfont.svg#Montserrat-SemiBold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:okticon;src:url(/static/build/77069/assets/fonts/okticon.eot);src:url(/static/build/77069/assets/fonts/okticon.eot?#iefix) format("embedded-opentype"),url(/static/build/77069/assets/fonts/okticon.woff) format("woff"),url(/static/build/77069/assets/fonts/okticon.ttf) format("truetype"),url(/static/build/77069/assets/fonts/okticon.svg#okticon) format("svg");font-weight:400;font-style:normal}.wf-loading{visibility:hidden}.wf-loading .ajax-include-feedback-content{visibility:hidden!important}.wf-active{visibility:visible}.float-r{float:right!important}.clearfix{display:block}.clearfix:after,.clearfix:before{display:block;height:0;clear:both;content:".";visibility:hidden}.hide{display:none}#okta-sign-in{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1.4;background-color:#f9f9f9;color:#777;position:relative;overflow:auto;border-radius:3px;border-style:solid;border-width:1px;height:auto;margin:100px auto 8px;width:400px;min-width:300px}#okta-sign-in:focus{outline:none}@media only screen and (max-device-width:480px){#okta-sign-in{margin-top:0;width:100%}}@media only screen and (max-width:400px){#okta-sign-in{width:100%}}@media only screen and (max-height:750px){#okta-sign-in{margin-top:0}}#okta-sign-in.no-beacon .auth-content{padding-top:20px}#okta-sign-in.no-beacon .auth-header{padding-bottom:30px}.auth .content{min-height:100%;min-width:300px;display:inline-block;width:100%}.auth .content:after{content:"";display:block;height:30px}.auth .footer{background-color:#fff;min-width:300px;position:absolute;font-size:12px;left:0;right:0;bottom:0;height:34px;overflow:hidden}.auth .footer .footer-container{padding:9px 80px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:560px){.auth .footer .footer-container{width:400px;padding-left:20px;padding-right:20px}}@media only screen and (max-width:400px){.auth .footer .footer-container{width:100%}}.auth .footer a{color:#777}.auth .footer a:active,.auth .footer a:link,.auth .footer a:visited{text-decoration:none;color:#777}.auth .footer a:focus,.auth .footer a:hover{text-decoration:underline;color:#777}.auth .footer .copyright{float:left}.auth .footer .privacy-policy{float:right}.lt-ie8 .beacon-container{left:50%;margin-left:-42px}.lt-ie9 .input-fix input[name=phoneNumber]{border:1px solid #bbb}.lt-ie9 .auth{max-height:500px;overflow:auto}.lt-ie9 .footer{position:fixed;bottom:0}.lt-ie9 .auth-beacon-border{bottom:-2px;left:-2px;right:-2px;top:-2px}.lt-ie9 #copyright a{text-decoration:none}.lt-ie9 #copyright a:hover{cursor:pointer;color:red}.lt-ie9 .beacon-blank{display:none}.login-bg-image{background-repeat:no-repeat;background-position:50%;background-size:cover;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-5}.okta-container .applogin-banner{position:relative;margin-bottom:10px;min-width:300px}.okta-container .applogin-banner .applogin-background{background-color:#fff;opacity:.9;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-box-shadow:0 0 2px 1px hsla(0, 0%, 68.6%, .3);box-shadow:0 0 2px 1px hsla(0, 0%, 68.6%, .3)}.okta-container .applogin-banner .applogin-container{position:relative;width:400px;min-width:300px;margin:0 auto;padding:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}@media only screen and (max-width:400px){.okta-container .applogin-banner .applogin-container{width:100%}}@media only screen and (max-height:750px){.okta-container .applogin-banner .applogin-container{padding:10px 0}}@media only screen and (max-height:660px){.okta-container .applogin-banner .applogin-container{padding:5px 0}}.okta-container .applogin-banner .applogin-container h1{font-size:24px;font-weight:lighter;line-height:26px}@media only screen and (max-height:660px){.okta-container .applogin-banner .applogin-container p{display:none}}.okta-container .applogin-banner .applogin-app-logo{display:inline-block;vertical-align:middle;margin-left:5px}.okta-container .applogin-banner .applogin-app-logo img{max-height:26px}#okta-sign-in{
  /*! Custom qtip styles, based on dark theme */}#okta-sign-in [class*="-16"],#okta-sign-in [class^="-16"]{vertical-align:top;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in [class*="-16"]:after,#okta-sign-in [class*="-16"]:before,#okta-sign-in [class^="-16"]:after,#okta-sign-in [class^="-16"]:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;font-family:okticon;font-size:16px;font-smoothing:antialiased;font-style:normal!important;font-weight:300!important;position:absolute;speak:none;text-indent:0;white-space:normal}#okta-sign-in [class*="-13"]:after,#okta-sign-in [class*="-13"]:before,#okta-sign-in [class*="-14"]:after,#okta-sign-in [class*="-14"]:before,#okta-sign-in [class^="-13"]:after,#okta-sign-in [class^="-13"]:before,#okta-sign-in [class^="-14"]:after,#okta-sign-in [class^="-14"]:before{display:block;position:absolute;white-space:normal;text-indent:0;font-size:14px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in [class*="-24"],#okta-sign-in [class^="-24"]{vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in [class*="-24"]:after,#okta-sign-in [class*="-24"]:before,#okta-sign-in [class^="-24"]:after,#okta-sign-in [class^="-24"]:before{display:block;position:absolute;white-space:normal;text-indent:0;font-size:24px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in [class*="-48"],#okta-sign-in [class^="-48"]{vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in [class*="-48"]:after,#okta-sign-in [class*="-48"]:before,#okta-sign-in [class^="-48"]:after,#okta-sign-in [class^="-48"]:before{display:block;position:absolute;white-space:normal;text-indent:0;font-size:48px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in [class*="-32"],#okta-sign-in [class^="-32"]{vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in [class*="-32"]:after,#okta-sign-in [class*="-32"]:before,#okta-sign-in [class^="-32"]:after,#okta-sign-in [class^="-32"]:before{position:absolute;font-size:32px}#okta-sign-in .dismiss-icon,#okta-sign-in [class*="-32"]:after,#okta-sign-in [class*="-32"]:before,#okta-sign-in [class^="-32"]:after,#okta-sign-in [class^="-32"]:before{display:block;white-space:normal;text-indent:0;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .dismiss-icon{position:relative;font-size:16px}#okta-sign-in .admin-banner .dismiss-icon:before{content:"\e04f";color:#fff}#okta-sign-in .dismiss-icon:before{content:"\e04f";color:#a7a7a7}#okta-sign-in .dismiss-icon:hover:before{content:"\e04f";color:#5e5e5e}#okta-sign-in #hide-getting-started.dismiss-icon{float:none;margin:0;position:absolute;right:5px;top:5px}#okta-sign-in #hide-getting-started.dismiss-icon:hover{text-decoration:none}#okta-sign-in #getting-started-shortcut .dismiss-icon{content:"\e04f";color:#b0d244}#okta-sign-in #getting-started-shortcut .dismiss-icon:hover{content:"\e04f";color:#a7a7a7}#okta-sign-in #hide-getting-started-shortcut{font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;text-decoration:none;position:absolute;right:15px;text-align:center;font-size:16px}#okta-sign-in #hide-getting-started-shortcut:before{content:"\e04f";color:#b0d244}#okta-sign-in #hide-getting-started-shortcut:hover:before{content:"\e04f";text-decoration:none;color:#cfeb76}#okta-sign-in .oktamainlogo:before{display:block;position:absolute;white-space:normal;text-indent:0;vertical-align:top;top:-7px;font-size:66px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"\e06e";color:#fff}#okta-sign-in .oktaicon:before{content:"\e06c";color:#007dc1}#okta-sign-in .oktaicon:after,#okta-sign-in .oktaicon:before{display:block;position:absolute;white-space:normal;text-indent:0;vertical-align:top;top:-10px;font-size:80px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .oktaicon:after{content:"\e06d";color:#000}#okta-sign-in .person-add-16:before{color:#5e5e5e;content:"\e00d"}#okta-sign-in .person-add-16:after{color:#007dc1;content:"\e001"}#okta-sign-in .app-add-16:before{color:#5e5e5e;content:"\e043"}#okta-sign-in .app-add-16:after{color:#007dc1;content:"\e001"}#okta-sign-in .app-add-16-gray:before{color:#5e5e5e;content:"\e043"}#okta-sign-in .app-add-16-gray:after{color:#5e5e5e;content:"\e001"}#okta-sign-in .app-refresh-16:before{color:#5e5e5e;content:"\e047"}#okta-sign-in .app-refresh-16:after{color:#007dc1;content:"\e008"}#okta-sign-in .app-remove-16:before{color:#5e5e5e;content:"\e044"}#okta-sign-in .app-remove-16:after{color:#e34843;content:"\e009"}#okta-sign-in .person-import-16:before{color:#5e5e5e;content:"\e010"}#okta-sign-in .person-import-16:after{color:#5e5e5e;content:"\e005"}#okta-sign-in .person-import-16-green:before{color:#5e5e5e;content:"\e010"}#okta-sign-in .person-import-16-green:after{color:#4cbf9c;content:"\e005"}#okta-sign-in .admin-add-16:before{color:#5e5e5e;content:"\e012"}#okta-sign-in .admin-add-16:after{color:#007dc1;content:"\e001"}#okta-sign-in .logo-upload-16:before{content:"\e016";color:#5e5e5e}#okta-sign-in .logo-upload-16:after{content:"\e00b";color:#007dc1}#okta-sign-in .person-activate-16:before{content:"\e00f";color:#5e5e5e}#okta-sign-in .person-activate-16:after{content:"\e000";color:#007dc1}#okta-sign-in .person-suspend-16:before{content:"\e093";color:#5e5e5e}#okta-sign-in .person-suspend-16:after{content:"\e091";color:#007dc1}#okta-sign-in .person-unsuspend-16:before{content:"\e095";color:#5e5e5e}#okta-sign-in .person-unsuspend-16:after{content:"\e092";color:#007dc1}#okta-sign-in .app-assign-16:before{content:"\e046";color:#5e5e5e}#okta-sign-in .app-assign-16:after{content:"\e002";color:#007dc1}#okta-sign-in .app-unassign-16:before{content:"\e045";color:#5e5e5e}#okta-sign-in .app-unassign-16:after{content:"\e00a";color:#007dc1}#okta-sign-in .person-deactivate-16:before{content:"\e00e";color:#5e5e5e}#okta-sign-in .person-deactivate-16:after{content:"\e009";color:#007dc1}#okta-sign-in .arrow-left-16:before{color:#007dc1}#okta-sign-in .arrow-left-16-gray:before,#okta-sign-in .arrow-left-16:before{content:"\e02c";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .arrow-left-16-gray:before{color:#5e5e5e}#okta-sign-in .arrow-right-16:before{content:"\e02c";color:#007dc1}#okta-sign-in .arrow-down-16:before{content:"\e02c";color:#007dc1;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#okta-sign-in .arrow-up-16:before{content:"\e02c";color:#007dc1;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#okta-sign-in .form-help-16:before{content:"\e054";color:#a7a7a7}#okta-sign-in .password-reset-16:before{content:"\e034";color:#5e5e5e}#okta-sign-in .password-reset-16:after{content:"\e035";color:#007dc1}#okta-sign-in .support-16:before{content:"\e015";color:#5e5e5e}#okta-sign-in .status-16:before{content:"\e05b";color:#5e5e5e}#okta-sign-in .help-16:before{content:"\e054";color:#666}#okta-sign-in .help-14:before{content:"\e054";color:#f1d10d;font-size:14px}#okta-sign-in .help-13:before{content:"\e054";color:#a7a7a7;font-size:14px}#okta-sign-in .feedback-16:before{content:"\e02f";color:#5e5e5e}#okta-sign-in .suggest-feature-16:before{content:"\e062";color:#5e5e5e}#okta-sign-in .light-bulb-16:before{content:"\e062";color:#fff}#okta-sign-in .report-bug-16:before{content:"\e05c";color:#5e5e5e}#okta-sign-in .person-16-blue:before{content:"\e00c";color:#007dc1}#okta-sign-in .confirm-16:before{content:"\e030";color:#5e5e5e}#okta-sign-in .confirm-16-small:before{content:"\e031";color:#5e5e5e}#okta-sign-in .confirm-16-small-disabled:before{content:"\e031";color:#a7a7a7}#okta-sign-in .confirm-16-disabled:before{content:"\e030";color:#a7a7a7}#okta-sign-in .confirm-16-blue:before{content:"\e030";color:#007dc1}#okta-sign-in .confirm-16-green:before{content:"\e030";color:#4cbf9c}#okta-sign-in .visibility-16:before{content:"\e022";color:#a7a7a7}#okta-sign-in .visibility-off-16:before{content:"\e0c3";color:#a7a7a7}#okta-sign-in .person-16-gray:before{content:"\e00c";color:#5e5e5e}#okta-sign-in .cancel-16-small:before,#okta-sign-in .cancel-16:before{content:"\e02b";color:#5e5e5e}#okta-sign-in .cancel-16-disabled:before,#okta-sign-in .cancel-16-small-disabled:before{content:"\e02b";color:#a7a7a7}#okta-sign-in .cancel-16-blue:before{content:"\e02b";color:#007dc1}#okta-sign-in .cancel-16-light-gray:before{content:"\e02b";color:#a7a7a7}#okta-sign-in .cancel-16-small-red:before{content:"\e02b";color:#e34843}#okta-sign-in .checkbox-16:before{content:"\e032";color:#5e5e5e;content:"\e033";color:#007dc1}#okta-sign-in .message-16:before{content:"\e02f";color:#5e5e5e}#okta-sign-in .activate-on-green-16:before{content:"\e02d";color:#4cbf9c}#okta-sign-in .deactivate-16:before{content:"\e02d";color:#5e5e5e}#okta-sign-in .deactivate-off-red-16:before{content:"\e02d";color:#e34843}#okta-sign-in .delete-16:before{content:"\e04e";color:#e34843}#okta-sign-in .delete-16-gray:before{content:"\e04e";color:#5e5e5e}#okta-sign-in .app-16-blue:before{content:"\e042";color:#007dc1}#okta-sign-in .edit-16:before{content:"\e040";color:#5e5e5e}#okta-sign-in .edit-16-disabled:before{content:"\e040";color:#a7a7a7}#okta-sign-in .edit-16-blue:before{content:"\e040";color:#007dc1}#okta-sign-in .edit-16-white:before{content:"\e040";color:#fff}#okta-sign-in .credentials-16:before{content:"\e03c";color:#5e5e5e}#okta-sign-in .launch-16:before{content:"\e06f";color:#5e5e5e}#okta-sign-in .app-16-gray:before{content:"\e042";color:#5e5e5e}#okta-sign-in .prev-16:before{content:"\e020"}#okta-sign-in .prev-13:before,#okta-sign-in .prev-16:before{color:#5e5e5e;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .prev-13:before{content:"\e01f"}#okta-sign-in .next-16:before{content:"\e020";color:#5e5e5e}#okta-sign-in .next-13:before{content:"\e01f";color:#5e5e5e;font-size:16px}#okta-sign-in .org-settings-16:before{content:"\e025";color:#5e5e5e}#okta-sign-in .org-settings-16:after{content:"\e026";color:#5e5e5e}#okta-sign-in .settings-white-16:before{content:"\e025";color:#fff}#okta-sign-in .settings-white-16:after{content:"\e026";color:#fff}#okta-sign-in .remove-16:before{content:"\e052";color:#5e5e5e}#okta-sign-in .remove-16-color:before{content:"\e052";color:#e34843}#okta-sign-in .remove-16-disabled:before{content:"\e052";color:#a7a7a7}#okta-sign-in .remove-16-red:before{content:"\e052";color:#e34843}#okta-sign-in .clear-input-16:before{content:"\e02b";color:#5e5e5e}#okta-sign-in .reports-16:before{content:"\e048";color:#5e5e5e}#okta-sign-in .reports-16:after{content:"\e049";color:#007dc1}#okta-sign-in .add-16:before{content:"\e050";color:#5e5e5e}#okta-sign-in .add-16-color:before{content:"\e050";color:#4cbf9c}#okta-sign-in .add-16-disabled:before{content:"\e050";color:#a7a7a7}#okta-sign-in .add-16-white:before{content:"\e050";color:#fff}#okta-sign-in .add-16-thin:before{content:"\e03a";color:#007dc1}#okta-sign-in .expand-l-16-gray:before{content:"\e056";color:#5e5e5e;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .expand-r-16-gray:before{content:"\e056";color:#5e5e5e}#okta-sign-in .collapse-16-gray:before{content:"\e056";color:#5e5e5e;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#okta-sign-in .icon-ios-16:before{content:"\e088";color:#5e5e5e}#okta-sign-in .icon-android-16:before{content:"\e085";color:#92bf43}#okta-sign-in .icon-windows-16:before{content:"\e08f";color:#00abef}#okta-sign-in .icon-osx-16:before{content:"\e08e";color:#5e5e5e}#okta-sign-in .expand-l-gray .icon:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .collapse-gray .icon:before,#okta-sign-in .expand-l-gray .icon:before,#okta-sign-in .expand-r-gray .icon:before{content:"\e056";color:#a7a7a7;display:block;position:absolute;white-space:normal;text-indent:0;font-size:16px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .collapse-gray .icon:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#okta-sign-in .collapse-16-up-gray:before{content:"\e056";color:#5e5e5e;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}#okta-sign-in .expand-l-16-blue:before{content:"\e056";color:#007dc1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .expand-r-16-blue:before{content:"\e056";color:#007dc1}#okta-sign-in .collapse-16-blue:before{content:"\e056";color:#007dc1;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#okta-sign-in .info-16-white:before,#okta-sign-in .info-16:before{content:"\e053";color:#fff}#okta-sign-in .info-16-gray:before{content:"\e053";color:#5e5e5e}#okta-sign-in .warning-16:before{content:"\e058";color:#fff}#okta-sign-in .warning-16-yellow:before{content:"\e058";color:#f1d10d}#okta-sign-in .error-16:before{content:"\e055";color:#fff}#okta-sign-in .error-16-red:before,#okta-sign-in .error-16-small:before{content:"\e055";color:#e34843}#okta-sign-in .success-16:before{content:"\e051";color:#fff}#okta-sign-in .success-16-green:before{content:"\e051";color:#4cbf9c}#okta-sign-in .success-16-gray:before{content:"\e051";color:#e0e0e0}#okta-sign-in .directory-add-16:before{content:"\e027";color:#5e5e5e}#okta-sign-in .directory-add-16:after{content:"\e001";color:#007dc1}#okta-sign-in .directory-remove-16:before{content:"\e029";color:#5e5e5e}#okta-sign-in .directory-remove-16:after{content:"\e009";color:#007dc1}#okta-sign-in .directory-16:before{content:"\e028";color:#5e5e5e}#okta-sign-in .directory-16-light-gray:before{content:"\e028";color:#a7a7a7}#okta-sign-in .token-add-16:before{content:"\e03b";color:#5e5e5e}#okta-sign-in .token-add-16:after{content:"\e001";color:#007dc1}#okta-sign-in .user-provisioning-16:before{content:"\e011";color:#a7a7a7}#okta-sign-in .user-provisioning-16:after{content:"\e007";color:#a7a7a7}#okta-sign-in .user-provisioning-16-green:before,#okta-sign-in .user-provisioning-16.active:before{content:"\e011";color:#5e5e5e}#okta-sign-in .user-provisioning-16-green:after,#okta-sign-in .user-provisioning-16.active:after{content:"\e007";color:#4cbf9c}#okta-sign-in .user-deprovisioning-16:before{content:"\e013";color:#5e5e5e}#okta-sign-in .user-deprovisioning-16:after{content:"\e003";color:#007dc1}#okta-sign-in .import-users-16:before{content:"\e010";color:#a7a7a7}#okta-sign-in .import-users-16:after{content:"\e005";color:#a7a7a7}#okta-sign-in .import-users-16-green.active:before,#okta-sign-in .import-users-16-green:before{content:"\e010";color:#5e5e5e}#okta-sign-in .import-users-16-green.active:after,#okta-sign-in .import-users-16-green:after{content:"\e005";color:#4cbf9c}#okta-sign-in .password-sync-16:before{content:"\e034";color:#a7a7a7}#okta-sign-in .password-sync-16:after{content:"\e035";color:#a7a7a7}#okta-sign-in .password-sync-16-green.active:before,#okta-sign-in .password-sync-16-green:before{content:"\e034";color:#5e5e5e}#okta-sign-in .password-sync-16-green.active:after,#okta-sign-in .password-sync-16-green:after{content:"\e035";color:#4cbf9c}#okta-sign-in .user-deactivation-16:before{content:"\e00f";color:#a7a7a7}#okta-sign-in .user-deactivation-16:after{content:"\e000";color:#a7a7a7}#okta-sign-in .user-deactivation-16-green.active:before,#okta-sign-in .user-deactivation-16-green:before{content:"\e00f";color:#5e5e5e}#okta-sign-in .user-deactivation-16-green.active:after,#okta-sign-in .user-deactivation-16-green:after{content:"\e000";color:#4cbf9c}#okta-sign-in .swa-16:before{content:"\e03d";color:#a7a7a7}#okta-sign-in .swa-16:after{content:"\e002";color:#a7a7a7}#okta-sign-in .swa-16-green.active:before,#okta-sign-in .swa-16-green:before{content:"\e03d";color:#5e5e5e}#okta-sign-in .swa-16-green.active:after,#okta-sign-in .swa-16-green:after{content:"\e002";color:#4cbf9c}#okta-sign-in .advanced-sso-16:before{content:"\e017";color:#a7a7a7}#okta-sign-in .advanced-sso-16:after{content:"\e018";color:#a7a7a7}#okta-sign-in .advanced-sso-16-green.active:before,#okta-sign-in .advanced-sso-16-green:before{content:"\e017";color:#4cbf9c}#okta-sign-in .advanced-sso-16-green.active:after,#okta-sign-in .advanced-sso-16-green:after{content:"\e018";color:#5e5e5e}#okta-sign-in .advanced-sso-16-blue:before{content:"\e017";color:#007dc1}#okta-sign-in .advanced-sso-16-blue:after{content:"\e018";color:#5e5e5e}#okta-sign-in .bookmark-16:before{content:"\e02a";color:#a7a7a7}#okta-sign-in .bookmark-16-green.active:before,#okta-sign-in .bookmark-16-green:before{content:"\e02a";color:#4cbf9c}#okta-sign-in .run-16:before{content:"\e04b";color:#007dc1}#okta-sign-in .run-16-gray:before{content:"\e04b";color:#5e5e5e}#okta-sign-in .run-16-white:before{content:"\e04b";color:#fff}#okta-sign-in .download-16:before{content:"\e03f";color:#007dc1}#okta-sign-in .group-16:before{content:"\e019";color:#5e5e5e}#okta-sign-in .group-add-16:before{content:"\e01a";color:#5e5e5e}#okta-sign-in .group-add-16:after{content:"\e001";color:#007dc1}#okta-sign-in .group-remove-16:before{content:"\e01d";color:#5e5e5e}#okta-sign-in .group-remove-16:after{content:"\e00a";color:#007dc1}#okta-sign-in .group-member-add-16:before{content:"\e00d";color:#5e5e5e}#okta-sign-in .group-member-add-16:after{content:"\e001";color:#007dc1}#okta-sign-in .group-member-remove-16:before{content:"\e00e";color:#5e5e5e}#okta-sign-in .group-member-remove-16:after{content:"\e009";color:#007dc1}#okta-sign-in .config-16:before{content:"\e024";color:#5e5e5e}#okta-sign-in .group-override-16:before{content:"\e01e";color:#5e5e5e}#okta-sign-in .group-override-16:after{content:"\e006";color:#007dc1}#okta-sign-in .search-add-16:before{content:"\e050";color:#a7a7a7}#okta-sign-in .search-green-add-16:before{content:"\e050";color:#4cbf9c}#okta-sign-in .magnifying-glass-16:before{content:"\e041";color:#a7a7a7}#okta-sign-in .location-16:before{content:"\e039";color:#5e5e5e}#okta-sign-in .time-16:before{content:"\e057";color:#5e5e5e}#okta-sign-in .time-alt-16:before{content:"\e082";color:#a7a7a7}#okta-sign-in .calendar-16:before{content:"\e083";color:#a7a7a7}#okta-sign-in .people-16:before{content:"\e019";color:#5e5e5e}#okta-sign-in .conversation-16:before{content:"\e023";color:#5e5e5e}#okta-sign-in .conversation-16-white:before{content:"\e023";color:#fff}#okta-sign-in .megaphone-16:before{content:"\e065";color:#5e5e5e}#okta-sign-in .active-sync-16:before{content:"\e01c";color:#5e5e5e}#okta-sign-in .active-sync-16:after{content:"\e007";color:#4cbf9c}#okta-sign-in .active-sync-16-reverse:before{content:"\e01c";color:#fff}#okta-sign-in .active-sync-16-reverse:after{content:"\e007";color:#4cbf9c}#okta-sign-in .inactive-sync-16:before{content:"\e01c";color:#a7a7a7}#okta-sign-in .inactive-sync-16:after{content:"\e007";color:#a7a7a7}#okta-sign-in .error-sync-16:before{content:"\e01c";color:#5e5e5e}#okta-sign-in .error-sync-16:after{content:"\e007";color:#e34843}#okta-sign-in .tasks-16-pending:before{content:"\e032";color:#5e5e5e}#okta-sign-in .tasks-16-pending:after{content:"\e033";color:#f1d10d}#okta-sign-in .password-reset-16-red:before{content:"\e034";color:#5e5e5e}#okta-sign-in .password-reset-16-red:after{content:"\e035";color:#e34843}#okta-sign-in .person-activate-16-yellow:before{content:"\e00f";color:#5e5e5e}#okta-sign-in .person-activate-16-yellow:after{content:"\e000";color:#f1d10d}#okta-sign-in .person-import-16-yellow:before{content:"\e010";color:#5e5e5e}#okta-sign-in .person-import-16-yellow:after{content:"\e005";color:#f1d10d}#okta-sign-in .apps-16-red:before{content:"\e042";color:#e34843}#okta-sign-in .code-brackets-16:before{content:"\e038";color:#5e5e5e}#okta-sign-in .refresh-16:before{content:"\e03e";color:#5e5e5e}#okta-sign-in .refresh-16-blue:before{content:"\e03e";color:#007dc1}#okta-sign-in .refresh-16-white:before{content:"\e03e";color:#fff}#okta-sign-in .back-16:before{content:"\e02c";color:#fff;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .filter-16:before{content:"\e04a";color:#5e5e5e}#okta-sign-in .filter-16-reverse:before{content:"\e04a";color:#fff}#okta-sign-in .clone-16:before{content:"\e036";color:#5e5e5e}#okta-sign-in .clone-16:after{content:"\e037";color:#007dc1}#okta-sign-in .duo-push-16:before,#okta-sign-in .okta-push-16:before{content:"\e051";color:#5e5e5e}#okta-sign-in .duo-sms-16:before{content:"\e02e";color:#5e5e5e}#okta-sign-in .duo-call-16:before{content:"\e021";color:#5e5e5e}#okta-sign-in .factory-reset-16:before{content:"\e04c";color:#5e5e5e}#okta-sign-in .no-16:before{content:"\e04d";color:#5e5e5e}#okta-sign-in .expression-16:before{content:"\e068";color:#007dc1}#okta-sign-in .omm-enrolling-16:before{content:"\e05a";color:#4cbf9c}#okta-sign-in .remote-lock-16:before{content:"\e05d";color:#5e5e5e}#okta-sign-in .asterisk-16:before{content:"\e071";color:#007dc1;font-size:12px}#okta-sign-in .asterisk-16-white:before{content:"\e071";color:#fff}#okta-sign-in .configure-16:before{content:"\e076";color:#5e5e5e}#okta-sign-in .instructions-16:before{content:"\e064";color:#fff}#okta-sign-in .tombstone-16:before{content:"\e084";color:#5e5e5e}#okta-sign-in .send-16:before{content:"\e094";color:#5e5e5e}#okta-sign-in .add:before{content:"\e050"}#okta-sign-in .add:before,#okta-sign-in .success-icon:before{color:#4cbf9c;display:block;position:absolute;white-space:normal;text-indent:0;font-size:16px;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .success-icon:before{content:"\e051"}#okta-sign-in .person-add-24:before{content:"\e00d";color:#5e5e5e}#okta-sign-in .person-add-24:after{content:"\e001";color:#007dc1}#okta-sign-in .app-add-24:before{content:"\e043";color:#5e5e5e}#okta-sign-in .app-add-24:after{content:"\e001";color:#007dc1}#okta-sign-in .app-add-24-gray:before{content:"\e043";color:#5e5e5e}#okta-sign-in .app-add-24-gray:after{content:"\e001";color:#5e5e5e}#okta-sign-in .app-refresh-24:before{content:"\e047";color:#5e5e5e}#okta-sign-in .app-refresh-24:after{content:"\e008";color:#007dc1}#okta-sign-in .person-import-24:before{content:"\e010";color:#5e5e5e}#okta-sign-in .person-import-24:after{content:"\e005";color:#007dc1}#okta-sign-in .person-import-24-yellow:before{content:"\e010";color:#5e5e5e}#okta-sign-in .person-import-24-yellow:after{content:"\e005";color:#f1d10d}#okta-sign-in .admin-add-24:before{content:"\e012";color:#5e5e5e}#okta-sign-in .admin-add-24:after{content:"\e001";color:#007dc1}#okta-sign-in .logo-upload-24:before{content:"\e016";color:#5e5e5e}#okta-sign-in .logo-upload-24:after{content:"\e00b";color:#007dc1}#okta-sign-in .person-activate-24:before{content:"\e00f";color:#5e5e5e}#okta-sign-in .person-activate-24:after{content:"\e000";color:#007dc1}#okta-sign-in .person-activate-24-yellow:before{content:"\e00f";color:#5e5e5e}#okta-sign-in .person-activate-24-yellow:after{content:"\e000";color:#f1d10d}#okta-sign-in .person-edit-24:before{content:"\e066";color:#5e5e5e}#okta-sign-in .person-edit-24:after{content:"\e004";color:#007dc1}#okta-sign-in .app-assign-24:before{content:"\e046";color:#5e5e5e}#okta-sign-in .app-assign-24:after{content:"\e002";color:#007dc1}#okta-sign-in .apps-24:before{content:"\e042";color:#5e5e5e}#okta-sign-in .apps-24-green:before{content:"\e042";color:#4cbf9c}#okta-sign-in .apps-24-red:before{content:"\e042";color:#e34843}#okta-sign-in .app-unassign-24:before{content:"\e045";color:#5e5e5e}#okta-sign-in .app-unassign-24:after{content:"\e00a";color:#007dc1}#okta-sign-in .app-unassign-24-yellow:before{content:"\e045";color:#5e5e5e}#okta-sign-in .app-unassign-24-yellow:after{content:"\e00a";color:#f1d10d}#okta-sign-in .person-deactivate-24:before{content:"\e00e";color:#5e5e5e}#okta-sign-in .person-deactivate-24:after{content:"\e009";color:#007dc1}#okta-sign-in .password-reset-24:before{content:"\e034";color:#5e5e5e}#okta-sign-in .password-reset-24:after{content:"\e035";color:#007dc1}#okta-sign-in .password-reset-24-red:before{content:"\e034";color:#5e5e5e}#okta-sign-in .password-reset-24-red:after{content:"\e035";color:#e34843}#okta-sign-in .feedback-24:before{content:"\e02f";color:#5e5e5e}#okta-sign-in .person-24:before{content:"\e00c";color:#5e5e5e}#okta-sign-in .person-24-green:before{content:"\e00c";color:#4cbf9c}#okta-sign-in .person-24-red:before{content:"\e00c";color:#e34843}#okta-sign-in .people-24:before{content:"\e019";color:#5e5e5e}#okta-sign-in .instructions-24:before{content:"\e064";color:#fff}#okta-sign-in .plugin-required-24:before{content:"\e063";color:#5e5e5e}#okta-sign-in .info-24:before{content:"\e053";color:#fff}#okta-sign-in .warning-24:before{content:"\e058";color:#fff}#okta-sign-in .warning-24-yellow:before{content:"\e058";color:#f1d10d}#okta-sign-in .error-24:before{content:"\e055";color:#fff}#okta-sign-in .error-24-red:before{content:"\e055";color:#e34843}#okta-sign-in .success-24:before{content:"\e051";color:#fff}#okta-sign-in .success-24-green:before{content:"\e051";color:#4cbf9c}#okta-sign-in .directory-add-24:before{content:"\e027";color:#5e5e5e}#okta-sign-in .directory-add-24:after{content:"\e001";color:#007dc1}#okta-sign-in .directory-remove-24:before{content:"\e029";color:#5e5e5e}#okta-sign-in .directory-remove-24:after{content:"\e009";color:#007dc1}#okta-sign-in .directory-24:before{content:"\e028";color:#5e5e5e}#okta-sign-in .directory-24-green:before{content:"\e028";color:#4cbf9c}#okta-sign-in .directory-24-red:before{content:"\e028";color:#e34843}#okta-sign-in .preview-24:before{content:"\e022";color:#e34843}#okta-sign-in .token-add-24:before{content:"\e03b";color:#5e5e5e}#okta-sign-in .token-add-24:after{content:"\e002";color:#007dc1}#okta-sign-in .group-24:before{content:"\e019";color:#5e5e5e}#okta-sign-in .group-add-24:before{content:"\e01a";color:#5e5e5e}#okta-sign-in .group-add-24:after{content:"\e001";color:#007dc1}#okta-sign-in .settings-24:before{content:"\e025";color:#5e5e5e}#okta-sign-in .settings-24:after{content:"\e026";color:#5e5e5e}#okta-sign-in .reports-24:before{content:"\e048";color:#5e5e5e}#okta-sign-in .reports-24:after{content:"\e049";color:#007dc1}#okta-sign-in .security-24:before{content:"\e05d";color:#5e5e5e}#okta-sign-in .dashboard-24:before{content:"\e05e";color:#5e5e5e}#okta-sign-in .dashboard-24:after{content:"\e05f";color:#007dc1}#okta-sign-in .tasks-notepad-24:before{content:"\e060";color:#5e5e5e}#okta-sign-in .tasks-notepad-24:after{content:"\e061";color:#007dc1}#okta-sign-in .profile-sync-24:before{content:"\e067";color:#5e5e5e}#okta-sign-in .profile-sync-24:after{content:"\e004";color:#007dc1}#okta-sign-in .light-bulb-24:before{content:"\e062";color:#fff}#okta-sign-in .warning-important-24:before{content:"\e058";color:#fff}#okta-sign-in .download-24:before{content:"\e03f";color:#5e5e5e}#okta-sign-in .icon-devices-24:before{content:"\e069";color:#5e5e5e}#okta-sign-in .icon-laptop-32:before{content:"\e08d";color:#5e5e5e}#okta-sign-in .icon-iphone-32:before{content:"\e08c";color:#5e5e5e}#okta-sign-in .icon-ipad-32:before{content:"\e08b";color:#5e5e5e}#okta-sign-in .icon-ipod-touch-32:before,#okta-sign-in .icon-unknown-32:before{content:"\e08c";color:#5e5e5e}#okta-sign-in .icon-android-phone-32:before{content:"\e086";color:#5e5e5e}#okta-sign-in .icon-android-tab-32:before{content:"\e087";color:#5e5e5e}#okta-sign-in .teach-48:before{content:"\e074";color:#fff}#okta-sign-in #universal-directory-profiles .data-list-empty-img{background-image:none;top:0;left:0;position:relative;margin-left:0}#okta-sign-in #universal-directory-profiles .data-list-empty-img:before{content:"\e067";top:-95px}#okta-sign-in #universal-directory-profiles .data-list-empty-img:after,#okta-sign-in #universal-directory-profiles .data-list-empty-img:before{color:#a7a7a7;font-size:100px;display:block;position:absolute;white-space:normal;text-indent:0;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;margin-left:345px}#okta-sign-in #universal-directory-profiles .data-list-empty-img:after{content:"\e004";top:-98px}#okta-sign-in [class*=-light]:after,#okta-sign-in [class*=-light]:before,#okta-sign-in [class^=-light]:after,#okta-sign-in [class^=-light]:before{font-size:14px;display:block;position:absolute;white-space:normal;text-indent:0;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .green-light:before{content:"\e072";color:#4cbf9c}#okta-sign-in .yellow-light:before{content:"\e072";color:#f1d10d}#okta-sign-in .red-light:before{content:"\e072";color:#e34843}#okta-sign-in .gray-light:before{content:"\e072";color:#a7a7a7;font-size:14px;display:block;position:absolute;white-space:normal;text-indent:0;font-family:okticon;font-weight:300!important;font-style:normal!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}#okta-sign-in .legend-light:before{color:#f9f9f9;content:"\e072"}#okta-sign-in .legend-light:after{color:#5e5e5e;content:"\e073"}#okta-sign-in .link-button.button-error .icon.info-16-gray:before,#okta-sign-in .link-button.button-primary .icon.active-sync-16:after,#okta-sign-in .link-button.button-primary .icon.active-sync-16:before{color:#fff}#okta-sign-in .single-click-edit-controls .icon.cancel-16-small:before{font-size:12px;left:2px}#okta-sign-in .search-box .clear-input-16:before{font-size:12px}#okta-sign-in .facebook-square-16:before{color:#3b5998;content:"\e077"}#okta-sign-in .facebook-16:before{color:#3b5998;content:"\e078"}#okta-sign-in .google-square-16:before{color:#dd4b39;content:"\e079"}#okta-sign-in .google-16:before{color:#dd4b39;content:"\e07f"}#okta-sign-in .twitter-square-16:before{color:#5e5e5e;content:"\e07c"}#okta-sign-in .twitter-16:before{color:#5e5e5e;content:"\e07b"}#okta-sign-in .linkedin-square-16:before{color:#5e5e5e;content:"\e07e"}#okta-sign-in .linkedin-16:before{color:#5e5e5e;content:"\e07d"}#okta-sign-in .openid-16:before{color:#5e5e5e;content:"\e07a"}#okta-sign-in a,#okta-sign-in abbr,#okta-sign-in acronym,#okta-sign-in address,#okta-sign-in applet,#okta-sign-in b,#okta-sign-in big,#okta-sign-in blockquote,#okta-sign-in body,#okta-sign-in caption,#okta-sign-in center,#okta-sign-in cite,#okta-sign-in code,#okta-sign-in dd,#okta-sign-in del,#okta-sign-in dfn,#okta-sign-in div,#okta-sign-in dl,#okta-sign-in dt,#okta-sign-in em,#okta-sign-in fieldset,#okta-sign-in form,#okta-sign-in h1,#okta-sign-in h2,#okta-sign-in h3,#okta-sign-in h4,#okta-sign-in h5,#okta-sign-in h6,#okta-sign-in html,#okta-sign-in i,#okta-sign-in iframe,#okta-sign-in img,#okta-sign-in ins,#okta-sign-in kbd,#okta-sign-in label,#okta-sign-in legend,#okta-sign-in li,#okta-sign-in object,#okta-sign-in ol,#okta-sign-in p,#okta-sign-in pre,#okta-sign-in q,#okta-sign-in s,#okta-sign-in samp,#okta-sign-in small,#okta-sign-in span,#okta-sign-in strike,#okta-sign-in strong,#okta-sign-in sub,#okta-sign-in sup,#okta-sign-in table,#okta-sign-in tbody,#okta-sign-in td,#okta-sign-in tfoot,#okta-sign-in th,#okta-sign-in thead,#okta-sign-in tr,#okta-sign-in tt,#okta-sign-in u,#okta-sign-in ul,#okta-sign-in var{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;background:transparent}#okta-sign-in body{line-height:1}#okta-sign-in ol,#okta-sign-in ul{list-style:none}#okta-sign-in blockquote,#okta-sign-in q{quotes:none}#okta-sign-in blockquote:after,#okta-sign-in blockquote:before,#okta-sign-in q:after,#okta-sign-in q:before{content:"";content:none}#okta-sign-in :focus{outline:0}#okta-sign-in ins{text-decoration:none}#okta-sign-in del{text-decoration:line-through}#okta-sign-in table{border-collapse:collapse;border-spacing:0}#okta-sign-in input[type=hidden]{display:none!important}#okta-sign-in input[type=checkbox],#okta-sign-in input[type=radio]{border:0!important;margin:0;padding:0}#okta-sign-in .dropdown{background:#fff;border-radius:4px}#okta-sign-in .dropdown .options{position:relative}#okta-sign-in .dropdown .option-selected{display:block;cursor:pointer;padding:5px;position:relative}#okta-sign-in .dropdown .option-selected:hover{cursor:pointer}#okta-sign-in .dropdown .option-selected span.more-options{display:block;position:absolute;right:0;top:4px;height:30px;width:30px}#okta-sign-in .dropdown .option-selected:hover span.more-options{display:block}#okta-sign-in .dropdown .options{display:none}#okta-sign-in .dropdown .options-wrap{padding:0;list-style:none;position:absolute;left:0;top:2px;z-index:4;background:#fff;border:1px solid #bbb;width:417px;-webkit-box-shadow:0 2px 0 hsla(0, 0%, 62.7%, .2);box-shadow:0 2px 0 hsla(0, 0%, 62.7%, .2)}#okta-sign-in .dropdown .options li.option{padding:5px;display:block;border-bottom:1px solid #eaeaea;background:#fff;position:relative}#okta-sign-in .dropdown .options li.option:last-child{border-bottom:none}#okta-sign-in .dropdown .options li.error{padding:10px 5px 10px 25px;background:url(/static/build/77069/images/error-01.png) 5px 8px no-repeat!important;background-color:#fff2f2!important}#okta-sign-in .dropdown .options li.error:hover{background-color:#fce5e6!important;cursor:pointer}#okta-sign-in .dropdown .options li.option:hover{background:#f9f9f9;cursor:pointer}#okta-sign-in .dropdown .options li.option:focus-within{background:#f9f9f9}#okta-sign-in .dropdown.more-actions .option-selected{float:none!important;position:relative;padding:0 22px 0 8px!important;overflow:hidden;color:#333;white-space:nowrap}#okta-sign-in .page-links .dropdown.more-actions .option-selected{margin:0!important}#okta-sign-in .dropdown.more-actions .option-selected span.icon-dm{position:absolute;height:6px;width:9px;margin:0;top:12px;right:6px}#okta-sign-in .dropdown.more-actions .button-primary.option-selected span.icon-dm{background:url(/static/build/77069/images/drop-menu-s-white.png) no-repeat scroll 0 0 transparent}#okta-sign-in .dropdown.more-actions .options-wrap{border-style:solid;width:200px;left:-100px;margin:0}#okta-sign-in #add-idp-dropdown.more-actions .options-wrap{left:0}#okta-sign-in #idp-container .btnCol .dropdown.more-actions .options-wrap{left:-95px}#okta-sign-in .dropdown.more-actions .options{position:absolute;z-index:5}#okta-sign-in .dropdown.more-actions .options .option{padding:0}#okta-sign-in .dropdown.more-actions .option a{color:#2f3f4a;font-size:13px;padding:10px 5px 10px 30px;display:block;line-height:16px}#okta-sign-in .dropdown.more-actions .option a:focus,#okta-sign-in .dropdown.more-actions .option a:hover{text-decoration:none}#okta-sign-in .dropdown.more-actions .option a .icon{height:16px;width:16px;position:absolute;top:9px;left:8px}#okta-sign-in .dropdown-edit{background:transparent}#okta-sign-in .dropdown-edit .option-selected{width:300px;margin:0;border-radius:4px 0 0 4px;border-right:none}#okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled,#okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled:hover{background:transparent!important;-webkit-box-shadow:none;box-shadow:none;cursor:default;opacity:.5;border-color:#bbb #bbb #b1b1b1}#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .dropdown-selected-text{color:#888}#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .icon-dm{opacity:.4;filter:Alpha(Opacity=40)}#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled span:hover{cursor:default}#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:active,#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:hover{background:url(/static/build/77069/images/okta-buttons-sprite-001.png) repeat-x scroll 0 0 #eaeaea!important}#okta-sign-in .dropdown.dropdown-edit .options-wrap{left:0;width:330px}#okta-sign-in .dropdown.dropdown-edit .option .option-link{padding:6px 8px}#okta-sign-in .dropdown-edit-button{width:55px;margin:0!important;border-radius:0 4px 4px 0;border-left-color:#bbb!important}#okta-sign-in .option-subtitle{color:#a7a7a7;font-weight:400}#okta-sign-in p.option-subtitle{margin-top:3px}#okta-sign-in .off-screen{position:absolute;overflow:hidden;height:1px;width:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}#okta-sign-in #more-actions-dropdown.more-actions .options-wrap{left:-142px}#okta-sign-in #people-more-actions-dropdown.more-actions .options-wrap{left:10px}#okta-sign-in #import-people-dropdown.more-actions .options-wrap{left:-150px;width:280px}#okta-sign-in #add-directory-dropdown.more-actions .options-wrap{left:0;width:240px}#okta-sign-in #download-agent-dropdown.more-actions .options-wrap{left:0}#okta-sign-in .chzn-container{position:relative;display:block;vertical-align:middle;float:left;zoom:1;*display:inline}#okta-sign-in .chzn-container .chzn-drop{background:#fff;border:1px solid #888;border-top:0;position:absolute;top:100%;left:-9999px;-webkit-box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .15);box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .15);z-index:1010;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .chzn-container.chzn-with-drop .chzn-drop{left:0}#okta-sign-in .chzn-container-single .chzn-single{background-clip:padding-box;display:block;overflow:hidden;white-space:nowrap;position:relative;height:28px;line-height:28px;padding:0 0 0 8px;text-decoration:none}#okta-sign-in .chzn-container-single .chzn-single:hover{border:1px solid #888}#okta-sign-in .chzn-container-single .chzn-default{color:#999}#okta-sign-in .chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;color:#333;text-shadow:0 1px 0 #fff}#okta-sign-in .chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(/static/build/77069/images/chosen-sprite.png) -42px 1px no-repeat}#okta-sign-in .chzn-container-single.chzn-disabled .chzn-single abbr:hover,#okta-sign-in .chzn-container-single .chzn-single abbr:hover{background-position:-42px -10px}#okta-sign-in .chzn-container-single .chzn-single div{position:absolute;right:0;top:3px;display:block;height:100%;width:18px}#okta-sign-in .chzn-container-single .chzn-single div b{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 0 2px;display:block;width:100%;height:100%}#okta-sign-in .chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010}#okta-sign-in .chzn-container-single .chzn-search input{background:#fff url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px;background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-size:1em;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box;border-radius:0}#okta-sign-in .chzn-container-single .chzn-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}#okta-sign-in .chzn-container-single-nosearch .chzn-search{position:absolute;left:-9999px}#okta-sign-in .chzn-container-multi .chzn-choices{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-o-linear-gradient(top,#eee 1%,#fff 15%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .chzn-container-multi .chzn-choices li{float:left;list-style:none}#okta-sign-in .chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}#okta-sign-in .chzn-container-multi .chzn-choices .search-field input{color:#666;background:transparent!important;border:0!important;font-size:100%;height:15px;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .chzn-container-multi .chzn-choices .search-field .default{color:#999}#okta-sign-in .chzn-container-multi .chzn-choices .search-choice{border-radius:3px;background-clip:padding-box;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),to(#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0, 0, 0, .05);box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0, 0, 0, .05);color:#333;border:1px solid #aaa;line-height:13px;padding:3px 20px 3px 5px;margin:3px 0 3px 5px;position:relative;cursor:default}#okta-sign-in .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled{background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),to(#eee));background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:linear-gradient(180deg,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666;border:1px solid #ccc;padding-right:5px}#okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}#okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:12px;font-size:1px;background:url(/static/build/77069/images/chosen-sprite.png) -42px 1px no-repeat}#okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close,#okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:-42px -10px}#okta-sign-in .chzn-container .chzn-results{margin:3px 0 4px;max-height:240px;padding:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#okta-sign-in .chzn-container-multi .chzn-results{margin:0;padding:0}#okta-sign-in .chzn-container .chzn-results li{display:none;line-height:16px;padding:7px 8px;margin:0;list-style:none;border:solid #fff;border-width:0 0 1px}#okta-sign-in .chzn-container .chzn-results .active-result{cursor:pointer;display:list-item}#okta-sign-in .chzn-container .chzn-results .highlighted{background:#f9f9f9}#okta-sign-in .chzn-container .chzn-results li em{background:#feffde;font-style:normal}#okta-sign-in .chzn-container .chzn-results .highlighted em{background:transparent}#okta-sign-in .chzn-container .chzn-results .no-results{background:#fff;display:list-item}#okta-sign-in .chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:700}#okta-sign-in .chzn-container .chzn-results .group-option{padding-left:15px}#okta-sign-in .chzn-container-multi .chzn-drop .result-selected{display:none}#okta-sign-in .chzn-container .chzn-results-scroll{background:#fff;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1}#okta-sign-in .chzn-container .chzn-results-scroll span{display:inline-block;height:17px;text-indent:-5000px;width:9px}#okta-sign-in .chzn-container .chzn-results-scroll-down{bottom:0}#okta-sign-in .chzn-container .chzn-results-scroll-down span{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -4px -3px}#okta-sign-in .chzn-container .chzn-results-scroll-up span{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -22px -3px}#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single{border:1px solid #888;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:inset 0 1px 0 #fff;background:#fff;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}#okta-sign-in .chzn-container-active .chzn-single{-webkit-box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);border:1px solid #888}#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div{background:transparent;border-left:none}#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b{background-position:-18px 2px}#okta-sign-in .chzn-container-active .chzn-choices{-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);box-shadow:0 0 5px rgba(0, 0, 0, .3);border:1px solid #5897fb}#okta-sign-in .chzn-container-active .chzn-choices .search-field input{color:#111!important}#okta-sign-in .chzn-disabled{cursor:default;opacity:.5!important}#okta-sign-in .chzn-disabled .chzn-choices .search-choice .search-choice-close,#okta-sign-in .chzn-disabled .chzn-single{cursor:default}#okta-sign-in .chzn-rtl{text-align:right}#okta-sign-in .chzn-rtl .chzn-single{padding:0 8px 0 0;overflow:visible}#okta-sign-in .chzn-rtl .chzn-single span{margin-left:26px;margin-right:0;direction:rtl}#okta-sign-in .chzn-rtl .chzn-single div{left:3px;right:auto}#okta-sign-in .chzn-rtl .chzn-single abbr{left:26px;right:auto}#okta-sign-in .chzn-rtl .chzn-choices .search-field input{direction:rtl}#okta-sign-in .chzn-rtl .chzn-choices li{float:right}#okta-sign-in .chzn-rtl .chzn-choices .search-choice{padding:3px 5px 3px 19px;margin:3px 5px 3px 0}#okta-sign-in .chzn-rtl .chzn-choices .search-choice .search-choice-close{left:4px;right:auto}#okta-sign-in .chzn-rtl .chzn-search{left:9999px}#okta-sign-in .chzn-rtl.chzn-with-drop .chzn-search{left:0}#okta-sign-in .chzn-rtl .chzn-drop{left:9999px}#okta-sign-in .chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0}#okta-sign-in .chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:15px}#okta-sign-in .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div{border-right:none}#okta-sign-in .chzn-rtl .chzn-search input{background:#fff url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px;background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);padding:4px 5px 4px 20px;direction:rtl}#okta-sign-in .chzn-container-single.chzn-rtl .chzn-single div b{background-position:6px 2px}#okta-sign-in .chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b{background-position:-12px 2px}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close,#okta-sign-in .chzn-container-single .chzn-search input,#okta-sign-in .chzn-container-single .chzn-single abbr,#okta-sign-in .chzn-container-single .chzn-single div b,#okta-sign-in .chzn-container .chzn-results-scroll-down span,#okta-sign-in .chzn-container .chzn-results-scroll-up span,#okta-sign-in .chzn-rtl .chzn-search input{background-image:url(/static/build/77069/images/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}#okta-sign-in .o-form-fieldset:after{content:".";display:block;height:0;clear:both;visibility:hidden}#okta-sign-in .o-form-fieldset{height:auto;word-wrap:break-word;display:inline-block;margin-bottom:15px}#okta-sign-in .o-form-fieldset:last-child{margin-bottom:0}#okta-sign-in * html .o-form-fieldset{height:1%}#okta-sign-in .o-form-fieldset{display:block}#okta-sign-in .o-form-input,#okta-sign-in .o-form-label{float:left}#okta-sign-in .o-form-label{width:38%;font-weight:700;padding:7px 10px 7px 0;line-height:16px;color:#5e5e5e;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .o-form-label a.icon-16{display:inline;margin-left:6px;top:-1px}#okta-sign-in .o-form-input{width:62%}#okta-sign-in .o-form-input .o-form-input-group+.link-button,#okta-sign-in .o-form-input .o-form-input-group+.o-form-input-group{margin-top:15px}#okta-sign-in .o-form-input .array-inputs-button{clear:both}#okta-sign-in .o-form-input .o-form-input-group-controls{width:100%}#okta-sign-in .o-form .input-fix{height:30px}#okta-sign-in .o-form .input-fix input[type=number],#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .input-fix input[type=tel],#okta-sign-in .o-form .input-fix input[type=text],#okta-sign-in .o-form .input-fix input[type=textbox]{height:100%;width:100%;margin:0;padding:6px 8px;line-height:16px;border:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .o-form .input-fix input.password-with-toggle{padding-right:35px}#okta-sign-in .o-form .input-fix .password-toggle .eyeicon{right:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:32px;height:32px;padding:6px 8px;opacity:.5;cursor:pointer}#okta-sign-in .o-form .input-fix .password-toggle .button-hide{display:none}#okta-sign-in .o-form .input-fix input[type=number]{border:none}#okta-sign-in .o-form .input-fix,#okta-sign-in .o-form .textarea-fix{border-radius:3px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .o-form .textarea-fix textarea{height:auto;width:100%;margin:0;padding:6px 8px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:30px;max-width:100%!important}#okta-sign-in .o-form select{width:62%;margin-top:6px}#okta-sign-in .o-form-wide select{width:100%}#okta-sign-in .o-form-label-attached .o-form-label{background-color:#e2e2e2;border-bottom-left-radius:3px;border-top-left-radius:3px;border:1px solid #c8c8c8;border-right-width:0;font-weight:400;padding:6px 10px;width:auto}#okta-sign-in .o-form-label-attached .chzn-single,#okta-sign-in .o-form-label-attached .input-fix,#okta-sign-in .o-form-label-attached .input[type=text],#okta-sign-in .o-form-label-attached .textarea-fix{border-bottom-left-radius:0;border-top-left-radius:0}#okta-sign-in .o-form-label-attached .link-button.option-selected{border-top-left-radius:0;border-bottom-left-radius:0;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .data-list-toolbar .o-form-label-attached .o-form-label{background:transparent}#okta-sign-in .o-form-input-group{position:relative;display:table;border-collapse:separate}#okta-sign-in .o-form-input-group .link-button,#okta-sign-in .o-form-input-group .o-form-control,#okta-sign-in .o-form-input-group .o-form-label-inline{display:table-cell;float:none;border-radius:0;white-space:nowrap}#okta-sign-in .o-form-input-group .link-button input[type=number],#okta-sign-in .o-form-input-group .o-form-control input[type=number],#okta-sign-in .o-form-input-group .o-form-label-inline input[type=number]{padding-bottom:0}#okta-sign-in .o-form-input-group :first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}#okta-sign-in .o-form-input-group :last-child{border-bottom-right-radius:3px;border-top-right-radius:3px;border-left-width:0;border-right-width:1px}#okta-sign-in .o-form-input-group .link-button:first-child,#okta-sign-in .o-form-input-group .o-form-label-inline:first-child{border-right-width:0}#okta-sign-in .o-form-input-group .o-form-control:last-child{border-left-width:1px}#okta-sign-in .o-form-input-group .o-form-control+.o-form-control{margin:0}#okta-sign-in .o-form-input-group .link-button{-webkit-box-shadow:none;box-shadow:none;padding:0 16px}#okta-sign-in .o-form-input-group .link-button-icon.icon-only{padding:0 8px}#okta-sign-in .o-form-input-group .link-button-icon span.icon{top:5px}#okta-sign-in .o-form-input-group .o-form-control .chzn-single{-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .o-form-input-group select:first-child+.o-form-control.chzn-container .chzn-single{border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}#okta-sign-in .o-form-input-group .o-form-control:last-child .chzn-single{border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}#okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-single{border-left-width:1px;margin-left:-1px}#okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-drop{border-left-width:1px;border-top-right-radius:0;left:-1px;width:101%}#okta-sign-in .o-form-input-group select:first-child+.o-form-control.chzn-container-active.chzn-with-drop .chzn-single{border-right-width:1px;margin-right:-1px}#okta-sign-in .o-form-input-group select:first-child+.o-form-control.chzn-container-active.chzn-with-drop .chzn-drop{border-left-width:1px;right:-1px;width:101%}#okta-sign-in .o-form-label-inline{padding:6px 10px;color:#999;background-color:#f2f2f2;border-bottom-left-radius:3px;border-top-left-radius:3px;border:1px solid #c8c8c8;border-right-width:0;font-weight:400}#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-control{width:50%}#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-label-inline{border-left-width:0}#okta-sign-in .o-form-control+.o-form-control{margin-top:20px}#okta-sign-in .o-form-multi-input-2 .o-form-control,#okta-sign-in .o-form-multi-input-3 .o-form-control,#okta-sign-in .o-form-multi-input-4 .o-form-control,#okta-sign-in .o-form-multi-input .o-form-control{-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .o-form-multi-input-2 .o-form-control,#okta-sign-in .o-form-multi-input-3 .o-form-control,#okta-sign-in .o-form-multi-input-4 .o-form-control{margin-top:0}#okta-sign-in .o-form-multi-input-2 .o-form-control,#okta-sign-in .o-form-multi-input-2 .o-form-input-group{width:49%}#okta-sign-in .o-form-multi-input-2 .o-form-input-group,#okta-sign-in .o-form-multi-input-3 .o-form-input-group,#okta-sign-in .o-form-multi-input-4 .o-form-input-group{float:left}#okta-sign-in .o-form-multi-input-3 .o-form-control,#okta-sign-in .o-form-multi-input-3 .o-form-input-group{width:32%}#okta-sign-in .o-form-multi-input-2 .o-form-control+.o-form-control,#okta-sign-in .o-form-multi-input-3 .o-form-control+.o-form-control{margin-left:2%}#okta-sign-in .o-form-multi-input-2 .o-form-input-group,#okta-sign-in .o-form-multi-input-3 .o-form-input-group{margin-top:0!important}#okta-sign-in .o-form-multi-input-2 .chzn-done+.o-form-control,#okta-sign-in .o-form-multi-input-2 .o-form-control+.o-form-control,#okta-sign-in .o-form-multi-input-3 .chzn-done+.o-form-control,#okta-sign-in .o-form-multi-input-3 .o-form-control+.o-form-control,#okta-sign-in .o-form-multi-input-group-2 .o-form-control:not(:first-child),#okta-sign-in .o-form-multi-input-group-2 .o-form-input-group:not(:first-child),#okta-sign-in .o-form-multi-input-group-3 .o-form-control:not(:first-child),#okta-sign-in .o-form-multi-input-group-3 .o-form-input-group:not(:first-child){margin-left:2%}#okta-sign-in .o-form-select{width:100%;display:inline-block;float:left}#okta-sign-in .o-form-multi-input-2 .o-form-select .chzn-container,#okta-sign-in .o-form-multi-input-3 .o-form-select .chzn-container{width:100%!important}#okta-sign-in .o-form-multi-input-2 .chzn-container{width:49%!important}#okta-sign-in .o-form-multi-input-3 .chzn-container{width:32%!important}#okta-sign-in .o-form-wide .chzn-container{width:100%!important}#okta-sign-in .text-select .input-fix{width:84%;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}#okta-sign-in .chzn-container-single.text-select .chzn-single{width:16%;height:30px;border-top-left-radius:0;border-bottom-left-radius:0;border-color:#bbb #bbb #b1b1b1;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .text-select.chzn-with-drop input[type=text]{border-color:#888;border-bottom-left-radius:0;-webkit-box-shadow:inset 0 -1px 0 0 #aaa;box-shadow:inset 0 -1px 0 0 #aaa}#okta-sign-in .custom-checkbox,#okta-sign-in .custom-radio{position:relative;clear:both}#okta-sign-in .custom-checkbox input,#okta-sign-in .custom-radio input{opacity:0;filter:Alpha(Opacity=0);position:absolute;left:0;top:7px;margin:0}#okta-sign-in .custom-checkbox label,#okta-sign-in .custom-radio label{display:block;position:relative;line-height:16px;margin:0;padding:7px 10px 7px 24px;cursor:pointer}#okta-sign-in .custom-checkbox label{background:url(/static/build/77069/images/checkbox-01.png) no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-resolution:2dppx){#okta-sign-in .custom-checkbox label{background:url(/static/build/77069/images/checkbox-01@2x.png) no-repeat;background-size:50px 1155px}}#okta-sign-in .custom-radio label{background:url(/static/build/77069/images/radiobutton-01.png) no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-resolution:2dppx){#okta-sign-in .custom-radio label{background:url(/static/build/77069/images/radiobutton-01@2x.png) no-repeat;background-size:50px 820px}}#okta-sign-in .custom-checkbox+.o-form-explain,#okta-sign-in .custom-checkbox+input+.o-form-explain,#okta-sign-in .custom-radio+.o-form-explain,#okta-sign-in .custom-radio+input+.o-form-explain{padding-top:0}#okta-sign-in .o-form-input kbd{-webkit-box-shadow:inset 0 1px 1px hsla(0, 0%, 58.8%, .16);box-shadow:inset 0 1px 1px hsla(0, 0%, 58.8%, .16);background:#fff;padding:10px;display:block;border-radius:3px;border:1px solid #cacaca}#okta-sign-in .o-form-button-bar,#okta-sign-in .o-form-toolbar,#okta-sign-in .o-form-toolbar.ui-tabs{background:#f2f2f2;padding:16px;-webkit-box-shadow:0 1px 1px hsla(0, 0%, 68.6%, .16);box-shadow:0 1px 1px hsla(0, 0%, 68.6%, .16);border-color:#dadada #ddd;border-style:solid;border-width:1px;margin-top:-1px;border-radius:0 0 3px 3px;text-align:right}#okta-sign-in .o-form-button-bar .button+.button,#okta-sign-in .o-form-toolbar .button+.button,#okta-sign-in .o-form-toolbar.ui-tabs .button+.button{margin-left:10px}#okta-sign-in .o-form-button-bar-no-border{border-width:1px 0 0}#okta-sign-in .o-form-toolbar.ui-tabs{margin:0}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav{border-bottom:0;border-top:0;padding:0}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li a{margin:0;padding:0 14px;border:1px solid #d1d1d1;border-right-width:0;color:#2f3f4a;background:#fbfbfb;display:block;float:none;font-size:12px;font-weight:400;line-height:28px;overflow:hidden;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li+li{margin-left:0}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:first-child a{border-radius:3px 0 0 3px}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:last-child>a{border-right-width:1px;border-radius:0 3px 3px 0}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active a{border-right-width:1px;padding-right:19px;color:#fff;border-color:#1b90c5;background-color:#46b3e9}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active:last-child>a{border-right-color:#1b90c5}#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active+li>a{border-left-width:0;padding-left:21px}#okta-sign-in .o-form-pillbar.ui-tabs-nav>.ui-corner-top{background:transparent;border-top:none}#okta-sign-in .o-form-pillbar.ui-tabs-nav li+li{margin-left:0}#okta-sign-in .o-form-title-bar{padding:0 20px;line-height:44px;font-size:17px;font-weight:400;background:#f2f2f2;color:#5e5e5e;border-top-left-radius:4px;border-top-right-radius:4px;border:solid #ddd;border-width:1px 1px 0;margin:0;position:relative}#okta-sign-in .o-form-toggle{position:absolute;right:8px;top:8px}#okta-sign-in .o-form-toggle a{display:block;font-size:13px;height:26px;line-height:26px;padding:0;width:60px}#okta-sign-in .data-list .o-form-title-bar{padding:0;margin:0 0 15px;color:#5e5e5e;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:transparent}#okta-sign-in .data-list .o-form-toggle{right:0}#okta-sign-in .o-form-head{color:#46b090;font-size:14px;text-transform:uppercase}#okta-sign-in .o-form-head,#okta-sign-in .o-form-subhead{line-height:30px;margin:0 0 15px;padding:0;font-weight:200}#okta-sign-in .o-form-subhead{color:#a7a7a7;font-size:15px}#okta-sign-in .o-form-explain+.o-form-head,#okta-sign-in .o-form-fieldset+.o-form-head,#okta-sign-in .o-form-separator{border-top:1px solid #e3e3e3;margin-top:30px;padding-top:30px}#okta-sign-in .o-form-explain+.o-form-fieldset{margin-top:20px}#okta-sign-in .o-form-explain{color:#a7a7a7;font-weight:400}#okta-sign-in .o-form-explain+.o-form-explain{margin-top:0}#okta-sign-in .o-form-input .o-form-explain{clear:both;line-height:18px;padding:8px 0 6px}#okta-sign-in .o-form-explain.o-form-input-error{color:#d93934;padding-left:18px;position:relative;display:none;word-break:break-all}#okta-sign-in .o-form-has-errors .o-form-explain.o-form-input-error{display:block}#okta-sign-in .o-form-input-error .icon-16{left:-2px;position:absolute!important;top:7px}#okta-sign-in .o-form-tooltip.icon-only{margin-left:4px;vertical-align:top}#okta-sign-in .o-form-theme{padding:30px;background:#f9f9f9;-webkit-box-shadow:0 1px 1px hsla(0, 0%, 68.6%, .16);box-shadow:0 1px 1px hsla(0, 0%, 68.6%, .16);border:1px solid;border-color:#ddd #ddd #d2d2d2;border-radius:4px}#okta-sign-in .o-form-theme-no-border{border:none;border-radius:0}#okta-sign-in .o-form-has-title-bar,#okta-sign-in .o-form-title-bar+.o-form-theme{border-top-left-radius:0;border-top-right-radius:0}#okta-sign-in .o-form-has-button-bar{border-bottom-left-radius:0;border-bottom-right-radius:0}#okta-sign-in .simplemodal-wrap .o-form-wrap{padding:30px}#okta-sign-in .simplemodal-container .o-form-button-bar,#okta-sign-in .simplemodal-wrap .o-form-button-bar{border-radius:0;margin-top:0;border-left-width:0;border-right-width:0}#okta-sign-in .simplemodal-container .o-form-toolbar,#okta-sign-in .simplemodal-wrap .o-form-toolbar{border-radius:0;border-width:0 1px 1px}#okta-sign-in .simplemodal-container .o-form-content,#okta-sign-in .simplemodal-wrap .o-form-content{overflow:auto}#okta-sign-in .simplemodal-wrap .o-form-content{-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .simplemodal-container .o-form-theme,#okta-sign-in .simplemodal-wrap .o-form-content.o-form-theme{border-width:0 1px;border-color:#ddd;border-radius:0;padding:30px}#okta-sign-in .o-form-3-4 .o-form-label{width:25%}#okta-sign-in .o-form-3-4 .o-form-input{width:75%}#okta-sign-in .o-form .o-form-focus{border:1px solid #888;-webkit-box-shadow:0 1px 1px #fff;box-shadow:0 1px 1px #fff}#okta-sign-in .o-form-read-mode.o-form-input,#okta-sign-in .o-form-read-mode .o-form-input{padding:7px 10px 7px 0;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}#okta-sign-in .o-form-read-mode.custom-checkbox:first-child,#okta-sign-in .o-form-read-mode .custom-checkbox:first-child,#okta-sign-in .o-form-read-mode.custom-radio:first-child,#okta-sign-in .o-form-read-mode .custom-radio:first-child{margin-top:-8px}#okta-sign-in .o-form-edit-mode .o-form-content{border-bottom-left-radius:0;border-bottom-right-radius:0}#okta-sign-in .custom-checkbox label,#okta-sign-in .custom-radio label{background-position:-16px -13px}#okta-sign-in .custom-checkbox label.focus,#okta-sign-in .custom-checkbox label.hover,#okta-sign-in .custom-radio label.focus,#okta-sign-in .custom-radio label.hover{background-position:-16px -113px}#okta-sign-in .custom-checkbox label.checked,#okta-sign-in .custom-radio label.checked{background-position:-16px -213px}#okta-sign-in .custom-checkbox label.checked.focus,#okta-sign-in .custom-checkbox label.checked.hover{background-position:-16px -313px}#okta-sign-in .o-form-label-top .o-form-input,#okta-sign-in .o-form-label-top .o-form-label{width:100%}#okta-sign-in .o-form-label-top .o-form-read-mode.o-form-input,#okta-sign-in .o-form-read-mode .o-form-label-top .o-form-input{padding-left:0;padding-right:0}#okta-sign-in .o-form-read-mode.custom-checkbox label,#okta-sign-in .o-form-read-mode .custom-checkbox label{background-position:-16px -413px!important}#okta-sign-in .o-form-read-mode.custom-radio label,#okta-sign-in .o-form-read-mode .custom-radio label{background-position:-16px -313px!important}#okta-sign-in .o-form-read-mode.custom-checkbox label.focus,#okta-sign-in .o-form-read-mode .custom-checkbox label.focus,#okta-sign-in .o-form-read-mode.custom-checkbox label.hover,#okta-sign-in .o-form-read-mode .custom-checkbox label.hover{background-position:-16px -513px!important;cursor:text!important}#okta-sign-in .o-form-read-mode.custom-radio label.focus,#okta-sign-in .o-form-read-mode .custom-radio label.focus,#okta-sign-in .o-form-read-mode.custom-radio label.hover,#okta-sign-in .o-form-read-mode .custom-radio label.hover{background-position:-16px -413px!important;cursor:text}#okta-sign-in .o-form-read-mode.custom-checkbox label.checked,#okta-sign-in .o-form-read-mode .custom-checkbox label.checked{background-position:-16px -613px!important}#okta-sign-in .o-form-read-mode.custom-radio label.checked,#okta-sign-in .o-form-read-mode .custom-radio label.checked{background-position:-16px -513px!important}#okta-sign-in .o-form-read-mode.custom-checkbox label.checked.focus,#okta-sign-in .o-form-read-mode .custom-checkbox label.checked.focus,#okta-sign-in .o-form-read-mode.custom-checkbox label.checked.hover,#okta-sign-in .o-form-read-mode .custom-checkbox label.checked.hover{background-position:-16px -713px;cursor:text}#okta-sign-in .o-form-read-mode .group-picker-wrap .as-selections{border-width:0;-webkit-box-shadow:none;box-shadow:none;background:transparent}#okta-sign-in .two_col_left .o-form-title-bar,#okta-sign-in .two_col_right .o-form-title-bar{font-size:17px;padding-left:20px;padding-right:12px}#okta-sign-in .two_col_left .o-form-read-mode .o-form-content,#okta-sign-in .two_col_right .o-form-read-mode .o-form-content{padding:30px 31px}#okta-sign-in .two_col_left .o-form-read-mode .o-form-theme,#okta-sign-in .two_col_right .o-form-read-mode .o-form-theme{background:none;border-width:0;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .two_col_left .o-form-read-mode .o-form-explain,#okta-sign-in .two_col_right .o-form-read-mode .o-form-explain{background:#f9f9f9;padding:15px;margin:-30px -31px 20px;border:1px solid #ddd}#okta-sign-in .two_col_left .o-form-edit-mode .o-form-explain,#okta-sign-in .two_col_right .o-form-edit-mode .o-form-explain{padding:15px;margin:-30px -30px 20px;border:0;border-bottom:1px solid #ddd}#okta-sign-in .o-form-disabled,#okta-sign-in .o-form-saving .o-form-input>:not(.o-form-disabled){opacity:.4;pointer-events:none;display:block}#okta-sign-in .o-form-saving .o-form-content{overflow:hidden}#okta-sign-in .o-form-saving .o-form-content *{cursor:default!important}#okta-sign-in .o-form-disabled.custom-checkbox label,#okta-sign-in .o-form-disabled .custom-checkbox label,#okta-sign-in .o-form-disabled.custom-radio label,#okta-sign-in .o-form-disabled .custom-radio label{background-position:-16px -13px}#okta-sign-in .o-form-disabled.custom-checkbox label.checked,#okta-sign-in .o-form-disabled .custom-checkbox label.checked,#okta-sign-in .o-form-disabled.custom-checkbox label.checked.hover,#okta-sign-in .o-form-disabled.custom-radio label.checked,#okta-sign-in .o-form-disabled.custom-radio label.checked.hover{background-position:-16px -213px}#okta-sign-in .o-form-disabled.custom-radio label.checked,#okta-sign-in .o-form-disabled .custom-radio label.checked{background-position:-16px -713px}#okta-sign-in .o-form-has-errors.chzn-container-single .chzn-single,#okta-sign-in .o-form-has-errors.input-fix,#okta-sign-in .o-form-has-errors.link-button,#okta-sign-in .o-form-has-errors.textarea-fix{border-color:#d93934}#okta-sign-in .o-form-has-errors .link-button:hover,#okta-sign-in .o-form-has-errors .o-form-control.o-form-focus{border-color:#888}#okta-sign-in .o-form-has-errors .custom-radio label{background-position:-16px -613px}#okta-sign-in .o-form-has-errors .custom-checkbox label{background-position:-16px -813px}#okta-sign-in .o-form-has-errors .custom-checkbox label.focus,#okta-sign-in .o-form-has-errors .custom-checkbox label.hover,#okta-sign-in .o-form-has-errors .custom-radio label.focus,#okta-sign-in .o-form-has-errors .custom-radio label.hover{background-position:-16px -113px}#okta-sign-in .o-form-has-errors .custom-checkbox label.checked{background-position:-16px -913px}#okta-sign-in .o-form-has-errors .custom-radio label.checked{background-position:-16px -713px}#okta-sign-in .o-form-has-errors .o-form-input-group .o-form-control .chzn-single{border-color:#bbb #bbb #b1b1b1}#okta-sign-in .o-form-has-errors .o-form-input-group .chzn-container-active.chzn-with-drop .chzn-single{border-color:#888}#okta-sign-in .o-form-has-errors .chzn-container-active .chzn-single{-webkit-box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);border:1px solid #888}#okta-sign-in .o-form-has-errors .infobox-error{display:block!important;margin-bottom:15px}#okta-sign-in .o-form .infobox-error+form .o-form-focus{border-color:#888!important}#okta-sign-in .data-list-inline-form .o-form-head{color:#444;font-size:16px;margin:0}#okta-sign-in .data-list-inline-form .o-form-button-bar{border-width:1px 0 0;margin:5px -30px -20px}#okta-sign-in .o-form-content>.o-form-explain{margin-bottom:20px}#okta-sign-in .infobox{word-break:break-word;-ms-hyphens:auto;hyphens:auto;position:relative;min-height:18px;padding:12px 18px 12px 48px!important}#okta-sign-in .infobox:before{width:36px}#okta-sign-in .infobox.infobox-no-icon{padding-left:24px!important}#okta-sign-in .infobox.infobox-no-icon :before{display:none}#okta-sign-in .infobox>.icon{position:absolute;top:13px;left:9px}#okta-sign-in .infobox ul{margin-right:0;margin-left:27px}#okta-sign-in .infobox+.infobox,#okta-sign-in .infobox+h2{margin-top:18px}#okta-sign-in .infobox .two_col_left{width:80%}#okta-sign-in .infobox .two_col_right{width:19%;margin-left:1%;padding-left:0}#okta-sign-in .infobox .two_col_right .button-primary{width:100%!important;float:right;-webkit-box-sizing:border-box;box-sizing:border-box}#okta-sign-in .infobox[style="display:none;"]+.infobox,#okta-sign-in .infobox[style="display: none;"]+.infobox{margin-top:0}#okta-sign-in .infobox h2,#okta-sign-in .infobox h2 *,#okta-sign-in .infobox h3,#okta-sign-in .infobox h3 *{margin:0;padding:0;font-size:13px;font-weight:700;line-height:18px}#okta-sign-in .infobox h2 span,#okta-sign-in .infobox h3 span{color:#5e5e5e}#okta-sign-in .infobox h2+*,#okta-sign-in .infobox h3+*,#okta-sign-in .infobox li+*,#okta-sign-in .infobox ol+*,#okta-sign-in .infobox p+*,#okta-sign-in .infobox ul+*{margin-top:9px}#okta-sign-in .infobox,#okta-sign-in .infobox-md{border:1px solid #ddd;border-radius:3px;background-color:#fbfbfb}#okta-sign-in .infobox-compact:before,#okta-sign-in .infobox-md:before,#okta-sign-in .infobox:before{position:absolute;top:-1px;bottom:-1px;left:-1px;border-top-left-radius:3px;border-bottom-left-radius:3px;content:""}#okta-sign-in .infobox-md{min-height:18px;padding:24px 24px 24px 70px!important}#okta-sign-in .infobox-md h2,#okta-sign-in .infobox-md h3{font-size:15px}#okta-sign-in .infobox-md h2 *,#okta-sign-in .infobox-md h3 *{margin:0;line-height:18px}#okta-sign-in .infobox-md:before{width:48px}#okta-sign-in .infobox-md>.icon{top:20px;left:11px}#okta-sign-in .infobox-md+.button-bar.button-bar-attached{width:auto;padding-left:60px;float:none}#okta-sign-in .infobox-md+.button-bar.button-bar-attached.button-bar-l-height{line-height:32px}#okta-sign-in .infobox-compact{min-height:16px;padding:9px 9px 9px 40px!important;border-radius:3px;border:1px solid #ddd;background-color:#fbfbfb}#okta-sign-in .infobox-compact li,#okta-sign-in .infobox-compact p{line-height:16px}#okta-sign-in .infobox-compact h2+*,#okta-sign-in .infobox-compact h3+*,#okta-sign-in .infobox-compact li+*,#okta-sign-in .infobox-compact ol+*,#okta-sign-in .infobox-compact p+*,#okta-sign-in .infobox-compact ul+*{margin-top:5px}#okta-sign-in .infobox-compact:before{width:30px}#okta-sign-in .infobox-compact+p{margin-top:9px}#okta-sign-in .infobox-compact>.icon{top:9px;left:6px}#okta-sign-in .infobox-xl{min-height:18px;padding:26px 36px 26px 108px!important}#okta-sign-in .infobox-xl:before{width:84px}#okta-sign-in .infobox-xl>.icon{top:22px;left:18px}#okta-sign-in .infobox-xl p,#okta-sign-in .infobox-xl ul{width:75%;margin-top:20px}#okta-sign-in .infobox-xl li,#okta-sign-in .infobox-xl p{font-size:14px;line-height:20px}#okta-sign-in .infobox-xl h2,#okta-sign-in .infobox-xl h3{font-size:18px}#okta-sign-in .infobox-xl h2 *,#okta-sign-in .infobox-xl h3 *{margin:0;line-height:18px}#okta-sign-in .infobox-teach h2,#okta-sign-in .infobox-teach h3{color:#835ab1;font-weight:200}#okta-sign-in .infobox-teach.infobox-dismiss .button-teach{margin-top:20px;float:right}#okta-sign-in .infobox-dismiss{padding-right:30px}#okta-sign-in .infobox-dismiss-link{display:block;position:absolute;top:10px;right:8px;color:#5e5e5e;line-height:14px;cursor:pointer}#okta-sign-in .infobox-dismiss-link:hover{text-decoration:none}#okta-sign-in .help-wrap .infobox.infobox-dismiss .infobox-dismiss-link{top:0;right:0}#okta-sign-in .infobox-dismiss-hide{display:none!important}#okta-sign-in .infobox-confirm{position:absolute!important;top:20px;left:50%;width:240px;margin-left:-154px;-webkit-box-shadow:0 2px 0 hsla(0, 0%, 62.7%, .1);box-shadow:0 2px 0 hsla(0, 0%, 62.7%, .1);z-index:10}#okta-sign-in .infobox-confirm-fixed{position:fixed!important;top:106px}#okta-sign-in .infobox-confirm-fixed .infobox-dismiss-link{top:14px;right:14px}#okta-sign-in .infobox:before{background-color:#007dc1}#okta-sign-in .help-wrap .infobox.infobox-success:before,#okta-sign-in .infobox-success:before,#okta-sign-in .infobox.infobox-subtle.infobox-success:before{background-color:#4cbf9c}#okta-sign-in .help-wrap .infobox.infobox-warning:before,#okta-sign-in .infobox-warning:before,#okta-sign-in .infobox.infobox-subtle.infobox-warning:before{background-color:#f1d10d}#okta-sign-in .help-wrap .infobox.infobox-error:before,#okta-sign-in .infobox-error:before,#okta-sign-in .infobox.infobox-subtle.infobox-error:before{background-color:#e34843}#okta-sign-in .help-wrap .infobox.infobox-teach:before,#okta-sign-in .help-wrap .infobox.infobox-tip:before,#okta-sign-in .infobox-teach:before,#okta-sign-in .infobox-tip:before,#okta-sign-in .infobox.infobox-subtle.infobox-teach:before,#okta-sign-in .infobox.infobox-subtle.infobox-tip:before{background-color:#835ab1}#okta-sign-in .infobox-warning .icon.processing-16{width:16px;height:16px;background:url(/static/build/77069/images/ajax-loader-processing-16.gif) no-repeat 0 0 transparent}#okta-sign-in .infobox-warning .icon.processing-24{width:24px;height:24px;background:url(/static/build/77069/images/ajax-loader-processing-24.gif) no-repeat 0 0 transparent}#okta-sign-in .infobox-error .icon.processing-16{width:16px;height:16px;background:url(/static/build/77069/images/error-01.png) no-repeat 0 0 transparent}#okta-sign-in .infobox+.button-bar,#okta-sign-in .infobox+.button-bar-small{border-top:0}#okta-sign-in .infobox-no-border+.button-bar,#okta-sign-in .infobox-no-border+.button-bar-small{border-top:1px solid #dadada}#okta-sign-in .infobox-no-border{border:none!important}#okta-sign-in .infobox-text{padding:0}#okta-sign-in .infobox-header{font-weight:700}#okta-sign-in .infobox-divider{border-bottom:1px dotted #ddd}#okta-sign-in .ajax-form-editor .infobox,#okta-sign-in .edit-form .infobox,#okta-sign-in .form-content-wrap .infobox,#okta-sign-in .m-form .infobox,#okta-sign-in .o-form .infobox,#okta-sign-in .read-only-form .infobox,#okta-sign-in .v-form .infobox{background-color:#fff}#okta-sign-in .help-wrap .infobox,#okta-sign-in .infobox.infobox-subtle{padding:0 0 0 18px!important;border:0;background:transparent}#okta-sign-in .help-wrap .infobox:before,#okta-sign-in .infobox.infobox-subtle:before{position:absolute;top:0;bottom:0;left:0;width:6px;border-radius:0;background-color:#007dc1;content:""}#okta-sign-in .help-wrap .infobox .icon,#okta-sign-in .infobox.infobox-subtle .icon{display:none}#okta-sign-in a{color:#777}#okta-sign-in a:active,#okta-sign-in a:link,#okta-sign-in a:visited{text-decoration:none;color:#777}#okta-sign-in a:focus,#okta-sign-in a:hover{text-decoration:underline;color:#777}#okta-sign-in h1{color:#5e5e5e}#okta-sign-in h2,#okta-sign-in h3{font-size:14px;line-height:1.5;font-weight:600}#okta-sign-in h3{margin-bottom:2px}#okta-sign-in .text-align-c{text-align:center}#okta-sign-in .auth-account{line-height:18px;padding:6px 0}#okta-sign-in .auth-content{padding:60px 42px 20px;-webkit-transition:padding-top .4s;-o-transition:padding-top .4s;transition:padding-top .4s}@media only screen and (max-device-width:480px){#okta-sign-in .auth-content{padding-left:20px;padding-right:20px}}@media only screen and (max-width:350px){#okta-sign-in .auth-content{padding-left:20px;padding-right:20px}}#okta-sign-in .auth-content .auth-content-inner{position:relative}#okta-sign-in .auth-content .help-links li{margin-top:15px}#okta-sign-in .no-beacon .auth-content{padding-top:20px}#okta-sign-in .auth-idp{background-color:#f9f9f9;border-radius:0 0 3px 3px;padding:20px 30px;border-top:1px solid #ddd}#okta-sign-in .auth-idp-label{text-transform:uppercase;font-size:14px;font-weight:200;line-height:30px;color:#888;float:left;margin-right:155px}#okta-sign-in .auth-divider{background-color:#a7a7a7;height:1px;margin-bottom:25px;text-align:center}#okta-sign-in .auth-divider .auth-divider-text{background-color:#fff;position:relative;top:-.5em;padding:0 15px}#okta-sign-in .animation-container-overflow{overflow:hidden}#okta-sign-in .transition-from-right{position:absolute;width:316px;top:0;left:200px;opacity:0}#okta-sign-in .transition-from-left{position:absolute;width:316px;top:0;left:-200px;opacity:0}#okta-sign-in .o-form-head{font-size:15px;line-height:1.5;margin-top:10px;text-align:center;text-transform:none}#okta-sign-in .o-form-head+.o-form-explain{margin-bottom:20px;text-align:center}#okta-sign-in .o-form-button-bar{background:transparent;border:none;padding:0 0 25px;border-radius:0;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .o-form-button-bar .button{display:block;width:100%;height:50px}#okta-sign-in .o-form-button-bar .button-success{position:absolute;text-align:center}#okta-sign-in .o-form-theme{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0 0 14px;border-radius:0;border:none}#okta-sign-in .o-form .o-form-fieldset:last-child{margin-bottom:15px}#okta-sign-in .o-form .o-form-fieldset.margin-btm-0{margin-bottom:0}#okta-sign-in .o-form .o-form-label,#okta-sign-in .o-form input,#okta-sign-in .o-form label,#okta-sign-in .o-form textarea{font-size:14px}#okta-sign-in .o-form .o-form-label{font-weight:400}#okta-sign-in .o-form .o-form-label-inline+.input-fix input[type=text]{line-height:27px}#okta-sign-in .o-form .input-fix,#okta-sign-in .o-form .textarea-fix{height:40px;border:1px solid #bbb;display:inline-block;float:left}#okta-sign-in .o-form .input-fix input[disabled],#okta-sign-in .o-form .input-fix input[readonly],#okta-sign-in .o-form .textarea-fix input[disabled],#okta-sign-in .o-form .textarea-fix input[readonly]{background:#f4f4f4;color:#777;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .1);box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .1)}#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{padding:8px;line-height:22px;font-size:14px;border:none;background:none;-webkit-box-shadow:none;box-shadow:none}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){#okta-sign-in .o-form .input-fix input,#okta-sign-in .o-form .textarea-fix input{font-size:15px}}#okta-sign-in .o-form .input-fix input::-webkit-input-placeholder,#okta-sign-in .o-form .textarea-fix input::-webkit-input-placeholder{font-size:14px;letter-spacing:0}#okta-sign-in .o-form .input-fix input::-moz-placeholder,#okta-sign-in .o-form .textarea-fix input::-moz-placeholder{font-size:14px}#okta-sign-in .o-form .input-fix input:-ms-input-placeholder,#okta-sign-in .o-form .textarea-fix input:-ms-input-placeholder{font-size:14px;line-height:27px}#okta-sign-in .o-form .input-fix input:-webkit-autofill,#okta-sign-in .o-form .textarea-fix input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;border-radius:3px}#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:14px}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){#okta-sign-in .o-form .input-fix input[type=password],#okta-sign-in .o-form .textarea-fix input[type=password]{font-size:15px}}#okta-sign-in .o-form .input-fix .placeholder,#okta-sign-in .o-form .textarea-fix .placeholder{color:#aaa}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){#okta-sign-in .o-form .chzn-container-single .chzn-search input,#okta-sign-in .o-form select,#okta-sign-in .o-form select:focus{font-size:15px}}#okta-sign-in .o-form .custom-checkbox label{font-size:13px}#okta-sign-in .o-form .o-form-input input[name=nextPassCode],#okta-sign-in .o-form .o-form-input input[name=passCode]{font-family:Anonymous Pro,Andale Mono,Courier New,Courier,serif;font-size:17px;letter-spacing:1px}#okta-sign-in .o-form .o-form-input .o-form-control{position:relative}#okta-sign-in .o-form .o-form-input .input-icon,#okta-sign-in .o-form .o-form-input .input-tooltip{width:16px;height:16px;position:absolute;top:50%;margin-top:-11px}#okta-sign-in .o-form .o-form-input .input-icon+input,#okta-sign-in .o-form .o-form-input .input-icon+input+input,#okta-sign-in .o-form .o-form-input .input-tooltip+input,#okta-sign-in .o-form .o-form-input .input-tooltip+input+input{padding-right:30px}#okta-sign-in .o-form .o-form-input .input-icon{left:10px;opacity:.25}#okta-sign-in .o-form .o-form-input .input-icon+input,#okta-sign-in .o-form .o-form-input .input-icon+input+input{padding-left:30px}#okta-sign-in .o-form .o-form-input .input-tooltip{right:10px;opacity:.5}#okta-sign-in .o-form-input-group .o-form-control{display:table-cell;float:none;white-space:nowrap}#okta-sign-in .form-divider{border-bottom:1px solid #e8e8e8;margin-bottom:25px;padding-top:5px;clear:both}#okta-sign-in .chzn-container-single .chzn-single{border:1px solid #bbb;border-radius:3px;height:38px;line-height:38px}#okta-sign-in .chzn-container-single .chzn-single div b{background-position:0 6px}#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b{background-position:-17px 7px}#okta-sign-in .custom-checkbox label{background-image:url(/static/build/77069/images/checkbox-sign-in-widget.png)}#okta-sign-in .custom-checkbox label.focus{background-position:-16px -1013px}#okta-sign-in .custom-checkbox label.focus:before{background-position:-16px -1020px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-resolution:2dppx){#okta-sign-in .custom-checkbox label{background-image:url(/static/build/77069/images/checkbox-sign-in-widget@2x.png);background-size:50px 1155px}}#okta-sign-in .infobox.icon-16>.icon{position:absolute}#okta-sign-in .contact-support .infobox,#okta-sign-in .infobox.icon-16{margin-bottom:15px}#okta-sign-in .infobox>.icon{line-height:16px}#okta-sign-in .qtip{font-size:14px;line-height:1.2}#okta-sign-in .qtip-custom .qtip-titlebar{background-color:transparent;border:0;font-weight:400}#okta-sign-in .qtip-title{word-break:break-all}#okta-sign-in .security-image-qtip.qtip-custom{font-size:13px;line-height:1.4;padding:8px 8px 5px}#okta-sign-in .security-image-qtip.qtip-custom canvas{margin-top:2px}#okta-sign-in .security-image-qtip.qtip-custom .qtip-icon{background:transparent url(/static/build/77069/images/tooltip_close.png) no-repeat 50%;border:none;color:transparent;right:2px;top:4px;text-decoration:none}#okta-sign-in .security-image-qtip.qtip-custom .qtip-icon:hover{opacity:.5}#okta-sign-in .qtip-custom{background-color:#4d4d4d;border-color:#303030;color:#f3f3f3;padding:5px 8px 8px}#okta-sign-in .qtip-custom.qtip-pos-bl{border-radius:4px 4px 4px 0}#okta-sign-in .qtip-custom.qtip-pos-br{border-radius:4px 4px 0}#okta-sign-in .qtip-custom .qtip-content{color:#f3f3f3}#okta-sign-in .qtip-custom .qtip-titlebar{background-color:#404040}#okta-sign-in .qtip-custom .qtip-icon{border-color:#444}#okta-sign-in .qtip-custom .qtip-titlebar .ui-state-hover{border-color:#303030}#okta-sign-in .qtip-custom .qtip-content ul{list-style:disc}#okta-sign-in .qtip-custom .qtip-content ul>li{color:#69882a;font-size:20px}#okta-sign-in .qtip-custom .qtip-content ul>li span{color:#f3f3f3;font-size:12px;vertical-align:middle}#okta-sign-in .mfa-verify-totp-inline .inline-input{width:212px;float:left}@media only screen and (max-device-width:480px){#okta-sign-in .mfa-verify-totp-inline .inline-input{width:180px}}@media only screen and (max-width:400px){#okta-sign-in .mfa-verify-totp-inline .inline-input{width:100%}}@media only screen and (max-width:400px){#okta-sign-in .mfa-verify-totp-inline .inline-totp-verify{width:100%;margin-bottom:15px}}#okta-sign-in .mfa-verify-totp-inline a.button{float:right;padding-left:25px;padding-right:25px}#okta-sign-in .mfa-verify-totp-inline a.link-button{display:block;text-align:center}#okta-sign-in .mfa-verify-passcode .link-button{float:right;margin-top:30px}#okta-sign-in .mfa-verify-passcode .auth-passcode{float:left;width:170px}@media only screen and (max-width:400px){#okta-sign-in .mfa-verify-passcode .auth-passcode{width:100%}}#okta-sign-in .duo-form iframe{height:400px;width:100%}#okta-sign-in .factor-verify-magiclink .o-form-button-bar{display:none}#okta-sign-in .factor-verify-magiclink .email-request-button{width:100%}#okta-sign-in .mfa-verify-email .resend-email-infobox{margin-bottom:15px}#okta-sign-in .mfa-verify-email .resend-email-infobox .infobox-warning p span{margin-right:4px;margin-right:.25rem}#okta-sign-in .mfa-verify-email .mask-email{font-weight:600}#okta-sign-in .mfa-verify-email .resend-email-btn{color:#0074b3}#okta-sign-in .mfa-verify-email .mfa-email-sent-content{margin-bottom:15px}#okta-sign-in .number-challenge-view{display:none;text-align:center}#okta-sign-in .number-challenge-view .phone{margin:20px 0}#okta-sign-in .number-challenge-view .phone .phone--body{display:inline-block;border-radius:6px;padding:14px 3px 0;margin:0 auto;background:#666}#okta-sign-in .number-challenge-view .phone .phone--screen{min-width:50px;padding:20px 0;background:#e5edfb}#okta-sign-in .number-challenge-view .phone .phone--number{padding:10px;font-size:25px;color:#1662dd}#okta-sign-in .number-challenge-view .phone .phone--home-button{border-radius:50%;width:10px;height:10px;margin:3px auto;background:#fff}#okta-sign-in .number-challenge-view .challenge-number{font-weight:700}#okta-sign-in .forgot-password-call-enabled .mobile-recovery-hint,#okta-sign-in .forgot-password-call-enabled .sms-hint,#okta-sign-in .forgot-password-sms-enabled .mobile-recovery-hint,#okta-sign-in .forgot-password-sms-enabled .sms-hint{font-size:13px;padding-bottom:10px;position:relative;top:-5px}#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container,#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container{overflow:hidden}#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button,#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button{width:100%;float:none;margin-left:0;margin-bottom:15px}#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button+.button-primary,#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button+.button-primary{margin-left:0}@media only screen and (max-width:400px){#okta-sign-in .recovery-challenge .enroll-sms-phone-send{width:100%;margin-bottom:15px}}#okta-sign-in .recovery-challenge .o-form-fieldset-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#okta-sign-in .recovery-challenge .sms-request-button{margin-left:5px}#okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone{width:178px}@media only screen and (max-device-width:480px){#okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone{width:150px}}@media only screen and (max-width:400px){#okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone{width:100%}}#okta-sign-in .recovery-challenge .o-form-button-bar{padding-bottom:15px}#okta-sign-in .recovery-challenge .send-email-link{display:inline-block;font-size:13px;padding-bottom:25px;text-align:center;width:100%}#okta-sign-in .button,#okta-sign-in .button.link-button{display:inline-block;height:40px;line-height:36px;padding:0 15px;border:1px solid;border-radius:3px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}#okta-sign-in .button-link{color:#0074b3;background:none;border:none;cursor:pointer}#okta-sign-in .button-link:focus,#okta-sign-in .button-link:hover{text-decoration:underline}#okta-sign-in .button-secondary.link-button,#okta-sign-in .button-wide,#okta-sign-in .button-wide.button-primary,#okta-sign-in .default-custom-button.link-button,#okta-sign-in .piv-button.link-button,#okta-sign-in .social-auth-button.link-button{width:100%;height:50px;line-height:48px;text-align:center}#okta-sign-in .icon-button{display:block;width:22px;height:22px;text-align:center;border:1px solid;border-radius:3px}#okta-sign-in .icon-button .icon{display:inline-block;position:relative;top:4px;opacity:.25}#okta-sign-in .icon-button:hover .icon{opacity:.5}#okta-sign-in .call-request-button.link-button,#okta-sign-in .sms-request-button.link-button{text-align:center;width:140px;padding-left:6px;padding-right:6px;white-space:normal;overflow:visible;line-height:1;padding-top:12px}@media only screen and (max-width:400px){#okta-sign-in .call-request-button.link-button,#okta-sign-in .sms-request-button.link-button{width:100%;margin-bottom:15px}}#okta-sign-in .email-request-button{text-align:center;width:130px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:400px){#okta-sign-in .email-request-button{width:100%;margin-bottom:15px}}#okta-sign-in .social-auth-button.link-button{border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;display:block;font-size:14px;line-height:50px;margin-top:15px;padding-left:90px;padding-right:40px;text-align:left;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#okta-sign-in .social-auth-button.link-button:last-of-type{margin-bottom:25px}#okta-sign-in .social-auth-button.link-button:active,#okta-sign-in .social-auth-button.link-button:focus,#okta-sign-in .social-auth-button.link-button:hover,#okta-sign-in .social-auth-button.link-button:visited{text-decoration:none}#okta-sign-in .button .okta-verify-authenticator{height:20px;width:20px;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;vertical-align:middle;display:inline-block;margin:0 .83em 0 0}#okta-sign-in .default-custom-button.link-button{border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;display:block;font-size:14px;line-height:50px;margin-top:15px;text-align:center}#okta-sign-in .default-custom-button.link-button:last-of-type{margin-bottom:25px}#okta-sign-in .default-custom-button.link-button:active,#okta-sign-in .default-custom-button.link-button:focus,#okta-sign-in .default-custom-button.link-button:hover,#okta-sign-in .default-custom-button.link-button:visited{text-decoration:none}#okta-sign-in .button-secondary.link-button{color:#1662dd;border:1px solid #1662dd;background-color:#fff;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:14px;margin-top:15px;text-align:center}#okta-sign-in .button-secondary.link-button:last-of-type{margin-bottom:25px}#okta-sign-in .button-secondary.link-button:active,#okta-sign-in .button-secondary.link-button:focus,#okta-sign-in .button-secondary.link-button:hover{color:#124a94;border-color:#124a94;background-color:#e5edfb}#okta-sign-in .button-secondary.link-button:active,#okta-sign-in .button-secondary.link-button:focus,#okta-sign-in .button-secondary.link-button:hover,#okta-sign-in .button-secondary.link-button:visited{text-decoration:none}#okta-sign-in .piv-button.link-button{border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:14px;line-height:50px;margin-top:15px;text-align:center}#okta-sign-in .piv-button.link-button:last-of-type{margin-bottom:25px}#okta-sign-in .piv-button.link-button:active,#okta-sign-in .piv-button.link-button:focus,#okta-sign-in .piv-button.link-button:hover,#okta-sign-in .piv-button.link-button:visited{text-decoration:none}#okta-sign-in .social-auth-facebook-button{background-color:#406094;background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#304879 50px,#406094 0);background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,-o-linear-gradient(left,#304879 50px,#406094 0);background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,linear-gradient(90deg,#304879 50px,#406094 0);border:1px solid #375685}#okta-sign-in .social-auth-facebook-button:active,#okta-sign-in .social-auth-facebook-button:focus,#okta-sign-in .social-auth-facebook-button:hover{background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#344f84 50px,#45679f 0);background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,-o-linear-gradient(left,#344f84 50px,#45679f 0);background:url(/static/build/77069/images/facebook_logo.png) no-repeat 10px,linear-gradient(90deg,#344f84 50px,#45679f 0)}#okta-sign-in .social-auth-google-button{background-color:#fbfbfb;background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3;background-position:15px 50%,0 0}#okta-sign-in .social-auth-google-button:active,#okta-sign-in .social-auth-google-button:focus,#okta-sign-in .social-auth-google-button:hover{background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/google_logo.png) no-repeat 10px,linear-gradient(90deg,#fff 50px,#fff 0);background-position:15px 50%,0 0}#okta-sign-in .social-auth-google-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-apple-button{background-color:#fbfbfb;background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3;background-position:15px 50%,0 0}#okta-sign-in .social-auth-apple-button:active,#okta-sign-in .social-auth-apple-button:focus,#okta-sign-in .social-auth-apple-button:hover{background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/apple_logo.png) no-repeat 10px,linear-gradient(90deg,#fff 50px,#fff 0);background-position:15px 50%,0 0}#okta-sign-in .social-auth-apple-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-linkedin-button{background-color:#0077b5;background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#04659a 50px,#0077b5 0);background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,-o-linear-gradient(left,#04659a 50px,#0077b5 0);background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,linear-gradient(90deg,#04659a 50px,#0077b5 0);border:1px solid #0f608f}#okta-sign-in .social-auth-linkedin-button:active,#okta-sign-in .social-auth-linkedin-button:focus,#okta-sign-in .social-auth-linkedin-button:hover{background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#046fa9 50px,#0081c4 0);background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,-o-linear-gradient(left,#046fa9 50px,#0081c4 0);background:url(/static/build/77069/images/linkedin_logo.png) no-repeat 10px,linear-gradient(90deg,#046fa9 50px,#0081c4 0)}#okta-sign-in .social-auth-microsoft-button{background-color:#00a1f1;background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#4294de 50px,#00a1f1 0);background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,-o-linear-gradient(left,#4294de 50px,#00a1f1 0);background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,linear-gradient(90deg,#4294de 50px,#00a1f1 0);border:1px solid #447199}#okta-sign-in .social-auth-microsoft-button:active,#okta-sign-in .social-auth-microsoft-button:focus,#okta-sign-in .social-auth-microsoft-button:hover{background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#4f9be0 50px,#01abff 0);background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,-o-linear-gradient(left,#4f9be0 50px,#01abff 0);background:url(/static/build/77069/images/microsoft_logo.png) no-repeat 10px,linear-gradient(90deg,#4f9be0 50px,#01abff 0)}#okta-sign-in .social-auth-general-idp-button{background-color:#fbfbfb;background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#eee 50px,#fbfbfb 0);background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,-o-linear-gradient(left,#eee 50px,#fbfbfb 0);background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,linear-gradient(90deg,#eee 50px,#fbfbfb 0);border:1px solid #c3c3c3;color:#5e5e5e}#okta-sign-in .social-auth-general-idp-button:active,#okta-sign-in .social-auth-general-idp-button:focus,#okta-sign-in .social-auth-general-idp-button:hover{background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,-webkit-linear-gradient(left,#f6f6f6 50px,#fff 0);background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,-o-linear-gradient(left,#f6f6f6 50px,#fff 0);background:url(/static/build/77069/images/default_logo.png) no-repeat 10px,linear-gradient(90deg,#f6f6f6 50px,#fff 0)}#okta-sign-in .social-auth-general-idp-button.link-button{color:#5e5e5e}#okta-sign-in .default-custom-button{background-color:#ff5f73;border:1px solid #d6001a}#okta-sign-in .default-custom-button:active,#okta-sign-in .default-custom-button:focus,#okta-sign-in .default-custom-button:hover{background-color:#ff6e80}#okta-sign-in .piv-button.link-button{color:#1662dd;border:2px solid #1662dd;background-color:#fff}#okta-sign-in .piv-button.link-button:active,#okta-sign-in .piv-button.link-button:focus,#okta-sign-in .piv-button.link-button:hover{color:#124a94;border-color:#124a94;background-color:#e5edfb}#okta-sign-in .social-auth-github-button{background-color:#fbfbfb;background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-github-button:active,#okta-sign-in .social-auth-github-button:focus,#okta-sign-in .social-auth-github-button:hover{background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/github_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-github-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-gitlab-button{background-color:#fbfbfb;background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-gitlab-button:active,#okta-sign-in .social-auth-gitlab-button:focus,#okta-sign-in .social-auth-gitlab-button:hover{background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/gitlab_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-gitlab-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-yahoo-button{background-color:#fbfbfb;background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-yahoo-button:active,#okta-sign-in .social-auth-yahoo-button:focus,#okta-sign-in .social-auth-yahoo-button:hover{background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/yahoo_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-yahoo-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-line-button{background-color:#fbfbfb;background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-line-button:active,#okta-sign-in .social-auth-line-button:focus,#okta-sign-in .social-auth-line-button:hover{background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/line_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-line-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-paypal-button{background-color:#fbfbfb;background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-paypal-button:active,#okta-sign-in .social-auth-paypal-button:focus,#okta-sign-in .social-auth-paypal-button:hover{background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/paypal_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-paypal-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-paypal_sandbox-button{background-color:#fbfbfb;background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-paypal_sandbox-button:active,#okta-sign-in .social-auth-paypal_sandbox-button:focus,#okta-sign-in .social-auth-paypal_sandbox-button:hover{background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/paypal_sandbox_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-paypal_sandbox-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-salesforce-button{background-color:#fbfbfb;background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-salesforce-button:active,#okta-sign-in .social-auth-salesforce-button:focus,#okta-sign-in .social-auth-salesforce-button:hover{background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/salesforce_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-salesforce-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-amazon-button{background-color:#fbfbfb;background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-amazon-button:active,#okta-sign-in .social-auth-amazon-button:focus,#okta-sign-in .social-auth-amazon-button:hover{background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/amazon_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-amazon-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-yahoojp-button{background-color:#fbfbfb;background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-yahoojp-button:active,#okta-sign-in .social-auth-yahoojp-button:focus,#okta-sign-in .social-auth-yahoojp-button:hover{background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/yahoojp_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-yahoojp-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-discord-button{background-color:#fbfbfb;background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-discord-button:active,#okta-sign-in .social-auth-discord-button:focus,#okta-sign-in .social-auth-discord-button:hover{background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/discord_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-discord-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-adobe-button{background-color:#fbfbfb;background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-adobe-button:active,#okta-sign-in .social-auth-adobe-button:focus,#okta-sign-in .social-auth-adobe-button:hover{background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/adobe_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-adobe-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-orcid-button{background-color:#fbfbfb;background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-orcid-button:active,#okta-sign-in .social-auth-orcid-button:focus,#okta-sign-in .social-auth-orcid-button:hover{background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/orcid_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-orcid-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-spotify-button{background-color:#fbfbfb;background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-spotify-button:active,#okta-sign-in .social-auth-spotify-button:focus,#okta-sign-in .social-auth-spotify-button:hover{background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/spotify_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-spotify-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-xero-button{background-color:#fbfbfb;background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-xero-button:active,#okta-sign-in .social-auth-xero-button:focus,#okta-sign-in .social-auth-xero-button:hover{background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/xero_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-xero-button.link-button{color:#5e5e5e}#okta-sign-in .social-auth-quickbooks-button{background-color:#fbfbfb;background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fbfbfb 0);background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);border:1px solid #c3c3c3}#okta-sign-in .social-auth-quickbooks-button:active,#okta-sign-in .social-auth-quickbooks-button:focus,#okta-sign-in .social-auth-quickbooks-button:hover{background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,-webkit-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,-o-linear-gradient(left,#fff 50px,#fff 0);background:url(/static/build/77069/images/quickbooks_logo.png) no-repeat 12px/24px,linear-gradient(90deg,#fff 50px,#fff 0)}#okta-sign-in .social-auth-quickbooks-button.link-button{color:#5e5e5e}#okta-sign-in .admin-consent-required .custom-logo,#okta-sign-in .admin-consent-required .default-logo{width:30px;height:30px;vertical-align:middle}#okta-sign-in .admin-consent-required .detail-row{padding-bottom:15px}#okta-sign-in .admin-consent-required .consent-title{text-align:center;word-wrap:break-word;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .admin-consent-required .consent-title span{padding-left:10px}#okta-sign-in .admin-consent-required .consent-title b{font-weight:700}#okta-sign-in .admin-consent-required .consent-title .issuer{margin-top:10px;font-size:13px}#okta-sign-in .admin-consent-required .consent-title .issuer span{padding:5px 15px;border:1px solid #bbb;border-radius:15px}#okta-sign-in .admin-consent-required .scope-group{margin-top:15px;cursor:default}#okta-sign-in .admin-consent-required .scope-group h3{display:inline-block;font-size:16px;width:95%}#okta-sign-in .admin-consent-required .scope-group .icon{display:inline-block}#okta-sign-in .admin-consent-required .scope-group .scope-item{display:none;width:100%;padding-top:5px}#okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-text{display:inline-block;word-wrap:break-word}#okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-tooltip.icon{display:inline-block;margin-left:5px;top:-3px}#okta-sign-in .admin-consent-required .scope-group.scope-group--is-expanded .scope-item{display:block}#okta-sign-in .admin-consent-required .scope-group .caret{transition:transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#okta-sign-in .admin-consent-required .scope-group .caret .path{fill:#5e5e5e}#okta-sign-in .admin-consent-required .scope-group .caret.caret--is-rotated{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}#okta-sign-in .admin-consent-required .o-form-button-bar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-bottom:15px}#okta-sign-in .admin-consent-required .o-form-button-bar input{width:140px}#okta-sign-in .consent-required .scope-list,#okta-sign-in .consent-required .title-text{color:#1d1d21}#okta-sign-in .consent-required .custom-logo,#okta-sign-in .consent-required .default-logo{width:30px;height:30px;vertical-align:middle}#okta-sign-in .consent-required .detail-row{padding-bottom:25px}#okta-sign-in .consent-required .detail-row:last-child{padding-bottom:11px}#okta-sign-in .consent-required .consent-title{text-align:center;word-wrap:break-word;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .consent-required .consent-title span{padding-left:10px}#okta-sign-in .consent-required .consent-title b{font-weight:700}#okta-sign-in .consent-required .scope-item{display:inline-block;width:100%;padding-bottom:5px}#okta-sign-in .consent-required .scope-item .scope-item-text{float:left;width:85%;word-wrap:break-word}#okta-sign-in .consent-required .scope-item .scope-item-tooltip{float:right;margin-right:16px}#okta-sign-in .consent-required .consent-description p{color:#6e6e78}#okta-sign-in .consent-required .consent-footer{text-align:center}#okta-sign-in .consent-required .consent-footer a{color:#007dc1}#okta-sign-in .consent-required .o-form-button-bar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-bottom:25px}#okta-sign-in .consent-required .o-form-button-bar input{width:140px}#okta-sign-in .consent-required .o-form-button-bar .button-primary{color:#5e5e5e;background-color:#fbfbfb;background:-o-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#f8f8f8));background:-webkit-gradient(linear,left top, left bottom,from(#fbfbfb),to(#f8f8f8));background:-webkit-linear-gradient(#fbfbfb,#f8f8f8);background:-o-linear-gradient(#fbfbfb,#f8f8f8);background:linear-gradient(#fbfbfb,#f8f8f8);border-color:#c3c3c3 #c3c3c3 #bbb;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .05),inset 0 1px 0 0 hsla(0, 0%, 100%, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .05),inset 0 1px 0 0 hsla(0, 0%, 100%, .1)}#okta-sign-in .consent-required .o-form-button-bar .button-primary:active,#okta-sign-in .consent-required .o-form-button-bar .button-primary:focus,#okta-sign-in .consent-required .o-form-button-bar .button-primary:hover{background-color:#fff;background:-o-linear-gradient(top,#fff 0,#fcfcfc 100%);background:-ms-linear-gradient(top,#fff 0,#fcfcfc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fcfcfc));background-image:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#fcfcfc));background-image:-webkit-linear-gradient(#fff,#fcfcfc);background-image:-o-linear-gradient(#fff,#fcfcfc);background-image:linear-gradient(#fff,#fcfcfc);border-color:#b2b2b2 #b2b2b2 #afafaf;text-decoration:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in .consent-required .o-form-button-bar .button-primary:focus{-webkit-box-shadow:0 0 8px #51cbee;box-shadow:0 0 8px #51cbee;border-color:#0074b3}#okta-sign-in .auth-header{padding:30px 90px 75px;position:relative;border-bottom:1px solid #ddd;z-index:10;-webkit-transition:padding-bottom .4s;-o-transition:padding-bottom .4s;transition:padding-bottom .4s}#okta-sign-in .auth-org-logo{display:block;margin:0 auto;max-width:200px;max-height:40px}#okta-sign-in .beacon-container{position:absolute;bottom:-42px;right:0;left:0;margin:auto;width:85px;height:85px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}#okta-sign-in .beacon-container.beacon-small{height:20px;width:20px;bottom:-10px}#okta-sign-in .beacon-container.beacon-small .beacon-blank{width:50px;left:-20px}#okta-sign-in .beacon-blank{background-image:none;background-color:transparent;position:absolute;top:0;bottom:0;right:0;left:0}#okta-sign-in .radial-progress-bar{position:absolute;clip:rect(0,96px,96px,48px);bottom:-5px;left:-5px;right:-5px;top:-5px}#okta-sign-in .radial-progress-bar .circle{z-index:10;width:91px;height:91px;border:2px solid #a7a7a7;border-radius:50%;position:absolute;clip:rect(0,48px,96px,0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#okta-sign-in .auth-beacon{position:absolute;border-radius:50%;top:0;bottom:0;left:0;right:0;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover;background-clip:content-box;color:#fff;-webkit-box-shadow:0 0 0 15px;box-shadow:0 0 0 15px}#okta-sign-in .undefined-user{background-image:url(/static/build/77069/images/default.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in .undefined-user{background-image:url(/static/build/77069/images/default@2x.png)}}#okta-sign-in .new-user{background-image:url(/static/build/77069/images/unknown-device.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in .new-user{background-image:url(/static/build/77069/images/unknown-device@2x.png)}}#okta-sign-in .auth-beacon-border{position:absolute;border:2px solid #a7a7a7;border-radius:50%;bottom:-5px;left:-5px;right:-5px;top:-5px}#okta-sign-in .beacon-loading:after{content:"";display:block;position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;border-radius:50%;border:2px solid transparent;border-top-color:#007dc1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#okta-sign-in .auth-beacon-factor{background-size:100% auto;cursor:pointer}#okta-sign-in .factors-dropdown-wrap{position:absolute;top:50%;right:-32px;margin-top:-11px}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .bg-helper{color:#fff;-webkit-box-shadow:10px 0 0 0;box-shadow:10px 0 0 0}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .link-button{height:22px;padding:0!important}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions span.icon-dm{top:9px;background:url(/static/build/77069/images/drop-menu-s.png) no-repeat scroll 0 0 transparent}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap{border:1px solid #ccc;border:1px solid rgba(0, 0, 0, .2);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .2);box-shadow:0 1px 3px rgba(0, 0, 0, .2);background-color:#fff;background-clip:padding-box;overflow:auto;max-height:306px;width:320px;left:-212px;top:38px;border-radius:3px}@media only screen and (max-width:325px){#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap{width:280px;left:-192px}}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap:after{display:none}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a{line-height:30px;padding-left:50px}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a .icon{width:30px;height:30px}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title{text-align:center}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title:hover{background:transparent}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title a{padding-left:5px;cursor:default}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option{border-bottom:none;padding-left:50px}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option a{padding-left:36px}#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option+.option:not(.suboption),#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option+.suboption.option a{border-top:1px solid #eaeaea}#okta-sign-in .mfa-call-30,#okta-sign-in .mfa-custom-factor-30,#okta-sign-in .mfa-duo-30,#okta-sign-in .mfa-email-30,#okta-sign-in .mfa-google-auth-30,#okta-sign-in .mfa-hotp-30,#okta-sign-in .mfa-okta-verify-30,#okta-sign-in .mfa-onprem-30,#okta-sign-in .mfa-password-30,#okta-sign-in .mfa-question-30,#okta-sign-in .mfa-rsa-30,#okta-sign-in .mfa-sms-30,#okta-sign-in .mfa-symantec-30,#okta-sign-in .mfa-u2f-30,#okta-sign-in .mfa-webauthn-30,#okta-sign-in .mfa-windows-hello-30,#okta-sign-in .mfa-yubikey-30{height:30px;width:30px;display:inline-block;border:1px solid #ccc;border-radius:50%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}#okta-sign-in .auth-footer{font-size:13px}#okta-sign-in .auth-footer .js-factor-page-custom-link{display:block}#okta-sign-in .auth-footer .goto{float:right}#okta-sign-in .auth-footer .dot-separator,#okta-sign-in .enroll-choices .okta-form-subtitle>span b{font-weight:700}#okta-sign-in .enroll-factor-list{margin-bottom:30px}#okta-sign-in .enroll-factor-list .list-subtitle{float:right}#okta-sign-in .enroll-factor-list .list-title{padding-bottom:20px}#okta-sign-in .enroll-required-factor-list .enroll-factor-row-min{margin-bottom:30px}#okta-sign-in .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-icon{-webkit-filter:grayscale(100%);filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');filter:grayscale(100%);opacity:.5}#okta-sign-in .enroll-factor-row{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .enroll-factor-row .enroll-factor-description{width:100%;overflow:hidden}#okta-sign-in .enroll-factor-row .enroll-factor-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#okta-sign-in .enroll-factor-row .enroll-factor-button{padding-top:10px}@media only screen and (max-device-width:480px){#okta-sign-in .enroll-factor-row .enroll-factor-button{width:100%;margin-top:10px}}#okta-sign-in .enroll-factor-row .enroll-factor-button .button{margin-top:0;height:30px;line-height:28px;padding:0 10px}@media only screen and (max-device-width:480px){#okta-sign-in .enroll-factor-row .enroll-factor-button .button{width:100%;text-align:center}}#okta-sign-in .enroll-factor-row .enroll-factor-icon-container{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-right:20px}#okta-sign-in .enroll-factor-row .enroll-factor-icon{width:38px;height:38px;border:1px solid #ccc;border-radius:50%;background-repeat:no-repeat;background-position:50% 50%;background-size:38px 38px}#okta-sign-in .enroll-factor-row .success-16-gray,#okta-sign-in .enroll-factor-row .success-16-green{width:20px;height:20px;line-height:24px;-ms-flex-negative:0;flex-shrink:0}#okta-sign-in .enroll-factor-row .success-16-gray:before,#okta-sign-in .enroll-factor-row .success-16-green:before{font-size:20px}#okta-sign-in .enroll-factor-row .factor-cardinality{color:#a7a7a7}#okta-sign-in .enroll-factor-row-min{margin-bottom:10px}#okta-sign-in .enroll-factor-row-min .enroll-factor-button,#okta-sign-in .enroll-factor-row-min p{display:none}#okta-sign-in .enroll-yubikey .yubikey-demo{background:url(/static/build/77069/images/yubikeyDemo.png) no-repeat 50%;background-size:contain;width:100%;min-height:102px;margin-bottom:20px}#okta-sign-in .login-timeout-warning{bottom:10px}#okta-sign-in .enroll-sms .enroll-sms-phone{width:170px;float:left}@media only screen and (max-device-width:480px){#okta-sign-in .enroll-sms .enroll-sms-phone{width:165px}}@media only screen and (max-width:400px){#okta-sign-in .enroll-sms .enroll-sms-phone{width:100%;margin-bottom:15px}}#okta-sign-in .enroll-sms .chzn-drop>.chzn-search>input{display:none}#okta-sign-in .enroll-sms .chzn-with-drop>.chzn-drop>.chzn-search>input{display:inline-block}#okta-sign-in .enroll-sms .sms-request-button{float:right;width:140px;margin-top:0;white-space:normal;overflow:visible;line-height:1;padding:12px 0 0}@media only screen and (max-width:400px){#okta-sign-in .enroll-sms .sms-request-button{width:100%;margin-bottom:15px}}#okta-sign-in .enroll-activate-email .resend-email-infobox,#okta-sign-in .enroll-email .o-form-content.o-form-theme{margin-bottom:15px}#okta-sign-in .enroll-activate-email .resend-email-infobox .infobox-warning p span{margin-right:4px;margin-right:.25rem}#okta-sign-in .enroll-activate-email .mask-email{font-weight:600}#okta-sign-in .enroll-activate-email .resend-email-btn{color:#0074b3}#okta-sign-in .enroll-activate-email .enroll-activate-email-content{margin-bottom:15px}#okta-sign-in .enroll-call .enroll-call-phone{width:196px;float:left}@media only screen and (max-device-width:480px){#okta-sign-in .enroll-call .enroll-call-phone{width:165px}}@media only screen and (max-width:400px){#okta-sign-in .enroll-call .enroll-call-phone{width:100%;margin-bottom:15px}}#okta-sign-in .enroll-call .enroll-call-extension{float:right;width:111px;margin-top:0;padding:0}@media only screen and (max-width:400px){#okta-sign-in .enroll-call .enroll-call-extension{width:100%;margin-bottom:15px}}#okta-sign-in .enroll-call .call-request-button{width:100%;text-align:center}#okta-sign-in .enroll-u2f .u2f-instructions ol,#okta-sign-in .enroll-webauthn .u2f-instructions ol{list-style:decimal;margin-left:15px}#okta-sign-in .enroll-u2f .u2f-instructions ol li,#okta-sign-in .enroll-webauthn .u2f-instructions ol li{margin-bottom:15px}#okta-sign-in .enroll-windows-hello .o-form-fieldset-container>.okta-form-subtitle,#okta-sign-in .verify-windows-hello .o-form-fieldset-container>.okta-form-subtitle{margin-top:15px;margin-bottom:20px}#okta-sign-in .enroll-windows-hello .okta-infobox-error b,#okta-sign-in .verify-windows-hello .okta-infobox-error b{font-weight:700}#okta-sign-in .enroll-windows-hello .okta-waiting-spinner,#okta-sign-in .verify-windows-hello .okta-waiting-spinner{margin-top:20px;margin-bottom:20px}#okta-sign-in .enroll-webauthn .webauthn-edge-text p b{font-weight:700}#okta-sign-in .enroll-totp .okta-form-subtitle.o-form-explain{text-align:left}#okta-sign-in .enroll-totp .o-form-label{padding:0;margin-bottom:20px;line-height:inherit}#okta-sign-in .enroll-totp .o-form-label legend{font-weight:400;color:#777}#okta-sign-in .app-logo{display:inline-block;width:38px;height:38px;background-repeat:no-repeat;border-radius:10px;margin-right:15px;float:left}#okta-sign-in .okta-verify-download-icon{background-image:url(/static/build/77069/images/oktaVerify_ico@1x.png);background-size:38px 38px}#okta-sign-in .google-auth-38{background-image:url(/static/build/77069/images/googleAuth_38x38.png)}#okta-sign-in .app-download-instructions{margin-bottom:15px}#okta-sign-in .app-download-instructions .instructions-title{text-align:center;margin-bottom:15px}#okta-sign-in .barcode-scan .o-form-content{margin-bottom:15px}#okta-sign-in .scan-instructions .scan-instructions-details-wrapper{width:100%;margin-right:-150px;float:left}#okta-sign-in .scan-instructions .scan-instructions-details{padding-right:150px}#okta-sign-in .scan-instructions .scan-instructions-qrcode-wrapper{float:right;text-align:center}#okta-sign-in .scan-instructions .qrcode-image{width:140px;height:140px;border:1px solid #ccc;border-radius:3px}#okta-sign-in .scan-instructions .qrcode-wrap{position:relative}#okta-sign-in .scan-instructions .qrcode-success{background:url(/static/build/77069/images/checkmark.png) no-repeat 50%}#okta-sign-in .scan-instructions .qrcode-error{background:url(/static/build/77069/images/scanerror.png) no-repeat 50%}#okta-sign-in .scan-instructions .qrcode-error,#okta-sign-in .scan-instructions .qrcode-success{content:"";position:absolute;width:100%;height:100%;top:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;background-color:transparent;background-color:hsla(0, 0%, 100%, .6)}#okta-sign-in .scan-instructions .refresh-qrcode{display:none}#okta-sign-in .scan-instructions.qrcode-expired .qrcode-error{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=1);opacity:1}#okta-sign-in .scan-instructions.qrcode-expired .manual-setup{display:none}#okta-sign-in .scan-instructions.qrcode-expired .refresh-qrcode{display:inline-block}#okta-sign-in .scan-instructions.qrcode-success .qrcode-success{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=1);opacity:1}#okta-sign-in .scan-instructions.qrcode-success .manual-setup,#okta-sign-in .scan-instructions.qrcode-success .refresh-qrcode{display:none}#okta-sign-in .enroll-manual-push .button-next{margin:15px 0 11px}#okta-sign-in [name=sharedSecret]{text-align:center;cursor:text;opacity:1}#okta-sign-in .enroll-activation-link-sent p{text-align:center}#okta-sign-in .enroll-activation-link-sent .auth-footer{margin-top:15px}#okta-sign-in .verify-webauthn-form .okta-waiting-spinner{display:none}#okta-sign-in .enroll-u2f-form .o-form-fieldset-container p,#okta-sign-in .enroll-webauthn-form .o-form-fieldset-container p,#okta-sign-in .verify-u2f-form .o-form-fieldset-container p,#okta-sign-in .verify-webauthn-form .o-form-fieldset-container p{margin-bottom:15px;text-align:center}#okta-sign-in .enroll-u2f-form .o-form-content>.o-form-error-container,#okta-sign-in .enroll-webauthn-form .o-form-content>.o-form-error-container,#okta-sign-in .verify-u2f-form .o-form-content>.o-form-error-container,#okta-sign-in .verify-webauthn-form .o-form-content>.o-form-error-container{margin-bottom:20px}#okta-sign-in .enroll-u2f-form .okta-waiting-spinner,#okta-sign-in .enroll-webauthn-form .okta-waiting-spinner,#okta-sign-in .verify-u2f-form .okta-waiting-spinner,#okta-sign-in .verify-webauthn-form .okta-waiting-spinner{margin-top:20px;margin-bottom:20px}#okta-sign-in .enroll-u2f-form .u2f-devices-images,#okta-sign-in .enroll-webauthn-form .u2f-devices-images,#okta-sign-in .verify-u2f-form .u2f-devices-images,#okta-sign-in .verify-webauthn-form .u2f-devices-images{display:inline-block}#okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-usb,#okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-usb,#okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-usb,#okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-usb{background:url(/static/build/77069/images/u2f_usb.png) no-repeat 50%;height:109px;width:148px;margin-right:15px;float:left}#okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-bluetooth,#okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-bluetooth,#okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-bluetooth,#okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-bluetooth{background:url(/static/build/77069/images/u2f_bluetooth.png) no-repeat 50%;height:109px;width:148px;float:left}#okta-sign-in .okta-waiting-spinner{background:url(/static/build/77069/images/sign-on-widget-spinner.gif) no-repeat 50%;height:18px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-resolution:2dppx){#okta-sign-in .device-type-input .custom-radio label{background-size:auto}}#okta-sign-in .registration-container{margin-top:30px}#okta-sign-in .registration-container .content-container{padding:30px 0;-webkit-transition:padding-top .4s;-o-transition:padding-top .4s;transition:padding-top .4s;border-top:1px solid #ddd;margin-top:5px}#okta-sign-in .registration-container .registration-label,#okta-sign-in .registration-container .registration-link{display:inline-block}#okta-sign-in .registration-container .registration-label{margin-right:10px}#okta-sign-in .registration-container .registration-link{color:#007dc1}#okta-sign-in .registration .o-form-fieldset-container .required-fields-label{color:#a7a7a7}#okta-sign-in .registration .subschema{margin-bottom:15px}#okta-sign-in .registration .subschema p{padding:5px 20px;position:relative}#okta-sign-in .registration .subschema p.default-schema{display:none}#okta-sign-in .registration .subschema p span{position:absolute;left:-2px}#okta-sign-in .registration .subschema .subschema-unsatisfied{color:#777}#okta-sign-in .registration .subschema .subschema-satisfied{color:#a7a7a7}#okta-sign-in .registration .subschema .subschema-error{color:#e34843}#okta-sign-in .registration .subschema .subschema-error span.error-16-small{display:block}#okta-sign-in .registration-complete{margin-top:20px}#okta-sign-in .registration-complete .container{margin-bottom:30px}#okta-sign-in .registration-complete .title{color:#46b090;text-align:center;margin:15px 0;font-size:15px}#okta-sign-in .registration-complete .desc{text-align:center}#okta-sign-in .registration-complete .back-btn{margin-top:15px}#okta-sign-in .registration-complete .title-icon{position:absolute;display:block;top:-10px;left:45%;width:25px;height:25px;border-radius:50%;background:#46b090}#okta-sign-in .registration-complete .title-icon:before{color:#fff;left:4px}#okta-sign-in .password-requirements--header{padding-bottom:10px}#okta-sign-in .password-requirements--list{list-style:disc outside none;list-style:initial;padding-left:20px;padding-bottom:10px}#okta-sign-in .password-requirements--list-item{line-height:21px}#okta-sign-in .siw-main-view .infobox-error,#okta-sign-in .siw-main-view .infobox-warning{display:block;margin-bottom:15px}#okta-sign-in .siw-main-view .okta-form-subtitle{margin:25px 0 10px;text-align:left}#okta-sign-in .siw-main-view .siw-main-body .ion-messages-container{text-align:center;margin-bottom:16px;margin-bottom:1rem}#okta-sign-in .siw-main-view .siw-main-body .ion-messages-container>*{margin-top:16px;margin-top:1rem}#okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label{padding-right:0}#okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label .o-form-explain{float:right}#okta-sign-in .siw-main-view .custom-checkbox{width:-webkit-max-content;width:-moz-max-content;width:max-content}#okta-sign-in .siw-main-view .custom-checkbox label{line-height:inherit}#okta-sign-in .siw-main-view .o-form-explain.o-form-input-error{word-break:normal}#okta-sign-in .siw-main-footer .auth-footer{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#okta-sign-in .siw-main-footer .auth-footer .link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4.8px 0;padding:.3rem 0;word-wrap:break-word}#okta-sign-in .siw-main-footer .auth-footer .help-description .ov-enrollment-info{list-style:decimal;margin:15px 0 15px 15px}#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link{-ms-flex-preferred-size:50%;flex-basis:50%}#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link.js-skip-setup{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right;color:#007dc1}#okta-sign-in .siw-main-footer .footer-info{border-top:1px solid #ddd;padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex}#okta-sign-in .siw-main-footer .footer-info .signup-info{margin:0 auto}#okta-sign-in .siw-main-footer .footer-info .signup-info span{padding:4.8px 0;padding:.3rem 0}#okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link{padding-left:4.8px;padding-left:.3rem}#okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link .link{color:#007dc1}#okta-sign-in .siw-main-header{position:relative}#okta-sign-in .siw-main-header .beacon-container{top:-183px;z-index:10}#okta-sign-in .siw-main-header .beacon-container .auth-beacon-factor{cursor:auto}#okta-sign-in .enter-auth-code-instead-link{display:block;margin:25px auto;text-align:center}#okta-sign-in .custom-buttons .okta-verify-container .button,#okta-sign-in .sign-in-with-device-option .okta-verify-container,#okta-sign-in .sign-in-with-idp .okta-verify-container .button{text-align:center}#okta-sign-in .sign-in-with-idp .okta-idps-container .social-auth-button.link-button:last-of-type{margin-bottom:0}#okta-sign-in .custom-buttons .okta-verify-container .signin-with-ov-description,#okta-sign-in .sign-in-with-device-option .okta-verify-container .signin-with-ov-description,#okta-sign-in .sign-in-with-idp .okta-verify-container .signin-with-ov-description{margin-bottom:.83em}#okta-sign-in .custom-buttons .okta-verify-container .button,#okta-sign-in .sign-in-with-device-option .okta-verify-container .button,#okta-sign-in .sign-in-with-idp .okta-verify-container .button{display:block;position:relative;min-height:50px;height:auto;padding-top:15px;padding-bottom:10px;line-height:1.4;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .custom-buttons .separation-line,#okta-sign-in .sign-in-with-device-option .separation-line,#okta-sign-in .sign-in-with-idp .separation-line{position:relative;z-index:1;text-align:center;text-transform:uppercase;display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em}#okta-sign-in .custom-buttons .separation-line:before,#okta-sign-in .sign-in-with-device-option .separation-line:before,#okta-sign-in .sign-in-with-idp .separation-line:before{font-size:13px;border-top:1px solid #ddd;content:"";margin:0 auto;position:absolute;top:55%;left:0;right:0;bottom:0;width:100%;z-index:-1}#okta-sign-in .custom-buttons .separation-line span,#okta-sign-in .sign-in-with-device-option .separation-line span,#okta-sign-in .sign-in-with-idp .separation-line span{background:#fff;padding:0 15px;font-size:13px;color:#ddd}#okta-sign-in .o-form-button-bar .links-primary{font-size:13px;margin-top:1.9em;margin-bottom:-1em;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}#okta-sign-in .o-form-button-bar .links-primary .link{padding:4.8px 0;padding:.3rem 0;word-wrap:break-word}#okta-sign-in .siw-main-view .siw-main-body a.resend-link{cursor:pointer}#okta-sign-in .siw-main-view .siw-main-body span.strong{font-weight:700;color:#5e5e5e;word-break:break-all}#okta-sign-in .siw-main-view .resend-email-view{margin-bottom:15px;text-align:center}#okta-sign-in .siw-main-view .resend-email-view .infobox{text-align:left;margin-bottom:10px}#okta-sign-in .siw-main-view .clearfix:after,#okta-sign-in .siw-main-view .clearfix:before{visibility:visible;content:"";height:102%}#okta-sign-in .siw-main-view .infobox a{color:#007dc1}#okta-sign-in .siw-main-view .infobox strong{font-weight:700}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container{text-align:center;margin:0 auto}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .spinner{height:38px;margin-top:40px;background:url(/static/build/77069/images/loader@1x.gif) no-repeat 50%}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .credential-sso-extension,#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .loopback-content{margin-bottom:24px}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .universal-link-content .spinner{margin:0 0 15px}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container div+div,#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container p+p{margin-top:10px}#okta-sign-in .siw-main-view .device-challenge-poll .o-form-content .okta-form-subtitle{font-weight:600;text-align:center}#okta-sign-in .siw-main-view .device-challenge-poll .skinny-content{width:88%;margin:20px auto 0}#okta-sign-in .siw-main-view .device-challenge-poll .skinny-content .link{color:#007dc1}#okta-sign-in .siw-main-view .device-challenge-poll .ul-button{margin-top:20px}#okta-sign-in .siw-main-view .device-challenge-poll .highlight-text{font-weight:700}#okta-sign-in .siw-main-view .device-challenge-poll .app-link-content{margin-bottom:15px}#okta-sign-in .siw-main-view .device-challenge-poll .app-link-content .spinner{margin-bottom:30px}#okta-sign-in .siw-main-view .device-challenge-poll .hide.button.link-button{display:none}#okta-sign-in .device-enrollment-terminal ol{counter-reset:decimal}#okta-sign-in .device-enrollment-terminal ol li,#okta-sign-in .device-enrollment-terminal ul li{margin:24px 0;padding-left:24px}#okta-sign-in .device-enrollment-terminal ol li:before,#okta-sign-in .device-enrollment-terminal ul li:before{display:inline-block;position:absolute;left:0;width:20px}#okta-sign-in .device-enrollment-terminal ol li:before{content:counter(decimal) ". ";counter-increment:decimal}#okta-sign-in .device-enrollment-terminal ul li:before{content:"•"}#okta-sign-in .device-enrollment-terminal .copy-clipboard-button{margin-top:8px;height:44px;line-height:44px}#okta-sign-in .device-enrollment-terminal .copy-org-clipboard-button{width:100%;text-align:center}#okta-sign-in .device-enrollment-terminal .download-ov-link{color:#007dc1}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .explanation{margin:24px 0}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .o-form-label{font-weight:400}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .subtitle{font-weight:700}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .org-signin-link{margin:10px 0;font-weight:600}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .semi-strong{word-break:break-word;font-weight:600}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .app-store-logo{display:block;margin:auto;height:40px;background-repeat:no-repeat;background-position:50%}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .android-app-store-logo{background-image:url(/static/build/77069/assets/fonts/google-play-store.svg)}#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .ios-app-store-logo{background-image:url(/static/build/77069/assets/fonts/apple-app-store.svg)}#okta-sign-in .device-enrollment-terminal .copy{font-size:10px;font-style:italic;color:#6e6e78;margin-top:16px}#okta-sign-in .siw-main-view .okta-form-subtitle{text-align:center}#okta-sign-in .authenticator-enroll-list .authenticator-description{width:100%}#okta-sign-in .authenticator-enroll-list .list-content .authenticator-list-title{margin-bottom:15px;font-weight:600}#okta-sign-in .authenticator-enroll-list .skip-all{width:100%;text-align:center;margin-bottom:15px}#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button{padding-top:10px}@media only screen and (max-device-width:480px){#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button{width:100%;margin-top:10px}}#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button{margin-top:0;height:30px;line-height:28px;padding:0 10px}@media only screen and (max-device-width:480px){#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button{width:100%;text-align:center}}#okta-sign-in .authenticator-verify-list .authenticator-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-button{padding:0}#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label{width:175px}#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label--small{line-height:1}#okta-sign-in .authenticator-row{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .authenticator-row .authenticator-button{padding-top:10px}@media only screen and (max-device-width:480px){#okta-sign-in .authenticator-row .authenticator-button{width:100%;margin-top:10px}}#okta-sign-in .authenticator-row .authenticator-button .button{margin-top:0;height:30px;line-height:28px;padding:0 10px}@media only screen and (max-device-width:480px){#okta-sign-in .authenticator-row .authenticator-button .button{width:100%;text-align:center}}#okta-sign-in .authenticator-row .authenticator-icon-container{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-right:20px}#okta-sign-in .authenticator-row .authenticator-icon{width:38px;height:38px;border:1px solid #ccc;border-radius:50%;background-repeat:no-repeat;background-position:50% 50%;background-size:38px 38px}#okta-sign-in .authenticator-row .success-16-gray,#okta-sign-in .authenticator-row .success-16-green{width:20px;height:20px;line-height:24px;-ms-flex-negative:0;flex-shrink:0}#okta-sign-in .authenticator-row .success-16-gray:before,#okta-sign-in .authenticator-row .success-16-green:before{font-size:20px}#okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout,#okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout{margin:20px 0;padding:7px 9px 7px 20px!important;border:none}#okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout:before,#okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout:before{width:10px}#okta-sign-in .siw-main-view .oie-enroll-webauthn .okta-waiting-spinner,#okta-sign-in .siw-main-view .oie-verify-webauthn .okta-waiting-spinner{display:none}#okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-enroll-text,#okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-verify-text,#okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-enroll-text,#okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-verify-text{margin-bottom:20px}#okta-sign-in .oie-enroll-ov-poll .ov-info li:not(:last-child){margin-bottom:15px}#okta-sign-in .oie-enroll-ov-poll .qrcode-container{text-align:center;margin-bottom:15px}#okta-sign-in .oie-enroll-ov-poll .qrcode-container .qrcode{display:block;margin:0 auto}#okta-sign-in .oie-enroll-ov-poll .email-info,#okta-sign-in .oie-enroll-ov-poll .sms-info{margin-bottom:15px}#okta-sign-in .oie-enroll-ov-poll .qrcode-info{list-style:decimal;list-style-position:inside}#okta-sign-in .oie-enroll-ov-poll .switch-channel-link{color:#0074b3}#okta-sign-in .oie-enroll-ov-poll .o-form-error-container>.infobox+.resend-ov-link-view{margin-top:20px}#okta-sign-in .oie-enroll-ov-data .country-code-label{min-width:48px;min-width:3rem;text-align:center;vertical-align:middle;padding:2px 0 0;padding:.125rem 0 0}#okta-sign-in .oie-enroll-ov-data .switch-channel-text{margin:-15px 0 20px}#okta-sign-in .oie-enroll-ov-data .switch-channel-link{color:#0074b3}#okta-sign-in .okta-verify-uv-callout-content{margin-bottom:15px}#okta-sign-in .okta-verify-uv-callout-content ul{list-style:inherit;margin-left:20px}#okta-sign-in .okta-verify-send-push-form .o-form-button-bar{padding-bottom:10px}#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:first-of-type{margin-top:10px}#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:last-of-type{margin-bottom:0}#okta-sign-in .challenge-authenticator--duo form iframe,#okta-sign-in .enroll-authenticator--duo form iframe{height:400px;width:100%}#okta-sign-in .phone-authenticator-enroll .okta-form-subtitle{text-align:center}#okta-sign-in .phone-authenticator-enroll__phone--small{display:inline-block;max-width:70%}#okta-sign-in .phone-authenticator-enroll__phone-ext{display:inline-block;position:absolute;width:27%;margin-left:3%}#okta-sign-in .phone-authenticator-enroll__phone-ext.o-form-fieldset:last-child{margin-bottom:0}#okta-sign-in .phone-authenticator-enroll__phone-code{min-width:48px;min-width:3rem;text-align:center;vertical-align:middle;padding:2px 0 0;padding:.125rem 0 0}#okta-sign-in .phone-authenticator-enroll .hide{display:none}#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle{text-align:center}#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle p{margin-top:16px;margin-top:1rem}#okta-sign-in .phone-authenticator-challenge__link{display:block;margin-top:16px;margin-top:1rem;width:100%;text-align:center}#okta-sign-in .phone-authenticator-challenge .hide{display:none}#okta-sign-in .password-authenticator--heading{margin-bottom:16px;margin-bottom:1rem}#okta-sign-in .password-authenticator--list{margin-bottom:16px;margin-bottom:1rem;padding-left:16px;padding-left:1rem;list-style:outside}#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info-title{text-align:center;margin-bottom:15px}#okta-sign-in .oie-enroll-google-authenticator .qrcode-info-container{display:-webkit-box;display:-ms-flexbox;display:flex}#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info{margin-right:16px;margin-right:1rem}#okta-sign-in .oie-enroll-google-authenticator .qrcode-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}#okta-sign-in .oie-enroll-google-authenticator .qrcode-container .qrcode{display:block;border:1px solid #ddd;border-radius:3px;max-width:150px;margin-bottom:5px}#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-next.default-custom-button{margin-top:0;margin-bottom:25px}#okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input{width:100%}#okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input input{text-align:center}#okta-sign-in .piv-cac-card .piv-verify-text{margin-top:16px;margin-top:1rem}#okta-sign-in .siw-main-view .number-challenge-section{text-align:center}#okta-sign-in .siw-main-view .number-challenge-section .phone{margin:20px 0}#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--body{display:inline-block;border-radius:6px;padding:14px 3px 0;margin:0 auto;background:#666}#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--screen{min-width:50px;padding:20px 0;background:#e5edfb}#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--number{padding:10px;font-size:25px;color:#1662dd}#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--home-button{border-radius:50%;width:10px;height:10px;margin:3px auto;background:#fff}#okta-sign-in .siw-main-view .number-challenge-section .challenge-number{font-weight:700}#okta-sign-in .enduser-email-consent--info,#okta-sign-in .enduser-email-consent .o-form-button-bar{display:-webkit-box;display:-ms-flexbox;display:flex}#okta-sign-in .enduser-email-consent--info{margin-bottom:24px;margin-bottom:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#okta-sign-in .enduser-email-consent--icon{margin-right:16px;margin-right:1rem;height:32px;height:2rem;width:32px;width:2rem;background-size:cover}#okta-sign-in .otp-value{font-size:x-large;text-align:center}#okta-sign-in .otp-warning{color:#a7a7a7;text-align:center}#okta-sign-in .device-code-terminal--icon-container{margin:0 0 25px;line-height:1.5;text-align:center}#okta-sign-in .device-code-terminal--icon{display:inline-block;width:21px}#okta-sign-in .success-redirect .o-form-head{margin-bottom:24px}#okta-sign-in .siw-main-footer .captcha-footer{margin-top:10px}#okta-sign-in .siw-main-footer .captcha-footer .footer-text{font-size:12px;color:#a7a7a7}#okta-sign-in .grecaptcha-badge{z-index:9999}#okta-sign-in .yubikey-demo{background:url(/static/build/77069/images/yubikeyDemo.png) no-repeat 50%;background-size:contain;width:100%;min-height:102px;margin-bottom:20px;background-color:"red"}#okta-sign-in .device-code-terminal .retry-button{display:block}@media only screen and (max-height:550px){#okta-sign-in.can-remove-beacon .beacon-container{display:none}#okta-sign-in.can-remove-beacon .auth-content{padding-top:20px}#okta-sign-in.can-remove-beacon .enroll-choices{padding-top:15px}#okta-sign-in.can-remove-beacon .auth-header{padding:30px 90px 25px}}#okta-sign-in .accessibility-text{display:block;height:0;overflow:hidden}#okta-sign-in .focused-input,#okta-sign-in .link.help:focus{-webkit-box-shadow:0 0 8px #51cbee;box-shadow:0 0 8px #51cbee}#okta-sign-in .o-form-button-bar.focused-input{margin-bottom:25px;padding-bottom:0}.qtip{font-size:14px;line-height:1.2}.qtip-custom .qtip-titlebar{background-color:transparent;border:0;font-weight:400}.qtip-title{word-break:break-all}.security-image-qtip.qtip-custom{font-size:13px;line-height:1.4;padding:8px 8px 5px}.security-image-qtip.qtip-custom canvas{margin-top:2px}.security-image-qtip.qtip-custom .qtip-icon{background:transparent url(/static/build/77069/images/tooltip_close.png) no-repeat 50%;border:none;color:transparent;right:2px;top:4px;text-decoration:none}.security-image-qtip.qtip-custom .qtip-icon:hover{opacity:.5}

/*! Custom qtip styles, based on dark theme */.qtip-custom{background-color:#4d4d4d;border-color:#303030;color:#f3f3f3;padding:5px 8px 8px}.qtip-custom.qtip-pos-bl{border-radius:4px 4px 4px 0}.qtip-custom.qtip-pos-br{border-radius:4px 4px 0}.qtip-custom .qtip-content{color:#f3f3f3}.qtip-custom .qtip-titlebar{background-color:#404040}.qtip-custom .qtip-icon{border-color:#444}.qtip-custom .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-custom .qtip-content ul{list-style:disc}.qtip-custom .qtip-content ul>li{color:#69882a;font-size:20px}.qtip-custom .qtip-content ul>li span{color:#f3f3f3;font-size:12px;vertical-align:middle}.chzn-container{position:relative;display:block;vertical-align:middle;float:left;zoom:1;*display:inline}.chzn-container .chzn-drop{background:#fff;border:1px solid #888;border-top:0;position:absolute;top:100%;left:-9999px;-webkit-box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .15);box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .15);z-index:1010;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}.chzn-container.chzn-with-drop .chzn-drop{left:0}.chzn-container-single .chzn-single{background-clip:padding-box;display:block;overflow:hidden;white-space:nowrap;position:relative;height:28px;line-height:28px;padding:0 0 0 8px;text-decoration:none}.chzn-container-single .chzn-single:hover{border:1px solid #888}.chzn-container-single .chzn-default{color:#999}.chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;color:#333;text-shadow:0 1px 0 #fff}.chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url(/static/build/77069/images/chosen-sprite.png) -42px 1px no-repeat}.chzn-container-single.chzn-disabled .chzn-single abbr:hover,.chzn-container-single .chzn-single abbr:hover{background-position:-42px -10px}.chzn-container-single .chzn-single div{position:absolute;right:0;top:3px;display:block;height:100%;width:18px}.chzn-container-single .chzn-single div b{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 0 2px;display:block;width:100%;height:100%}.chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010}.chzn-container-single .chzn-search input{background:#fff url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px;background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-size:1em;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box;border-radius:0}.chzn-container-single .chzn-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chzn-container-single-nosearch .chzn-search{position:absolute;left:-9999px}.chzn-container-multi .chzn-choices{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-o-linear-gradient(top,#eee 1%,#fff 15%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative;width:100%;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}.chzn-container-multi .chzn-choices .search-field input{color:#666;background:transparent!important;border:0!important;font-size:100%;height:15px;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;box-shadow:none}.chzn-container-multi .chzn-choices .search-field .default{color:#999}.chzn-container-multi .chzn-choices .search-choice{border-radius:3px;background-clip:padding-box;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),to(#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0, 0, 0, .05);box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0, 0, 0, .05);color:#333;border:1px solid #aaa;line-height:13px;padding:3px 20px 3px 5px;margin:3px 0 3px 5px;position:relative;cursor:default}.chzn-container-multi .chzn-choices .search-choice,.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled{background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4",endColorstr = "#eeeeee",GradientType = 0)}.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled{background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:-webkit-gradient(linear,left top, left bottom,color-stop(20%, #f4f4f4),color-stop(50%, #f0f0f0),color-stop(52%, #e8e8e8),to(#eee));background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-image:linear-gradient(180deg,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666;border:1px solid #ccc;padding-right:5px}.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:12px;font-size:1px;background:url(/static/build/77069/images/chosen-sprite.png) -42px 1px no-repeat}.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close,.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:-42px -10px}.chzn-container .chzn-results{margin:3px 0 4px;max-height:240px;padding:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.chzn-container-multi .chzn-results{margin:0;padding:0}.chzn-container .chzn-results li{display:none;line-height:16px;padding:7px 8px;margin:0;list-style:none;border:solid #fff;border-width:0 0 1px}.chzn-container .chzn-results .active-result{cursor:pointer;display:list-item}.chzn-container .chzn-results .highlighted{background:#f9f9f9}.chzn-container .chzn-results li em{background:#feffde;font-style:normal}.chzn-container .chzn-results .highlighted em{background:transparent}.chzn-container .chzn-results .no-results{background:#fff;display:list-item}.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:700}.chzn-container .chzn-results .group-option{padding-left:15px}.chzn-container-multi .chzn-drop .result-selected{display:none}.chzn-container .chzn-results-scroll{background:#fff;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1}.chzn-container .chzn-results-scroll span{display:inline-block;height:17px;text-indent:-5000px;width:9px}.chzn-container .chzn-results-scroll-down{bottom:0}.chzn-container .chzn-results-scroll-down span{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -4px -3px}.chzn-container .chzn-results-scroll-up span{background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -22px -3px}.chzn-container-active.chzn-with-drop .chzn-single{border:1px solid #888;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:inset 0 1px 0 #fff;background:#fff;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chzn-container-active .chzn-single{-webkit-box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);box-shadow:0 1px 2px hsla(0, 0%, 68.6%, .3);border:1px solid #888}.chzn-container-active.chzn-with-drop .chzn-single div{background:transparent;border-left:none}.chzn-container-active.chzn-with-drop .chzn-single div b{background-position:-18px 2px}.chzn-container-active .chzn-choices{-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);box-shadow:0 0 5px rgba(0, 0, 0, .3);border:1px solid #5897fb}.chzn-container-active .chzn-choices .search-field input{color:#111!important}.chzn-disabled{cursor:default;opacity:.5!important}.chzn-disabled .chzn-choices .search-choice .search-choice-close,.chzn-disabled .chzn-single{cursor:default}.chzn-rtl{text-align:right}.chzn-rtl .chzn-single{padding:0 8px 0 0;overflow:visible}.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0;direction:rtl}.chzn-rtl .chzn-single div{left:3px;right:auto}.chzn-rtl .chzn-single abbr{left:26px;right:auto}.chzn-rtl .chzn-choices .search-field input{direction:rtl}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices .search-choice{padding:3px 5px 3px 19px;margin:3px 5px 3px 0}.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:4px;right:auto}.chzn-rtl .chzn-search{left:9999px}.chzn-rtl.chzn-with-drop .chzn-search{left:0}.chzn-rtl .chzn-drop{left:9999px}.chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:15px}.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div{border-right:none}.chzn-rtl .chzn-search input{background:#fff url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px;background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,left top, left bottom,color-stop(1%, #eee),color-stop(15%, #fff));background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(/static/build/77069/images/chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);padding:4px 5px 4px 20px;direction:rtl}.chzn-container-single.chzn-rtl .chzn-single div b{background-position:6px 2px}.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b{background-position:-12px 2px}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){.chzn-container-multi .chzn-choices .search-choice .search-choice-close,.chzn-container-single .chzn-search input,.chzn-container-single .chzn-single abbr,.chzn-container-single .chzn-single div b,.chzn-container .chzn-results-scroll-down span,.chzn-container .chzn-results-scroll-up span,.chzn-rtl .chzn-search input{background-image:url(/static/build/77069/images/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.o-form-head{font-size:15px;line-height:1.5;margin-top:10px;text-align:center;text-transform:none}.o-form-head+.o-form-explain{margin-bottom:20px;text-align:center}.o-form-button-bar{background:transparent;border:none;padding:0 0 25px;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.o-form-button-bar .button{display:block;width:100%;height:50px}.o-form-button-bar .button-success{position:absolute;text-align:center}.o-form-theme{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0 0 14px;border-radius:0;border:none}.o-form .o-form-fieldset:last-child{margin-bottom:15px}.o-form .o-form-fieldset.margin-btm-0{margin-bottom:0}.o-form .o-form-label,.o-form input,.o-form label,.o-form textarea{font-size:14px}.o-form .o-form-label{font-weight:400}.o-form .o-form-label-inline+.input-fix input[type=text]{line-height:27px}.o-form .input-fix,.o-form .textarea-fix{height:40px;border:1px solid #bbb;display:inline-block;float:left}.o-form .input-fix input[disabled],.o-form .input-fix input[readonly],.o-form .textarea-fix input[disabled],.o-form .textarea-fix input[readonly]{background:#f4f4f4;color:#777;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .1);box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .1)}.o-form .input-fix input,.o-form .textarea-fix input{padding:8px;line-height:22px;font-size:14px;border:none;background:none;-webkit-box-shadow:none;box-shadow:none}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){.o-form .input-fix input,.o-form .textarea-fix input{font-size:15px}}.o-form .input-fix input::-webkit-input-placeholder,.o-form .textarea-fix input::-webkit-input-placeholder{font-size:14px;letter-spacing:0}.o-form .input-fix input::-moz-placeholder,.o-form .textarea-fix input::-moz-placeholder{font-size:14px}.o-form .input-fix input:-ms-input-placeholder,.o-form .textarea-fix input:-ms-input-placeholder{font-size:14px;line-height:27px}.o-form .input-fix input:-webkit-autofill,.o-form .textarea-fix input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;border-radius:3px}.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:14px}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){.o-form .input-fix input[type=password],.o-form .textarea-fix input[type=password]{font-size:15px}}.o-form .input-fix .placeholder,.o-form .textarea-fix .placeholder{color:#aaa}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){.o-form .chzn-container-single .chzn-search input,.o-form select,.o-form select:focus{font-size:15px}}.o-form .custom-checkbox label{font-size:13px}.o-form .o-form-input input[name=nextPassCode],.o-form .o-form-input input[name=passCode]{font-family:Anonymous Pro,Andale Mono,Courier New,Courier,serif;font-size:17px;letter-spacing:1px}.o-form .o-form-input .o-form-control{position:relative}.o-form .o-form-input .input-icon,.o-form .o-form-input .input-tooltip{width:16px;height:16px;position:absolute;top:50%;margin-top:-11px}.o-form .o-form-input .input-icon+input,.o-form .o-form-input .input-icon+input+input,.o-form .o-form-input .input-tooltip+input,.o-form .o-form-input .input-tooltip+input+input{padding-right:30px}.o-form .o-form-input .input-icon{left:10px;opacity:.25}.o-form .o-form-input .input-icon+input,.o-form .o-form-input .input-icon+input+input{padding-left:30px}.o-form .o-form-input .input-tooltip{right:10px;opacity:.5}.o-form-input-group .o-form-control{display:table-cell;float:none;white-space:nowrap}.form-divider{border-bottom:1px solid #e8e8e8;margin-bottom:25px;padding-top:5px;clear:both}.chzn-container-single .chzn-single{border:1px solid #bbb;border-radius:3px;height:38px;line-height:38px}.chzn-container-single .chzn-single div b{background-position:0 6px}.chzn-container-active.chzn-with-drop .chzn-single div b{background-position:-17px 7px}.custom-checkbox label{background-image:url(/static/build/77069/images/checkbox-sign-in-widget.png)}.custom-checkbox label.focus{background-position:-16px -1013px}.custom-checkbox label.focus:before{background-position:-16px -1020px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-resolution:2dppx){.custom-checkbox label{background-image:url(/static/build/77069/images/checkbox-sign-in-widget@2x.png);background-size:50px 1155px}}.chzn-container-active{margin:0;padding:0;border:0;outline:0;font:inherit;vertical-align:baseline;background:transparent;font-size:14px;font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#777}.chzn-container-active a,.chzn-container-active abbr,.chzn-container-active acronym,.chzn-container-active address,.chzn-container-active applet,.chzn-container-active b,.chzn-container-active big,.chzn-container-active blockquote,.chzn-container-active caption,.chzn-container-active center,.chzn-container-active cite,.chzn-container-active code,.chzn-container-active dd,.chzn-container-active del,.chzn-container-active dfn,.chzn-container-active div,.chzn-container-active dl,.chzn-container-active dt,.chzn-container-active em,.chzn-container-active fieldset,.chzn-container-active form,.chzn-container-active h1,.chzn-container-active h2,.chzn-container-active h3,.chzn-container-active h4,.chzn-container-active h5,.chzn-container-active h6,.chzn-container-active i,.chzn-container-active iframe,.chzn-container-active img,.chzn-container-active ins,.chzn-container-active kbd,.chzn-container-active label,.chzn-container-active legend,.chzn-container-active li,.chzn-container-active object,.chzn-container-active ol,.chzn-container-active p,.chzn-container-active pre,.chzn-container-active q,.chzn-container-active s,.chzn-container-active samp,.chzn-container-active small,.chzn-container-active span,.chzn-container-active strike,.chzn-container-active strong,.chzn-container-active sub,.chzn-container-active sup,.chzn-container-active table,.chzn-container-active tbody,.chzn-container-active td,.chzn-container-active tfoot,.chzn-container-active th,.chzn-container-active thead,.chzn-container-active tr,.chzn-container-active tt,.chzn-container-active u,.chzn-container-active ul,.chzn-container-active var{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;background:transparent}.skip-to-content-link{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;text-decoration:none;position:absolute;top:0;left:10px;padding:10px;margin-top:10px;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;color:#007dc1}.skip-to-content-link:active,.skip-to-content-link:hover,.skip-to-content-link:visited{color:#007dc1}.skip-to-content-link:hover{text-decoration:underline}.skip-to-content-link:focus{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#okta-sign-in.auth-container{display:block}}#okta-sign-in.auth-container.main-container{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#777}#okta-sign-in.auth-container h2,#okta-sign-in.auth-container h3{font-weight:600;color:#5e5e5e}#okta-sign-in.auth-container .okta-sign-in-header{color:#5e5e5e}#okta-sign-in.auth-container .okta-form-subtitle{color:#777}#okta-sign-in.auth-container .okta-form-label{font-weight:600;color:#5e5e5e}#okta-sign-in.auth-container .o-form-explain{padding-top:0}#okta-sign-in.auth-container .o-form-explain.okta-form-input-error{padding-top:8px}#okta-sign-in.auth-container .link,#okta-sign-in.auth-container .link:active,#okta-sign-in.auth-container .link:hover,#okta-sign-in.auth-container .link:link,#okta-sign-in.auth-container .link:visited{color:#777}#okta-sign-in.auth-container .inline-link,#okta-sign-in.auth-container .inline-link:active,#okta-sign-in.auth-container .inline-link:hover,#okta-sign-in.auth-container .inline-link:link,#okta-sign-in.auth-container .inline-link:visited{color:#0074b3}#okta-sign-in.auth-container input[type=button],#okta-sign-in.auth-container input[type=submit]{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif}#okta-sign-in.auth-container input[type=button]:focus,#okta-sign-in.auth-container input[type=submit]:focus{-webkit-box-shadow:0 0 8px #51cbee;box-shadow:0 0 8px #51cbee;border-color:#0074b3}#okta-sign-in.auth-container.main-container{background-color:#fff;border-color:#ddd #ddd #d8d8d8;-webkit-box-shadow:0 2px 0 hsla(0, 0%, 68.6%, .12);box-shadow:0 2px 0 hsla(0, 0%, 68.6%, .12)}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){#okta-sign-in.auth-container.main-container{border-width:0;-webkit-box-shadow:none;box-shadow:none}}#okta-sign-in.auth-container.main-container .bg-helper{color:#fff}#okta-sign-in.auth-container.main-container .primary-auth .password-with-toggle{padding-right:65px}#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control .input-icon-divider{border-right:1px solid #bbb;height:38px;position:absolute;right:34px;top:0}#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control.focused-input .input-icon-divider{border-right:1px solid #0074b3}#okta-sign-in.auth-container.main-container .margin-btm-5{margin-bottom:5px}#okta-sign-in.auth-container.main-container .margin-btm-30{margin-bottom:30px}#okta-sign-in.auth-container.main-container .margin-top-30{margin-top:30px}#okta-sign-in.auth-container .okta-sign-in-header{border-bottom-color:#ddd}#okta-sign-in.auth-container .okta-sign-in-beacon-border{border-color:#a7a7a7}#okta-sign-in.auth-container .okta-form-divider{border-bottom-color:#e8e8e8}#okta-sign-in.auth-container .okta-verify-authenticator{background-image:url(/static/build/77069/images/oktaVerify_authenticator.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .okta-verify-authenticator{background-image:url(/static/build/77069/images/oktaVerify_authenticator@2x.png)}}#okta-sign-in.auth-container .factor-icon,#okta-sign-in.auth-container .qrcode-image{border-color:#ccc}#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify,#okta-sign-in.auth-container .mfa-okta-verify-30{background-image:url(/static/build/77069/images/oktaVerify_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify,#okta-sign-in.auth-container .mfa-okta-verify-30{background-image:url(/static/build/77069/images/oktaVerify_ico@2x.png)}}#okta-sign-in.auth-container .mfa-okta-verify{background-image:url(/static/build/77069/images/oktaVerify_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-verify{background-image:url(/static/build/77069/images/oktaVerify@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth,#okta-sign-in.auth-container .mfa-google-auth-30{background-image:url(/static/build/77069/images/googleAuth_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth,#okta-sign-in.auth-container .mfa-google-auth-30{background-image:url(/static/build/77069/images/googleAuth_ico@2x.png)}}#okta-sign-in.auth-container .mfa-google-auth{background-image:url(/static/build/77069/images/googleAuth_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-google-auth{background-image:url(/static/build/77069/images/googleAuth@2x.png)}}#okta-sign-in.auth-container .mfa-hotp{background-image:url(/static/build/77069/images/hotpFactor_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-hotp{background-image:url(/static/build/77069/images/hotpFactor@2x.png)}}#okta-sign-in.auth-container .mfa-hotp-30{background-image:url(/static/build/77069/images/hotpFactor_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-hotp-30{background-image:url(/static/build/77069/images/hotpFactor_ico@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-symantec,#okta-sign-in.auth-container .mfa-symantec-30{background-image:url(/static/build/77069/images/symantec_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-symantec,#okta-sign-in.auth-container .mfa-symantec-30{background-image:url(/static/build/77069/images/symantec_ico@2x.png)}}#okta-sign-in.auth-container .mfa-symantec{background-image:url(/static/build/77069/images/symantec_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-symantec{background-image:url(/static/build/77069/images/symantec@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-rsa,#okta-sign-in.auth-container .mfa-rsa-30{background-image:url(/static/build/77069/images/rsa_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-rsa,#okta-sign-in.auth-container .mfa-rsa-30{background-image:url(/static/build/77069/images/rsa_ico@2x.png)}}#okta-sign-in.auth-container .mfa-rsa{background-image:url(/static/build/77069/images/rsa_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-rsa{background-image:url(/static/build/77069/images/rsa@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-onprem,#okta-sign-in.auth-container .mfa-onprem-30{background-image:url(/static/build/77069/images/onprem_38x38.png);background-image:url(/static/build/77069/images/onprem_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-onprem,#okta-sign-in.auth-container .mfa-onprem-30{background-image:url(/static/build/77069/images/onprem_ico@2x.png);background-image:url(/static/build/77069/images/onprem_ico@2x.png)}}#okta-sign-in.auth-container .mfa-onprem{background-image:url(/static/build/77069/images/onprem_70x70.png);background-image:url(/static/build/77069/images/onprem_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-onprem{background-image:url(/static/build/77069/images/onprem@2x.png);background-image:url(/static/build/77069/images/onprem@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-duo,#okta-sign-in.auth-container .mfa-duo-30{background-image:url(/static/build/77069/images/duo_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-duo,#okta-sign-in.auth-container .mfa-duo-30{background-image:url(/static/build/77069/images/duo_ico@2x.png)}}#okta-sign-in.auth-container .mfa-duo{background-image:url(/static/build/77069/images/duo_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-duo{background-image:url(/static/build/77069/images/duo@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey,#okta-sign-in.auth-container .mfa-yubikey-30{background-image:url(/static/build/77069/images/yubico_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey,#okta-sign-in.auth-container .mfa-yubikey-30{background-image:url(/static/build/77069/images/yubico_ico@2x.png)}}#okta-sign-in.auth-container .mfa-yubikey{background-image:url(/static/build/77069/images/yubico_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-yubikey{background-image:url(/static/build/77069/images/yubico@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms,#okta-sign-in.auth-container .mfa-sms-30{background-image:url(/static/build/77069/images/sms_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms,#okta-sign-in.auth-container .mfa-sms-30{background-image:url(/static/build/77069/images/sms_ico@2x.png)}}#okta-sign-in.auth-container .mfa-okta-sms{background-image:url(/static/build/77069/images/sms_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-sms{background-image:url(/static/build/77069/images/sms@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call,#okta-sign-in.auth-container .mfa-call-30{background-image:url(/static/build/77069/images/voicecall_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call,#okta-sign-in.auth-container .mfa-call-30{background-image:url(/static/build/77069/images/voicecall_ico@2x.png)}}#okta-sign-in.auth-container .mfa-okta-call{background-image:url(/static/build/77069/images/voicecall_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-call{background-image:url(/static/build/77069/images/voicecall@2x.png)}}#okta-sign-in.auth-container .mfa-okta-phone{background-image:url(/static/build/77069/images/phone_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-phone{background-image:url(/static/build/77069/images/phone@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email,#okta-sign-in.auth-container .mfa-email-30{background-image:url(/static/build/77069/images/email_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email,#okta-sign-in.auth-container .mfa-email-30{background-image:url(/static/build/77069/images/email_ico@2x.png)}}#okta-sign-in.auth-container .mfa-okta-email{background-image:url(/static/build/77069/images/email_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-email{background-image:url(/static/build/77069/images/email@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question,#okta-sign-in.auth-container .mfa-question-30{background-image:url(/static/build/77069/images/question_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question,#okta-sign-in.auth-container .mfa-question-30{background-image:url(/static/build/77069/images/question_ico@2x.png)}}#okta-sign-in.auth-container .mfa-okta-security-question{background-image:url(/static/build/77069/images/question_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-security-question{background-image:url(/static/build/77069/images/question@2x.png)}}#okta-sign-in.auth-container .mfa-password-30{background-image:url(/static/build/77069/images/password_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-password-30{background-image:url(/static/build/77069/images/password_ico@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello,#okta-sign-in.auth-container .mfa-windows-hello-30{background-image:url(/static/build/77069/images/windowsHello_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello,#okta-sign-in.auth-container .mfa-windows-hello-30{background-image:url(/static/build/77069/images/windowsHello_ico@2x.png)}}#okta-sign-in.auth-container .mfa-windows-hello{background-image:url(/static/build/77069/images/windowsHello_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-windows-hello{background-image:url(/static/build/77069/images/windowsHello@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-u2f,#okta-sign-in.auth-container .mfa-u2f-30{background-image:url(/static/build/77069/images/u2f_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-u2f,#okta-sign-in.auth-container .mfa-u2f-30{background-image:url(/static/build/77069/images/u2f_ico@2x.png)}}#okta-sign-in.auth-container .mfa-u2f{background-image:url(/static/build/77069/images/u2f_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-u2f{background-image:url(/static/build/77069/images/u2f@2x.png)}}#okta-sign-in.auth-container .mfa-okta-password{background-image:url(/static/build/77069/images/password_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-okta-password{background-image:url(/static/build/77069/images/password@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor,#okta-sign-in.auth-container .mfa-custom-factor-30{background-image:url(/static/build/77069/images/customFactor_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor,#okta-sign-in.auth-container .mfa-custom-factor-30{background-image:url(/static/build/77069/images/customFactor_ico@2x.png)}}#okta-sign-in.auth-container .mfa-custom-factor{background-image:url(/static/build/77069/images/customFactor_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-custom-factor{background-image:url(/static/build/77069/images/customFactor@2x.png)}}#okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn,#okta-sign-in.auth-container .mfa-webauthn-30{background-image:url(/static/build/77069/images/webauthn_38x38.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn,#okta-sign-in.auth-container .mfa-webauthn-30{background-image:url(/static/build/77069/images/webauthn_ico@2x.png)}}#okta-sign-in.auth-container .mfa-webauthn{background-image:url(/static/build/77069/images/webauthn_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .mfa-webauthn{background-image:url(/static/build/77069/images/webauthn@2x.png)}}#okta-sign-in.auth-container .icon--app{background-image:url(/static/build/77069/images/app_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .icon--app{background-image:url(/static/build/77069/images/app_76x76.png)}}#okta-sign-in.auth-container .icon--desktop{background-image:url(/static/build/77069/images/desktop_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .icon--desktop{background-image:url(/static/build/77069/images/desktop_76x76.png)}}#okta-sign-in.auth-container .icon--location{background-image:url(/static/build/77069/images/location_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .icon--location{background-image:url(/static/build/77069/images/location_76x76.png)}}#okta-sign-in.auth-container .smartcard{background-image:url(/static/build/77069/images/smartcard_70x70.png)}@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi){#okta-sign-in.auth-container .smartcard{background-image:url(/static/build/77069/images/smartcard@2x.png)}}#okta-sign-in.auth-container .button{color:#5e5e5e;background-color:#fbfbfb;background:-o-linear-gradient(top,#fbfbfb 0,#f8f8f8 100%);background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#f8f8f8));background:-webkit-gradient(linear,left top, left bottom,from(#fbfbfb),to(#f8f8f8));background:-webkit-linear-gradient(#fbfbfb,#f8f8f8);background:-o-linear-gradient(#fbfbfb,#f8f8f8);background:linear-gradient(#fbfbfb,#f8f8f8);border-color:#c3c3c3 #c3c3c3 #bbb;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .05),inset 0 1px 0 0 hsla(0, 0%, 100%, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .05),inset 0 1px 0 0 hsla(0, 0%, 100%, .1)}#okta-sign-in.auth-container .button:active,#okta-sign-in.auth-container .button:focus,#okta-sign-in.auth-container .button:hover{background-color:#fff;background:-o-linear-gradient(top,#fff 0,#fcfcfc 100%);background:-ms-linear-gradient(top,#fff 0,#fcfcfc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fcfcfc));background-image:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#fcfcfc));background-image:-webkit-linear-gradient(#fff,#fcfcfc);background-image:-o-linear-gradient(#fff,#fcfcfc);background-image:linear-gradient(#fff,#fcfcfc);border-color:#b2b2b2 #b2b2b2 #afafaf;text-decoration:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .button:focus{border-color:#0074b3}#okta-sign-in.auth-container .button-dark{color:#fff;background-color:#929292;background:-o-linear-gradient(top,#929292 0,#8a8a8a 100%);background:-webkit-gradient(linear,left top,left bottom,from(#929292),to(#8a8a8a));background:-webkit-gradient(linear,left top, left bottom,from(#929292),to(#8a8a8a));background:-webkit-linear-gradient(#929292,#8a8a8a);background:-o-linear-gradient(#929292,#8a8a8a);background:linear-gradient(#929292,#8a8a8a);border-color:#6c6c6c #6c6c6c #676767;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1)}#okta-sign-in.auth-container .button-dark:active,#okta-sign-in.auth-container .button-dark:focus,#okta-sign-in.auth-container .button-dark:hover{background-color:#9a9a9a;background:-o-linear-gradient(top,#9a9a9a 0,#929292 100%);background:-ms-linear-gradient(top,#9a9a9a 0,#929292 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#9a9a9a),to(#929292));background-image:-webkit-gradient(linear,left top, left bottom,from(#9a9a9a),to(#929292));background-image:-webkit-linear-gradient(#9a9a9a,#929292);background-image:-o-linear-gradient(#9a9a9a,#929292);background-image:linear-gradient(#9a9a9a,#929292);border-color:#606060 #606060 #5e5e5e;text-decoration:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .button-primary{color:#fff;background-color:#007dc1;background:-o-linear-gradient(top,#007dc1 0,#0073b2 100%);background:-webkit-gradient(linear,left top,left bottom,from(#007dc1),to(#0073b2));background:-webkit-gradient(linear,left top, left bottom,from(#007dc1),to(#0073b2));background:-webkit-linear-gradient(#007dc1,#0073b2);background:-o-linear-gradient(#007dc1,#0073b2);background:linear-gradient(#007dc1,#0073b2);border-color:#004b75 #004b75 #00456a;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1)}#okta-sign-in.auth-container .button-primary:active,#okta-sign-in.auth-container .button-primary:focus,#okta-sign-in.auth-container .button-primary:hover{background-color:#0087d0;background:-o-linear-gradient(top,#0087d0 0,#007dc1 100%);background:-ms-linear-gradient(top,#0087d0 0,#007dc1 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#0087d0),to(#007dc1));background-image:-webkit-gradient(linear,left top, left bottom,from(#0087d0),to(#007dc1));background-image:-webkit-linear-gradient(#0087d0,#007dc1);background-image:-o-linear-gradient(#0087d0,#007dc1);background-image:linear-gradient(#0087d0,#007dc1);border-color:#003d5e #003d5e #003a59;text-decoration:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .button-success{color:#fff;background-color:#4cbf9c;background:-o-linear-gradient(top,#4cbf9c 0,#42b995 100%);background:-webkit-gradient(linear,left top,left bottom,from(#4cbf9c),to(#42b995));background:-webkit-gradient(linear,left top, left bottom,from(#4cbf9c),to(#42b995));background:-webkit-linear-gradient(#4cbf9c,#42b995);background:-o-linear-gradient(#4cbf9c,#42b995);background:linear-gradient(#4cbf9c,#42b995);border-color:#328c71 #328c71 #2f856b;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1);box-shadow:0 1px 0 rgba(0, 0, 0, .15),inset 0 1px 0 0 hsla(0, 0%, 100%, .1)}#okta-sign-in.auth-container .button-success:active,#okta-sign-in.auth-container .button-success:focus,#okta-sign-in.auth-container .button-success:hover{background-color:#57c3a2;background:-o-linear-gradient(top,#57c3a2 0,#4cbf9c 100%);background:-ms-linear-gradient(top,#57c3a2 0,#4cbf9c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#57c3a2),to(#4cbf9c));background-image:-webkit-gradient(linear,left top, left bottom,from(#57c3a2),to(#4cbf9c));background-image:-webkit-linear-gradient(#57c3a2,#4cbf9c);background-image:-o-linear-gradient(#57c3a2,#4cbf9c);background-image:linear-gradient(#57c3a2,#4cbf9c);border-color:#2c7b63 #2c7b63 #2b7861;text-decoration:none;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .button.link-button-disabled{color:#aaa}#okta-sign-in.auth-container .button.link-button-disabled:active,#okta-sign-in.auth-container .button.link-button-disabled:focus,#okta-sign-in.auth-container .button.link-button-disabled:hover{cursor:default;background-image:none}#okta-sign-in.auth-container .button.button-primary.link-button-disabled{color:#fff;background-color:#63b1d7;border-color:#63b1d7;background-image:none;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .button.button-primary.link-button-disabled:active,#okta-sign-in.auth-container .button.button-primary.link-button-disabled:focus,#okta-sign-in.auth-container .button.button-primary.link-button-disabled:hover{cursor:default;background-image:none}#okta-sign-in.auth-container .icon-button{color:#5e5e5e;background-color:#fff;background:-o-linear-gradient(top,#fff 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff));background:-webkit-linear-gradient(#fff,#fff);background:-o-linear-gradient(#fff,#fff);background:linear-gradient(#fff,#fff);border-color:#c4c4c4 #c4c4c4 #bdbdbd}#okta-sign-in.auth-container .icon-button:active,#okta-sign-in.auth-container .icon-button:focus,#okta-sign-in.auth-container .icon-button:hover{background-color:#fff;background:-o-linear-gradient(top,#fff 0,#fff 100%);background:-ms-linear-gradient(top,#fff 0,#fff 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background-image:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff));background-image:-webkit-linear-gradient(#fff,#fff);background-image:-o-linear-gradient(#fff,#fff);background-image:linear-gradient(#fff,#fff);border-color:#b3b3b3 #b3b3b3 #afafaf;text-decoration:none;cursor:pointer}#okta-sign-in.auth-container .okta-dropdown-list{border-color:#888}#okta-sign-in.auth-container .factors-dropdown-wrap .okta-dropdown-list{border-color:#ccc;border-color:rgba(0, 0, 0, .2)}#okta-sign-in.auth-container .okta-dropdown-option.dropdown-list-title:hover{background:transparent}#okta-sign-in.auth-container .okta-dropdown-option a{color:#5e5e5e}#okta-sign-in.auth-container .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-description h3{color:#a7a7a7}#okta-sign-in.auth-container .okta-form-input-field{background-color:#fff;border-color:#bbb}#okta-sign-in.auth-container .okta-form-input-field:hover{border-color:#888}#okta-sign-in.auth-container .okta-form-input-field.focused-input{border-color:#0074b3}#okta-sign-in.auth-container .okta-form-input-field input{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#5e5e5e}#okta-sign-in.auth-container .okta-form-input-field input::-webkit-input-placeholder{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#aaa}#okta-sign-in.auth-container .okta-form-input-field input::-moz-placeholder{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#aaa}#okta-sign-in.auth-container .okta-form-input-field input:-ms-input-placeholder{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#aaa}#okta-sign-in.auth-container .okta-form-input-field input[disabled]{color:#777;-webkit-text-fill-color:#777}#okta-sign-in.auth-container .okta-form-input-field input[type=password]{font-family:Verdana,sans-serif}#okta-sign-in.auth-container .okta-form-input-field input[type=password]:placeholder-shown{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif}#okta-sign-in.auth-container .okta-form-input-field placeholder{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif;color:#aaa}#okta-sign-in.auth-container .input-icon:before,#okta-sign-in.auth-container .input-tooltip:before{color:#a7a7a7}#okta-sign-in.auth-container .chzn-single{background-color:#fff;border-color:#bbb}#okta-sign-in.auth-container .chzn-single span{color:#777}#okta-sign-in.auth-container .chzn-single:hover{border-color:#888}#okta-sign-in.auth-container .chzn-with-drop .chzn-drop,#okta-sign-in.auth-container .chzn-with-drop .chzn-single{background-color:#fff;border-color:#888}.okta-tooltip.qtip-custom{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif}.okta-sign-in-security-image-tooltip.qtip-custom{font-family:proxima nova,montserrat,Arial,Helvetica,sans-serif}@media only screen and (max-width:600px){.login-bg-image{background-image:none!important;background-color:#fff!important;-webkit-filter:unset!important;filter:unset!important}#okta-sign-in.auth-container{width:auto;margin-right:0;margin-left:0}#okta-sign-in.auth-container.main-container{border:0;-webkit-box-shadow:none;box-shadow:none}#okta-sign-in.auth-container .auth-content{max-width:316px;margin:0 auto}}
/*# sourceMappingURL=okta-sign-in.css.map */
html,
body,
#root {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: transparent;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'),
       local('Roboto-Thin'),
       url(/static/build/77069/assets/fonts/Roboto-Thin-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'),
       local('Roboto-Light'),
       url(/static/build/77069/assets/fonts/Roboto-Light-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'),
       local('Roboto-Regular'),
       url(/static/build/77069/assets/fonts/Roboto-Regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'),
       local('Roboto-Medium'),
       url(/static/build/77069/assets/fonts/Roboto-Medium-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'),
       local('Roboto-Bold'),
       url(/static/build/77069/assets/fonts/Roboto-Bold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'),
       local('Roboto-Black'),
       url(/static/build/77069/assets/fonts/Roboto-Black-webfont.woff) format('woff');
}

/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */





@-webkit-keyframes ActionsMenuLight__slideInDown___OnVDu {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ActionsMenuLight__slideInDown___OnVDu {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ActionsMenuLight__fadeOut___EH2xq {
  to {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}
@keyframes ActionsMenuLight__fadeOut___EH2xq {
  to {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}
.ActionsMenuLight__ActionsMenu___YhSpR {
  color: #8E9FAD;
  text-align: right;
  white-space: nowrap;
  position: relative;
}
.ActionsMenuLight__ActionsContainer___KpAQy {
  background: transparent;
}
.ActionsMenuLight__ActionsMenuItem___69Oam {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
  opacity: 0;
}
.ActionsMenuLight__ActionsMenuItem___69Oam.ActionsMenuLight__Hovered___2RgZu {
  -webkit-animation: ActionsMenuLight__slideInDown___OnVDu 0.3s ease normal forwards;
          animation: ActionsMenuLight__slideInDown___OnVDu 0.3s ease normal forwards;
}
.ActionsMenuLight__right___vaoWm {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 1.25em;
  background: transparent;
}
.ActionsMenuLight__Dots___S962d {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ActionsMenuLight__Dots___S962d.ActionsMenuLight__Hovered___2RgZu {
  opacity: 0;
  z-index: -1;
}
.ActionsMenuLight__ActiveContainer___DLhtl > * {
  position: absolute;
  top: 0;
  left: 0;
}
.ActionsMenuLight__ActionsMenuWithBackground___tbSuN {
  background: #ffffff;
}
.ActionsMenuLight__NegativeMarginTop___ydQId{
  margin-top: -2px;
}

.BackgroundLight__Background___PkfLu {
  width: 100%;
  height: 100%;
  background: #D8DDE1;
}

.dropshadows__elevation01___WNXNv {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}

.dropshadows__elevation01-inset___Z7lCQ {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation02___k3fDm {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation02-inset___NDHSL {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation03___JtUVe {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
}

.dropshadows__elevation03-inset___k-LhN {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation04___qwjy9 {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
}

.dropshadows__elevation04-inset___PGONK {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation06___nKn9W {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation06-inset___ZW87j {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation08___Kx3o3 {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
}

.dropshadows__elevation08-inset___sfz98 {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation09___ijbzz {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation09-inset___R1yfv {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation12___s\+m3l {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation12-inset___UHJeN {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation16___GitLn {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation16-inset___xeib7 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation24___1NtK1 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation24-inset___J6aI0 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
}

/* Sizes */

/* Weights */

@media screen and (min-width: 400px) {
  .scaledFonts.typography__smallerSize___g0HaN,
  .scaledFonts .typography__smallerSize___g0HaN
  {
    font-size: calc(9.53704px + 0.11574vw);
  }

  .scaledFonts.typography__smallSize___p0-Xp,
  .scaledFonts .typography__smallSize___p0-Xp {
    font-size: calc(11.44444px + 0.13889vw);
  }

  .scaledFonts.typography__normalSize___Ddkny,
  .scaledFonts .typography__normalSize___Ddkny {
    font-size: calc(13.72222px + 0.06944vw);
  }

  .scaledFonts.typography__largeSize___LzBoK,
  .scaledFonts .typography__largeSize___LzBoK {
    font-size: calc(15.25926px + 0.18519vw);
  }

  .scaledFonts.typography__largerSize___8v4mp,
  .scaledFonts .typography__largerSize___8v4mp {
    font-size: calc(17.16667px + 0.20833vw);
  }

  .scaledFonts.typography__extraLargeSize___0H643,
  .scaledFonts .typography__extraLargeSize___0H643 {
    font-size: calc(19.07407px + 0.23148vw);
  }

  .scaledFonts.typography__largeHeadingSize___OJzWT,
  .scaledFonts .typography__largeHeadingSize___OJzWT {
    font-size: calc(22.88889px + 0.27778vw);
  }

  .scaledFonts.typography__largerHeadingSize___hXsQ1,
  .scaledFonts .typography__largerHeadingSize___hXsQ1 {
    font-size: calc(32.37037px + -0.09259vw);
  }

  .scaledFonts.typography__veryLargeHeadingSize___kOCgX,
  .scaledFonts .typography__veryLargeHeadingSize___kOCgX {
    font-size: calc(38.14815px + 0.46296vw);
  }

  .scaledFonts.typography__largeStatisticSize___0GI7j,
  .scaledFonts .typography__largeStatisticSize___0GI7j {
    font-size: calc(49.59259px + 0.60185vw);
  }
}

.typography__robotoFont___ztQa8 {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typography__italicStyle___l\+b7J {
  font-style: italic;
}

.typography__smallerSize___g0HaN {
  font-size: 10px;
  font-size: 0.625rem;
}

.typography__smallSize___p0-Xp {
  font-size: 12px;
  font-size: 0.75rem;
}

.typography__normalSize___Ddkny {
  font-size: 14px;
  font-size: 0.875rem;
}

.typography__largeSize___LzBoK {
  font-size: 16px;
  font-size: 1rem;
}

/* HACK: We needed to add a new 18px size between largeSize and
extraLargeSize, but as the typography is still in flux we didn't
want to create a new naming scheme right now. Hence this not-great name.
*/
.typography__largerSize___8v4mp {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography__extraLargeSize___0H643 { /* 20 px */
  font-size: 20px;
  font-size: 1.25rem;
}

.typography__largeHeadingSize___OJzWT {
  font-size: 24px;
  font-size: 1.5rem;
}

.typography__largerHeadingSize___hXsQ1 {
  font-size: 32px;
  font-size: 2rem;
}

.typography__veryLargeHeadingSize___kOCgX {
  font-size: 40px;
  font-size: 2.5rem;
}

.typography__largeStatisticSize___0GI7j {
  font-size: 52px;
  font-size: 3.25rem;
}

.typography__thinWeight___teBLN {
  font-weight: 100;
}

.typography__lightWeight___57h9u {
  font-weight: 300;
}

.typography__normalWeight___gcV-O {
  font-weight: 400;
}

.typography__mediumWeight___TfA-Y {
  font-weight: 500;
}

.typography__boldWeight___DIXsp {
  font-weight: 700;
}

.typography__blackWeight___Dfgs8 {
  font-weight: 900;
}

.BannerLight__container___BzjRB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
  border-radius: 0.25em;
  position: relative;
  color: #ffffff;
}
.BannerLight__normal___wdCFm {
  padding: 1.4em;
}
.BannerLight__inline___xTM8O {
  padding: 1em;
}
.BannerLight__inline___xTM8O .BannerLight__descriptionText___2ryNu {
  color: #D8DDE1;
}
.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg .BannerLight__descriptionText___2ryNu,
.BannerLight__normal___wdCFm.BannerLight__error___26Hmp .BannerLight__descriptionText___2ryNu
{
  color: #1F2D42;
}
.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg {
  color: #F29320;
}
.BannerLight__normal___wdCFm.BannerLight__error___26Hmp {
  color: #DD3A59;
}
.BannerLight__alert___dxNSg {
  background-color: #ffffff;
}
.BannerLight__error___26Hmp {
  background-color: #ffffff;
}
.BannerLight__info___0V-UZ {
  background-color: #00A0FE;
}
.BannerLight__success___\+lsU4 {
  background-color: #46AF61;
}
.BannerLight__error___26Hmp.BannerLight__inline___xTM8O {
  background-color: #DD3A59;
}
.BannerLight__alert___dxNSg.BannerLight__inline___xTM8O {
  background-color: #F29320;
}
.BannerLight__content___Yvi\+D {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 0.625em;
}
.BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.BannerLight__inline___xTM8O .BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.BannerLight__iconWrapper___W2e4H {
}
.BannerLight__inline___xTM8O .BannerLight__iconWrapper___W2e4H {
}
.BannerLight__closeIcon___T\+4zL {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
}
.BannerLight__title___AxGth {

}
.BannerLight__normal-title___60BDw {
}
.BannerLight__normal-descriptionText___hVDZE {
}
.BannerLight__inline-title___wDGWT {
}
.BannerLight__inline-descriptionText___jufRM {
}
.BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}
.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w {
  color: #838FAE;
}
.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}

.BarChartLight__BarChart___iCWFA {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BarChartLight__chart___fV5dc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.BarChartLight__legend___syuC1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0 1em 0.5em 1em;
}
.BarChartLight__tooltip___NRA6j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: .5em;
}
.BarChartLight__categoryTooltip___CvMUb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
}
.BarChartLight__tooltipValue___5k3tY {
  padding-left: 1em;
}
.BarChartLight__tooltipLeftColumn___vSNZX {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.BarChartLight__tooltipRightColumn___zjAWj {
  border-left: 1px solid #D8DDE1;
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.BarChartLight__tooltipSeriesColor___4Ar1p {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

/* Link styles */
.ButtonLight__Link___0GCr3 {
  color: #838FAE;
  text-decoration: none;
}
.ButtonLight__Link___0GCr3:hover {
  cursor: pointer;
  text-decoration: none;
}
.ButtonLight__link-default___odcdI {
  color: #00A0FE;
}
.ButtonLight__link-default___odcdI:hover {
  color: #04BCFD;
}
.ButtonLight__link-default___odcdI:active {
  color: #034A89
}
.ButtonLight__link-cancel___v\+QIL {
  color: #838FAE;
}
.ButtonLight__link-cancel___v\+QIL:hover {
  color: #B4BFD6;
}
.ButtonLight__link-cancel___v\+QIL:active {
  color: #545C72;
}
.ButtonLight__link-storyFooter___t7Fyf {
  color: #1F2D42;
}
.ButtonLight__link-storyFooter___t7Fyf:hover {
  color: #B4BFD6;
}
.ButtonLight__link-storyFooter___t7Fyf:active {
  color: #545C72;
}
.ButtonLight__link-white___Bi4pN {
  color: #ffffff;
}
.ButtonLight__link-white___Bi4pN:hover {
  color: #04BCFD;
}
.ButtonLight__link-white___Bi4pN:active {
  color: #04BCFD;
}
/* Spacing for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}
.ButtonLight__disabled___OYg1a, .ButtonLight__disabled___OYg1a:hover {
  color: #B4BFD6;
}
.ButtonLight__disabled___OYg1a:hover {
  cursor: not-allowed;
}
.ButtonLight__common___AG97E {
  cursor: pointer;
  padding: 0.5em 1.5em;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  outline: 0;
  line-height: normal;
  border-radius: 0.25em;
}
.ButtonLight__iconOnly___NyJda {
  padding: 0.5em;
}
/* Divider for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}
.ButtonLight__normal___U74aK {
  min-height: 30px;
  min-width: 30px;
}
.ButtonLight__small___jhjCl {
  min-height: 25px;
  min-width: 25px;
}
.ButtonLight__large___w7pjQ {
  min-height: 40px;
  min-width: 40px;
}
/* Default Button */
.ButtonLight__default___-ONq- {
  background: #EFF1F3;
  color: #545C72;
}
.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU:hover,
.ButtonLight__default___-ONq-:hover {
  background: #00A0FE;
  color: #ffffff;
}
.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU,
.ButtonLight__default___-ONq-:active {
  background: #ffffff;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__default___-ONq-[disabled],
.ButtonLight__secondary___OKqWY[disabled] {
  background: #D8DDE1;
  color: #B4BFD6;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ButtonLight__positive___A1gGj[disabled],
.ButtonLight__negative___Vb5nL[disabled] {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
  opacity: 0.5;
}
.ButtonLight__negative___Vb5nL[disabled]:hover {
  background: #DD3A59;
  color: #ffffff;
}
.ButtonLight__secondary___OKqWY {
  background: #00A0FE;
  color: #ffffff;
}
.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU:hover,
.ButtonLight__secondary___OKqWY:hover {
  background: #04BCFD;
  color: #034A89;
}
.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU,
.ButtonLight__secondary___OKqWY:active {
  background: #034A89;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__positive___A1gGj {
  background: #46AF61;
  color: #ffffff;
}
.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU:hover,
.ButtonLight__positive___A1gGj:hover {
  background: #7FCC8A;
  color: #377C53;
}
.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU,
.ButtonLight__positive___A1gGj:active {
  background: #377C53;
  color: #7FCC8A;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__negative___Vb5nL {
  background: #DD3A59;
  color: #ffffff;
}
.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU:hover,
.ButtonLight__negative___Vb5nL:hover {
  background: #F27575;
  color: #A01F44;
}
.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU,
.ButtonLight__negative___Vb5nL:active {
  background: #A01F44;
  color: #F27575;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.ButtonGroupLight__ButtonGroup___wezvZ {
}

.ButtonGroupLight__separator___2Wgib {
  display: inline-block;
  width: 0.625em;
}

.CalendarLight__arrowButton___zpEQO {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #1F2D42;
  position: absolute;
  cursor: pointer;
}
.CalendarLight__prevMonthArrow___gO7J1 {
  left: 40px;
  top: 40px;
}
.CalendarLight__nextMonthArrow___Re03N {
  right: 40px;
  top: 40px;
}
.CalendarLight__prevYearArrow___3i5TD {
  left: 0;
  top: 2px;
}
.CalendarLight__nextYearArrow___033ch {
  right: 0;
  top: 2px;
}
.CalendarLight__Calendar___qQ\+Yc {
  position: relative;
  overflow: hidden;
  background: 'transparent';
}
.CalendarLight__Calendar___qQ\+Yc ul {
  line-height: normal;
}
.CalendarLight__Calendar___qQ\+Yc li {
  line-height: normal;
}
.CalendarLight__CalendarOffset___ziIyR {
  margin-top: -32px;
  margin-left: -11px;
  margin-bottom: -16px;
}
/*
  Hack alert: Need to adjust arrow locations using this rule.
  For some reason this rule is not 'themeable' like their colors are.
*/
.CalendarLight__CalendarOffset___ziIyR > div > div > div > div:nth-child(2) > div:first-child {
  height: 0;
}
/*
  Hack alert: Fix z-index on week headers to prevent going 'over' the select dropdown in condensed daterangepicker
*/
.CalendarLight__CalendarOffset___ziIyR div[role="presentation"] > div:first-child {
  z-index: auto!important;
}
.CalendarLight__monthCaption___n6nvj {
  position: relative;
  color: #1F2D42;
}
.CalendarLight__monthYear___aFZWw {
  position: relative;
}

.CardLight__Card___vUOEr {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}


.CardLight__CardContainer___l3b2l {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}


.CardLight__CardContainer___l3b2l:hover {
  border-radius: 4px;
  border: 1px solid #04BCFD;
  cursor: pointer;
}


.CardLight__CardContainer___l3b2l:hover .CardLight__CardTitle___fK885 {
  color: #00A0FE;
  cursor: pointer;
}


.CardLight__CardContainerSmall___Jex-A {
  height: 54px;
}


.CardLight__CardContainerLarge___MZgfx {
  height: 90px;
}


.CardLight__CardContainerSelected___5Qo-H {
  cursor: pointer;
  padding-left: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A0FE;
}


.CardLight__CardInputLargeMargin___Ob1Qo {
  margin-right: 10px;
}


.CardLight__CardInputShortMargin___vzn2W {
  margin-right: 6px;
}


.CardLight__CardInput___l9yRv input {
  width: 16px;
  height: 16px;
}


.CardLight__CardImage___xdc7M {
  height: 50px;
  margin-right: 16px;
}


.CardLight__CardImage___xdc7M img {
  width: auto;
  height: 50px;
}


.CardLight__CardTitle___fK885 {
  color: #1F2D42;
  font-weight: bold;
}


.CardLight__CardDescription___un1pg {
  color: #1F2D42;
  font-weight: normal;
  font-size: 0.6875em;
  line-height: 130%;
  padding-right: 20px
}


.CardLight__CardProfileColor___CEWG9 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}


.CardLight__CardProfileColor___CEWG9 div{
  height: 20px;
  width: 20px;
  margin-right: 17px;
  border-radius: 50%;
  float: right;
}



/* styling shared between all slick-slider themes */

/* Common styling for all themes */

/* Slider */

.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;

  display: block;

  -webkit-transform: translate(0, -50%);

          -ms-transform: translate(0, -50%);

      transform: translate(0, -50%);

  cursor: pointer;

  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev {
  left: -33px;
}

.slick-next {
  right: -33px;
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 5px;

  cursor: pointer;
  background-color: #D9D9D9;

  border: 0;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #00A0FE;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;

  margin: 0 25px;

  -webkit-user-select: none;

      -ms-user-select: none;

          -moz-user-select: none;

       user-select: none;

  -ms-touch-action: pan-y;

      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.CarouselLight__default___39bJ8 .CarouselLight__arrow___QKzf8:hover {
  color: #8E9FAD;
}

.CarouselLight__default___39bJ8 .slick-arrow {
  background-color: transparent;
}

.CarouselLight__move___YAkfw {
  cursor: move;
}

.CheckboxLight__container___qxrE5 {
  display: inline-block;
  position: relative;
}
.CheckboxLight__Checkbox___Eqb0E {
  position: absolute;
  visibility: hidden;
}
.CheckboxLight__Checkbox___Eqb0E + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  cursor: default;
  position: relative;
  margin-right: 0.3em;

  /* override Bootstrap */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.CheckboxLight__Checkbox___Eqb0E:active + label {
  border-radius: 2px;
}
.CheckboxLight__Checkbox___Eqb0E[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CheckboxLight__error___mg-xd label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DD3A59;
  border-radius: 2px;
}
.CheckboxLight__error___mg-xd:active label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CheckboxLight__Checkbox___Eqb0E + label svg {
  visibility: hidden;
  color: #00A0FE;
  margin-left: 0;
  margin-top: 0;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
      transform-origin: center center;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
  position: absolute;
  top: 0;
  left: 0;
}
.CheckboxLight__Checkbox___Eqb0E:checked + label {
  background-color: #ffffff;
  -webkit-box-shadow: boxShadow01Inset;
          box-shadow: boxShadow01Inset;
}
.CheckboxLight__Checkbox___Eqb0E:checked + label svg {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}
.CheckboxLight__normal___5RFz5 {
}
.CheckboxLight__small___VWsv7 {
}
.CheckboxLight__large___1ojT9 {
}
.CheckboxLight__large___1ojT9 label {
  font-size: 1.375em;
}
.CheckboxLight__small___VWsv7 label {
  font-size: 0.8em;
}

.ConfirmationModalLight__ConfirmationModal___VdYQi {

}

.ComparisonMetricLight__ComparisonMetric___IRzGV {
  color: #004B8C;
}

.ComparisonMetricLight__LegendItemComparisonMetric___NaBrp {
  margin: 0;
  color: #004B8C;
  position: relative;
  display: inherit;
}

.ComparisonMetricLight__ComparisonMetricMargin___OKVD0 {
  margin: 0.5em;
}

.DatePickerLight__container___yXOAy {
  position: relative;
}
.DatePickerLight__disabledContainer___qnBz0 {
  color: #B4BFD6;
}
.DatePickerLight__hidden___r1SBy {
  visibility: hidden;
}
.DatePickerLight__calendar___\+487S {
  display: block;
}
.DatePickerLight__dateTime___Wttvh {
  display: inline-block;
}
.DatePickerLight__border___WSWo8 {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
}
.DatePickerLight__presetList___S\+2Bw {
  list-style: none;
  padding-left: 0;
}
.DatePickerLight__hiddenPresetList___GHVWw {
  visibility: hidden;
}
.DatePickerLight__presetList___S\+2Bw a {
  color: inherit;
  cursor: pointer;
  line-height: 30px;
}
.DatePickerLight__presetList___S\+2Bw a:hover {
  color: #00A0FE;
  text-decoration: none;
}
.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}
.DatePickerLight__preset___FcQly {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 65px;
  border-left: 1px solid #ffffff;
}
.DatePickerLight__hiddenPreset___jfCX8 {
  visibility: hidden;
}
.DatePickerLight__time___40ORY {
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.DatePickerLight__popup___iGOdh {
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
  border-radius: 4px;
}
.DatePickerLight__pickerPopup___rmAdJ {
  top: 32px;
  left: 0;
}
.DatePickerLight__pickerPopupAbove___NF3JI {
  left: 0;
  bottom: 33px;
}
.DatePickerLight__prevArrow___oLxV0 {
  position: absolute;
  left: 28px;
  top: 28px;
}
.DatePickerLight__nextArrow___VfMHV {
  position: absolute;
  right: 28px;
  top: 28px;
}
/* **HACK ALERT**
/* Curently, react-dates sets the hover color for a Calendar Day the same as the border color. *
/* Our border is white, so that won't work for us. */
.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:hover {
  background-color: #04BCFD !important;
}
.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:active {
  color: #04BCFD !important;
  background-color: #034A89 !important;
}

@-webkit-keyframes ComparisonDateRangePickerLight__fadeOut___0hMUt {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes ComparisonDateRangePickerLight__fadeOut___0hMUt {
  from {opacity: 1;}
  to {opacity: 0;}
}
.ComparisonDateRangePickerLight__applyButton___-UKKJ,
.ComparisonDateRangePickerLight__cancelButton___08UAg {
}
.ComparisonDateRangePickerLight__container___YVD5R {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ComparisonDateRangePickerLight__disabledContainer___7WQGf {
  color: #B4BFD6;
  cursor: auto;
}
.ComparisonDateRangePickerLight__comparisonDateRangePicker___KdDLr {
  width: 100%;
}
.ComparisonDateRangePickerLight__popup___\+bHxp {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
}
.ComparisonDateRangePickerLight__startDateCalendar___FKD2z,
.ComparisonDateRangePickerLight__endDateCalendar___HGFaL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
}
.ComparisonDateRangePickerLight__row___pnCrQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ComparisonDateRangePickerLight__calendarCell___\+Ba2i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
}
.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke,
.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 5.3125em;
}
.ComparisonDateRangePickerLight__dateInput___o8VJy {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
}
.ComparisonDateRangePickerLight__currentTimeButton___1zvIm {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.ComparisonDateRangePickerLight__currentTimeButtonOverrides___palaN {
  max-width: 56px;
  max-width: 3.5rem;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
}
.ComparisonDateRangePickerLight__padding___MA\+Q3 {
  padding: 0.625em;
}
.ComparisonDateRangePickerLight__comparisonDatesTitle___0I6Iy {
  height: 1em;
  padding: 0.8125em 0.625em;
  color: #8E9FAD;
}
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 margin-top: 5px;
 margin-bottom: 7px;
}
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 color: #DD3A59;
}
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA {
  color: #00A0FE;
 }
/**
  * If the fadeOut seconds is changed here, the corresponding
  * INFO_MESSAGE_FADE_OUT_MILLISEC value in `ComparisonDateRangePicker.js`
  * has to change accordingly.
  */
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -webkit-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -moz-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -o-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -ms-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
}
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty {
  width: 200%;
 }
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  width: 300%;
 }

.DateRangePickerLight__applyButton___JVqJ3,
.DateRangePickerLight__applyButtonCondensed___hqwVs,
.DateRangePickerLight__cancelButton___plvwf {
}
.DateRangePickerLight__container___yRSyF {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__disabledContainer___tm5BW .DateRangePickerLight__dateTimeInput___xV1P1 {
  cursor: auto;
}
.DateRangePickerLight__dateRangePicker___iAqif {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__popup___JDqv5 {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__condensedPopup___MaFkb {
  width: 270px;
}
.DateRangePickerLight__startDateCalendar___9FKJH,
.DateRangePickerLight__endDateCalendar___R1CV9 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__row___ypvkW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__cell___J0gyW {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0.625em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__calendarCell___xfNkC {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__preset___pd0Go {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsStartdate___jP5mC,
.DateRangePickerLight__timeDateInputsEnddate___WH5vF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__dateInput___R5Dx6 {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsStartdate___jP5mC .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsEnddate___WH5vF .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__nowButton___p4Fyk {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__presetRow___gARQG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.625em 0;
  border-bottom: 1px solid #ffffff;
}
.DateRangePickerLight__presetRow___gARQG > label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.DateRangePickerLight__presetRow___gARQG > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.DateRangePickerLight__padding___e0biy {
  padding: 0.625em;
}

@-webkit-keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcTriggerMaskFadeIn___uZTyu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes DatePickerTriggerLight__rcTriggerMaskFadeIn___uZTyu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcDialogFadeOut___v-xFq {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes DatePickerTriggerLight__rcDialogFadeOut___v-xFq {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.DatePickerTriggerLight__container___4fHam input {
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.rc-trigger-popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
}
.rc-trigger-popup-hidden {
  display: none;
}
.rc-trigger-popup-zoom-enter, .rc-trigger-popup-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active, .rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
  -webkit-animation-name: rcTriggerZoomIn;
          animation-name: rcTriggerZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
  -webkit-animation-name: rcTriggerZoomOut;
          animation-name: rcTriggerZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-trigger-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, .6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-trigger-popup-mask-hidden {
  display: none;
}
.rc-trigger-popup-fade-enter, .rc-trigger-popup-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active, .rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
  -webkit-animation-name: rcTriggerMaskFadeIn;
          animation-name: rcTriggerMaskFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
          animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.DonutChartLight__DonutChart___T1b1U {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.DonutChartLight__itemStyleBottom___8SdqQ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DonutChartLight__itemStyleRight___\+VK7R {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.DonutChartLight__chart___twpH7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.DonutChartLight__legend___19pCf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0 0.5em 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.ErrorMessageLight__ErrorMessage___Cbyq7 {
  margin-top: 5px;
  color: #DD3A59;
}

.ExpansionPanelLight__container___-4WX0 {
  width: 100%;
}

.ExpansionPanelLight__container___-4WX0 > * {
  position: relative;
}

.ExpansionPanelTitleLight__header___7aTLT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 1.75em;
  background-color: #8E9FAD;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ExpansionPanelTitleLight__icon___7rQ5g {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 1.75em;
  text-align: center;
  color: inherit;
  opacity: 0.5;
}

.ExpansionPanelTitleLight__label___48N3d {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0.5em;
}

.FieldLight__Field___rynt8 {
  margin-bottom: 1.25em;
}

.GridContentLight__GridContent___ela8- {
  padding: 0px 10px;
}

.HeadingLight__Heading___1fFtw {
}

.HeadingLight__normal___ZZpkF {
}

.HeadingLight__large___qnyLE {
  margin-bottom: 0.3em;
}

.InfoMessageLight__defaultInfoMessage___e86m2 {
  margin-top: 5px;
  color: #00A0FE;
}

/*
If you update this Class be sure to update the Select Component
due to issues with Global styles.
*/
.InputLight__common___vLdWR {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  white-space: normal;
  width: 100%;
  vertical-align: middle;
}
.InputLight__small___OeDpG {
  height: 2.08em;
  min-height: 25px;
  line-height: 2.08em;
}
.InputLight__normal___GrQcA {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}
.InputLight__large___oROp1 {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}
.InputLight__InputContainer___BKRMz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InputLight__InputContainer___BKRMz.InputLight__focused___YAvzb.InputLight__error___q\+LEA,
.InputLight__InputContainer___BKRMz.InputLight__readOnly___dE5jQ {
  outline: 0;
}
.InputLight__InputContainer___BKRMz.InputLight__error___q\+LEA {
  border: 1px solid #DD3A59;
}
.InputLight__InputContainer___BKRMz.InputLight__parentError___e0HO1 {
  border: 0;
}
.InputLight__Input___p67b\+ {
  max-width: 100%;
  border: 0;
  background-color: #EFF1F3;
  color: #1F2D42;
  padding: 1px 0 0 0.625em;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
}
.InputLight__Input___p67b\+::-webkit-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+:-ms-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::-ms-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::-moz-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled:-ms-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::-moz-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}
.InputLight__Input___p67b\+:focus {
  background-color: #ffffff;
}
.InputLight__Input___p67b\+:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.InputLight__Input___p67b\+:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.InputLight__prefixed___7Cg0q {
}
.InputLight__suffix___O-oo9 {
}
.InputLight__error___q\+LEA .InputLight__Icon___IK4s1 {
}
.InputLight__Input___p67b\+:focus::-webkit-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus:-ms-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::-ms-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::-moz-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::placeholder {
  opacity: 0;
}
.InputLight__icon___gZ3B2 {
  width: 2em;
  display: inline-block;
  background-color: #EFF1F3;
}
/* Prefix and Suffix Icons */
.InputLight__Icon___IK4s1 {
  background-color: #EFF1F3;
  width: 2em;
  line-height: normal;
  line-height: initial;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.InputLight__Icon___IK4s1 svg {
  height: 1em;
  width: 1em;
}
.InputLight__large___oROp1 .InputLight__Icon___IK4s1 {
  width: 2.5em;
}
.InputLight__large___oROp1 .InputLight__Icon___IK4s1 svg {
  width: 1.25em;
  height: 1.25em;
}
.InputLight__focused___YAvzb .InputLight__Icon___IK4s1 {
  background-color: #ffffff;
}
/* Prefix and Suffix Icons end*/
.InputLight__Divider___eaDPZ {
  height: 100%;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #B4BFD6;
}
.InputLight__hiddenText___KtGVn {
  white-space: pre;
  visibility: hidden;
  left: -10000px;
  position: absolute;
  padding: 1px 0.625em 0 0.625em;
  min-width: 32px;
  min-width: 2rem;
}

.LabelLight__Label___RToeh {
  display: block;
  line-height: 1.3;
  margin-bottom: .3em;
}
span[role="radio"] + .LabelLight__Label___RToeh,
span[role="checkbox"] + .LabelLight__Label___RToeh {
  font-weight: 400;
  margin-right: 0.5em;
  margin-bottom: 0;
}
.LabelLight__inline___vd8cC {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
}
.LabelLight__small___DyyLu {
}
.LabelLight__normal___BzKoQ {
}
.LabelLight__large___6Q3Zm {
}
.LabelLight__disabled___D9U2j {
  color: #B4BFD6;
}

.LegendLight__container___trtzV {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.LegendLight__HorizontalLayout___IWNmC {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.LegendLight__VerticalLayout___YwfQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.LegendLight__LegendBlock___zMop2 .LegendLight__lozenge___REjjV {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}
.LegendLight__LegendInline___dSl9k .LegendLight__lozenge___REjjV {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.LegendLight__lozenge___REjjV {
  border: 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545C72;
  text-align: start;
  outline: 0;
  border-radius: 0.333em;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.LegendLight__interactive___5HSu4 {
  background-color: #EFF1F3;
  cursor: pointer;
}
.LegendLight__interactive___5HSu4:hover {
  background-color: #D8DDE1;
}
.LegendLight__readonly___hRG0D {
  background-color: #ffffff;
  cursor: default;
}
.LegendLight__disabled___j9ifH {
  opacity: 0.5;
}
.LegendLight__truncateStyle___Ccay\+ {
  max-width: 230px;
}
.LegendLight__legendCircle___PO0t6 {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
}
.LegendLight__slideContainer___jpKyh {
  overflow: hidden;
}

.ListLight__List___FVPyz {
}

.ListLight__ListItem___SzvjP {
  border-bottom: 1px solid #EFF1F3;
}

@-webkit-keyframes LoadingLight__spin___zTseG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes LoadingLight__spin___zTseG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.LoadingLight__container___0rfzy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LoadingLight__notBloquedContainer___cZHBf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LoadingLight__icon___nHoaU {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-animation: LoadingLight__spin___zTseG 1s infinite steps(8);
          animation: LoadingLight__spin___zTseG 1s infinite steps(8);
}

.MediaObjectLight__MediaObject___1VfrT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaObjectLight__MediaObject___1VfrT.MediaObjectLight__center___4kPaT {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaObjectLight__MediaObject___1VfrT.MediaObjectLight__top___PRD7M {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.MediaObjectLight__MediaObjectIcon___x5-qT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.4em;
  line-height: 0;
}

.MediaObjectLight__MediaObjectImage___zuWN2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.4em;
  line-height: 0;
}

.MediaObjectLight__MediaObjectImage___zuWN2.MediaObjectLight__Rounded___Pxd56 img {
  border-radius: 50%;
}

.MediaObjectLight__MediaObjectContent___vYHei {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.MediaObjectLight__MediaObjectHeader___ae2ro {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.MediaObjectLight__MediaObjectFooter___u2dmq {
  color: #8E9FAD;
}

.MediaObjectLight__MediaObjectDescription___UeKVK {
  color: #8E9FAD;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.MenuLight__menu___uVOCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0.25em;
}

.MenuLight__menuItem___mCcgA {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0.357em 0 0 0;
  padding: 0 1em 0.357em 1em;
  border-bottom: solid 1px transparent;
  white-space: nowrap;
}

.MenuLight__menuItem___mCcgA:hover {
  color: #00A0FE;
  cursor: pointer;
}

.MenuLight__menuItem___mCcgA:active {
  color: #034A89;
  cursor: pointer;
}

@media only print { /* eg. Reports */
  .ThemeProviderLight__wrapper___uzc1P {
    height: 100%;
  }
}

.ThemeProviderLight__wrapper___uzc1P {
  color: #1F2D42;
  line-height: 1.3;
}

.ThemeProviderLight__wrapper___uzc1P hr {
  margin: 0.625em 0;
}

.ThemeProviderLight__wrapper___uzc1P input, .ThemeProviderLight__wrapper___uzc1P textarea, .ThemeProviderLight__wrapper___uzc1P keygen, .ThemeProviderLight__wrapper___uzc1P select, .ThemeProviderLight__wrapper___uzc1P  button {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ThemeProviderLight__wrapper___uzc1P input[type="text"] {
  opacity: 1 !important;
}

.ModalLight__bodyOpen___qPl03 {
  overflow: hidden;
}
.ModalLight__backdrop___mzmqF {
  background: #333333;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ModalLight__transparentBackdrop___\+c5ad {
  background: unset;
}
/* Allow padding to grow if the modal has hit its max width */
.ModalLight__padderSmall___d7LAs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}
.ModalLight__padderMedium___07C7n {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.ModalLight__padderLarge___GRy8C {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 9%;
          flex: 1 0 9%;
}
.ModalLight__padderXl___BOJyL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4%;
          flex: 1 0 4%;
}
.ModalLight__transparentModal___gedKx {
  background-color: unset;
  background: transparent;
  z-index: 1051;
}
.ModalLight__modal___sjvYu {
  background-color: #ffffff;
  z-index: 1051;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border-radius: 0.25em;
}
.ModalLight__modalSmall___Ni3I3 {
  max-width: 512px;
  /* flex-basis is 100% - (2 x padderBasis) because there are two padders,
  one on each side */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.ModalLight__modalMedium___6RLMf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 768px;
}
.ModalLight__modalLarge___qOjVJ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  max-width: 1024px;
}
.ModalLight__modalXl___038ZV {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 1224px;
}

/* For the Close button to position itself against */
.ModalHeaderLight__container___fNV88 {
  position: relative;
  margin: 0;
  padding: 1em 1.25em 0.5em 1.25em;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #D8DDE1;
}
.ModalHeaderLight__noBottomBorder___buS5l {
  border-bottom: transparent;
}
.ModalHeaderLight__close___uK7Ve {
  position: absolute;
  color: #838FAE;
  cursor: pointer;
  display: block;
  top: 0.5em;
  right: 0.5em;
}
.ModalHeaderLight__headerText___8YTjJ {
  width: 100%;
}
.ModalHeaderLight__icon___mvR0s {
  margin: 0 0.25em 0 0;
}
.ModalHeaderLight__icon___mvR0s svg {
  vertical-align: top !important;
}
.ModalHeaderLight__close___uK7Ve:hover {
  color: #B4BFD6;
}
.ModalHeaderLight__close___uK7Ve:active {
  opacity: 0.4;
}
.ModalHeaderLight__secondary___X6IsC {
  color: #00A0FE;
}
.ModalHeaderLight__negative___GvGRq {
  color: #DD3A59;
}
.ModalHeaderLight__positive___ZbRE2 {
  color: #46AF61;
}
.ModalHeaderLight__alert___vOlcE {
  color: #F29320;
}

.ModalBodyLight__ModalBody___eEmOe {
  margin: 1.25em;
}

h3 {
  margin: 0;
}

.ModalFooterLight__ModalFooter___xSOzm {
  overflow: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1.25em;
  border-radius: 0 0 0.25em 0.25em;
  background-color: #EFF1F3;
}

.ModalFooterLight__transparentFooter___fIGsW {
  background-color: unset;
  background: transparent;
}

.OverlayLight__overlay___UOfxN {
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  padding: 3em;
  position: absolute;
  right: 0;
  top: 0;
}

.OverlayLight__mobile___SZBEs {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.OverlayLight__inlineOverlay___ssPLz {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.OverlayLight__overlay___UOfxN:after {
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.OverlayLight__overlayContentWrapper___TNi9p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.OverlayLight__mobile___SZBEs .OverlayLight__overlayContentWrapper___TNi9p {
  height: auto;
  position: absolute;
  top: 35px;
  left: 25px;
  right: 25px;
}

.OverlayLight__overlayContentContainer___2d6Ym {
  display: inline-block;
  text-align: center;
}

.OverlayLight__overlayTitle___WLf1T {
  margin: 10px 0;
  text-align: center;
}

.OverlayLight__overlayText___7u5hi {
  line-height: calc(0.875em + 10px);
  margin: 0.5em 0;
  max-width: 200px;
}

.OverlayLight__overlayClose___RR7Mq {
  color: #B4BFD6;
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2;
}

.OverlayLight__mobile___SZBEs .OverlayLight__overlayClose___RR7Mq{
  right: 4px;
  top: 4px;
  color: #ffffff;
}

/* Modal Colors */

.OverlayLight__overlayGeneral___GsJkg:after {
  background-color: #00A0FE;
}

.OverlayLight__overlayGeneralMobile___kE8Jy:after {
  height: 215px;
  background-color: #00A0FE;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .2),
  0 3px 14px 2px rgba(0, 0, 0, .14),
  0 5px 5px -3px rgba(0, 0, 0, .12);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .2),
  0 3px 14px 2px rgba(0, 0, 0, .14),
  0 5px 5px -3px rgba(0, 0, 0, .12);
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayAlert___y7F6K:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayError___hBfo4:after {
  background-color: transparent;
}

.OverlayLight__overlaySuccess___KfoSu:after {
  background-color: #46AF61;
}

.OverlayLight__overlayAlert___y7F6K:after,
.OverlayLight__overlayError___hBfo4:after {
  background: #ffffff;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayTitle___WLf1T {
  color: #DD3A59;
}

.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayTitle___WLf1T {
  color: #F29320;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayText___7u5hi,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayText___7u5hi {
  color: #1F2D42;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayClose___RR7Mq,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayClose___RR7Mq {
  color: undefined;
}

.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayTitle___WLf1T,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayTitle___WLf1T {
  color: #ffffff;
}

.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayTitle___WLf1T,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayTitle___WLf1T {
  color: #ffffff;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayTitle___WLf1T {
  color: #00A0FE;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayTitle___WLf1T {
  color: #46AF61;
}

.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayText___7u5hi,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayText___7u5hi {
  color: #D8DDE1;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayText___7u5hi,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayText___7u5hi {
  color: #1F2D42;
}

.PaneLight__unselected___BqxtK {
  display: none;
}

.PopoverLight__popover___0ohJB {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.PopoverLight__centered___MGae5 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 0;
}

.PopoverLight__positioned___R8uW1 {
  position: relative;
  height: 0;
}

/* Make sure the popover transition and display is on top of other content */

.PopoverLight__transitionZIndex___izwSK {
  z-index: 1000;
}

/* This is the up arrow */

.PopoverLight__arrow___U5PpP {
  width: 15px;
  height: 15px;
  background-color: #ffffff;

  /* Translation is to leave a tiny gap between the tip of the arrow and
  and the bottom of the trigger */
  -webkit-transform: translate(0, 3px) rotate(45deg);
          -ms-transform: translate(0, 3px) rotate(45deg);
      transform: translate(0, 3px) rotate(45deg);
}

.PopoverLight__menuContainerOuter___6I24f {
  position: relative;
}

.PopoverLight__menuContainerInner___Dtc7p {
  position: absolute;
  right: 15px;
  top: -31px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.PresetListLight__Presets___gRD5U {
  min-width: 80px;
  min-width: 5rem;
}

.PresetListLight__presetList___ne9Tw {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PresetListLight__hiddenPresetList___8MmfT {
  visibility: hidden;
}

.PresetListLight__presetList___ne9Tw li {
  line-height: 2.5em;
}

.PresetListLight__presetItem___Wl2Tt {
  font-size: inherit;
  color: inherit;
}

.PresetListLight__presetList___ne9Tw a {
  cursor: pointer;
  line-height: 2.5em;
}

.PresetListLight__presetList___ne9Tw a:hover {
  color: #00A0FE;
  text-decoration: none;
}

.PresetListLight__unhighlightedPreset___yH58C {
  color: inherit;
}

.PresetListLight__highlightedPreset___kMYto {
  color: #00A0FE;
}

.PresetListLight__disabledPreset___remcg {
  pointer-events: none;
  cursor: default;
  color: #D8DDE1
 }

.RadioLight__container___b\+gwz {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}
.RadioLight__largeContainer___1S7Tm {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
.RadioLight__normal___9DGCC {
}
.RadioLight__large___\+0u1O {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.RadioLight__Radio___nahpE {
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.RadioLight__Radio___nahpE + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 50%;
  display: inline-block;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
}
.RadioLight__Radio___nahpE:active + label {
  -webkit-box-shadow: inset 0px 0px 1px 0px #00A0FE;
          box-shadow: inset 0px 0px 1px 0px #00A0FE;
}
.RadioLight__Radio___nahpE[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.RadioLight__Radio___nahpE + label span {
  visibility: hidden;
  background-color: #00A0FE;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
}
.RadioLight__Radio___nahpE:checked + label span {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}
.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label {
  width: 10px;
  height: 10px;
}
.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label span {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}
.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label {
  width: 22px;
  height: 22px;
}
.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label span {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}

.RidgelineChartLight__RidgelineChart___w3JlH {
  width: 100%;
}
.RidgelineChartLight__chart___ZjM\+E {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.RidgelineChartLight__grid___bS9Iw {
  stroke: 'rgba(180,191,214,0.2)';
  stroke-dasharray: 3px 1px;
  opacity: .1;
}
.RidgelineChartLight__mainGroups___qB\+f2{
  cursor: pointer;
}
.RidgelineChartLight__clipPath___BgFUk{
}
.RidgelineChartLight__clipPath___BgFUk:hover {
  cursor: pointer;
}
.RidgelineChartLight__label___98VXV:hover {
  cursor: pointer;
}
.RidgelineChartLight__label___98VXV {
  font-weight: 500;
}
.RidgelineChartLight__bottomAxis___GuhKB {
  display: block;
}
.RidgelineChartLight__timeAxis___bzP5J > path > .RidgelineChartLight__domain___pL31A {
  color: #B4BFD6;
}
.RidgelineChartLight__timeAxis___bzP5J text {
  font-size: 12px;
  font-weight: 500;
  color: #1F2D42;
}
.RidgelineChartLight__tooltip___QfgJb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  position: absolute;
  background-color: white;
  padding: 1em;
  border-radius: .25em;
  -webkit-box-shadow: 1px 1px 2px #888;
          box-shadow: 1px 1px 2px #888;
}
.RidgelineChartLight__tooltipValue___chUum {
  padding-left: 1em;
}
.RidgelineChartLight__tooltipLeftColumn___bHTzo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.RidgelineChartLight__tooltipRightColumn___s0h1Q {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.RidgelineChartLight__tooltipSeriesColor___CY2tU {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.RidgelineChartLight__tooltipTimestamp___KV04z {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.RidgelineChartLight__leftBorder___5oSvW {
  color: #B4BFD6;
}
.RidgelineChartLight__isHighlightedCircle___fQ4V2 {
  stroke: white;
}


.SearchInputLight__searchBox___DOrcS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  width: 100%;
  background: #ffffff;
}
.SearchInputLight__divider___s2ju7 {
  width: 1px;
  background-color: #EFF1F3;
}
.SearchInputLight__normal___ChaiO {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}
.SearchInputLight__large___4Cz2F {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}
.SearchInputLight__searchIcon___GGfzs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.625em;
}
input[type="text"].SearchInputLight__searchInput___KgTIm {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm:-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__normal___ChaiO input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 28px;
}
.SearchInputLight__large___4Cz2F input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 38px;
}
.SearchInputLight__searchInput___KgTIm:focus {
  outline: none;
}
.SearchInputLight__clearText___nmJwn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline;
  margin: 0;
  padding: 0;
  color: #00A0FE;
  padding-left: 0.625em;
  float: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.SearchInputLight__large___4Cz2F .SearchInputLight__clearText___nmJwn {
  line-height: 32px;
}
/* mfeMode styling */
.SearchInputLight__mfeSearchBox___boXUM {
  background: black;
  border: 1px solid #52565C;
  color: #ffffff;
}
.SearchInputLight__mfeSize___tE2B1 {
  height: 34px;
  min-height: 34px;
  line-height: 34px;
}
.SearchInputLight__mfeSearchIcon___2diI4 {
  padding-right: 0.625em;
  padding-left: 0;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm:-ms-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSize___tE2B1 input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 32px;
}
.SearchInputLight__clearIcon___lr2kb {
  cursor: pointer;
}
.SearchInputLight__hasValue___mhjZp.SearchInputLight__mfeSearchBox___boXUM {
  outline: 1px solid #7A97B6;
}
.SelectLight__theme___A1pGb {
  /*Allows for scoping the React-Select classes.*/
}
.SelectLight__normal___WfKny {
}
.SelectLight__large___tf-XE {
}
.SelectLight__small___GY1gZ {
}
.SelectLight__inline___KlMjJ {
  display: inline-block;
}
/* Arrow */
.SelectLight__indicator___exdV7 {
  display: block;
  position: relative;
  width: 2em;
}
.SelectLight__theme___A1pGb input[type='text'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  font-family: inherit;
  font-size: inherit;
}

.SliderLight__container___JUOUs {
}

.SliderLight__handle___ySrW- {
  transition: -webkit-transform 0.1s;
  -webkit-transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.SliderLight__handle___ySrW-:hover {
  -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.StatisticLight__Statistic___NzHT0 {
  text-align: center;
  margin-bottom: 1.25em;
}

.StatisticLight__Statistic___NzHT0:last-child {
  margin-bottom: 0;
}

.StatisticLight__Statistic___NzHT0.StatisticLight__inline___nNAHE:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.StatisticLight__Statistic___NzHT0.StatisticLight__inline___nNAHE {
  text-align: left;
  border-right: 1px solid #ffffff;
  padding-right: 0.625em;
  margin-right: 0.625em;
  margin-bottom: 0;
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__value___gao67 {
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__defaultLabel___tTrWR {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__multiLineLabel___KOJ2H {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticLight__value___gao67 {
  text-transform: uppercase;
}

.StatisticLight__defaultLabel___tTrWR {
}

.StatisticLight__multiLineLabel___KOJ2H {
  display: table-caption;
}



.StoryLight__Story___o-YyH {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: left;
  text-align: initial;
}
.StoryLight__StoryText___5gmIl {
  display: block;
}
.StoryLight__StoryImage___uu3wA {
  display: inline-block;
  float: left;
  margin-right: 0.375em;
}
.StoryLight__Story___o-YyH.StoryLight__Selected___yP0k- {
  background-color: #ffffff;
}
.StoryLight__StoryContent___KLvYe {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.StoryLight__StoryHeader___YulY2 {
  position: relative;
}
.StoryLight__StoryHeader___YulY2 + .StoryLight__StoryBody___yHcuv {
  margin-top: 0.5em;
}
.StoryLight__StoryHeadline___bDKkV {
  margin-bottom: 0.375em;
}
.StoryLight__StoryFooter___Hcpgo {
  color: #1F2D42;
  padding-top: 0.625em;
  clear: both;
}
.StoryLight__StoryFooterItem___DzrLG:first-of-type {
  margin-left: 0;
}
.StoryLight__StoryFooterItem___DzrLG {
  display: inline-block;
  margin-left: 1.25em;
}
.StoryLight__StoryLink___0ItzT {
  display: block;
  float: right;
}
.StoryLight__StoryStatisticPanel___qqP9m {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}
.StoryLight__StoryActionsMenu___C4lR5 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.StoryLight__StoryExtra___WTiJH {
  color: #8E9FAD;
  margin-top: 0.375em;
}
.StoryLight__StoryRank___yDOij {
  color: #8E9FAD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1.5em;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  white-space: nowrap;
}
.StoryLight__StoryEmbeddedStory___HWHJO {
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  margin: 0.25em 0;
  padding: 0.5em;
  width: 100%;
}
.StoryLight__StoryEmbeddedStory___HWHJO:hover {
  background-color: #D8DDE1;
  cursor: pointer;
}
.StoryLight__StoryFooterItem___DzrLG.StoryLight__right___U9eRW {
  float: right;
  margin-right: 1.25em;
  margin-left: 0;
}
.StoryLight__StoryFooterItem___DzrLG.StoryLight__left___b0PqL {
}
.StoryLight__StoryEmbeddedStoryContainer___Gxry0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.StoryListLight__StoryList___SgUrm {
  height: 100%;
  width: 100%;
  position: relative;
}

.StoryListLight__StoryListActionsMenu___4\+DeE {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-bottom: 1px solid #D8DDE1;
  background-color: #EFF1F3;
}

.StoryListLight__ActionsMenuActions___JhT9L svg {
  color: #1F2D42;
}

.StoryListLight__StoryListActionsCenter___rD3or {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.StoryListLight__StoryListActionsCenter___rD3or .StoryListLight__ActionsMenuActions___JhT9L {
  display: inline-block;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 .StoryListLight__ActionsMenuActions___JhT9L {
  position: absolute;
  right: 0;
  top: 0;
}

.StoryListLight__SelectAll___-PDqT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}

.StoryListLight__Close___O7aIU {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}

.StoryListLight__Close___O7aIU svg {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}

.StoryListLight__List___tHktm {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.StoryListLight__List___tHktm.StoryListLight__BulkActionsOpen___j\+vk4 {
  top: 3em;
}

.SunburstChartLight__SunburstChart___Q3-kL {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SunburstChartLight__tooltip___4zQqJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: .5em;
}
.SunburstChartLight__tooltipValue___j\+CVw {
  padding-left: 1em;
}
.SunburstChartLight__tooltipLeftColumn___PrYG8 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.SunburstChartLight__tooltipRightColumn___p2n90 {
  border-left: 1px solid #D8DDE1;
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.SunburstChartLight__tooltipSeriesColor___n5nxX {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.TabLight__tab___ywBGm {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  color: #8E9FAD;
  background-color: transparent;
  border: none;
}

.TabLight__tab___ywBGm.TabLight__disabled___RSITU {
  color: #2F3E54;
}

.TabLight__tab___ywBGm.TabLight__selected___X6ElC {
  font-weight: bold;
  color: #00A0FE;
  border-bottom: 3px solid #00A0FE;
}

.TableLight__TABLE___\+5vLZ {
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
	font-size: .875em;
}

.TableLight__THEAD___Lcg\+t {
	border-top: 1px solid #EFF1F3;
	text-align: left;
}

.TableLight__TR___8XW4m {
	border-bottom: 1px solid #EFF1F3;
}

.TableLight__TBODY___oUdLm .TableLight__TR___8XW4m:hover {
	background-color: #EFF1F3;
}

.TableLight__TFOOT___b3tFJ {

}

.TableLight__TH___v7DlX {
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.TableLight__TD___gklrZ {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.TableLight__divider___3S4Pb {
	height: 25px;
	margin-top: 5px;
	border-right: 1px solid #EFF1F3;
	float: right;
}

.TableLight__TH___v7DlX:last-of-type .TableLight__divider___3S4Pb {
	display: none;
}

.TableLight__COL___lDFcR {

}

.TableLight__COLGROUP___2YOT6 {

}

.TableLight__CAPTION___uMZ01 {

}

.TextareaLight__normal___Jc-SQ {
  padding: 0.357em 0.5em;
}
.TextareaLight__large___ya7xX {
  padding: 0.3125em 0.625em;
}
.TextareaLight__Textarea___EasXO.TextareaLight__error___nJPPQ {
  border: 1px solid #DD3A59;
}
.TextareaLight__Textarea___EasXO {
  width: 100%;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  background-color: #EFF1F3;
  color: #545C72;
  font-family: inherit;
  line-height: 1.3;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TextareaLight__Textarea___EasXO::-webkit-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO:-ms-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::-ms-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::-moz-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled:-ms-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::-moz-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}
.TextareaLight__Textarea___EasXO:focus {
  background-color: #ffffff;
}
.TextareaLight__Textarea___EasXO:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.TextareaLight__Textarea___EasXO:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.TextareaLight__Textarea___EasXO:focus::-webkit-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus:-ms-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::-ms-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::-moz-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::placeholder {
  opacity: 0;
}

.TabsLight__normal___EXK8e {
}

.TabsLight__small___vx\+6K {
}

.TabsLight__tabList___X2Hc- {
  padding: 0.75em 0 0.5em 0;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
}

.TabsLight__fullWidth___n8CkL {
  /* Safari rendering workaround */
  max-width: none;
  width: 100%;
  min-width: 100%;
}

.TabsLight__tabList___X2Hc- li {
  padding: 0 0.5em 0.5em 0.5em;
  border-bottom: 1px solid #8E9FAD;
}

.TimePickerLight__TimePicker___yERZO {
}

.TimePickerLight__TimePicker___yERZO input {
  opacity: 1 !important;
  background-color: transparent;
  width: 100%;
}

.TimePickerLight__icon___DKABy {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimePickerLight__colon___IR8qo {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimeSeriesChartLight__TimeSeriesChart___KAI5I {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TimeSeriesChartLight__chart___0lZ85 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.TimeSeriesChartLight__chart___0lZ85 svg {}
.TimeSeriesChartLight__legend___3GqVS {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0 1em 0.5em 1em;
}
.TimeSeriesChartLight__tooltip___y2F-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 400px;
}
.TimeSeriesChartLight__tooltipValue___0Li2r {
  padding-left: 1em;
}
.TimeSeriesChartLight__sharedTooltip___nmvKa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TimeSeriesChartLight__tooltipLeftColumn___VRFoV {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
  min-width: 0;
}
.TimeSeriesChartLight__tooltipContentText___zL8QB {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.TimeSeriesChartLight__tooltipRightColumn___21a2n {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.TimeSeriesChartLight__tooltipSeriesColor___Ogj15 {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.TimeSeriesChartLight__tooltipTimestamp___Y-s93 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
@media only print { /* eg. Reports */
  .ThemeProviderLight__wrapper___uzc1P {
    height: 100%;
  }
}

.ThemeProviderLight__wrapper___uzc1P {
  color: #1F2D42;
  line-height: 1.3;
}

.ThemeProviderLight__wrapper___uzc1P hr {
  margin: 0.625em 0;
}

.ThemeProviderLight__wrapper___uzc1P input, .ThemeProviderLight__wrapper___uzc1P textarea, .ThemeProviderLight__wrapper___uzc1P keygen, .ThemeProviderLight__wrapper___uzc1P select, .ThemeProviderLight__wrapper___uzc1P  button {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ThemeProviderLight__wrapper___uzc1P input[type="text"] {
  opacity: 1 !important;
}

/* TODO: can this be reused from button.css? */
.ToggleSwitchLight__switch___W5gwi {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 3em;
  height: 1.5em;
}
.ToggleSwitchLight__small___FGi\+X {
}
.ToggleSwitchLight__switchCheckbox___cFnvm {
  display: none !important;
}
.ToggleSwitchLight__switchLabel___31j57 {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 1.125em;
}
.ToggleSwitchLight__switchInner___XGkX4 {
  width: 200%;
  height: 1.5em;
  margin-left: -100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  display: table;
  line-height: 1em;
}
.ToggleSwitchLight__onSwitch___fLTBX {
  height: 100%;
  display: table-cell;
  width: 50%;
  color: #ffffff;
  fill: #ffffff;
  background-color: #46AF61;
  padding: 0.25em 0 0 0.25em;
}
.ToggleSwitchLight__offSwitch___XULhw {
  height: 100%;
  width: 50%;
  display: table-cell;
  background-color: #EFF1F3;
  vertical-align: middle;
}
.ToggleSwitchLight__switchThumb___LGggz {
  width: calc(1.5em - 2px);
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  bottom: 4px;
  right: calc(1.5em + 1px);
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ToggleSwitchLight__switchThumb___LGggz:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
}
.ToggleSwitchLight__switchCheckbox___cFnvm:checked + .ToggleSwitchLight__switchLabel___31j57 .ToggleSwitchLight__switchInner___XGkX4 {
  margin-left: 0;
}
.ToggleSwitchLight__switchCheckbox___cFnvm:checked + .ToggleSwitchLight__switchLabel___31j57 .ToggleSwitchLight__switchThumb___LGggz {
  right: 1px;
}
.ToggleSwitchLight__switchCheckbox___cFnvm[disabled=disabled] + .ToggleSwitchLight__switchLabel___31j57 {
  opacity: 0.4;
}

@-webkit-keyframes ToolTipLight__rcToolTipZoomIn___iEe0H {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ToolTipLight__rcToolTipZoomIn___iEe0H {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes ToolTipLight__rcToolTipZoomOut___chthy {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes ToolTipLight__rcToolTipZoomOut___chthy {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.ToolTipLight__theme___Sz3j7 {
}
.ToolTipLight__overlay___UDoWb {
  padding: 0.5em 1em;
  color: #1F2D42;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ToolTipLight__arrow___9t6Gg {
  background: #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-top .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: -11px;
  left: 50%;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topLeft .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  left: 8px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftTop .ToolTipLight__arrow___9t6Gg {
  top: 14px;
  right: -3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topRight .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  right: 11px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightTop .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 14px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 1px;
  left: 50%;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomRight .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  right: 11px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomLeft .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  left: 8px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-right .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightBottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: 3px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-left .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftBottom .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  bottom: 3px;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-hidden {
  display: none;
}

.WordCloudLight__WordCloud___4HYlG {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.PanelModalLight__bodyOpen___Y3yK\+ {
  overflow: hidden;
}
.PanelModalLight__backdrop___0JAOC {
  background: #333333;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  outline: none;
}
.PanelModalLight__modal___uPJZj {
  height: 100vh;
  background-color: #EFF1F3;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  position: absolute;
  right: 0;
  z-index: 1051;
}
.PanelModalLight__close___5hEQu {
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-style: inherit;
  height: 40px;
  left: -50px;
  line-height: normal;
  outline: 0;
  position: absolute;
  top: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  width: 40px;
  background-color: white;
}
.PanelModalLight__close___5hEQu svg {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  color: #2F3E54;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b1986e5e5f266a5b53b43d900bb1f6c7)
 * Config saved to config.json and https://gist.github.com/b1986e5e5f266a5b53b43d900bb1f6c7
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940;
  }
}
@media (min-width: 1200) {
  .container {
    width: 1140;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* Not included by generated bootstrap but necessary */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Fade */
.fadeIn-enter {
  opacity: 0.01;
}
.fadeIn-enter.fadeIn-enter-active {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
.fadeIn-exit.fadeIn-exit-active {
  opacity: 0.01;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
.fadeIn-appear {
  opacity: 0.01;
}
.fadeIn-appear.fadeIn-appear-active {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
/* Modal CSS transitions */
.modal-appear .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
}
.modal-appear.modal-appear-active .modalTransition {
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.modal-enter .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
}
.modal-enter.modal-enter-active .modalTransition {
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.modal-exit-active .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.backdropTransition.modal-appear {
  opacity: 0;
}
.backdropTransition.modal-appear.modal-appear-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.modal-enter {
  opacity: 0;
}
.backdropTransition.modal-enter.modal-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.modal-exit.modal-exit-active {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
/* Slide Top */
.slideTop-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-enter.slideTop-enter-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideTop-exit {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideTop-exit.slideTop-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-appear.slideTop-appear-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
/* Slide Right */
.slideRight-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-enter.slideRight-enter-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideRight-exit {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideRight-exit.slideRight-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-appear.slideRight-appear-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
/* Slide Bottom */
.slideBottom-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-enter.slideBottom-enter-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideBottom-exit {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideBottom-exit.slideBottom-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-appear.slideBottom-appear-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
/* Slide Left */
.slideLeft-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-enter.slideLeft-enter-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideLeft-exit {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideLeft-exit.slideLeft-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-appear.slideLeft-appear-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
/* StoryList Animation */
.slideDown-appear {
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
      transform: translateY(-40px);
  opacity: 0;  
}
.slideDown-appear.slideDown-appear-active {
  -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
      transform: translateY(0px);
  opacity: 1;
}
.slideDown-exit {
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1; 
}
.slideDown-exit.slideDown-exit-active {
  -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
      transform: translateY(-40px);
  opacity: 1;
}
/* Slide Right */
.panelModal-enter .panelModalTransition {
  -webkit-transform: translateX(50vw);
          -ms-transform: translateX(50vw);
      transform: translateX(50vw);
}
.panelModal-enter.panelModal-enter-active .panelModalTransition {
  -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.panelModal-exit.panelModal-exit-active .panelModalTransition {
  -webkit-transform: translateX(50vw);
          -ms-transform: translateX(50vw);
      transform: translateX(50vw);
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.backdropTransition.panelModal-enter {
  opacity: 0;
}
.backdropTransition.panelModal-enter.panelModal-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.panelModal-exit.panelModal-exit-active {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.LoginFormLight__submitCell___DBlzn {
  height: 82px;
}

.LoginFormLight__paddingCell___fmGob {
  height: 82px;
}

.LoginFormLight__logo___VadcN {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.LoginFormLight__logoPaddingCell___9aOKe {
  display: block;
  height: 30px;
  z-index: 0;
}

.LoginFormLight__invisibleCell___-IYe- {
  visibility: hidden;
}

.LoginFormLight__loginFormBackround___apR9R {
  background-image: url(/static/build/77069/images/Login_Background.png);
  width: 85%;
  margin: 0 auto;
  padding: 206px 0;
  max-width: 1107px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .LoginFormLight__background___05xSz {
    background-image: url(/static/build/77069/images/Mobile_Background.png);
  }
  .LoginFormLight__loginFormBackround___apR9R {
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .LoginFormLight__termsTextRow___3kXm8 {
    text-align: center;
  }
}

.LoginFormLight__background___05xSz {
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .LoginFormLight__loginFormBackround___apR9R {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .LoginFormLight__loginFormBackround___apR9R {
    width: 85%;
  }
}

@media (min-width: 768px) {
  .LoginFormLight__background___05xSz {
    background-image: url(/static/build/77069/images/Background_Circles.png);
  }
}

.LoginFormLight__background___05xSz {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.LoginFormLight__row___Te4tX {
  width: 100%;
  clear: both;
}

.LoginFormLight__mainRow___JVldG {
  vertical-align: middle;
}

.LoginFormLight__background___05xSz label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.LoginFormLight__usernameLabel___aNEN7 {
  margin: 0;
  border-bottom: 1px solid transparent;
}

.LoginFormLight__errorUsernameLabel___kbCbY .LoginFormLight__usernameInput___dCqe7 {
  border-color: #DD3A59 !important;
}

.LoginFormLight__passwordLabel___dwvft {
  margin: 0;
}

:root .LoginFormLight__commonInput___RQU0m {
  height: 50px;
  width: 100%;
  border: 0;
  margin: 0;
  color: #1F2D42;
  background: #EFF1F3;
  padding-left: 10px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  white-space: nowrap;
  font-family: Roboto;
}

:root .LoginFormLight__commonInput___RQU0m:focus {
  background: #ffffff;
}

:root .LoginFormLight__commonInput___RQU0m::-webkit-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormLight__commonInput___RQU0m::-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormLight__commonInput___RQU0m:-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormLight__commonInput___RQU0m:-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}

:root .LoginFormLight__commonInput___RQU0m:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

@media (max-width: 768px) {
  :root .LoginFormLight__errorMessage___pc23N {
    left: 0;
  }
}

:root .LoginFormLight__commonInput___RQU0m:focus {
  outline: none;
}

.LoginFormLight__usernameInput___dCqe7 {
  margin-bottom: 1px !important;
  border-bottom: 1px solid transparent !important;
}

.LoginFormLight__usernameInput___dCqe7:focus
{
  outline:0;
}

.LoginFormLight__passwordInput___A-MzB {
}

.LoginFormLight__passwordInput___A-MzB:focus
{
  outline:0;
}

.LoginFormLight__buttonContainer___qtIqt {
  width: 100%;
  height: 82px;
}

.LoginFormLight__offsetCell___xakpY {
  display: block;
  position: absolute;
  margin-top: 0.25em;
}

.LoginFormLight__forgotPassword___0BnMv {
  width: 100%;
  text-align: center;
  color: #00A0FE !important;
  margin-top: 10px;
  z-index: 1;
  cursor: pointer;
}

.LoginFormLight__forgotPassword___0BnMv:hover {
  text-decoration: none;
}

.LoginFormLight__errorMessage___pc23N {
  font-size: 0.875rem;
  padding: 1em;
  margin-left: 0;
  background: #DD3A59;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
}

.LoginFormLight__signInButton___iq181 {
  height: 101px;
  width: 100%;
  cursor: pointer;
  padding: 0.5em 1em;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  outline: 0;
  background: #00A0FE;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1em;
  position: relative;
  border-radius: 0;
  bottom: 0px
}

.LoginFormLight__signInButton___iq181:hover {
  background: #04BCFD;
  color: #034A89;
}

.LoginFormLight__signInButton___iq181:active {
  background: #034A89;
  color: #04BCFD;
}

@media (max-width: 767px) {
  .LoginFormLight__passwordInput___A-MzB, .LoginFormLight__usernameInput___dCqe7 {
    font-size:1rem !important;
    height: 40px !important;
  }
  .LoginFormLight__signInButton___iq181 {
    font-size: 1.125rem;
    height: 80px;
    bottom: 0px;
  }
  .LoginFormLight__forgotPassword___0BnMv {
    font-size: 0.875rem;
  }
}

.LoginFormLight__termsTextRow___3kXm8 {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #B4BFD6;
  width: 100%;
}

.LoginFormLight__termsTextRow___3kXm8 a{
  color: #00A0FE;
}

.LoginFormLight__termsTextRow___3kXm8 a:hover{
  text-decoration: none;
}

.LoginFormLight__notificationMessage___GbWyy {
  padding: 0.75em;
  background: #F29320;
}

.LoginFormLight__notificationMessage___GbWyy a {
  color: white;
  text-decoration: underline;
}

@media (max-height: 700px) {
  .CategoryList__outerContainer___eixE6 {
    height: 340px;
  }
}

@media (min-height: 701px) {
  .CategoryList__outerContainer___eixE6 {
    height: 490px;
  }
}


.CategoryList__categoryList___BxyZ4 {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.CategoryList__categoryGroup___FVaxy {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.CategoryList__outerContainer___eixE6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: auto;
}

.CategoryList__scrollContainer___piepS {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: scroll;
  padding-bottom: 41px;
  padding-top: 10px;
}

.CategoryList__scrollFade___BrKcz {
  z-index: 2002;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 41px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f4f4), to(#f2f4f4));
  background: -webkit-linear-gradient(top, #f2f4f4, #f2f4f4);
  background: -o-linear-gradient(top, #f2f4f4, #f2f4f4);
  background: linear-gradient(to bottom, #f2f4f4, #f2f4f4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 244, 244, 0)), to(rgba(242, 244, 244, 1)));
  background: -webkit-linear-gradient(top, rgba(242, 244, 244, 0), rgba(242, 244, 244, 1));
  background: -o-linear-gradient(top, rgba(242, 244, 244, 0), rgba(242, 244, 244, 1));
  background: linear-gradient(to bottom, rgba(242, 244, 244, 0), rgba(242, 244, 244, 1));
  pointer-events: none;
}

.CategoryList__staticContainer___qr2Xz {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-bottom: 1px solid #EFF1F3;
  -webkit-box-shadow: 0px 6px 10px -10px #000000;
          box-shadow: 0px 6px 10px -10px #000000;
  padding-bottom: 10px;
  font-weight: bold;
}

.common__add-remove-controls-font___YM9FV {
}

.common__regular-extra-large-font___kJJd8 {
}

.common__regular-large-font___C8irv {
}

.common__regular-normal-font___wYGiS {
}

.common__regular-normal-font___wYGiS {
}

.common__light-normal-font___Plg41 {
}

.common__selected___EKGOn {
  background: #00A0FE;
  color: #ffffff;
}

.common__selected-on-hover___AZFNq:hover {
  color: #ffffff;
}

.CategoryListItem__categoryListItem___SB5md {
  line-height: 32px;
}

.CategoryListItem__categoryListItem___SB5md:hover {
  color: #00A0FE;
  cursor: pointer;
}

.CategoryListItem__categoryListItem___SB5md:first-child {
  border-top: none;
}

.CategoryListItem__categoryListItem___SB5md:last-child .CategoryListItem__categoryListItemText___1uFQy {
  border-bottom: none;
}

.CategoryListItem__categoryListItemText___1uFQy {
  border-bottom: 1px solid #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0px;
  padding-left: 13px;
}

/* TODO: DRY up these commonly used rules (repeated in multiple CSS modules) */
.CategoryListItem__selected___pcHC\+ {
  position: relative;
  z-index: 2003;
}

.CategoryListItem__selected___pcHC\+:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .CategoryView__condensedCategoryView___WKkFS {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 901px) {
  .CategoryView__condensedCategoryView___WKkFS {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.CategoryView__categoryView___61-Ot {
  padding: 5px;
  position: relative;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.CategoryView__condensedCategoryView___WKkFS {
  padding: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.CustomWidgetCategoryView__wrapper___XsBZX {
  padding: 0;
  z-index: 1999;
}

.CreateView__wrapper___zh0d1 {
  height: 100%;
  background-color: #ffffff;
  z-index: 1999;
}

.CreateView__tabbedPanesWrapper___69G\+\+ {
  padding-left: 5%;
  padding-right: 5%;
}

.CreateView__header___GMgEz {
  padding-left: 20px;
  color: white;
  background-color: #00A0FE;
}

.CreateView__viewTitle___uC8kn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 0;
}

.CreateView__description___Qnbx3 {
  margin-top: 5px;
  margin-left: 30px;
  padding-bottom: 10px;
}

.CreateView__tabLabel___spcGY {
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
}

/* Category styles */
.Category__categoryWrapper___ftYOV {
  -webkit-column-break-inside: avoid;
}

.Category__category___qCDo8 {
  padding-bottom: 10px;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.Category__category___qCDo8 li {
  line-height: 16px;
  line-height: 1rem;
}

.Category__categoryHeader___Gl7hl {
  margin-top: 0;
  margin-bottom: 5px;
}

.SelectView__wrapper___0A7ys {
  padding-left: 20px;
  padding-right: 20px;
}

.SelectView__creationWrapper___NUVLD {
  margin-bottom: 20px;
  border-bottom: 1px solid #D8DDE1;
  cursor: pointer;
}

.SelectView__creationWrapper___NUVLD:hover {
  color: #00A0FE;
}

.SelectView__creationTitle___Pw1xE {
}

.SelectView__title___3zt83 {
  margin: 0;
  text-transform: capitalize;
}

.SelectView__description___3M17v {
  margin-top: 5px;
  margin-left: 30px;
}

.SelectView__widgetList___wxIZK {
}

.SelectView__noItemsMessage___pGnnm {
  padding-left: 10px;
}

.SelectView__editFormWrapper___LKivK {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgb(203, 225, 240);
}

/* CategoryItem Component Styles */
.CategoryItem__categoryItem___URgQx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 6px 5px 6px 0px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* Render hack for Safari column-count */
  outline-style: none;
  margin-bottom: 1px;
}

.CategoryItem__categoryIcon___f2gLo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  vertical-align: top;
  display: inline-block;
  padding-left: inherit;
  width: 40px;
  text-align: center;
}

.CategoryItem__categoryTextWrapper___29Q0v {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

.CategoryItem__categoryDescription___-FN9w {
  padding-right: 30px;
  padding-top: 1px;
}

.CategoryItem__categoryItem___URgQx:hover .CategoryItem__categoryText___PL7gr {
  /*color: blue07;*/
}

.CategoryItem__categoryItem___URgQx:hover .CategoryItem__categoryIcon___f2gLo {
  /*color: blue07;*/
}

.CategoryItem__categoryItem___URgQx:focus .CategoryItem__categoryText___PL7gr {
  color: #00A0FE;
}

.CategoryItem__categoryItem___URgQx:focus .CategoryItem__categoryIcon___f2gLo {
  color: #00A0FE;
}

.CategoryItem__selected___sK9-R.CategoryItem__categoryItem___URgQx:hover {
  cursor: auto;
}

.CategoryItem__selected___sK9-R.CategoryItem__categoryItem___URgQx:hover .CategoryItem__categoryText___PL7gr {
  color: #ffffff;
}

.CategoryItem__selected___sK9-R.CategoryItem__categoryItem___URgQx:hover .CategoryItem__categoryIcon___f2gLo {
  color: #ffffff;
}

.CategoryItem__selected___sK9-R.CategoryItem__categoryItem___URgQx:focus .CategoryItem__categoryText___PL7gr {
  color: #ffffff;
}

.CategoryItem__selected___sK9-R.CategoryItem__categoryItem___URgQx:focus .CategoryItem__categoryIcon___f2gLo {
  color: #ffffff;
}

.CategoryItem__categoryItem___URgQx.CategoryItem__disabled___6qyci .CategoryItem__categoryText___PL7gr,
.CategoryItem__categoryItem___URgQx.CategoryItem__disabled___6qyci:hover .CategoryItem__categoryText___PL7gr {
  color: #d0d0d0;
  color: rgba(208, 208, 208, 1);
}

.CategoryItem__countControls___89kK\+ {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.CategoryItem__countControlContainer___pKwRM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.CategoryItem__countControlChild___\+qh2h {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  vertical-align: middle;
  text-align: center;
}

.CategoryItem__countControlAction___Wfv0z {
  cursor: pointer;
}

.CategoryItem__disabledCountControlAction___Rbjmj {
  opacity: 0.5;
}

.CategoryItem__smallCountControls___qMQ5C {
  width: 60px;
}

.CategoryItem__largeCountControls___fwNoY {
  width: 100px;
  margin-right: 20px;
}

/* TODO: DRY up these commonly used rules (repeated in multiple CSS modules) */
.CategoryItem__selected___sK9-R {
  background: #00A0FE;
  color: #ffffff;
}

.CategoryItem__selected___sK9-R:hover {
  color: #ffffff;
}

.FreeformForm__description___3AYvG {
  margin-top: 0;
}

.FreeformForm__formField___JGdVt {
  margin-bottom: 20px;
}

.FreeformForm__label___gMGtW {
  display: inline-block;
  width: 100px;
}

/* Attribute selector needed to override Bootstrap CSS */
.FreeformForm__textInput___TBpMl[type="text"] {
  padding: 8px;
  border: 0;
  border-radius: 1px;
  font-size: 19.2px;
  font-size: 1.2rem;
  background-color: #D8DDE1;
}

.FreeformForm__formValidationMessage___QcCvz {
  text-align: center;
  font-weight: bold;
}

.FreeformForm__textInput___TBpMl::-webkit-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.FreeformForm__textInput___TBpMl::-moz-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.FreeformForm__textInput___TBpMl::-ms-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.FreeformForm__textInput___TBpMl::placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.FreeformForm__redactorFormField___Cdfwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.FreeformForm__redactorFormField___Cdfwe .FreeformForm__label___gMGtW {
  margin-top: 5px;
}

.FreeformForm__redactorWrapper___mJNfS {
  display: inline-block;
}

.FormSubmissionControls__wrapper___9bhPi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}

.FileUploadForm__description___xYfbc {
}

.FileUploadForm__formField___B\+jZg {
}

.FileUploadForm__label___5-pOi {
}

.FileUploadForm__textInput___5iscb {
}

.FileUploadForm__formValidationMessage___MGSrw {
}

/* TODO: Find a way to make placeholder styles DRYer between files */
.FileUploadForm__textInput___5iscb::-webkit-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.FileUploadForm__textInput___5iscb::-moz-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.FileUploadForm__textInput___5iscb::-ms-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.FileUploadForm__textInput___5iscb::placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.FileUploadForm__fileFormField___b1bmU {
}

.FileUploadForm__fileFormField___b1bmU .FileUploadForm__label___5-pOi {
  margin-top: 5px;
  vertical-align: top;
}

.FileUploadForm__fileUploader___gtvkc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 80%;
  padding: 20px;
  border: 2px dashed;
  cursor: pointer;
}

.FileUploadForm__fileUploadMessage___SH65L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

.IframeForm__description___05JOY {
}

.IframeForm__formField___vUsRG {
}

.IframeForm__label___uAaU8 {
}

.IframeForm__textInput___qifd8 {
}

.IframeForm__contentInput___Yvkl3 {
  width: 76%;
}

.IframeForm__formValidationMessage___QqKyE {
}

/* TODO: Find a way to make placeholder styles DRYer between files */
.IframeForm__textInput___qifd8::-webkit-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.IframeForm__textInput___qifd8::-moz-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.IframeForm__textInput___qifd8::-ms-input-placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}
.IframeForm__textInput___qifd8::placeholder {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .7);
}

/* Drawer Container Styles */
.Drawer__drawerChildrenContainer___7TDE6 {
  max-height: 225px;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 0 10px;
  padding-start: 0px;
  background: #2F3E54;
}

.Drawer__drawerChildContainer___DPeLP {
  border-bottom: 1px solid #D8DDE1;
  line-height: 41px;
  padding-right: 5px;
}

.Drawer__drawerContainer___Ux1sC li {
  line-height: 41px;
}

.Drawer__drawerContainer___Ux1sC {
  position: absolute;
  cursor: pointer;
  bottom: -41px;
  color: #D8DDE1;
  background: #2F3E54;
  z-index: 2000;
  width: 100%;
}

.Drawer__drawerHandle___40ZRv {
  position: absolute;
  display: block;
  height: 7px;
  width: 28px;
  text-align:center;
  top: -7px;
  line-height: 7px;
  left: 48%;
  color: #ffffff;
  background: #1F2D42;
  z-index: 2000;
}

.Drawer__drawerHandleOpen___VCj5B {
  top: 0;
}

.Drawer__drawerHeader___RqdJ2 {
  text-align: center;
  line-height: 41px;
  height: 41px;
  background: #1F2D42;
}

@media (max-height: 700px) {
  .AddWidgetModal__categoryScrollView___Pw79k {
    height: 300px;
  }

  .AddWidgetModal__modalBody___CxybS {
    height: 340px;
  }

  .AddWidgetModal__emptySearchResultsView___QBSkJ {
    margin-top: 140px;
  }

}

@media (min-height: 701px) {
  .AddWidgetModal__categoryScrollView___Pw79k {
    height: 450px;
  }

  .AddWidgetModal__modalBody___CxybS {
    height: 490px;
  }

  .AddWidgetModal__emptySearchResultsView___QBSkJ {
    margin-top: 220px;
  }

}

.AddWidgetModal__base___JB6UJ {
  line-height: 16px;
  line-height: 1rem;
}

.AddWidgetModal__categoryScrollView___Pw79k {
  width: 100%;
}


/* ModalHeader Component Styles */
.AddWidgetModal__modalTitle___gZCIS {
  display: inline-block;
  vertical-align: top;
  width: 155px;
  height: 28px;
  line-height: 28px;
}

.AddWidgetModal__modalBody___CxybS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 15px 0 15px;
  overflow: hidden;
}

.AddWidgetModal__searchInput___x2H3r {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.AddWidgetModal__categoryScrollView___Pw79k {
  vertical-align: top;
  display: inline-block;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.AddWidgetModal__header___YwtNq {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.AddWidgetModal__footer___7aET4 {
  margin: 18px 15px 18px 15px;
  text-align: right;
  overflow: visible;
}

/* TODO: DRY up these commonly used rules (repeated in multiple CSS modules) */

.AddWidgetModal__total___Dk4da {
  position: absolute;
  right: 30px;
  width: 100px;
}

.AddWidgetModal__searchMatch___AOzLn {
  background: #00A0FE;
}

.AddWidgetModal__emptySearchResultsView___QBSkJ {
  text-align: center;
}

/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */

.WorkbenchBuilder__titleSection___tpnzD {
  border-bottom: 1px solid #D8DDE1;
}

.WorkbenchBuilder__titleHeader___zx8xV {
  margin: 10px 0px 0px 0px;
  color: #1F2D42;
}

.WorkbenchBuilder__descriptiveText___eUavr {
  color: #1F2D42;
}

.WorkbenchBuilder__loadingSection___WXmth {
  position: relative;
  width: 100%;
  padding: 100px 0 0 0;
}

.WorkbenchBuilder__container___gF73D {
  margin: 0px 0px 0px 10px;
}

/*
 * defines variables for export and import by other
 * css files.
 */

.common__list___XkHq8 {
  margin: 0;
  padding: 0;
}

.common__listItem___uBnur {
  border-bottom: 1px solid #D8DDE1;
  list-style-type: none;
  line-height: 3em;
}

.common__addListItem___a400M {
}

.common__action___QiR4D {
  margin: 0px 0px 0px 15px;
  visibility: hidden;
  position: absolute;
}

.common__info___\+SdJv, .common__check___VI6Vf, .common__close___YLRBL {
  color: #8E9FAD;
}

.common__check___VI6Vf, .common__close___YLRBL {
  margin: 0px 10px 0px 10px;
}

.common__info___\+SdJv {
  margin: 0px 25px 0px 0px;
}

.common__info___\+SdJv:hover, .common__check___VI6Vf:hover {
  color: #46AF61;
  cursor: pointer;
}

.common__checkIsValid___8blZq {
  color: #46AF61;
}

.common__close___YLRBL:hover {
  color: #DD3A59;
  cursor: pointer;
}

.common__confirmationModalContent___bwe0f {
  line-height: 1.2;
  white-space: normal;
}

.WorkbenchFieldForm__formContainer___lR\+Zm {
  margin-top: 10px;
  max-width: 750px;
}

@media (min-width: 1170px) {
  .WorkbenchFieldForm__formContainer___lR\+Zm {
    max-width: 800px;
  }
}

.WorkbenchFieldForm__addNewFieldButton___k5CBv {
  padding: 2px 0 2px 2px;
  border-bottom: none;
}

.WorkbenchFieldForm__gridHeader___20MCO {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
}

.WorkbenchFieldForm__gridControl___GGDe0 {
  display: inline-block;
  vertical-align: middle;
}

.WorkbenchFieldForm__actions___gemIp {
  line-height: 40px;
}

.WorkbenchFieldForm__actionsFloatRight___Pp5JX {
  position: absolute;
  right: -20px;
  float: right;
}

@media (min-width: 1170px) {
  .WorkbenchFieldForm__actionsFloatRight___Pp5JX {
    right: 40px;
  }
}

.WorkbenchFieldForm__fieldNameHeader___QSpRQ {
  padding-left: 10px;
}

.WorkbenchFieldForm__fieldNameForm___FrQvI {
  width: 170px; /* vs. `fieldNameWidth` */
  line-height: 40px;
}

.WorkbenchFieldForm__fieldTypeHeader___1ocKj {
  padding-left: 10px;
}

.WorkbenchFieldForm__fieldTypeSelect___ybFKk {
  margin-top: 4px;
  width: 170px;
}

.WorkbenchFieldForm__campaignSelectorHeader___QjtA- {
}

.WorkbenchFieldForm__campaignSelectorControl___V28VL {
  width: 220px;
  padding-top: 5px;
}

.WorkbenchFieldForm__multipleValuesHeader___szoa\+ {
}

.WorkbenchFieldForm__multipleValuesText___5I\+kM {
  padding-right: 0.5em;
}

.WorkbenchFieldForm__multipleValuesToggle___rCJFj {
  line-height: 40px;
}

.TooltipOverrides__tooltipText___z3fk9 {
  /* TODO: is there a better way to override only some landscape component styles? */
  min-width: 200px !important;
}

.ToggleOverrides__switch___qAwz7 {
  top: 5px; /* 1/8 of the 40px height switch */
  margin: 0px 20px 0px 5px;
}

/* override bootstrap2 label styles */
.ToggleOverrides__switch___qAwz7 label {
  line-height: 40px;
  margin-bottom: 0px;
}

.WorkbenchFieldCampaignSelector__checkboxControl___TuFCv {
  color: #2F3E54;
}

.WorkbenchFieldCampaignSelector__selectControl___SIHJK {
}

.WorkbenchFieldCampaignSelector__selectShareAll___-spEX {
  color: #2F3E54;
  margin: 2px 0;
}

form {
  margin: 0;
}

.WorkbenchValue__action___RI2WK {
  color: blue3;
  margin-right: 16px;
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}

.WorkbenchValue__actionsContainer___g6Cxk {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

/* TODO: DRY from WorkbenchField.css */
.WorkbenchValue__actionDelete___D6N59 {
  right: 15px;
}
.WorkbenchValue__actionDelete___D6N59:hover {
  color: red01;
}
.WorkbenchValue__actionEdit___Y-1B9 {
  right: 50px;
}

.WorkbenchValue__valueListItem___b8FaP {
  padding-left: 20px;
}

.WorkbenchValue__valueListItem___b8FaP:hover .WorkbenchValue__actionEdit___Y-1B9, .WorkbenchValue__valueListItem___b8FaP:hover .WorkbenchValue__actionDelete___D6N59 {
  visibility: visible;
}

.WorkbenchValue__valueName___3huwQ {
}

.WorkbenchValue__fieldLabelHover___Y\+b30:hover {
  color: #00A0FE;
}

.WorkbenchValue__fieldLabel___jjYYs {
}

.WorkbenchValue__confirmationModalContent___BthHb {
}

.WorkbenchValueEditInput__editAction___1qX5A {
  color: #8E9FAD;
  visibility: visible;
}

.WorkbenchValueEditInput__fieldValueLabel___tS-Yp {
  color: #2F3E54;
  margin: 10px 0 2px 0;
}

.WorkbenchValueEditInput__form___xK03W {
  margin: 0px 0px 0px -10px;
}

.WorkbenchValueEditInput__editAction___1qX5A:first-of-type:hover {
  color: #DD3A59;
  cursor: pointer;
}

.WorkbenchValueEditInput__editAction___1qX5A:hover {
  color: #46AF61;
  cursor: pointer;
}

.WorkbenchValueEditInput__fieldValueInput___6veSy {
  display: inline-block;
  width: 215px;
}

.WorkbenchValueEditInput__closeAction___IPyKz {
  right: 15px;
}

.WorkbenchValueEditInput__checkAction___nM56-, .WorkbenchValueEditInput__checkActionValid___OSZU0 {
  right: 50px;
}

.WorkbenchValueEditInput__checkActionValid___OSZU0 {
  color: #46AF61;
}

.WorkbenchField__container___AMwyC {
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.WorkbenchField__accountContainer___9nBLq {
  width: 100%;
}

.WorkbenchField__fieldHeader___FrmLa {
  border-bottom: 1px solid #D8DDE1;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.WorkbenchField__fieldHeader___FrmLa:hover {
  cursor: pointer;
}

.WorkbenchField__form___pcEKg {
  display: inline-block;
  width: 100%;
}

.WorkbenchField__inputFieldName___wp5S3 {
  width: 215px;
  display: inline-block;
}

.WorkbenchField__hideTextOverflow___\+hpNx {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.WorkbenchField__fieldLabel___in67t {
  width: 100%;
  display: inline-block;
}

.WorkbenchField__fieldLabel___in67t:hover {
  color: #00A0FE;
}

.WorkbenchField__fieldName___74VmS {
  max-width: 215px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.WorkbenchField__fieldNameWithoutIcon___ZZY5I {
  padding-left: 20px;
}

.WorkbenchField__fieldTypeCommon___t7cWr {
  color: #8E9FAD;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-style: italic;
  margin: 0px 0px 0px 10px;
}

.WorkbenchField__fieldType___RCBBY {
  padding-left: 0.5em;
}

.WorkbenchField__fieldMultiLabel___2NIMD {
}

.WorkbenchField__fieldCampaignSelector___PcxyI {
  display: inline-block;
  width: 250px;
  margin-left: 20px;
  vertical-align: top;
  white-space: normal;
}

.WorkbenchField__fieldCampaignSelector___PcxyI label {
  cursor: pointer;
}


.WorkbenchField__fieldAction___FIZFX {
  color: blue3;
}

.WorkbenchField__fieldActionDelete___N2uOy {
  right: 15px;
}

.WorkbenchField__fieldActionDelete___N2uOy:hover {
  color: #DD3A59;
}

.WorkbenchField__fieldActionEdit___G4okp {
  right: 50px;
}

.WorkbenchField__fieldActionShared___9rH0h {
  visibility: visible;
  right: 15px;
}

.WorkbenchField__editAction___82wDX {
  visibility: visible;
}

.WorkbenchField__editActionClose___kQbsR {
  right: 15px;
}

.WorkbenchField__editActionCheck___0PYSf {
  right: 50px;
}

.WorkbenchField__editActionCheckValid___XLb0o {
  color: #46AF61;
}

.WorkbenchField__editActionClose___kQbsR, .WorkbenchField__editActionCheck___0PYSf {
}

.WorkbenchField__editActionCheck___0PYSf:hover {
  cursor: pointer;
  color: #46AF61;
}

.WorkbenchField__editActionClose___kQbsR:hover {
  cursor: pointer;
  color: #DD3A59;
}

.WorkbenchField__fieldHeader___FrmLa:hover .WorkbenchField__fieldAction___FIZFX {
  visibility: visible;
}

.WorkbenchField__valueList___cn\+dm {
}

.WorkbenchField__addListItem___Z3Skz {
  padding-left: 20px;
}

.WorkbenchField__addListItemDescription___4FEIA {
  color: #8E9FAD;
  font-style: italic;
  white-space: normal;
  width: 80%;
  line-height: 1.25em;
  padding: 0px 0px 10px 0px;
  word-wrap: break-word;
}

.WorkbenchField__newListItem___aVzXB {
  padding-left: 20px;
}

.WorkbenchField__confirmationModalContent___53mNH {
}

.WorkbenchFieldList__fieldList___RbQfA {
}

.WorkbenchField__container___Y7ZWf {
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2F3E54;
  font-size: 13.008px;
  font-size: 0.813rem;
  min-height: 48px;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  /* overflow-x: hidden; /* Slider oversteps its bounds */
  /* overflow-y: visible; /* Slider oversteps its bounds */
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.WorkbenchField__containerDisabled___VttkV {
  cursor: not-allowed;
}

.WorkbenchField__focusedContainer___M8WnG {
  background-color: #ffffff;
}

.WorkbenchField__label___kWNbl {
  display: inline-block;
  max-width: 55%;
}

.WorkbenchField__labelOrdinal___phr\+T {
}

.WorkbenchField__labelCategorical___hRPav {
}

.WorkbenchField__labelText___ZhUkF {
  max-width: 35%;
}

.WorkbenchField__labelBoolean___ANowv {
}

.WorkbenchField__labelSentiment___AN6BF {
  position: absolute;
}

.WorkbenchField__name___1gJJ3 {
  display: inline-block;
  margin: 0;
}

.WorkbenchField__subFieldText___nxlSY {
  line-height: 14.4px;
  line-height: 0.9rem;
  font-style: italic;
  color: #8E9FAD;
}

.WorkbenchField__value___snn8Y {
}

.WorkbenchField__valueText___OST\+U {
  font-style: italic;
}

.Select-value {
  font-style: normal;
}

.Select-menu-outer {
  font-style: normal;
}


.WorkbenchField__valueOrdinal___cYHPa {
}

.WorkbenchField__valueCategorical___YfxY4 {
}

.WorkbenchField__valueBoolean___I6ct5 {
}

.WorkbenchField__valueSentiment___HnL-- {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.TextSelect__textField___xAfF8 {
  display: block;
  width: 150px;
  margin-bottom: 10px;
}

.TextSelect__message___n5kMW {
  margin-bottom: 10px;
  font-style: italic;
}

.TextSelect__applyButton___qP7Mn {
  float: right;
  padding: 1px 30px;
  margin-bottom: 10px;
  border: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
  background-color: #8E9FAD;
  color: white;
}

p.TextSelect__select___Ze\+SP{
  font-style: italic;
  color: #8E9FAD;
}

.WorkbenchSelect__workbenchSelect___13u0V {
  color: #1D3F5D;
  cursor: pointer;
  outline: none;
  text-align: right;
}

.WorkbenchSelect__arrow___KRFwj {
  color: #8E9FAD;
}

.WorkbenchSelect__workbenchSelect___13u0V:focus .WorkbenchSelect__arrow___KRFwj {
  visibility: visible;
}

.WorkbenchSelect__workbenchSelect___13u0V:hover .WorkbenchSelect__arrow___KRFwj {
  visibility: visible;
}

span.WorkbenchSelect__select___0DB\+n{
  font-style: italic;
  color: #8E9FAD;
}

.WorkbenchSelect__value___akYFR {
  font-style: italic;
}

.WorkbenchSelect__listItem___sNXMX {
  width: 95px;
  font-size: 12px;
  font-size: 0.750rem;
  font-style: italic;
  line-height: 16px;
  line-height: 1rem;
  padding-right: 6px;
  text-align: right;
  margin-bottom: 2px;
}

.WorkbenchSelect__selectedListItem___mAa1W {
  background: #00A0FE;
  opacity: 0.5;
  color: #ffffff;
}

.WorkbenchSelect__selectedMultiListItem___gS6Tq {
  color: #00A0FE;
}

.WorkbenchSelect__listItem___sNXMX:hover {
  cursor: pointer;
  background: #00A0FE;
  color: #ffffff;
}

.WorkbenchSelect__applyButton___y67kt {
  background: #1D3F5D;
  font-style: normal;
  text-align: center;
  opacity: 0.5;
  color: #ffffff;
}

.WorkbenchSelect__selectedApplyButton___LofOs {
  background: blue07o;
}

.WorkbenchSentimentSelect__container___4T6Pg {
  height: 80px;
  padding: 0px 8px;
  overflow: hidden;
}

.WorkbenchPanel__container___bIu13 {
  background: #EFF1F3;
  outline: none;
}

.WorkbenchPanel__expansionPanel___PKEFj {
  margin-bottom: 1px;
  outline: none;
}

.WorkbenchPanel__submitContainer___fiPcb {
  margin-top: 15px;
  text-align: center;
}

.WorkbenchPanel__submitButton___LhDev {
  display: inline-block;
}

.WorkbenchPanel__activeProfile___hsIZP {
  color: #F9EB85;
}

.WorkbenchPanel__categoryBar___bJtsZ {
  color: #ffffff;
  background-color: #1D3F5D;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
}

.WorkbenchPanel__panelSettings___D26\+k {
  height: 25px;
  padding: 5px;
}

.WorkbenchPanel__panelSettings___D26\+k span {
  margin: 0px 10px 0px 0px; /* add margin between settings (e.g. toggle-switch and text) */
  padding-top: 3px;
}

.WorkbenchPanel__panelSettings___D26\+k label {
  /* override modal-body label styles */
  margin: 0px;
  font-weight: inherit;
  line-height: inherit;
}

.WorkbenchPanel__otherProfileBars___SDbBY header {
  background-color: #A5B3BD;
}

.WorkbenchPanel__ellipsis___lEI0B {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.WorkbenchPanel__titleContainer___-zOc0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;  
}

.WorkbenchPanel__campaignTitle___1aTDK {
  font-style: italic;
  margin: 0px 0px 0px 5px;
  max-width: 30%;
}

.WorkbenchPanel__profileTitleContainer___9rJin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.WorkbenchPanel__profileName___2QYPB {
  max-width: 60%;
}

.WorkbenchPanel__profileTitleWrapper___Z-Gh4 {
  overflow: hidden;
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.DuplicateCodingMenuBody__dropdownHeader___urNgg{
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
}

.DuplicateCodingMenuBody__dropdownBody___ZFu-5 {
  text-align: left;
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

.DuplicateCodingMenuBody__dropdownBody___ZFu-5 label {
  vertical-align: top;
}

.DuplicateCodingMenuBody__dropdownFooter___VLsPi {
  text-align: right;
}

.DuplicateCodingMenuBody__overlayNoPadding___acpBP {
  padding: 0 !important;
}

.DuplicateCodingMenuBody__horizontalSeparator___tFfm9 {
  width: 100%;
  display: block;
  height: 1px;
  background: #EFF1F3;
  margin: 5px 0;
  min-width: 200px;
}

.DuplicateCodingMenuBody__selectOnly___k9O3C {
  color: #04BCFD;
  display: none;
  cursor: pointer;
  width: 20%;
  text-align: right;
  background: none;
  border: none;
  padding: 0px;
  outline: none;
  line-height: normal;
  vertical-align: top;
}

.DuplicateCodingMenuBody__checkboxWrapper___qKc2V {
  display: inline-block;
}

.DuplicateCodingMenuBody__profileTitle___21zvQ {
  max-width: 200px;
  display: inline-block;
}

.DuplicateCodingMenuBody__titleText___4tpMF {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}

.DuplicateCodingMenuBody__checkboxItem___LH2XJ {
  margin-bottom: 5px;
}

.DuplicateCodingMenuBody__checkboxItem___LH2XJ:hover .DuplicateCodingMenuBody__titleText___4tpMF{
  width: 80%;
}

.DuplicateCodingMenuBody__checkboxItem___LH2XJ:hover .DuplicateCodingMenuBody__selectOnly___k9O3C{
  display: inline-block;
}

.DuplicateCodingMenuBody__alignedLabel___lzvfn {
  vertical-align: bottom;
}
.StockTickerTextWidget__stocksTable___YjFkI{
  float:left;
  width:100%;
  height:100%;
}
.StockTickerTextWidget__marketID___h4yge{
  font-size: 1.2em;
  margin: 0 0.2em;
}
.StockTickerTextWidget__stockSymbol___MFfGJ{
  font-weight:600;
  font-size:1.5em;
  margin:0 0.2em 0 0;
}
.StockTickerTextWidget__stockTitleName___6d2Q\+{

}
.StockTickerTextWidget__stocksMeta___AjB7e{
  float:left;
  width:100%;
}
.StockTickerTextWidget__stockTitle___qs8Ga{
  font-size:1.2em;
  float:left;
  width:100%;
}
.StockTickerTextWidget__stockTitle___qs8Ga span{
  display:inline;
}
.StockTickerTextWidget__stockPrice___DeKiq{
  font-weight:600;
  margin: 0.2em 0;
  line-height:3.0em;
  float:left;
  width:100%;
}
.StockTickerTextWidget__change___ry9n\+{
  font-size:2.3em;
  float:left;
  margin-left: 0.2em;
}

.StockTickerTextWidget__change___ry9n\+.StockTickerTextWidget__positive___uy5aP{
  color: #46AF61;
}

.StockTickerTextWidget__change___ry9n\+.StockTickerTextWidget__negative___RqOQt{
  color: #DD3A59;
}
.StockTickerTextWidget__arrow___4BoLm{
  color:#000000;
  color:rgba(0, 0, 0, 0);
  background-size: 80% auto;
  background-position: 50% 65%;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.StockTickerTextWidget__upArrow___V6QiY{
  background-image: url(/static/build/77069/images/up.png);
}
.StockTickerTextWidget__downArrow___A\+bZ4{
  background-image: url(/static/build/77069/images/down.png);
}

.StockTickerTextWidget__price___\+dUlO{
  font-size:3.0em;
  float:left;
}
.StockTickerTextWidget__dash___6AT47{
  padding: 0 10px;
}

.StockTickerTextWidget__leftColumn___z3d6W,.StockTickerTextWidget__rightColumn___sKbCd{
  width:49.5%;
  float:left;
  height:100%;
  margin:0;
  padding:0;
  list-style-type:none;
  position:relative;
}
.StockTickerTextWidget__leftColumn___z3d6W{
  float:left;
}
.StockTickerTextWidget__rightColumn___sKbCd{
  float:right;
}

.StockTickerTextWidget__listLI___1Hbxu{
  border-top: 1px solid rgba(0, 0, 0, .2);
  float:left;
  width:96%;
  margin:0 2%;
  height:31%;
  position:relative;
  font-size:2.5em;
  line-height:3.0em;
}
.StockTickerTextWidget__stocksValue___o0Esk{
  float:right;
}

.StockTickerTextWidget__stocksLabel___T1XFD{
  float:left;
  position:absolute;
  bottom:0.2em;
  font-size:0.6em;
  line-height:1.0em;
  color:#999;
}
.StockTickerTextWidget__lastLI___wsE9B:first-child{
  border-top: none;
}
.StockTickerTextWidget__lastLI___wsE9B:last-child{
  border-bottom: 1px solid #666;
}

.StockTickerTextWidget__li2x2___UTp9P{
  font-size:2.1em;
  line-height:3.0em;
}
.StockTickerTextWidget__label2x2___SfKB5{
  font-size: 0.7em;
}
.StockTickerTextWidget__li1y___QIxgN{
  font-size:1.4em;
  line-height:3.0em;
}
.StockTickerTextWidget__li1x1___K5LAd{
  display:none;
}
.StockTickerTextWidget__label1y___sIMrW{
  font-size:0.7em;
  line-height:1.1em;
}
.StockTickerTextWidget__label3x___2LlbQ{
  font-size: 0.7em;
  line-height: 1.4em;
}

.StockTickerTextWidget-ZCC__stockTitle___vjscG{
  font-size:1.8em;
  line-height:1.8em;
  font-weight:200;
}
.StockTickerTextWidget-ZCC__stockSymbol___rU2g7{
  font-weight:300;
  color:#ccc;
}
.StockTickerTextWidget-ZCC__stockTitleName___EjpmN{
  font-weight:200;
  font-size: 1.4em;
}
.StockTickerTextWidget-ZCC__stockPrice___WkVOq{
  line-height:2.8em;
  margin-bottom: 0.1em;
  color:#ccc;
}
.StockTickerTextWidget-ZCC__dash___53UNB{
  padding: 0;
}
.StockTickerTextWidget-ZCC__price___QrvJy{
  font-weight:200;
  font-size:4.0em;
  margin-bottom: 0.2em;
}
.StockTickerTextWidget-ZCC__change___B9EmW{
  font-weight:200;
  font-size:2.7em;
}
.StockTickerTextWidget-ZCC__listLI___7mSFC{
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.StockTickerTextWidget-ZCC__stocksLabel___fdrW0{
  color:#bbb;
  font-weight:300;
  font-size:0.5em;
}
.StockTickerTextWidget-ZCC__stocksValue___v9xdx{
  color:#ddd;
  font-weight:200;
}

.Schedule__container___hKub4 {
  padding: 20px 10px;
}

.Schedule__header___kGloX {
  margin-top: 20px;
  margin-bottom: 10px;
}

.Schedule__text___-bTrU {
  /* an un-styled className marker, for DOM-sniffing in our spec tests */
}

.Schedule__subSection___Y3811 {
  margin-left: 55px;
}

.Schedule__subHeader___pu8SC {
  margin-top: 10px;
  margin-bottom: 4px;
}

.Schedule__colon___tJuV2 {
  padding: 0 5px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.Schedule__input___LZSaK {
  width: 100%;
  margin-bottom: 5px;
}

.Schedule__submitButton___fTC\+7 {
  margin-top: 35px;
  position: absolute;
  right: 0;
}

.Schedule__submitButton___fTC\+7 button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Schedule__summary___NymQ2 {
  margin-top: 8px;
  border-top: 1px solid #D8DDE1;
  padding-top: 5px;
}

.Schedule__dayOfWeek___i4AQK {
  margin-bottom: 8px;
}

.Schedule__subText___5vks\+ {
  color: #8E9FAD;
}

.Schedule__inlineSelect___jv8ug {
  display: inline-block;
}

.ReportForm__submitButton___yrxPZ {
  float: right;
}

/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */



/* Sizes */

/* Weights */

@media screen and (min-width: 400px) {
  .scaledFonts.typography__smallerSize___348zW,
  .scaledFonts .typography__smallerSize___348zW
  {
    font-size: calc(9.53704px + 0.11574vw);
  }

  .scaledFonts.typography__smallSize___1oWB9,
  .scaledFonts .typography__smallSize___1oWB9 {
    font-size: calc(11.44444px + 0.13889vw);
  }

  .scaledFonts.typography__normalSize___2clRn,
  .scaledFonts .typography__normalSize___2clRn {
    font-size: calc(13.72222px + 0.06944vw);
  }

  .scaledFonts.typography__largeSize___2R-RX,
  .scaledFonts .typography__largeSize___2R-RX {
    font-size: calc(15.25926px + 0.18519vw);
  }

  .scaledFonts.typography__largerSize___1ZRUk,
  .scaledFonts .typography__largerSize___1ZRUk {
    font-size: calc(17.16667px + 0.20833vw);
  }

  .scaledFonts.typography__extraLargeSize___3cU_3,
  .scaledFonts .typography__extraLargeSize___3cU_3 {
    font-size: calc(19.07407px + 0.23148vw);
  }

  .scaledFonts.typography__largeHeadingSize___1KnpZ,
  .scaledFonts .typography__largeHeadingSize___1KnpZ {
    font-size: calc(22.88889px + 0.27778vw);
  }

  .scaledFonts.typography__largerHeadingSize___3GgzJ,
  .scaledFonts .typography__largerHeadingSize___3GgzJ {
    font-size: calc(32.37037px + -0.09259vw);
  }

  .scaledFonts.typography__veryLargeHeadingSize___3dr3A,
  .scaledFonts .typography__veryLargeHeadingSize___3dr3A {
    font-size: calc(38.14815px + 0.46296vw);
  }

  .scaledFonts.typography__largeStatisticSize___2smvX,
  .scaledFonts .typography__largeStatisticSize___2smvX {
    font-size: calc(49.59259px + 0.60185vw);
  }
}

.typography__robotoFont___3onHq {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typography__italicStyle___YOU0u {
  font-style: italic;
}

.typography__smallerSize___348zW {
  font-size: 10px;
  font-size: 0.625rem;
}

.typography__smallSize___1oWB9 {
  font-size: 12px;
  font-size: 0.75rem;
}

.typography__normalSize___2clRn {
  font-size: 14px;
  font-size: 0.875rem;
}

.typography__largeSize___2R-RX {
  font-size: 16px;
  font-size: 1rem;
}

/* HACK: We needed to add a new 18px size between largeSize and
extraLargeSize, but as the typography is still in flux we didn't
want to create a new naming scheme right now. Hence this not-great name.
*/
.typography__largerSize___1ZRUk {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography__extraLargeSize___3cU_3 { /* 20 px */
  font-size: 20px;
  font-size: 1.25rem;
}

.typography__largeHeadingSize___1KnpZ {
  font-size: 24px;
  font-size: 1.5rem;
}

.typography__largerHeadingSize___3GgzJ {
  font-size: 32px;
  font-size: 2rem;
}

.typography__veryLargeHeadingSize___3dr3A {
  font-size: 40px;
  font-size: 2.5rem;
}

.typography__largeStatisticSize___2smvX {
  font-size: 52px;
  font-size: 3.25rem;
}

.typography__thinWeight___3fzw7 {
  font-weight: 100;
}

.typography__lightWeight___1reeZ {
  font-weight: 300;
}

.typography__normalWeight___3ALQ8 {
  font-weight: 400;
}

.typography__mediumWeight___3oLbe {
  font-weight: 500;
}

.typography__boldWeight___GBZzn {
  font-weight: 700;
}

.typography__blackWeight___1eaIE {
  font-weight: 900;
}

.DesktopWidgetLight__DesktopWidget___3h25K {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.DesktopWidgetLight__EmbeddedWidget___5x6Ci {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DesktopWidgetLight__EmbeddableWidget___37dVF {
  border-radius: 4px;
  border: 1px solid #D8DDE1;
}

.DesktopWidgetLight__Footer___E8zVO {
  border-top: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
}

.DesktopWidgetLight__FooterDescription___Gg2_K{
  margin: 0;
}

.DesktopWidgetLight__FooterImg___3KCxW {
  height: 21px;
  width: 70px;
  background: url(/static/build/77069/assets/fonts/zignal_dark_text.svg) no-repeat;
  background-size: contain;
}

.DesktopWidgetLight__FooterImg___3KCxW:hover {
  cursor: pointer;
}


.DesktopWidgetMenuLight__DesktopWidgetMenu___12W0g {
  padding: 6px 0 6px 10px;
  border-left: 1px solid #D8DDE1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.CenteredContentLight__CenteredContent___uGnb2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px;
  height: 100%;
}

.CenteredContentLight__CenteredContentEmbedded___381TK {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px;
  height: calc(100% - 33px);
  margin-bottom: 0;
}


.FixedContentLight__FixedContent___oD_oz {
  overflow-y: hidden;
  height: 100%;
}


.ScrollingContentLight__ScrollingContent___JLyBW {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ScrollingContentLight__footer___26nJK {
  padding-bottom: 40px;
}

.ExpandingListWidgetLight__ExpandingListWidget___1kaVQ {
  padding: 0 20px 38px 20px;
}

.MobileWidgetLight__MobileWidget___3HFo2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.MobileWidgetLight__menu___1mVwN {
  padding: 6px 0px 6px 10px;
  border-left: 1px solid #D8DDE1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileWidgetLight__expandControl___1siiD {
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 10px;
}

.MobileWidgetLight__fixedHeader___2DqOy {
  position: fixed;
  width: 100%;
  height: 100%;
}

.MobileWidgetLight__normalContentHeight___3MT1O {
  height: 280px;
}

.MobileWidgetLight__infobarContentHeight___1D4M4 {
  height: 310px;
}

.MobileWidgetLight__disabledTouchEvents___2jJeA {
  pointer-events: none;
  height: 100%;
}

.TitleBarLight__titleBar___1OA3e {
  border-bottom: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.TitleBarLight__titleContainer___2JCb5 {
  /*text-transform: capitalize;*/
  margin: 12px 0 10px;
}

.TitleBarLight__truncateText___1DAsH {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.TitleBarLight__title___2n5Cq {
  line-height: 1;
}

.TitleBarLight__subtitle___2ucIN {

  /* HACK: With italic style the font bleeds outside of its
  em-square, which combines with overflow: hidden to cutoff the
  last few pixels of the last letter. This adds a little bit of
  extra space so that it's not cutoff. */
  padding-right: 5px;
}

.TitleBarLight__mobile___1bSTH{
  line-height: 1;
}

.TitleBarLight__mobileSubtitle___1fvpO{

  /* TODO: Why is this behaviour changed only for mobile? */
  text-transform: none;
}


.ReadingListWidgetLight__mainNote___1lfQ9 {
  padding-bottom: 30px;
}

/* On desktop this renders as a big header, wrapped in an h2, but on mobile we show it as standard-sized text.
Unfortunately we have to hardcode the style that is equivalent to the Landscape settings (largeSize, normalWeight)
because we can't use 'composes' with a selector like '.mainNote h2', and we can't see the class
directly on the h2 because it's rendered via dangerouslySetInnerHtml. */
.ReadingListWidgetLight__mainNote___1lfQ9 h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

/* Some URLs are injected, either by turning various Twitter things into links, or by user-created sections
 like notes and title bodies */
.ReadingListWidgetLight__ReadingListWidget___11kvU a {
  color: #00A0FE;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU h2 {
  font-weight: 300;
  padding-top: 40px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU {
  padding-top: 30px;
  line-height: 22px;
}

.ReadingListWidgetLight__mainNote___1lfQ9 h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU ul {
  list-style: none;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU li {
  margin-top: 10px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU li svg {
  margin-right: 5px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 ul {
  list-style: none;
  padding-top: 5px;
  line-height: 18px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 li {
  margin-top: 10px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 li svg {
  margin-right: 5px;
}

.MediaImpactSummaryLight__ProportionalBar___llaLI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MediaImpactSummaryLight__Bar___1iF4M {
  background-color: #00A0FE;
  height: 10px;
  margin-right: 5px;
}

.MediaImpactSummaryLight__bold___3oCax {
}

.MediaImpactSummaryLight__grid___1Zaei {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}

.MediaImpactSummaryLight__centered___Fy03T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaImpactSummaryLight__totalShares___22Tke {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  border-right: 1px solid #D8DDE1;
}

/* TODO: There isn't a bigger size in Landscape's typography, but in the mockup it looks bigger than this */
.MediaImpactSummaryLight__bigNumber___18TMp {
}

.MediaImpactSummaryLight__title___196DB {
  padding-bottom: 10px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 h1 {
  margin: 0 0 10px 0;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 h2 {
  margin: 0;
  padding: 20px 0 10px 0;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 p {
  margin: 0;
  line-height: normal;
  line-height: initial;
}

.MediaImpactSummaryLight__totalShares___22Tke .MediaImpactSummaryLight__centered___Fy03T {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8DDE1;
}

.MediaImpactSummaryLight__totalPotentialImpressions___cp78e {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.MediaImpactSummaryLight__totalPotentialImpressions___cp78e .MediaImpactSummaryLight__centered___Fy03T {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 10px;
}

.MediaImpactSummaryLight__sharesByType___1L798 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  border-right: 1px solid #D8DDE1;
  margin: 0;
  padding-right: 20px;
}

.MediaImpactSummaryLight__impressionsByType___RBVPr {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-top: 0;
}

.ReadingListHeaderLight__title___2Uccu {
}

.ReadingListHeaderLight__body___1MUfU {
}

.FullStoriesLight__FullStories___3RtKN {
  padding-top: 10px;
  word-break: break-word;
}

.FullStoriesLight__FullStory___2DL3u {
}

.FullStoriesLight__border___C9cAp {
  padding: 0;
}

.FullStoriesLight__border___C9cAp > li {
  border-top: #D8DDE1 1px solid;
  padding-top: 20px;
}

.FullStoriesLight__userNote___Nu4ng {
  border: #8E9FAD 1px solid;
  margin: 30px 0 30px;
  padding-left: 10px;
}

/* It's possible to create bullet-point lists in the note editor */
.FullStoriesLight__userNote___Nu4ng ul {
  list-style-type: disc;
}

.FullStoriesLight__timestamp___2LwES {
  color: #8E9FAD;
  padding-left: 5px;
}

.FullStoriesLight__authorAndTimestamp___wjdId {
  padding: 20px 0 30px;
}

.FullStoriesLight__twitterStory___1UerB > div {
  padding: 0;
}

.FullStoriesLight__twitterAuthorInfo___2M0tO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.FullStoriesLight__twitterAuthorName___2favZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}

.FullStoriesLight__twitterLinkAndTimestamp___1DXsR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FullStoriesLight__originalStoryLink___3w2_u {
}

.FullStoriesLight__thumbnail___2n06I {
  position: relative;
}

.FullStoriesLight__thumbnail___2n06I svg {
  color: white;
  position: absolute;
  left: 70px;
  top: 20px;
}

.FullStoriesLight__authorName___3jZBZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FullStoriesLight__authorName___3jZBZ span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.FullStoriesLight__retweet___1wYXV {
  color: #8E9FAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  line-height: initial; /* Reset so the Icon lines up with baseline of the text */
  padding-bottom: 10px;
}

.FullStoriesLight__clipRuntime___2QFuS {
}

.FullStoriesLight__designatedMarketArea___2JAA_ {
  padding-bottom: 20px;
}

.TableOfContentsLight__author___2e0Od {
  color: #8E9FAD;
}

.TableOfContentsLight__TOCStory___1WwIy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TableOfContentsLight__index___2ezCr {
  padding-right: 10px;
  min-width: 16px;
  min-width: 1rem; /* single digit numbers should take up the same width as 2 digit numbers */
  max-width: 16px;
  max-width: 1rem;
}

.TableOfContentsLight__TableOfContents___6UXOv ul {
  padding-left: 0;
}

.TableOfContentsLight__storyContent___RtFcy {
  word-break: break-word;
}

.AnalyticsLight__Analytics___1oEtt {
  color: #838FAE;
  padding-top: 20px;
}

.AnalyticsLight__OneLineLayout___1gB4S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.AnalyticsLight__left___2NeSO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.AnalyticsLight__AnalyticsItem___1worq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
}

.AnalyticsLight__name___29fvE {
}

.AnalyticsLight__total___1HoXL {
  border-left: #D8DDE1 1px solid;
  padding-left: 10px;
}

.AnalyticsLight__secondLine___18_QT {
  padding-top: 10px;
  line-height: normal;
  line-height: initial;
}

.AnalyticsLight__number___3Cv1- {
  line-height: normal;
  line-height: initial;
}

.BulkActionsDropdownWrapperLight__BulkActionsDropdownWrapper___3vajQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.BulkActionsDropdownWrapperLight__BulkActionsDropdownWrapper___3vajQ > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CustomVictoryToolTipLight__row___22xDM {
  display: inline;
  color: #1F2D42;
}

.CustomVictoryToolTipLight__leftCol___2TmuN {
  display: inline-block;
  padding-right: 8px;
}

.CustomVictoryToolTipLight__rightCol___wFgZ3 {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
}

.CustomVictoryToolTipLight__separator___clG14 {
  display: inline-block;
  border-right: 1px solid #D8DDE1;
  height: 75%;
  position: absolute;
}

.ChartOptionsHeaderLight__intervalButtons___1420a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.ChartOptionsHeaderLight__intervalButtons___1420a.ChartOptionsHeaderLight__hidden___3SpKC {
  display: none;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl, .ChartOptionsHeaderLight__chartTypeButtons___1L5_4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin-left: 3em;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl li {
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
  text-transform: capitalize;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl li.ChartOptionsHeaderLight__active___1eY6D, .ChartOptionsHeaderLight__chartTypeButtons___1L5_4 li.ChartOptionsHeaderLight__active___1eY6D {
  color: #00A0FE;
  border-bottom: 4px solid #00A0FE;
}

.ChartOptionsHeaderLight__chartTypeButtons___1L5_4 li{
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
  text-transform: capitalize;
}

.TimeSeriesChartWrapperLight__TimeSeriesChartWrapper___1gTiH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 93%;
  width: 100%;
}

.SmartFilterDropdownLight__optionContainer___24Plj {
  padding: 0!important;
  cursor: pointer !important;
}

.SmartFilterDropdownLight__smartFilterContainer___2T8w5 {
  display: grid;
}

.SmartFilterDropdownLight__loadingContainer___2EMj8 {
  max-height: 0px;
  z-index: 100;
  margin: 0 0 0 60%;
}

.SmartFilterDropdownLight__loadingContainer___2EMj8 div {
  margin-top: -24px;
}

.CustomMenuLight__createFilterDisabled___3QfZT {
  color: #B4BFD6;
}

.CustomMenuLight__createFilter___1b7XH:not(.CustomMenuLight__createFilterDisabled___3QfZT):hover {
  color: #00A0FE;
}

.CustomMenuLight__createFilter___1b7XH {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
  border-top: 1px solid #D8DDE1;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.CustomMenuLight__createFilterHidden___1kNc6 {
  display: none;
}

.CustomMenuLight__disabledTooltipText___Cx9Qr {
  text-align: left;
  width: 19em;
}

.CustomOptionLight__duplicateDisabled___5mieu {
  color: #B4BFD6;
}
.CustomOptionLight__isSelected___12ipx {
}

.CustomOptionLight__editDuplicate___3XVUT {
  float: right;
  margin-top: 0.231em;
  padding-right: 0.769em;
}

.CustomOptionLight__hidden___pcIMo {
  display: none;
}

.CustomOptionLight__label___251OU {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5em 1em;
  max-width: 165px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.CustomOptionLight__icons___BxqVZ {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0.5em 1em 0.5em 0;
}


.CustomOptionLight__customOption___HVgEa:hover .CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ) {
  display: inline;
  display: initial;
  cursor: pointer;
}

.CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ):not(.CustomOptionLight__isSelected___12ipx):hover {
  color: #00A0FE;
}

.CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ):not(.CustomOptionLight__isSelected___12ipx) {
  color: #1F2D42;
}

.CustomOptionLight__icon____5gvD {
  margin-left: 0.5em;
  display: inline-block;
}


.CustomOptionLight__disabled___OXQQJ {
  color: #B4BFD6;
}

.CustomOptionLight__customOption___HVgEa {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}


.CustomOptionLight__customOption___HVgEa:hover .CustomOptionLight__icons___BxqVZ:not(.CustomOptionLight__hidden___pcIMo) {
  display: inline;
  display: initial;
}

.CustomOptionLight__editDuplicateDisabledText___2C5IS {
  width: 19.231em;
  text-align: left;
}

.CustomOptionLight__summaryTitle___1Jz0T {
}

.CustomOptionLight__summaryItem___295II + .CustomOptionLight__summaryItem___295II {
  padding-top: 0.385em;
}

.CustomOptionLight__summaryText___1xAyI {
  width: 19.231em;
  text-align: left;
  max-height: 15em;
  -o-text-overflow: clip;
     text-overflow: clip;
  overflow-y: auto;
}

.FilteredTrendingStoriesModalLight__profileName___3PDcv {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__trendingStoriesLabel___3W-eS {
}

.FilteredTrendingStoriesModalLight__filterWord___1vVuH {
}

.FilteredTrendingStoriesModalLight__dateRangeLabel___1OOUU {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__dateRangeValue___2c6_e {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__trendingStoriesWidget___3sX9T {
  min-width: 400px;
  height: 450px;
  position: relative;
}

.DemBannerLight__container___1UbkF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  background-color: #E6FAFF;
  color: #00a3ff;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
}

.DemBannerLight__close___1kT0q {
  cursor: pointer;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a3ff;
}

.DemBannerLight__text___R5lDQ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.DemBannerLight__link___2vrNV {
  margin-left: auto;
  white-space: nowrap;
  text-decoration: underline;
  color: #00a3ff;
}

.OriginalStoryLinkLight__OriginalStoryLink___3Jp4x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.OriginalStoryLinkLight__externalLinkIcon___3k_aC {
  padding-left: 5px;
}

a {
  text-decoration: none;
}

.TotalMentionsChartWidgetLight__TotalMentionsChartWidget___31QGb {
  padding: 0 20px 0 20px;
}


.ProfileListLight__ProfileList___21Ky- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ProfileListLight__profileListContent___3vtIh {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ProfileListLight__title___3DG6Q {
  padding: 20px 0 10px;
}

.ProfileListLight__listItem___1mN7p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
  cursor: pointer;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__hidden___1Ncjt {
  opacity: 0.5;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__first___12YZe {
  padding-top: 0;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__last___2QKAG {
  border-bottom: none;
}

.ProfileListLight__image___3e5e8 {
  width: 23%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListLight__image___3e5e8 img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListLight__infoWrapper___2wDUE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}

.ProfileListLight__name___3iPdq {
  line-height: 14px;
}

.ProfileListLight__summary___1c55W {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.ProfileListLight__legendColor___3mn0C {
  width: 50px;
  height: 8px;
  margin-right: 5px;
  min-width: 5px;
  margin-top: 0.3em;
}

.ProfileListLight__data___ug-ez {
  margin-bottom: -5px;
}

.MobileProfileListLight__MobileProfileList___3adoU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.MobileProfileListLight__profileListContent___p6LRi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.MobileProfileListLight__title___CVjpz {
  padding: 20px 0 10px;
}

/* profile list item rules */
.MobileProfileListLight__listItem___2GSJp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__hidden___1gZXl {
  opacity: 0.5;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__first___3dpdK {
  padding-top: 0;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__last___oJM0o {
  border-bottom: none;
}

.MobileProfileListLight__image___3EMC7 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileProfileListLight__image___3EMC7 img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileProfileListLight__infoWrapper___1H00g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.MobileProfileListLight__name___r7_Hh {
}

.MobileProfileListLight__summary___2rnSb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.MobileProfileListLight__legendColor___Fo276 {
  width: 50px;
  height: 14px;
  margin-right: 10px;
}

.MobileProfileListLight__data___1cfwU {
  margin-bottom: -3px;
}

@media only screen and (orientation: portrait) {
  .MobileProfileListLight__ProfileList___Zbvwj {
    border-top: 1px solid #D8DDE1;
  }
}

@media only screen and (orientation: portrait) and (max-height: 825px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 21em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 751px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 18em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 750px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 15em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 732px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 13em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 570px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 7em;
  }
}

@media only screen and (orientation: landscape) {
  .MobileProfileListLight__ProfileList___Zbvwj {
    border-left: 1px solid #D8DDE1;
    padding-left: 20px;
  }

  .MobileProfileListLight__title___CVjpz {
    padding: 0 0 10px;
  }

  .MobileProfileListLight__listWrapper___3FiCB {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 416px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 16em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 411px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 15em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 376px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 13em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 361px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 12em;
  }
}

.ComparisonProfileListLight__ComparisonProfileList___2p5HY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ComparisonProfileListLight__profileListContent___2adZV {
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ComparisonProfileListLight__title___15R0H {
  padding: 1.25em 0 0.625em;
}

.ComparisonProfileListLight__listItem___Ft0YJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__hidden___3Sqw1 {
  opacity: 0.5;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__first___1l_tE {
  padding-top: 0;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__last___1CCoE {
  border-bottom: none;
}

.ComparisonProfileListLight__image___15RQx {
  width: 23%;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListLight__image___15RQx img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListLight__headerInfoWrapper___2GW7Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListLight__infoWrapper___2J6j5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListLight__infoWrapper___2J6j5.ComparisonProfileListLight__hidden___3Sqw1 {
  opacity: 0.5;
}

.ComparisonProfileListLight__name___1-T2U {
  line-height: 0.875em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ComparisonProfileListLight__summary___plgeL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.ComparisonProfileListLight__legendColor___BFXxn {
  width: 3.125em;
  height: 0.5em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.3em;
}

.ComparisonProfileListLight__comparisonLegendColor___26ftl {
  width: 3.125em;
  height: 0.1875em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.5em;
}

.ComparisonProfileListLight__data___2y_-o {
  margin-bottom: -0.3125em;
}

.ComparisonProfileListLight__comparisonListHeader___3_FV8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ComparisonProfileListLight__toggleItem___2BSiS {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.ComparisonProfileListLight__toggleItemText___2cBYw {
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.AnnotationListLight__AnnotationList___2PhyM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.AnnotationListLight__title___aNo_6 {
  padding: 20px 0 10px 0;
}

.AnnotationListLight__AnnotationListContent___Wc1G0 {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.AnnotationListLight__listWrapper___38N9q {
  /*height: calc(100% - 10vh);*/
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.AnnotationListLight__listWrapper___38N9q.AnnotationListLight__empty___2H46T {
  height: auto;
}

.AnnotationListLight__listItem___2wwjH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
}

.AnnotationListLight__listItem___2wwjH.AnnotationListLight__first___oRBvX {
  padding-top: 0;
}

.AnnotationListLight__listItem___2wwjH.AnnotationListLight__last___M5pPa {
  border-bottom: none;
}

.AnnotationListLight__infoWrapper___su_Ji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.AnnotationListLight__index___39b31 {
  padding-right: 5px;
}

.MobileAnnotationListLight__AnnotationList___2CxV4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.MobileAnnotationListLight__legendWrapper___1TfeI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0 15px 0;
  margin: 0;
}

.MobileAnnotationListLight__legendItem___2f89s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
}

.MobileAnnotationListLight__legendItem___2f89s.MobileAnnotationListLight__hidden___2RHa1 {
  opacity: 0.5;
}

.MobileAnnotationListLight__legendColor___12vGH {
  width: 20px;
  height: 3px;
  margin-right: 2px;
}

.MobileAnnotationListLight__profileName___28XfG {
}

.MobileAnnotationListLight__title___27OQT {
  padding: 20px 0 10px 0;
}

.MobileAnnotationListLight__listWrapper___1LGL6 {
  height: calc(100% - 10vh);
  overflow: hidden;
  overflow-y: auto;
}

.MobileAnnotationListLight__listWrapper___1LGL6.MobileAnnotationListLight__empty___xJXjP {
  height: auto;
}


/* profile list item rules */
.MobileAnnotationListLight__listItem___3pBlM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.MobileAnnotationListLight__listItem___3pBlM.MobileAnnotationListLight__first___XprcB {
  padding-top: 0;
}

.MobileAnnotationListLight__listItem___3pBlM.MobileAnnotationListLight__last___3hhZK {
  border-bottom: none;
}

.MobileAnnotationListLight__infoWrapper___2KoJS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.MobileAnnotationListLight__index___1sAEa {
  padding: 0 5px 0 10px;
}

@media only screen and (orientation: portrait) {
  .MobileAnnotationListLight__AnnotationList___2CxV4 {
    border: 0;
  }

  .MobileAnnotationListLight__title___27OQT {
    border-top: 1px solid #D8DDE1;
  }

  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: portrait) and (max-height: 825px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 21em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 751px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 18em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 750px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 15em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 732px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 13em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 570px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 7em;
  }
}

@media only screen and (orientation: landscape) {
  .MobileAnnotationListLight__AnnotationList___2CxV4 {
    border-left: 1px solid #D8DDE1;
    padding-left: 20px;
  }

  .MobileAnnotationListLight__title___27OQT {
    padding: 0px 0 10px 0;
  }

  .MobileAnnotationListLight__legendWrapper___1TfeI {
    display: none;
  }

  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 416px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 16em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 411px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 15em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 376px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 13em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 361px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 12em;
  }
}

.ChartByProfileLight__ChartByProfile___xYj0j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.ChartByProfileLight__MobileChartByProfile___H6C0i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.ChartByProfileLight__chartWrapper___1oBuf {
  top: 0;
  left: 0;
  height: 100%;
}

.ChartByProfileLight__partialWidth___23y2A {
  width: 72%;
}

.ChartByProfileLight__fullWidth___smMnU {
  width: 100%;
}

.ChartByProfileLight__listWrapper___2uJBc {
  width: 13.5em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-right: 0.3em;
}

.ChartByProfileLight__mobileListWrapper___2zuFW {
  width: 100%;
}

.ChartByProfileLight__MobileChartWrapper___38cj0 {
  height: 230px;
  width: 98%;
}

.ChartByProfileLight__ExpandedMobileChartWrapper____gPfq {
  height: 360px;
  width: 98%;
}

.ChartByProfileLight__listWrapper___2uJBc.ChartByProfileLight__hidden___2PXhr,
.ChartByProfileLight__annotationListWrapper___3xgVg.ChartByProfileLight__hidden___2PXhr,
.ChartByProfileLight__profileListWrapper___1GWn8.ChartByProfileLight__hidden___2PXhr {
  display: none;
}

@media only screen and (orientation: landscape) {
  .ChartByProfileLight__listWrapper___2uJBc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.RepresentativeStoriesLight__container___3TJgm {
  position: relative;
}

.RepresentativeStoriesLight__storyList___164bF {
  height: 400px;
  overflow-y: scroll;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.RepresentativeStoriesLight__listItem___2Nxv8 {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D8DDE1;
}

.RepresentativeStoriesLight__title___6M-8E {
  font-weight: bold;
}

.RepresentativeStoriesLight__body___3gZL8 {
}

.RepresentativeStoriesLight__author___1HmLV {
  color: #00A0FE;
}

.RepresentativeStoriesLight__author___1HmLV a {
  color: #00A0FE;
  text-decoration: none;
}

.RepresentativeStoriesLight__author___1HmLV a:hover{
  text-decoration: underline;
}

.RepresentativeStoriesLight__count___1D0Tf {
  color: #8E9FAD;
}

.PeakTabHeaderLight__header___t_-yo {
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D8DDE1;
}

.PeakTabHeaderLight__heading___2g795 {
}

.PeakTabHeaderLight__text___1AXZz {
  /* For unit testing */
}

.PeakTabHeaderLight__description___25wuM {
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.PeakToolTipLight__mentionsCount___EJKyR {
  line-height: 18px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.PeakToolTipLight__mentionsLabel___1R5Ly {
  position: relative;
  bottom: -4px;
}

.PeakToolTipLight__timeFrame___2gvVm {
  line-height: 10px;
}

.PeakToolTipLight__date___6DISs {
}






a.ClusterNodeLight__clusterNode___3kUIA {
  text-decoration: none;
}

.DesktopTotalMentionsChartLight__DesktopTotalMentionsChart___2YRYA {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.MobileTotalMentionsChartLight__MobileTotalMentionsChart___3gdC2 {
}

.MobileTotalMentionsChartLight__MobileChartContent___23QiX {
  height: 230px;
  width: 98%;
}

.MobileTotalMentionsChartLight__ExpandedMobileChartContent___8LsWN {
  height: 360px;
  width: 98%;
}

.PopularPostsWidgetLight__popularPosts___3PzTV {
  padding: 10px 0;
  margin-bottom: 50px;
}

a {
  color: #00A0FE;
}

.MobilePopularPostsLight__popularPost___nPDBh {
  padding: 10px 0;
  line-height: 22px;
}

.MobilePopularPostsLight__retweeted___zARV1 {
  padding-bottom: 10px;
  color: #8E9FAD;
}

.MobilePopularPostsLight__header___27zRk {
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.MobilePopularPostsLight__authorInfo___3ZX2s {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.MobilePopularPostsLight__authorImage___1vXiH,
.MobilePopularPostsLight__authorImage___1vXiH img {
  width: 48px;
}

.MobilePopularPostsLight__profileInfo___12-eS {
  padding-left: 10px;
}

.MobilePopularPostsLight__authorName___1RSoY {
  color: #2F3E54;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobilePopularPostsLight__authorUsername___2sPIn {
  margin: 0;
}

.MobilePopularPostsLight__retweetedIcon___3vrf3 {
  padding-right: 5px;
}

.MobilePopularPostsLight__verified___1E9G7 {
  padding-left: 5px;
  margin-top: -5px;
}

.MobilePopularPostsLight__body___YRYQk {
  padding-bottom: 20px;
}

.MobilePopularPostsLight__link___1Ge8E {
  padding-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MobilePopularPostsLight__createdAt___162ue {
  padding-left: 20px;
  color: #8E9FAD;
}

.MobilePopularPostsLight__summary___3AB_Z {
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
}

.MobilePopularPostsLight__retweetsInfo___1mRxP {
  display: inline;
}

.MobilePopularPostsLight__retweets___2nvrp {
  padding-right: 5px;
}

.MobilePopularPostsLight__sentiment___-cvij {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #D8DDE1;
  text-transform: capitalize;
}

.MobilePopularPostsLight__Positive___339J2 {
  color: #46AF61;
}

.MobilePopularPostsLight__Negative___5E-lF {
  color: #ff3c00;
}

.MobilePopularPostsLight__Neutral___1q1Ku {
  color: #ffbf00;
}

.PopularTweetsWidgetLight__popularTweets___1llJQ {
  padding: 10px 0;
  margin-bottom: 50px;
}

a {
  color: #00A0FE;
}

.MobilePopularTweetLight__popularTweet___3Zb5N {
  padding: 10px 0;
  line-height: 22px;
}

.MobilePopularTweetLight__retweeted___O4BNJ {
  padding-bottom: 10px;
  color: #8E9FAD;
}

.MobilePopularTweetLight__header___2CH4X {
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.MobilePopularTweetLight__authorInfo___1giIH {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.MobilePopularTweetLight__authorImage___2jOkj,
.MobilePopularTweetLight__authorImage___2jOkj img {
  width: 48px;
}

.MobilePopularTweetLight__profileInfo___7ofVc {
  padding-left: 10px;
}

.MobilePopularTweetLight__authorName___27Svl {
  color: #2F3E54;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobilePopularTweetLight__authorUsername___3FzJD {
  margin: 0;
}

.MobilePopularTweetLight__retweetedIcon___2_-Du {
  padding-right: 5px;
}

.MobilePopularTweetLight__verified___sU3AK {
  padding-left: 5px;
  margin-top: -5px;
}

.MobilePopularTweetLight__body___3mrKV {
  padding-bottom: 20px;
}

.MobilePopularTweetLight__link___n6DAu {
  padding-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MobilePopularTweetLight__createdAt___1X_x7 {
  padding-left: 20px;
  color: #8E9FAD;
}

.MobilePopularTweetLight__summary___3HY9Z {
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
}

.MobilePopularTweetLight__retweetsInfo___2js1N {
  display: inline;
}

.MobilePopularTweetLight__retweets___3Uepm {
  padding-right: 5px;
}

.MobilePopularTweetLight__sentiment___3b34V {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #D8DDE1;
  text-transform: capitalize;
}

.MobilePopularTweetLight__Positive___2iGTX {
  color: #46AF61;
}

.MobilePopularTweetLight__Negative___2yEi2 {
  color: #ff3c00;
}

.MobilePopularTweetLight__Neutral___29kQC {
  color: #ffbf00;
}

.TopSubRedditsWidgetLight__desktopList___3S-OV {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TopSubRedditsWidgetLight__mobileList___1Fi02 {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.TopSubRedditsWidgetLight__desktopListItem___Jy3Jn {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}

.TopSubRedditsWidgetLight__mobileListItem___2vvgy:first-child {
  margin-top: 1.42em;
}

.TopSubRedditsWidgetLight__mobileListItem___2vvgy {
  margin-bottom: 0;
}

.MobileTopSubRedditsLight__MobileTopSubReddits___sz53K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MobileTopSubRedditsLight__textContainer___1N1HA {
  margin-left: 20px;

  /* Discount image size and its margin. */
  width: calc(100% - 70px);
}

.MobileTopSubRedditsLight__detail___3elJY {
  color: #00A0FE;
  margin-bottom: 6px;
  margin-top: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.MobileTopSubRedditsLight__header___4yX_6 {
  margin-top: 5px;
}

.MobileTopSubRedditsLight__subheader___1IDCQ {
  color: #B4BFD6;
  margin-top: 5px;
}

.MobileTopSubRedditsLight__counter___3sHRJ {
}

.MobileTopSubRedditsLight__divider___325md {
  margin-top: 20px;
  border-top: 1px solid #D8DDE1;
  height: 20px;
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.3;
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp:hover .DesktopTopSubRedditsLight__detail___2433y {
  width: calc(100% - 3.5em);
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp:hover > .DesktopTopSubRedditsLight__excludeButton___2b6nv {
  display: block;
}

.DesktopTopSubRedditsLight__textContainer___13oa2 {
  width: 100%;
}

.DesktopTopSubRedditsLight__detail___2433y {
  color: #00A0FE;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.DesktopTopSubRedditsLight__header___1QsbD {
  margin-top: 0.125em;
}

.DesktopTopSubRedditsLight__subheader___SsoA8 {
  color: #8E9FAD;
  margin-top: 0.125em;
}

.DesktopTopSubRedditsLight__counter___2lqKN {
}

.DesktopTopSubRedditsLight__excludeButton___2b6nv {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #00A0FE;
  cursor: pointer;
}

.DesktopTopSubRedditsLight__divider___11yTG {
  margin-top: 0.5em;
  border-top: 1px solid #ffffff;
  display: none;
}

.DesktopTopSubRedditsLight__link___qWRve {
  color: inherit;
  text-decoration: none;
}
.DesktopPopularRedditPostsLight__link___3TZ1g {
  color: #8E9FAD;
}

.MobilePopularRedditPostsLight__statistics___3gaJw {
  margin-top: 0.375em;
}

.ExpandedInfoLight__ExpandedInfo___2Ky2V {
  line-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #D8DDE1;
}

.ExpandedInfoLight__ExpandedInfo___2Ky2V svg {
  vertical-align: text-top;
  padding-right: 3px;
}

.ExpandedInfoLight__ExpandedInfoControl___1FfV3 {
  cursor: pointer;
  color: #00A0FE;
  text-align: right;
}

.ExpandedInfoLight__filterDescription___1rhWh {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0.5em;
}

.ExpandedInfoLight__title___1z2CA {
}

.ExpandedInfoLight__filterItemName___gFF3g {
}

/* Put a line break after each filter item span generated by filterDescription.
This is kinda gnarly. Comes from https://css-tricks.com/injecting-line-break/ */
.ExpandedInfoLight__filterItemName___gFF3g:before {
  content: '\A';
  white-space: pre;
}

.InfoBarLight__InfoBar___1azyp {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  border-bottom: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}

.InfoBarLight__InfoBarFilter___29sAU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.InfoBarLight__InfoBarFilter___29sAU svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.1em;
}

.InfoBarLight__InfoBarData___3ze5P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.InfoBarLight__InfoBarDateRange___Tgv9m {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Don't get shrunk or forced to wrap by a long filter name */
}

.InfoBarLight__InfoBarControl___20Rrf {
  cursor: pointer;
  color: #00A0FE;
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.InfoBarLight__InfoBarFilterName___1vaWI {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0.5em;
}

.InfoBarLight__InfoBarSeparator___12_DR {
  border-left: 1px solid;
  margin: 0 2px 0 7px;
  height: 10px;
}


.HistoricalSentimentWidgetLight__HistoricalSentimentWidget___E5axx {
  text-align: center;
}

.HistoricalSentimentWidgetLight__HistoricalSentimentChart___mWcj2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.HistoricalSentimentWidgetLight__MobileHistoricalSentimentChart___1Jk2S {
  height: 230px;
  width: 98%;
}

.HistoricalSentimentWidgetLight__ExpandedHistoricalSentimentChart___2pJfN {
  height: 360px;
  width: 98%;
}

.NetSentimentWidgetLight__NetSentimentWidget___3ckXo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.NetSentimentWidgetLight__netChart___1lwPk {
  padding-bottom: 1em;
}

.NetSentimentWidgetLight__netSentiment___2QVtv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .NetSentimentWidgetLight__netSentiment___2QVtv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.NetSentimentWidgetLight__netStatus___7o1g- {
  text-transform: uppercase;
}

.NetSentimentWidgetLight__boldFont___2jdFq {
}

.TotalMentionsChartByIssueWidgetLight__TotalMentionsChartByIssue___1qbwG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsChartByIssueWidgetLight__MobileTotalMentionsChartByIssue___3o8FV {
  height: 230px;
  width: 98%;
}

.TotalMentionsChartByIssueWidgetLight__ExpandedMobileTotalMentionsChartByIssue___1czwC {
  height: 360px;
  width: 98%;
}

.WidgetSettingsWidgetLight__WidgetSettingsWidget___2FtBH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.WidgetSettingsWidgetLight__settingsPanelTitle___2KFWy {
  padding: 9px 0 2px 9px;
  margin-bottom: 0;
  width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
}

.WidgetSettingsWidgetLight__settingsPanelHeader___1y0Cj {
  padding: 0;
  border-bottom: 1px solid #d8dde1;
  width: 100%;
  height: 31px;
  overflow: hidden;
}

.WidgetSettingsWidgetLight__settingsPanelContent___17Z_O {
  padding: 1em;
}

.WidgetSettingsWidgetLight__componentLabel___316c7 {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.StockPriceZignalInsightWidgetLight__TotalMentions___a240k {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.StockPriceZignalInsightWidgetLight__MobileTM___Ebxa2 {
  height: 230px;
  width: 98%;
}

.StockPriceZignalInsightWidgetLight__ExpandedMobileTM___3ohSr {
  height: 360px;
  width: 98%;
}

.StockPriceToolTipComponentLight__tooltip___2LQFD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.StockPriceToolTipComponentLight__tooltipValue___2vuLC {
}

.StockPriceToolTipComponentLight__sharedTooltip___2gu6Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.StockPriceToolTipComponentLight__tooltipLeftColumn___1MBB3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}

.StockPriceToolTipComponentLight__tooltipRightColumn___2jJvA {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.StockPriceToolTipComponentLight__tooltipSeriesColor___1vpXD {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.StockPriceToolTipComponentLight__tooltipTimestamp___2KbJu {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.TotalMentionsChartBySourceWidgetLight__TotalMentionsChartBySource___48eoF {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsChartBySourceWidgetLight__MobileTotalMentionsChartBySource___2-6rl {
  height: 230px;
  width: 98%;
}

.TotalMentionsChartBySourceWidgetLight__ExpandedMobileTotalMentionsChartBySource___RF7ap {
  height: 360px;
  width: 98%;
}

.ScoreOverTimeWidgetLight__ScoreOverTimeWidget___2zNci {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-right: 20px;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  margin-right: 8px
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ:hover {
  color: #00A0FE;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ > span {
  margin-top: 3px;
}

.AddToReadingListTooltipLight__readingListHeader___1UfIF > h5 {
  font-size: 500;
  margin: 0;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}

.AddToReadingListTooltipLight__createNewListContainer___2HQbd > p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.AddToReadingListTooltipLight__createNewListContainer___2HQbd {
  padding: 0px 8px;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 {
  margin-top: 10px;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 > p {
 margin-left: 5px;
}

.AddToReadingListTooltipLight__readingListItemName___21HIU {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0px 5px 0px;
  color: #1F2D42 !important;
}

.AddToReadingListTooltipLight__readingListMainContainer___1B3ln {
  width: 260px;
}

.AddToReadingListTooltipLight__readingListContainer___21TMl {
  overflow: visible;
  width: 285px;
  margin-left: -12px;
  margin-bottom: -7px;
}

.AddToReadingListTooltipLight__readingListItemsContainer___2knrD {
  max-height: 150px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  padding-left: 12px;
}

.AddToReadingListTooltipLight__readingListContainer___21TMl > hr {
  border-color: #D8DDE1;
}

.AddToReadingListTooltipLight__readingItemIcon___Y9Dhc {
  margin-top: 5px;
}

.AddToReadingListTooltipLight__createNewListContainerFocus___10LG6 input:focus{
  border: #00A0FE;
  border-style: solid;
  border-radius: 5px;
  border-width: 1.5px;
}

.AddToReadingListTooltipLight__divider___1DnIR {
  border-color: #D8DDE1;
  border-bottom-width: 0px;
  margin-left: -2px !important;
}

.AddToReadingListTooltipLight__createNewListIcon___3N0RE {
  margin-top: -1px;
}

.AddToReadingListTooltipLight__readingListsLoading___x_b9R {
  padding: 30px;
}

.AddToReadingListTooltipLight__emptyReadingList___1rdUZ {
  color: #8E9FAD;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}

.PotentialImpressionsChartBySourceWidgetLight__desktop___UrRml {
  top: 0;
  left: 0;
  height: 100%;
  width: 99%;
}

.PotentialImpressionsChartBySourceWidgetLight__mobile___Au4Uo {
  height: 230px;
  width: 98%;
}

.PotentialImpressionsChartBySourceWidgetLight__mobileExpanded___Zbvuw {
  height: 360px;
  width: 98%;
}

.NumberWidgetLight__NumberWidget___QpZOD {
  text-align: center;
  width: 100%;
}

.NumberWidgetLight__NumberWidgetMobile___2DfFz {
  margin-top: 40px;
  text-align: center;
}

.NumberWidgetLight__valueMobile___1Eu4U {
  color: #1F2D42;
  font-size: 64px;
  font-size: 4rem;
}

.NumberWidgetLight__value___EYrRU {
  color: #1F2D42;
  text-align: center;
  line-height: 1;
}

.NumberWidgetLight__value___EYrRU:hover {
  color: #00A0FE;
  cursor: pointer;
  text-decoration: none;
}

.NumberWidgetLight__label___1JGPb {
  text-align: center;
  width: 98%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1%;
}

.AverageCountValueLight__container___3dBLm {
  line-height: 1.1;
}

.AverageCountValueLight__value___3Ts8n {
  text-align: center;
}

.AverageCountValueLight__label___CJPlO {
  text-align: center;
}

.AverageCountValueLight__icon___1PLRH {
  margin-right: .20em;
  position: relative;
  top: -0.08em;
}

.AverageCountsWidgetLight__wrapper___3IvEu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: "row";
          flex-direction: "row";
}

.AverageCountsWidgetLight__firstCount___3LfhB {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.CustomIFrameWidgetLight__iFrameContent___1fkn9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.CustomIFrameWidgetLight__iFrame___5Thx9 {
  border: none;
  width: 100%;
}

.FreeformTextWidgetLight__Text___AyCRC {
  padding: 10px;
  border: none;
  height: 100%;
  overflow-y: auto;
  font-size: 13px;
  line-height: 20px;
  word-break: break-word;
}

.FreeformTextWidgetLight__Text___AyCRC > blockquote, .FreeformTextWidgetLight__TextNonScroll___39-Uk > blockquote {
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 1em;
  padding: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > pre {
  word-break: normal;
  padding: 9.5px;
  margin: 0 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  white-space: pre-wrap;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > h2 {
  font-size: 16px;
  font-size: 1rem;
}
 
.FreeformTextWidgetLight__Text___AyCRC > ol, .FreeformTextWidgetLight__TextNonScroll___39-Uk > ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.FreeformTextWidgetLight__Text___AyCRC > ul, .FreeformTextWidgetLight__TextNonScroll___39-Uk > ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.FreeformTextWidgetLight__Text___AyCRC figure {
  margin: 0;
}

.FreeformTextWidgetLight__TextNonScroll___39-Uk {
  padding: 10px;
  border: none;
  overflow-y: hidden;
  font-size: 13px;
  line-height: 20px;
}

.FreeformTextWidgetLight__TextNonScroll___39-Uk figure {
  margin: 0;
}

.FreeformTextWidgetLight__Text___AyCRC ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul {
  list-style-type: disc;
}

.FreeformTextWidgetLight__Text___AyCRC ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li {
  list-style-type: decimal;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li {
  list-style-type: lower-alpha;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li ol li {
  list-style-type: lower-roman;
}

.FreeformTextWidgetLight__Text___AyCRC ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ul ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul ul {
  list-style-type: circle;
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ul ul ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul ul ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.FreeformTextModalLight__ModalHeader___ZtNwK {
}

.FreeformTextModalLight__ModalBody___peJt1 {
  padding: 5%;
  height: 435px;
  max-height: 435px;
  overflow-y: auto;
}

.LoaderLight__loaderContainer___2auYR {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.DesktopSourcesCountLight__DesktopSourceCount___uSP56 {
  padding-top: 1em;
}

.DesktopSourcesCountLight__DesktopSourceCountEmbedded___3jyTc {
  padding-top: .5em;
}

.with-summary-header .DesktopSourcesCountLight__DesktopSourceCount___uSP56 {
  padding-top: .30em;
}

.DesktopSourcesCountLight__flex___1XpGV .DesktopSourcesCountLight__mentionWrapper-2-columns___1sukk {
  width: 45%;
  margin-left: 3%;
  margin-bottom: 1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DesktopSourcesCountLight__flex___1XpGV .DesktopSourcesCountLight__mentionWrapper-3-columns___sJ05D {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DesktopSourcesCountLight__mentionCount___3BTvP {
  top: 2px;
  position: relative;
  cursor: pointer;
  margin-left: 0.35em;
}

.DesktopSourcesCountLight__mentionCount___3BTvP:hover {
  color: #00A0FE;
}

.DesktopSourcesCountLight__flex___1XpGV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.DesktopSourcesCountLight__grid___yjnP_ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5em, 1fr));
  grid-gap: 0.5em 1em;
}

.MobileSourcesCountLight__MobileSourceCount___3BzzV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 14px 10px 27px;
}

.MobileSourcesCountLight__topPadding___3DIj8 {
  padding-top: 14px;
  width: 100%;
}

.MobileSourcesCountLight__mentionWrapper-1-columns___1rD7r {
  width: 100%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionWrapper-2-columns___2rlDu {
  width: 45%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionWrapper-3-columns___2UAa7 {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionCount___2nFAJ {
  margin-left: 5px;
}

.SingleBar__barContainer___27zs4 {
  margin-bottom: 10px;
}

.SingleBar__barContainer___27zs4:last-child {
  margin-bottom: 0;
}

.SingleBar__barTitleMobile___M44Hr {
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.SingleBar__barTitleDesktop___16c6k {
  font-style: normal;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

.SingleBar__barTitleMargin___F5z11 {
  margin-bottom: 3px;
}

.SingleBar__barTitleDesktop___16c6k:hover {
  cursor: pointer;
  color: #04BCFD;
}

.SingleBar__barRow___1NYX4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.35em;
}

.SingleBar__bar___23By_ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.SingleBar__countMobile___3v1O_ {
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.SingleBar__countDesktop___3RXwK {
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin-left: 0.05em;
  margin-right: 0.5em;
  margin-top: -0.35em;
}

.SingleBar__barSizeMobile___2rbNo {
  height: 80%;
  margin-right: 3px;
  min-width: 5px;
  float: left;
}

.SingleBar__barSizeDesktop___x4aWd {
  height: 0.5em;
  margin-right: 0.5em;
  min-width: 0.5em;
  float: left;
}

.SentimentSliderLight__container___d1NJ6 {
  background-color: inherit;
  height: 60px;
  padding: 0;
  text-align: center;
}

.SentimentSliderLight__container___d1NJ6:hover{
  cursor: pointer;
}

.SentimentSliderLight__disabled___2L9Yz,
.SentimentSliderLight__disabled___2L9Yz:hover {
  cursor: not-allowed !important;
}
.SentimentSliderLight__no_value___qin4w { /* marker; also, value_{-3..3} */ }

.SentimentSliderLight__caption___k9jPU {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.SentimentSliderLight__pit___2NcID {
}

.SentimentSliderLight__workbenchCaption___31RQI {
  text-align: right;
  text-transform: none;
  font-style: italic;
}

.SentimentSliderLight__disabled___2L9Yz .SentimentSliderLight__caption___k9jPU,
.SentimentSliderLight__no_value___qin4w .SentimentSliderLight__caption___k9jPU {
  text-transform: none;
  text-transform: initial;
  color: #B4BFD6;
  font-style: italic;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button{
  margin-left: 1px;
  width: 32%;
  color: #000000;
  background-color: #EFF1F3;
  background-image: none;
  border: 0px solid #EFF1F3;
  text-shadow: none;
  font-size: 11px;
  min-height: 20px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:first-child{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:last-child{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button.SentimentButtonsLight__active___1v-o-{
  color: #04BCFD;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:hover{
  background-color: #04BCFD;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:focus {
  outline:none;
}


.TopHashtagsWidgetLight__HashTagsContainer___13fWs {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}

.TopLanguagesWidgetLight__LanguagesContainer___1Cbrg {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}


.TopMediaBarChartWidgetLight__TopMediaBarChartContainer___3yaPw {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}
.TopXbyYLight__hoverLink___3obLI:hover{
  cursor: pointer;
  color: #00A0FE;
}

.TopXbyYLight__hover___2ENSd:hover{
  cursor: pointer;
}

.TopXbyYLight__noHover___fnBtx:hover{
  cursor: default;
  color: inherit;
}

.TotalMentionsByEntityWidgetLight__TotalMentionsByEntityWidget___29Ozm {
  text-align: center;
}

.TotalMentionsByEntityWidgetLight__TotalMentionsByEntity___2PPtu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsByEntityWidgetLight__MobileTotalMentionsByEntity___1z0iP {
  height: 230px;
  width: 98%;
}

.TotalMentionsByEntityWidgetLight__ExpandedTotalMentionsByEntity___EXxv5 {
  height: 360px;
  width: 98%;
}

.DesktopTopStoriesByScoreWidgetLight__DesktopTopStoriesByScoreWidget___1qjn0 {
  display: contents;
}

.DesktopTopStoriesByScoreWidgetLight__profileName___2JUjk {
  color: #8E9FAD;
}

.DesktopTopStoriesByScoreWidgetLight__profileNameWithHover___THbb4:hover{
  cursor: pointer;
}

.MobileTopStoriesByScoreLight__statistics___30_n1 {
  margin-top: 0.375em;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AnnotationsLegacyLight__profileName___2y1Xz {
}

.AnnotationsLegacyLight__displayWarning___3wk7V {
  font-style: italic;
  color: #1F2D42;
  margin-top: .85em;
  margin-bottom: 1.25em;
}

.AnnotationsLegacyLight__shareWithCampaign___2AoSn {
  padding-left: 5px;
  max-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1F2D42;

  border-left: 1px solid #D8DDE1;
  margin: 0px 5px;
}

.AnnotationsLegacyLight__titleText___fLMoC {
  color: #1F2D42;
  margin-bottom: 5px;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__shareText___3Wl2A {
  padding: 0px 10px 0px 5px;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb textarea {
  background-color: #ffffff;
  width: 100%;
  height: 200px;
  resize: none;
  margin-bottom: 0;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__footer___2I2Ze {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.85em;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__buttonGroup___3J9UJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AnnotationsComponentLight__profileName___2Oa2H {
}

.AnnotationsComponentLight__displayWarning___t0bE2 {
  font-style: italic;
  color: #1F2D42;
  margin-top: .85em;
  margin-bottom: 1.25em;
}

.AnnotationsComponentLight__shareWithCampaign___2PsYp {
  padding-left: 5px;
  max-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1F2D42;

  border-left: 1px solid #D8DDE1;
  margin: 0px 5px;
}

.AnnotationsComponentLight__titleText___13ml6 {
  color: #1F2D42;
  margin-bottom: 5px;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__shareText___O9zT1 {
  padding: 0px 10px 0px 5px;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj textarea {
  background-color: #ffffff;
  width: 100%;
  height: 200px;
  resize: none;
  margin-bottom: 0;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__footer___uuPnF {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.85em;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__buttonGroup___RCYrz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.AnnotationsComponentLight__ModalHeader___2wd-n {
}

.AnnotationsComponentLight__ModalBody___3hoQN {
  padding: 5%;
  overflow-y: auto;
}

.RealTimeStockTickerWidgetLight__header___XSvug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.RealTimeStockTickerWidgetLight__stockSymbol___1m8hO {
  margin-top: 0;
  margin-right: 0.25em;
}

.RealTimeStockTickerWidgetLight__stockPriceWrapper___1e9Ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: .5em;
}

.RealTimeStockTickerWidgetLight__stockPrice___2DVac {
  margin: 0 .25em 0 0;
}

.RealTimeStockTickerWidgetLight__priceDiff___1tdA5 {
}

.RealTimeStockTickerWidgetLight__disclaimerWrapper___z7SbU {
  position: fixed;
  padding: .25em .5em;
  bottom: 0;
}

.RealTimeStockTickerWidgetLight__disclaimerSmall___1Y6Rb {
  color: #545C72;
  margin-bottom: .15em;
  margin-right: .25em;
}

.RealTimeStockTickerWidgetLight__disclaimer___1XqwY {
  color: #545C72;
  margin-bottom: .5em;
  margin-right: .25em;
}

.RealTimeStockTickerWidgetLight__label___Rb9Lv {
  color: #1F2D42;
}

.RealTimeStockTickerWidgetLight__labelSmall___JI4bL {
  color: #1F2D42;
}

.RealTimeStockTickerWidgetLight__statisticsWrapper___3foe9 {
  max-width: 6.25em;
  text-align: right;
}

.RealTimeStockTickerWidgetLight__statisticsWrapperSmall___1jnEK {
  max-width: 6.25em;
  text-align: right;
}
.TopLocationsWidgetLight__LocationsContainer___1lcwb {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}

.TopLocationsWidgetLight__scrollableDiv___1WwqB {
  overflow-y: scroll;
}

.TopLocationsWidgetLight__nonScrollableDiv___2mULq {
  overflow-y: hidden;
}

.TopIssuesWidgetLight__DesktopTopIssuesContainer___2lMb8 {
  padding: 0 9px 0 9px;
}

.TopIssuesBarChartLight__IssuesBarChartContainer___3esYb {
  margin-top: 15px;
}

.MobileTopIssuesBarChartLight__sentimentLabel___2Igc6 {
  text-align: left;
  margin-top: 15px;
  color: gray;
}

.MobileTopIssuesBarChartLight__sentimentLabel___2Igc6 > span {
  font-style: italic;
  font-weight: 700;
}

.StoryLight__story___1WMi6 {
  border-bottom: 1px solid #B2B3B4;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.StoryLight__story___1WMi6:last-child {
  border: 0;
  padding-bottom: 0;
}

.StoryLight__story___1WMi6 > div:first-child {
  padding-left: 20px;
  padding-right: 10px;
}

.StoryLight__story___1WMi6 a {
  text-decoration: none;
  word-break: break-word;
}

.StoryLight__storyInner___HbG9s {
  display: block;
  width: 100%;
}

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

.StoryLight__bodyAndControls___3yHY- a {
  color: #1F2D42;
}

.StoryLight__instagramThumbnail___1WXKS {
  width: 92px;
  height: 92px;
}

.StoryLight__bodyAndControls___3yHY- a:hover {
  color: #04BCFD;
}

.StoryLight__controls___21Ylz {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.StoryLight__actionsWrapper___1ayUM {
  position: absolute;
  top: 0;
  right: 0;
}

.StoryLight__actionsWrapper___1ayUM a:hover {
  color: white;
}

.AuthorLight__author___2-V4n > a:visited {
  color: #04BCFD;
}

.AuthorLight__author___2-V4n > a {
  color: #04BCFD;
}

.AuthorLight__author___2-V4n > span {
  color: #8E9FAD;
}

.TitleLight__title___1scw5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TitleLight__lexisIcon___2e20n {
  padding-right: 3px;
  -ms-flex-item-align: start;
      align-self: start; /* Position on the first line of a multi-line title */
}

.DeletedQuotedTweetLight__DeletedQuotedTweet___2dRdG {
  border: 1px solid #ffffff;
  border-radius: 0.25em;
  margin: 0.25em 0;
  padding: 0.5em;
  text-align: center;
}

.BodyLight__body___wTVXL {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.BodyLight__twitter___1VCtW a {
  color: #04BCFD;
}


.ZRankLight__zRank___33dDd {
  padding-top: 5px;
}

.ZRankLight__zRankScore___2I3Hu {
}

.ScoreLight__ScoreNumber___2Qf3O {
}

.TruncatedTextLight__expand___4Tch5 a {
  color: #00A0FE;
}

.TruncatedTextLight__expand___4Tch5 a:hover {
  cursor: pointer;
  text-decoration: none;
}


.HeaderLight__HeaderFilter___3-865 {
  margin: 5px 10px 0 0;
  font-size: 0.7em;
}

.HeaderLight__filterKey___1sywM {
}

.HeaderLight__showing___3r0nS {
}

.HeaderLight__bold___3RZ1f {
}
.FooterLight__Footer___2TY4u {
  margin-left: 10px;
  text-align: center;
}

.FooterLight__FooterButtonIcon___2QOc8 {
  margin-right: 6px;
}

.FooterLight__FooterLink___2BHMB {
  color: #545C72;
}

.FooterLight__Footer___2TY4u > button {
  background-color: #EFF1F3;
}

.FooterLight__Footer___2TY4u button:hover a {
  color: white;
  text-decoration: none;
}

.ColumnLight__Column___3pcA9 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #D8DDE1;
  padding: 5px 10px;
  padding-top: 0;
  min-width: 200px;
}

.ColumnLight__Column___3pcA9:last-child {
  border-right: 0;
}

.ColumnLight__ColumnHeader___3Q0y6 {
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #D8DDE1;
}

.ColumnLight__sourceIcon___9ONSq {
  margin-right: 5px;
}

.TabHeaderLight__TabHeader___2bv7e {
  padding: 0 10px;
  min-height: 437px;
}

.TabHeaderLight__TabSection___3roBz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TabLight__Tab___2apQ8 {
  color: #8E9FAD;
  padding-top: 10px;
  text-align: center;
  border-bottom: 2px solid #8E9FAD;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.TabLight__TabActive___2JChI {
  color: #00A0FE;
  border-bottom: 3px solid #00A0FE;
}
.StoryListLight__NewsroomStoryList___2jqdw {
  height: 400px;
  min-width: 400px;
  position: relative;
  padding: 0 0 10px;
  overflow-y: auto;
}

.MentionsAndInfluenceLight__MentionsAndInfluence___NU4Hi {
  height: 490px;
  position: relative;
}
.ColumnsLight__ColumnsContainer___3K0uw {
  height: 490px;
  overflow: scroll;
}

.ColumnsLight__Columns___1TA2D {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TrendingModalLight__profileName___1uZc8 {
  font-size: 0.7em;
}

.TrendingModalLight__trendingStoriesLabel___1uosT {
}

.TrendingModalLight__filterWord___2aob4 {
}

.TrendingModalLight__dateRangeLabel___3nCAX {
  font-size: 0.7em;
}

.TrendingModalLight__dateRangeValue___1aLmI {
  font-size: 0.7em;
}

.TrendingModalLight__widgetTitle___rwc8p {
  border-bottom: 1px solid #D8DDE1;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.TrendingModalLight__widgetTitleItallic___28FCu {
}

.TrendingModalLight__widgetContainer___2UY14 {
  min-width: 400px;
  height: 450px;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.TrendingModalLight__widgetContainerCentered___se35R {
  text-align: center;
}

.TrendingModalLight__annotationsContainer___11WpH {
  min-width: 400px;
  height: 450px;
  padding: 0 1.25em;
}

.TrendingModalLight__widgetContainerTrendingStories___2JuHM {
  min-width: 400px;
  height: 406px;
  position: relative;
  padding: 0 20px;
}

.TrendingModalLight__influencersWrapper___1wfog {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.TrendingModalLight__widgetWrapperFullWidth___1Lrzm {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.TrendingModalLight__widgetWrapperFiftyPercent___1UzQJ {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.TrendingModalLight__widgetWrapperFourtyPercent___XPC8M {
  width: 40%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.TrendingModalLight__wordCloud___zHOlE {
  height: 440px;
}

.TrendingModalLight__widgetTitle2___353A0 {
  border-bottom: 1px solid #D8DDE1;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.TrendingModalLight__donutChart___jUsuh {
  height: 385px;
  position: relative;
  width: 100%;
}

.TrendingModalLight__donutChartEntitiesTab___1as6e {
  margin-top: 30px;
}
.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm {
  padding-top: 10px;
  text-align: right;
  padding-right: 40px;
}

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

.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm ul li {
  display: inline;
  padding-left: 20px;
  cursor: pointer;
}

.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm ul li a {
  text-decoration: none;
}

.SentimentBreakdownByProfileOptionsLight__link___t2D7Q {
  color: #1F2D42;
}

.SentimentBreakdownByProfileOptionsLight__selected___3uLgX {
  color: selectedTextColor;
}
.SentimentBreakdownByProfileChartWidgetLight__wrapper___2So2p {
  height: calc(100% - 30px);
}

.SentimentBreakdownByProfileChartWidgetLight__wrapperMobile___3CKAT {
  height: calc(100% - 15px);
}

/*# sourceMappingURL=Light.css.map*/
.AppLight__default___2KEul {

}

.CheckerModalFormLight__optionMargin___G4uO2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.ForgotFormLight__background___IZMUG {
  font-size: 14px;
  width: 300px;
  margin: 100px auto;
  padding: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 8px;
          box-shadow: rgba(0, 0, 0, .4) 0 0 8px
}

.ForgotFormLight__logo___MKj71 {
  width: 244px;
  margin: 0 auto;
  display: block;
}

.ForgotFormLight__title___thEbF {}

.ForgotFormLight__emailLabel___d2cxx {}

.ForgotFormLight__emailAddress___5rILc {
  width: 285px;
}

.ForgotFormLight__forgotPasswordLink___DMaH4 {
  display: inline-block;
  margin: 0 0 10px;
}

.ForgotFormLight__forgotUsernameLink___IkV4p {
  display: inline-block;
  margin: 0 10px 10px;
}

.ForgotFormLight__successMessage___-mETA {
  color: #46AF61;
}

.ForgotFormLight__errorMessage___g1twq {
  color: #DD3A59;
}

.ForgotFormLight__btn___vtjHm {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #c5c5c5;
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  color: undefined;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  width: 100%;
}

.LegacyLoginFormLight__background___nEGTJ {
  font-size: 14px;
  width: 300px;
  margin: 100px auto;
  padding: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 8px;
          box-shadow: rgba(0, 0, 0, .4) 0 0 8px
}

.LegacyLoginFormLight__logo___RQbtW {
  width: 244px;
  margin: 0 auto;
  display: block;
}

.LegacyLoginFormLight__errorMessage___ZqOtQ {
  color: #DD3A59;
}

.LegacyLoginFormLight__usernameLabel___WfWYP {

}

.LegacyLoginFormLight__usernameInput___eBlLW {
  width: 285px;
}

.LegacyLoginFormLight__passwordLabel___xZfc0 {

}

.LegacyLoginFormLight__passwordInput___bkEoP {
  width: 285px;
}

.LegacyLoginFormLight__forgotPasswordLink___ZM9n\+ {
  display: inline-block;
}

.LegacyLoginFormLight__forgotUsernameLink___PpZ0R {
  display: inline-block;
  margin: 0 10px;
}

.LegacyLoginFormLight__signInButton___utZBu {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #c5c5c5;
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  color: black01;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  width: 100%;
}

.LegacyLoginFormLight__terms___91gjT {

}

.LayoutAppLight__default___Pc88k {
}

.DropdownLight__dropdownWrapper___9M8Bx {
  position: absolute;
  background: white;
  top: 42px;
  right: 0;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 2px 1px;
          box-shadow: rgba(0, 0, 0, .3) 0 0 2px 1px;
}

.DropdownLight__dropdownContent___1KkaQ {
  overflow: auto;
  max-height: 500px;
  width: 375px;
}

/* Tooltip-like triangle */
.DropdownLight__dropdownContentArrow___em45k:after {
  content: '';
  position: absolute;
  top: 0;
  left: 339px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  border-top: 0;
  margin-left: -10px;
  margin-top: -10px;
}

.DropdownLight__emptyMessage___RJaPk {
  padding: 12px 15px;
  text-align: center;
  font-style: italic;
}

.DropdownLight__loadMore___WAm0i {
  text-align: center;
  border: 0;
  outline: 0;
  height: 42px;
  width: 100%;
  background: #ffffff;
}

.DropdownLight__loadMore___WAm0i:disabled {
  color: #D8DDE1;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, .2);
}

/* New Nav Styling */

.DropdownLight__dropdownWrapperNewNav___-jhQJ {
  top: 53px;
  right: 10px;
  background: #232C3D;
  color: #8E9FAD;
}

.DropdownLight__dropdownWrapperNewNav___-jhQJ .DropdownLight__loadMore___WAm0i {
  color: #ffffff;
  background: #232C3D;
}

.DropdownLight__dropdownWrapperNewNav___-jhQJ .DropdownLight__loadMore___WAm0i:disabled {
  color: #D8DDE1;
}
.DropdownItemLight__dropdownItem___ewbYb {
  line-height: 18px;
  border-bottom: 1px solid #EFF1F3;
}

.DropdownItemLight__wrapper___hFOP- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px;
}

:root .DropdownItemLight__link___bWqxf {
  color: #2F3E54;
}

:root .DropdownItemLight__link___bWqxf:hover {
  text-decoration: none;
}

.DropdownItemLight__unread___SB3e5 {
  background-color: #EFF1F3;
  border-color: white;
}

.DropdownItemLight__iconWrapper___giWKn {
  width: 25px;
}

.DropdownItemLight__mainBody___W-pqX {
  margin: 0 10px;
  width: 185px;
}

.DropdownItemLight__label___x2reH {
  margin: 0;
}

.DropdownItemLight__titlesWrapper___lhFjO {
  margin: 0;
}

.DropdownItemLight__mainTitle___0ehaS {
}

.DropdownItemLight__subtitle___3uxp9 {
  font-style: italic;
}

.DropdownItemLight__buttonWrapper___78A6A {
  margin-top: 6px;
}

.DropdownItemLight__timestamp___6\+nuP {
  width: 100px;
  text-align: right;
  color: #8E9FAD;
}

/* New Nav Styling */

.DropdownItemLight__dropdownItemNewNav___cT941 {
  border-bottom: 1px solid black;
}

.DropdownItemLight__dropdownItemNewNav___cT941 .DropdownItemLight__iconWrapper___giWKn {
  color: white;
}

.DropdownItemLight__dropdownItemNewNav___cT941 .DropdownItemLight__label___x2reH {
  font-weight: 500;
  color: white;
}

.DropdownItemLight__dropdownItemNewNav___cT941 .DropdownItemLight__subtitle___3uxp9 {
  color: #BDC0C5;
  font-style: normal;
  font-size: 12px;
}

.DropdownItemLight__dropdownItemNewNav___cT941 .DropdownItemLight__mainTitle___0ehaS {
  color: #BDC0C5;
  font-size: 12px;
}

.DropdownItemLight__dropdownItemNewNav___cT941 .DropdownItemLight__timestamp___6\+nuP {
  color: #BDC0C5;
}

.DropdownItemLight__dropdownItemNewNav___cT941.DropdownItemLight__unread___SB3e5 {
  background: #232C3D;
  border-color: black;
}
.BadgeLight__badge___dmf2u {
  height: 18px;
  display: inline-block;
  color: #ffffff;
  background: #DD3A59;
  font-size: 12px;
  border-radius: 10px;
  padding: 0 6px;
  position: absolute;
  top: 1px;
  right: 6px;
}

.BadgeLight__newBadge___JKu1P {
  background: #12DEC6;
  color: black;
  line-height: 15px;
  top: 14px;
  height: 14px;
  font-weight: 600;
  padding: 0 4px;
  right: 11px;
}

.BadgeLight__lowCount___vFutd {
  right: 17px;
}
.EmptyTableLight__EmptyTable___MCfEW {
	text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.EmptyTableLight__EmptyTableIcon___cfwQs {
	color: #00A0FE;
}

.EmptyTableLight__EmptyTableText1___sU29l {
	color: #00A0FE;
	font-size: 1.25em;
	font-weight: 400;
	padding: 3px;
}

.EmptyTableLight__EmptyTableText2___T2Rb6 {
	line-height: 1.25em
}

.TableLoaderLight__TableLoader___CR3fU {
	position: relative;
	min-height: 200px;
}

.PrettyPrintButtonLight__icon___FEfA6{
    margin-left: 10px;
}
.SharedLinkRowLight__sharedLink___FcYKK.SharedLinkRowLight__link___3m3Jz {
	color: #1F2D42;
}

.SharedLinkRowLight__sharedLink___FcYKK.SharedLinkRowLight__link___3m3Jz:hover {
	text-decoration: none;
	color: #00A0FE;
}


.SharedLinkRowLight__ellipsis___1SFQv {
	max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.SharedLinkRowLight__ellipsis200___9TJgh {
	max-width: 200px;
}

.StoryAndSourceCheckerLight__modalLoadingContainer___wGSwt,
.StoryAndSourceCheckerLight__ResultListWrapper___6VVTt {
  min-height: 252px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
          box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.SourceCheckerFormLight__sourceTypeSelectContainer___Eb3I\+ {
  width: 50%;
}

.SourceCheckerFormLight__checkerTextAreaContainer___U\+PHV {
  padding: 0 15px;
  min-height: 118px;
}

.SourceCheckerFormLight__checkerTextArea___FFmEJ {
  background-color: #D8DDE1;
  width: 97%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.StoryCheckerFormLight__storyTypeSelectContainer___loz-A {
  width: 95%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.StoryCheckerFormLight__storyTypeTitle___jZfCN {
  width: 95%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.StoryCheckerFormLight__checkerTextAreaContainer___fGOcI {
  padding: 0 0px;
  min-height: 118px;
}

.StoryCheckerFormLight__checkerTextArea___Bf96y {
  background-color: #D8DDE1;
  width: 97%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.StoryCheckerFormLight__storyTypeHorizontalForm___0HmAi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.StoryCheckerFormLight__containerFlexOne___z9y64{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.StoryCheckerFormLight__sourceLabelSpacer___YH5HP {
  margin-top: 4px;
}

.TableLight__sortableHeader___D9Had {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TableIconLight__TableIcon___ah9UT {
	margin: 0 6px;
	display: inline-block;
	line-height: 17px;
	height: 17px;
	width: 17px;
}
.TableIconLight__TableIconNotAuthorized___vpGYS {
	color: #D8DDE1;
}
.TableIconLight__TableIconAuthorized___Urnp1 {
	cursor: pointer;
}


.TableIconLight__TableIconAuthorized___Urnp1:hover {
	color: #00A0FE;
}
.TableIconLight__TableIconTooltip___4LkCr:hover {
	color: #ffffff;
}

.TableIconLight__ToolTipSuccess___qUndj {
	color: #46AF61;
}

.TableIconLight__ToolTipIcon___voybO {
	color: #46AF61;
	float: left;
  margin-right: 5px;
}

.ZccAddLight__ZccAdd___Jo-es {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #D8DDE1;
  width: 600px;
}

.ZccAddLight__addButton___WaVxn {

}

.ZccAddLight__form___cbnY5 {

}

.ZccListItemLight__ZccListItem___mUpU1 {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #D8DDE1;
  width: 600px;
}

.ZccListItemLight__name___JCW2B {
}

.ZccListItemLight__id___cLmVV {
  color: #8E9FAD;
  font-style: italic;
  margin-left: 10px;
}

.ZccListItemLight__menu___dpbAx {
  display: none;
  float: right;
}

.ZccListItemLight__ZccListItem___mUpU1:hover .ZccListItemLight__menu___dpbAx {
  display: block;
}

.ZccListItemLight__edit___1IjTd {
  margin: 0 5px;
}

.ZccListItemLight__trash___s8Mrx {
  margin: 0 5px;
}

.ZccListItemLight__trash___s8Mrx:hover {
  color: #DD3A59;
}

.ZccFormLight__ZccForm___i-CQz {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #D8DDE1;
  width: 600px;
}

.ZccFormLight__name___hihme {

}

.ZccFormLight__fields___qfi7S {
  display: inline-block;
  width: 300px;
}


.ZccFormLight__menu___7W9n8 {
  float: right;
}

.ZccFormLight__save___VhYOk {
  margin: 0 5px;
}

.ZccFormLight__save___VhYOk:hover {
  color: #46AF61;
}

.ZccFormLight__cancel___PTBus {
  margin: 0 5px;
}

.ZccFormLight__cancel___PTBus:hover {
  color: #DD3A59;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh {
  margin-top: 8px;
  margin-bottom: 26px;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-dot {
  background-color: #EFF1F3;
  border: none;
  height: 4px;
  margin-bottom: 2px;
  margin-left: -1px;
  width: 1px;
  z-index: inherit;
  float: inherit;
  display: block;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-dot:first-of-type {
  background: transparent;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-dot:last-of-type {
  background: transparent;
}

.ConfidenceSliderLight__confidenceLevelLabel___\+tu-t {
  margin-bottom: 10px;
}

.ConfidenceSliderLight__disabled___\+soVs {
  opacity: 0.4;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-handle {
  margin-top: -3px;
  border-width: 0;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .5);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .5);

  position: absolute;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-handle:focus {
  outline: none;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-handle-active:active {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-track {
  background-color: #00A0FE;
}

.ConfidenceSliderLight__confidenceSlider___0dFAh .rc-slider-rail {
  background-color: #D8DDE1;
}

.dropshadows__elevation01___8sGeu {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}

.dropshadows__elevation01-inset___Qapi- {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation02___X8KST {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation02-inset___ppwjy {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation03___WZMFI {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
}

.dropshadows__elevation03-inset___h2B1W {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation04___oldIy {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
}

.dropshadows__elevation04-inset___\+49xL {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation06___M1Eku {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation06-inset___6s9ap {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation08___FSTYH {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
}

.dropshadows__elevation08-inset___NGPDR {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation09___M2a5m {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation09-inset___l1nzX {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation12___wM1r3 {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation12-inset___n8wWH {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation16___JBDoL {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation16-inset___BgWWQ {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation24___dchvA {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation24-inset___DYbZS {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
}

.influence-intelligence-y-scroll > body {
  height: calc(100% - 120px);
}

.BotIntelligenceLight__BotIntelligenceTopShadow___K0old {
  position: fixed;
  padding-bottom: 2px;
  padding-right: 170vh;
}

.BotIntelligenceLight__BotIntelligenceLeftShadow___mYZbh {
  padding-right: 2px;
  padding-bottom: 102vh;
  position: fixed;
}

.BotIntelligenceLight__BotIntelligence___1rPgN {
  background-color: #202d42;
  min-height: 92vh;
}

.BotIntelligenceLight__botIntelligenceContainer___QPeWh {
  padding: 30px 30px 0 20px;
}

.BotIntelligenceLight__dataResultsContainer___Yx0Fi {
  position: relative;
}

.BotIntelligenceLight__graphSectionContainer___BiLwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  position: relative;
}

.BotIntelligenceLight__headerDescription___\+ITbD {
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2F3E54;
  font-style: italic;
}

.BotIntelligenceLight__botIconAlignment___27Cnf {
  display: inline-grid;
  vertical-align: top;
}

.BotIntelligenceLight__thematicBreak___8XC7t {
}

.BotBannerLight__BotBanner___U03vn {
  position: fixed;
  z-index: 10;
  margin-top: -22px;
  margin-left: -13px;
}

@media screen and (min-width: 1257px) {
  .BotBannerLight__BotBanner___U03vn {
    width: calc(100% - 213px);
  }
}
@media screen and (max-width: 1256px) {
  .BotBannerLight__BotBanner___U03vn {
    width: calc(100% - 73px);
  }
}
.DisplayOptionsLight__displayOptionsContainer___T4Y1- {
  position: relative;
  padding: 15px 0 15px 5px;
}

.DisplayOptionsLight__optionMargin___heaXc {
  margin-top: 10px;
}

.DisplayOptionsLight__disabled___Gxv8m {
  opacity: .5;
}

.DisplayOptionsLight__iconPosition___qoY-0 {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}

.AutomationScoreSliderLight__iconWrapper___sQjny {
  margin-left: 8px;
}

.AutomationScoreSliderLight__small___fDHkJ {
}

.AutomationScoreSliderLight__bold___WV9b2 {
}

.AutomationScoreSliderLight__sliderWrapper___Nfcy8 {
  width: 96%;
  margin: 0 auto;
}

.AutomationScoreSliderLight__sliderWrapper___Nfcy8,
.AutomationScoreSliderLight__flexAndSpaceBetween___ZBsAy {
  margin-top: 15px;
}

.AutomationScoreSliderLight__flexAndSpaceBetween___ZBsAy {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.TopClustersByVolumeLight__cardContainer___YyMJ4 {
  padding: 15px 0px 15px 5px;
}

.TopClustersByVolumeLight__clusterElement___a9fBe {
  position: relative;
  margin-left: -15px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TopClustersByVolumeLight__clusterIndexSection___mky4d {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  color: #8E9FAD;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.TopClustersByVolumeLight__clusterIndex___lS4PO {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}

.TopClustersByVolumeLight__cluster___\+ieGu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 100%;
  line-height: 50px;
  padding-right: 10px;
}

.TopClustersByVolumeLight__clusterAvgScore___SPUqd {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 15px;
  padding-right: 15px;
  padding-top: 3px;
  height: 100%;
}

.TopClustersByVolumeLight__availableScore___qqacM {
  color: #d692ec;
}

.TopClustersByVolumeLight__clusterAvgScore___SPUqd > p {
  line-height: 44px;
  margin: 0;
}

.TopClustersByVolumeLight__iconScore___T0tZq {
  vertical-align: middle;
}

.TopClustersByVolumeLight__clusterAvgScore___SPUqd > p {
  font-size: 12px;
  font-size: 0.75rem;
}

.TopClustersByVolumeLight__clusterAvgScore___SPUqd > p.TopClustersByVolumeLight__availableScore___qqacM {
  font-size: 16px;
  font-size: 1rem;
}

.TopClustersByVolumeLight__avgScore___4ewG8 {
  margin-right: 2px;
}

.TopClustersByVolumeLight__clusterCover___1S4bb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.TopClustersByVolumeLight__clusterElement___a9fBe:hover {
  background-color: #1F2D42;
}

.TopClustersByVolumeLight__clusterElement___a9fBe .TopClustersByVolumeLight__clusterPercent___GX339 {
  display: block;
  line-height: 50px;
  font-size: 15px;
}

.TopClustersByVolumeLight__actionButtonContainer___AcZy4 {
  text-align: -webkit-center;
  z-index: 1;
}

.TopClustersByVolumeLight__actionButtonSection___Ai0ge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 10px 0;
}

.TopClustersByVolumeLight__actionButtonSection___Ai0ge button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TopClustersByVolumeLight__menuContainer___t5Iok {
  text-align: justify;
  position: relative;
  top: 3px;
  min-width: -webkit-stretch;
}

.TopClustersByVolumeLight__menuContainer___t5Iok > ul {
  z-index: 1;
  position: absolute;
  min-width: inherit;
}

.TopClustersByVolumeLight__iconMargin___3TDn7 {
  margin-left: 5px;
}

.CategoryGraphLight__CategoryGraph___XO6za {
  width: 100%;
}

.CategoryGraphLight__GridContent___UlUH4 {
  padding: 0 !important;
  border-right: 3px solid #1F2D42;
  border-bottom: 3px solid #1F2D42;
}

.CategoryGraphLight__Card___XyOhv {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2F3E54;
  padding: 10px;
  padding-top: 0;
}

.CategoryGraphLight__CardHover___wTFzA {
  background-color: #232E42;
}

.CategoryGraphLight__CardOpaque___M4uaA {
  opacity: 0.2;
}

.CategoryGraphLight__GraphContainer___fDg\+E {
  width: 100%;
  height: 175px;
}

.CategoryGraphLight__GraphLegend___rBIbk {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.CategoryGraphLight__CardHover___wTFzA .CategoryGraphLight__GraphLegend___rBIbk {
  opacity: 0.2;
}

.CategoryGraphLight__ContainerEmpty___TwVQ4 {
  min-height: 816px;
  background-color: #2F3E54;
}

.CategoryGraphSectionLight__CategoryGraphSection___6T8D\+ {
  position: relative;
}

.CategoryGraphSectionLight__knownScore___Tb7oM{
  color: #d692ec;
  position: absolute;
  right: 0;
  margin-top: 4px;
  margin-top: .25rem;
}

.CategoryGraphSectionLight__unknownScore___sbnJu{
  position: absolute;
  right: 0;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: .85em;
}

.CategoryGraphSectionLight__knownScore___Tb7oM svg{
  margin-left: .15em;
}

.MenuBulkActionsLight__MenuBulkActions___3yJLj {
  padding: 8px 0px;
}

.MenuBulkActionsLight__bulkOption___M7nxH {
  padding: 5px 0px;
}

.MenuBulkActionsLight__bulkActionIcon___of36N {
  margin-right: 5px;
  display: inline-block;
}

.MenuBulkActionsLight__bulkOptionAnchor___5ptWg {
  color: #D8DDE1;
}

.MenuBulkActionsLight__bulkOption___M7nxH:hover .MenuBulkActionsLight__bulkOptionAnchor___5ptWg{
  color: #00A0FE;
  text-decoration: none;
}

.TooltipLight__Tooltip___MHKMg {
  height: 260px;
  width: 380px;
  background-color: #181E29;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 100;
}

.TooltipLight__Tooltip___MHKMg > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TooltipLight__arrow___eMUXx {
  left: 160px;
  top: 260px;
  height: 10px;
  width: 40px;
  position: absolute;
}

.TooltipLight__arrowQuoted___5fets {
  left: 160px;
  top: 375px;
  height: 10px;
  width: 40px;
  position: absolute;
}

.TooltipLight__arrow___eMUXx > div {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #181E29;
  margin: auto;
}

.TooltipLight__arrowQuoted___5fets > div {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #181E29;
  margin: auto;
}

.TooltipLight__header___qTWbc {
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #2F3E54;
}

.TooltipLight__authorContainer___-cxmM {
  line-height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}

.TooltipLight__username___8b8b5 {
}

.TooltipLight__authorMediaScoreContainer___3iKCq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TooltipLight__authorMediaScoreUnknownContainer___FR5Ch{
}

.TooltipLight__authorMediaScoreValueContainer___-dsKc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d692ec;
}

.TooltipLight__authorMediaScoreValue___iND4b {
  padding-right: 3px;
}

.TooltipLight__authorMediaScoreIcon___9BGi7 {
  position: relative;
  bottom: 8px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  margin-left: 2px;
}

.TooltipLight__statsGroup___DCqZv {
  line-height: 15px;
  border-top: 1px solid #2F3E54;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  padding-top: 6px;
}

.TooltipLight__stats___VEjRV {
  height: 35px;
  line-height: 16px;
  width: 107px;
  float: left;
  padding-top: 3px;
  padding-left: 10px;
  border-left: 1px solid #2F3E54;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TooltipLight__stats___VEjRV:first-child {
  width: 106px;
  padding-left: 0;
  border-left: 0;
}

.TooltipLight__stat___I4nY4 {
}

.TooltipLight__body___\+pF0R {
  width: 100%;
  height: 76px;
  padding-top: 8px;
  line-height: 15px;
  border-bottom: 1px solid #2F3E54;
}

.TooltipLight__bodyQuotedContainer___5cLWC{
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
  padding-top: 10px;
  line-height: 15px;
  width: 100%;
  border-bottom: 1px solid #2F3E54;
}
.TooltipLight__quotedTitle___967Ll{
  padding-bottom: 8px;
}

.TooltipLight__originalAuthorUsernameText___Jg5Ln:hover {
  text-decoration: underline;
  color: #00A0FE;
}

.TooltipLight__bodyQuoted___fj0I0 {
  margin-top: 1.5px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #2F3E54;
  border-radius: 4px;
}

.TooltipLight__bodyQuoted___fj0I0 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.TooltipLight__bodyQuoted___fj0I0 >  div > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.TooltipLight__bodyQuoted___fj0I0:hover{
  background-color: #1F2D42;
}

.TooltipLight__originalQuotedText___pd83J{
  color: blue03;
  cursor: pointer;
  margin-top: 10px;
}

.TooltipLight__originalCreatedAt___5eVYI{
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.TooltipLight__originalAuthorUsername___WVgZF{
  cursor: pointer;
  margin-top: 5px;
}

.TooltipLight__footer___0fzrU {
  width: 100%;
  line-height: 24px;
  padding-top: 10px;
  height: 78px;
}

.TooltipLight__link___90eCb > span {
  margin-left: 10px;
}

.TooltipLight__link___90eCb:hover {
  cursor: pointer;
  color: #00A0FE;
}

.SmartFilterSummaryLight__smartFilterListExpanded___KP8nV {
  padding: 10px 5px;
}

.SmartFilterSummaryLight__smartFilterListExpanded___KP8nV > p:last-child {
  margin: 0;
}

.SmartFilterSummaryLight__smartFilterSummaryCollapsed___hWctQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.SmartFilterSummaryLight__iconContainer___o9ILZ {
  position: absolute;
}

.SmartFilterSummaryLight__mainTitleCollapsed___ZtRil {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 15px 0 30px;
}

.SmartFilterSummaryLight__tooltipChildren___KeRfK {
  min-width: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.SmartFilterSummaryLight__itemTitleCollapsed___Zjfjw {
  padding-left: 10px;
}

.SmartFilterSummaryLight__tooltipHtml___7KslG {
  max-width: 500px;
}

.SmartFilterSummaryLight__tooltipHtml___7KslG .SmartFilterSummaryLight__itemTitleCollapsed___Zjfjw {
  padding-left: 2px;
}

.SmartFilterSummaryLight__tooltipHtml___7KslG > span:first-child .SmartFilterSummaryLight__itemTitleCollapsed___Zjfjw {
  padding-left: 0;
}

.SmartFilterSummaryLight__mainTitle___RQ1Ol,
.SmartFilterSummaryLight__mainTitleCollapsed___ZtRil,
.SmartFilterSummaryLight__itemTitle___9Qu8\+,
.SmartFilterSummaryLight__itemTitleCollapsed___Zjfjw {
  font-weight: 700;
}

.ClusterGraphLight__ClusterGraph___C3zqv {
  height: calc(100% - 90px);
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
  background-color: #2F3E54;
}

.ClusterGraphLight__ClusterGraphOpaque___ngCtN {
  background-color: #232E42;
}

.ClusterGraphLight__ClusterGraphChild___JhOJi {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.GraphLegendLight__GraphLegend___L7z9R {
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.GraphLegendLight__legendContainer___Taaqc {
  width: 100%;
  height: 100%;
}

.GraphLegendLight__toolTip___7gHVx {
  overflow: wrap;
  width: 250px;
}

.GraphLegendLight__text___6oazl {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.GraphLegendLight__topText___1Mslz {
  margin-right: 5px;
}

.GraphLegendLight__bottomText___eaEKo {
  width: 158px;
  display: inline-block;
}

.GraphLegendLight__bottomText___eaEKo span:first-child {
  float: left;
}

.GraphLegendLight__bottomText___eaEKo span:last-child {
  float: right;
}

.GraphLegendLight__gradientContainer___t1wd2 {
  height: 18px;
  text-align: center;
}

.GraphLegendLight__gradients___ksMvt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.GraphLegendLight__gradient___8BQSm {
  height: 18px;
  width: 22px;
  margin: 0 3px;
}

.SearchFiltersLight__SearchFilters___wgzpL {
  margin-top: 10px;
  padding-bottom: 10px;
  display: grid;
  border-bottom: 1px solid #2F3E54;
}

.SearchFiltersLight__SearchFilters___wgzpL h4 {
  color: rgb(180, 191, 214);
}

.SearchFiltersLight__searchForSection___cX8QX,
.SearchFiltersLight__smartFilterSection___t1M3R {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.SearchFiltersLight__visibilityButton___a6vIs {
  position: relative;
  z-index: 1;
}

.SearchFiltersLight__iconPosition___VLJCc {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.SearchFiltersLight__firstInputContainer___4ifv\+ {
  padding-left: 0 !important; /* Landscape overwrites */
}

.SearchFiltersLight__dateLabelsContainer___pUM4b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SearchFiltersLight__endDateLabel___6pMQE {
  left: 50%;
  position: absolute;
  margin-left: 5px;
}

.SearchFiltersLight__searchButtonSection___P\+M\+n {
  padding-top: 1.6em;
}

.SearchFiltersLight__searchButtonSection___P\+M\+n button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SearchFiltersLight__smartFilterLabel___6vKRR {
  margin-left: 5px;
}

.SearchFiltersLight__loadingSmartFilterContainer___KSyIW {
  position: relative;
  height: 50px;
  padding: 25px 0;
}

.SearchFiltersLight__lastSmartFilterContainer___BMuNN {
  margin-top: 10px;
  border-top: 1px solid #2F3E54;
  padding-top: 10px;
  min-width: 100%;
  max-width: 100%;
}
.SearchFiltersLight__normalText___v0lk- {
  font-weight: 400;
  padding-right: 10px;
}
.GraphContainerLight__GraphSection___txIne,
.GraphContainerLight__loadingSpinner___yy4KL {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
  position: relative;
}

.GraphContainerLight__GraphSection___txIne {
  display: block;
  height: 916px;
}

.GraphContainerLight__loadingSpinner___yy4KL {
  margin-top:  200px;
  height: 100px;
}

.GraphContainerLight__emptyGraph___88fZB {
  height: calc(100% - 90px);
  width: 100%;
  margin-bottom: 5px;
  background-color: #2F3E54;
}

.ActionsMenuPanelLight__ActionsMenuPanel___oUapQ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 320px;
  max-width: 320px;
  margin-bottom: 10px;
}

.ActionsMenuPanelLight__panelMargin___j-Dvh {
  margin-right: 2%;
}

.ActionsMenuPanelLight__menuPanelThematicBreak___3BEGK {
  color: #1F2D42;
  border: 1px solid #1F2D42;
  height: 0;
}

.AddToGroupModalLight__bodyTopSpan___FCuws,
.AddToGroupModalLight__campaignSection___eUhZp {
  padding-bottom: 15px;
}

.AddToGroupModalLight__campaignSection___eUhZp {
  width: 55%;
}

.AddToGroupModalLight__campaignSection___eUhZp,
.AddToGroupModalLight__campaignSection___eUhZp > div {
  padding-top: 5px;
}

.AddToGroupModalLight__addToSection___7YpCQ,
.AddToGroupModalLight__createSection___lxBx9 {
  width: 60%;
}

.AddToGroupModalLight__createSection___lxBx9,
.AddToGroupModalLight__addToSection___7YpCQ,
.AddToGroupModalLight__addToSection___7YpCQ > div,
.AddToGroupModalLight__createSection___lxBx9 > div {
  margin-left: 20px;
  padding-bottom: 15px;
}

.AddToGroupModalLight__groupLimitReachedMessage___1Gje2 {
  font-style: italic;
  color: #DD3A59;
  margin-left: 20px;
}

.GraphDataExportLight__GraphDataExport___KQfaM {
  position: absolute;
  top: -25px;
  right: 0;
}

.HomePageLight__HomePage___1Zo2Z {
  background-color: #A0A6AE;
  padding: 20px;
}

.HomePageLight__HomePageInner___1riMx {
  width: 1120px;
}

.HomePageLight__HomeCard___AtwNv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.HomePageLight__HomePageHelp___4Z9up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 160px;
}

.HomePageLight__HomePageGetHelp___LY-sc {
  width: 100%;
  height: 100%;
}

.HomePageLight__HomePageSearchInput___6WTug {
  width: 100%;
  height: 100%;
}
.HomeCardLight__CardWrapper___YzjIl:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 40px;
}

.HomeCardLight__CardWrapperHeight___koeMO {
  height: 241px;
}

.HomeCardLight__CardWrapperWidth___m8Zd5 {
  width: 360px;
}

.HomeCardLight__CardWrapperHeightExtended___\+J8uj {
  height: 281px;
}

.HomeCardLight__CardWrapperWidthExtended___ySVVI {
  width: 500px;
}

.HomeCardLight__CardContainerHeight___MtbTk {
  height: 221px;
}

.HomeCardLight__CardContainerWidth___zfq6Y {
  width: 286px;
}

.HomeCardLight__CardContainerHeightExtended___SQPLs {
  height: 281px;
}

.HomeCardLight__CardContainerWidthExtended___mNhDF {
  width: 460px;
}

.HomeCardLight__CardContainer___JleSg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.HomeCardLight__CardIconWrapper___w-Ns5 {
  background-color: #e5f7ff;
  height: 32px;
  width: 32px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.HomeCardLight__CardIcon___ubtZB {
  color: #00A0FE;
  width: 25px;
  height: 40px;
  margin: 16px 0;
  margin: 1rem 0;
}

.HomeCardLight__CardIconBottom___KTANM {
  font-size: 15px;
  color: #00A0FE;
  margin-left: 4px;
}

.HomeCardLight__CardTitle___4aHzV {
  line-height: 130%;
  color: #1F2D42;
  margin-bottom: 4px;
}

.HomeCardLight__CardDescription___RWQ4R {
  line-height: 130%;
  color: #545C72;
  margin-bottom: 8px;
}

.HomeCardLight__CardDescriptionExtended___rvEQN {
  line-height: 130%;
  color: #545C72;
  margin-bottom: 8px;
}

.HomeCardLight__CardDefaultItem___ukTty {
  line-height: 130%;
  color: #00A0FE;
  margin-bottom: 12px;
}

.HomeCardLight__CardItem___eIZZm {
  line-height: 130%;
  color: #00A0FE;
  margin-bottom: 8px;
}

.HomeCardLight__CardBottom___OUnm4 {
  position: absolute;
  bottom: 0px;
  font-weight: 400;
  line-height: 130%;
  color: #00A0FE;
  font-size: 15px;
  margin-bottom: 18px;
}
.GetHelpLight__HomeSubTitle___wWr\+V {
}

.GetHelpLight__CardContainer___zTzTJ {
  height: 160px;
  padding: 16px 14px;
}

.GetHelpLight__NewButton___GO1RJ {
  width: 100%;
}

.GetHelpLight__NewButton___GO1RJ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00A0FE;
  width: calc(100% - 40px);
  color: #ffffff;
}

.GetHelpLight__CheckButton___hBzmZ {
  width: 100%;
}

.GetHelpLight__CheckButton___hBzmZ a {
  background-color: #00A0FE;
  width: calc(100% - 40px);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.GetHelpLight__ButtonGroup___4fBPi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
.HelpSearchLight__HomeSubTitle___PYIpx {
}

.HelpSearchLight__HelpSearchMain___f1p56 {
  height: 160px;
  padding: 16px 14px;
}

.HelpSearchLight__SearchInput___bf5Xo {
  margin-top: 36px;
}
.FacebookPageHeaderLight__title___bhIun {
  display: inline-block;
}

.FacebookPageHeaderLight__actionSection___tqoNt {
  max-width: 550px;
  float: right;
  display: inline-block;
}

.FacebookPageHeaderLight__searchInput___d12OJ {
  min-width: 300px;
  display: inline-block;
}

.FacebookPageHeaderLight__exportButton___-dwAm {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
.FacebookPageHeaderLight__exportButton___-dwAm a:hover {
  text-decoration: none;
}

.FacebookPageHeaderLight__menuContainer___WY6-L {
  position: absolute;
  margin-top: 5px;
  right: 0;
}

.FacebookPageHeaderLight__menuItem___q67Fu {
}

.FacebookPagesTableLight__FacebookPagesTableWrapper___EMhL8 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.FacebookPagesTableLight__tooltipContainer___eU2zy {
  max-width: 110px;
  text-align: left;
}
.FacebookPagesTableLight__retrySection___87kQO {
}
.FacebookPagesTableLight__noRecords___WHoON {
  margin-top: 20px;
  margin-bottom: 20px;
}
.FacebookPagesTableLight__tableHeader___uBMwH {
  cursor: pointer;
  display: inline-block;
}
.FacebookPagesTableLight__refreshButton___M8zTT {
  cursor: pointer;
}
.FacebookPagesTableLight__refreshPositioning___GOlxU {
  position: absolute;
}
.FacebookPagesTableLight__loadingContainer___X9E6I {
  display: inline-block;
  max-height: 45px;
}
.FacebookPagesTableLight__loadingContainer___X9E6I div {
  display: inline-block;
}
.FacebookPagesTableLight__saveSuccess___Z4aMo {
  color: green;
  margin-right: 5px;
}
.FacebookPagesTableLight__saveError___Bww4L {
  color: red;
  position: absolute;
  min-width: 500px;
  right: 30px;
}
.FacebookPagesTableLight__resultPosition___4AvJX {
  margin-right: 20px;
}

.FacebookPagesTableFooterLight__tableFooterContainer___DpZbk {
}
.FacebookPagesTableFooterLight__spanBlock___zutn8 {
  display: contents;
}
.FacebookPagesTableFooterLight__elementsPerPage___92bQk {
  max-width: 72px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.FacebookPagesTableFooterLight__elementsPerPage___92bQk,
.FacebookPagesTableFooterLight__elementsPerPage___92bQk * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* Force Select height to match staging (30px total) */
.FacebookPagesTableFooterLight__elementsPerPage___92bQk [class*="-control"] {
  min-height: 30px !important;
  max-height: 30px !important;
}

.FacebookPagesTableFooterLight__elementsPerPage___92bQk [class*="-ValueContainer"],
.FacebookPagesTableFooterLight__elementsPerPage___92bQk [class*="-control"] > div:first-child {
  height: 20px !important;
  padding: 0 7px !important;
}
.FacebookPagesTableFooterLight__displayedPagesInfo___9JMtL {
  margin-left: 30px;
}
.FacebookPagesTableFooterLight__tableButtonsContainer___HQufp {
  float: right;
  padding-top: 8px;
}
.FacebookPagesTableFooterLight__tableLink___KleSL{
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

.FacebookPagesExportMenuLight__menuContainer___ELerN {
  text-align: justify;
  padding: 5px 10px;
}

.FacebookPagesExportMenuLight__exportButton___OvOnq {
  text-align: center;
  margin-top: 5px;
}

.SuperAdminsTableLight__SuperAdminsTableWrapper___GN-kO {
  margin-top: 20px;
  margin-bottom: 20px;
}

.SuperAdminsTableLight__usernameCol___xA13D {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  word-break: break-word;
  word-wrap: break-word;
}

.SuperAdminsTableLight__emailCol___2EsoG {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  word-break: break-word;
  word-wrap: break-word;
}

.SuperAdminsTableLight__accountsCol___DwIg1 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  word-break: break-word;
  word-wrap: break-word;
}

.SuperAdminsTableLight__noRecords___eOUtv {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  color: #999;
}

.SuperAdminsTableLight__tableHeader___JMagV {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.SuperAdminsTableLight__tableHeader___JMagV:hover {
  text-decoration: underline;
}

.SuperAdminsTableLight__actionsCell___0PIhY {
  text-align: center;
  width: 80px;
}

.SuperAdminsTableLight__actions___BW6iZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SuperAdminsTableLight__actions___BW6iZ a {
  cursor: pointer;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.SuperAdminsTableLight__actions___BW6iZ a:hover {
  background-color: #f0f0f0;
}

.SuperAdminsTableLight__edit___qjOBo {
  color: #0066cc;
}

.SuperAdminsTableLight__edit___qjOBo:hover {
  color: #0052a3;
}

.SuperAdminsTableLight__trash___Lx9aj {
  color: #d9534f;
}

.SuperAdminsTableLight__trash___Lx9aj:hover {
  color: #ac2925;
}

.SuperAdminsTableFooterLight__tableFooterContainer___WQkBe {
}
.SuperAdminsTableFooterLight__spanBlock___QWyVJ {
  display: contents;
}
.SuperAdminsTableFooterLight__elementsPerPage___-NLwa {
  max-width: 72px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.SuperAdminsTableFooterLight__displayedPagesInfo___c11g5 {
  margin-left: 30px;
}
.SuperAdminsTableFooterLight__tableButtonsContainer___l8qXD {
  float: right;
  padding-top: 8px;
}
.SuperAdminsTableFooterLight__tableLink___-BAo-{
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}


.InstagramAccountRowLight__ellipsis___PpH88 {
	max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.InstagramAccountRowLight__hashtagCount___6O31p, .InstagramAccountRowLight__accountsCount___Giy5M {
	display: inline;
}

.InstagramAccountRowLight__isDisabled___oHYsK {
	color: #B4BFD6;
}

.InstagramAccountRowLight__fbWidthContainer___krKzz{
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis
}

.InstagramMediaObjectLight__InstagramMediaObject___39O\+W {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
}

.InstagramMediaObjectLight__linked___mLxB8 {
  font-weight: normal;
  font-style: italic;
}

.InstagramMediaObjectLight__disabled___\+rMNy {
  opacity: 0.3;
}

.InstagramMediaObjectLight__pageCheckbox___3Fz-c {
  margin-right: 8px;
  padding-top: 19px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.InstagramMediaObjectLight__linkedAccount___Twdk2 {
  font-size: 0.75rem;
  font-style: italic;
  color: grey;
  max-width: 170px;
  padding-top: 10px;
  padding-left: 23px;
}
.InstagramAccountsModalLight__InstagramAccountsModalBody___SCwmq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  width: 500px;
  overflow: auto;
}

.InstagramConnectButtonLight__InstagramConnectButton___b1sui {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
}
.InstagramNotificationLight__InstagramNotification___sx1\+W {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.InstagramHashtagsModalLight__tableHeader___wT4Am {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 10px 0;
}

.InstagramHashtagsModalLight__tableHeader___wT4Am h4 {
  margin: 0;
}

.InstagramHashtagsModalLight__tableHeader___wT4Am .InstagramHashtagsModalLight__counters___OXD0N {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.InstagramHashtagsModalLight__tableHeader___wT4Am .InstagramHashtagsModalLight__counters___OXD0N span {
  font-style: italic;
}

.InstagramHashtagsModalLight__tableHeader___wT4Am .InstagramHashtagsModalLight__counters___OXD0N .InstagramHashtagsModalLight__tooltip___v3tIz {
  margin-left: 5px;
}

.InstagramHashtagsModalLight__tooltipText___yysqv {
  max-width: 300px;
}

.InstagramHashtagsModalLight__modalFooterContainer___Sqe47 {
  margin-top: 15px;
}

.InstagramHashtagsModalLight__loaderContainer___vCfUV {
  height: 80px;
  position: relative;
}

.HashtagsTableLight__table___RsMMK {
  max-height: 230px;
  overflow-y: auto;
};

.HashtagRowLight__unused___sMzlG {
  display: none;
}

.HashtagRowLight__nameDisabled___qCrJW {
  color: #B4BFD6;
}

.HashtagRowLight__authorDisabled___U3mo0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B4BFD6;
}

.HashtagRowLight__author___TZjlG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.HashtagRowLight__authorDisabled___U3mo0 .HashtagRowLight__tooltip___lysY4 {
  margin-left: 3px;
}

.HashtagRowLight__tooltipText___n2SHv {
  max-width: 300px;
}

.ModalFooterLight__modalFooter___Gvx\+w {
  margin-bottom: 20px;
}

.ModalFooterLight__inputLabel___6DBUV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 5px;
}

.ModalFooterLight__inputLabel___6DBUV label {
  margin-bottom: 0;
}

.ModalFooterLight__inputLabel___6DBUV span {
  font-style: italic;
}

.ModalFooterLight__inputGroup___WuQyf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ModalFooterLight__inputGroup___WuQyf > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
}

.ModalFooterLight__inputGroup___WuQyf > div:last-child {
  margin: 0 5px;
}

.ModalFooterLight__inputGroup___WuQyf input {
  background-color: #D8DDE1 !important;
  height: 30px;
}

.InstagramManageAcoountsModalLight__tableHeader___ZghFl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 10px 0;
}

.InstagramManageAcoountsModalLight__tableHeader___ZghFl h4 {
  margin: 0;
}

.InstagramManageAcoountsModalLight__tableHeader___ZghFl .InstagramManageAcoountsModalLight__counters___FHEB5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.InstagramManageAcoountsModalLight__tableHeader___ZghFl .InstagramManageAcoountsModalLight__counters___FHEB5 span {
  font-style: italic;
}

.InstagramManageAcoountsModalLight__tableHeader___ZghFl .InstagramManageAcoountsModalLight__counters___FHEB5 .InstagramManageAcoountsModalLight__tooltip___w3r99 {
  margin-left: 5px;
}

.InstagramManageAcoountsModalLight__tooltipText___niMWz {
  max-width: 300px;
}

.InstagramManageAcoountsModalLight__modalFooterContainer___JeMQr {
  margin-top: 15px;
}

.InstagramManageAcoountsModalLight__loaderContainer___UcJkU {
  height: 80px;
  position: relative;
}

.AccountTableLight__table___4nhX1 {
  max-height: 230px;
  overflow-y: auto;
};

.AccountRowLight__unused___g3jce {
  display: none;
}

.AccountRowLight__nameDisabled___Udldr {
  color: #B4BFD6;
}

.AccountRowLight__authorDisabled___ZpXfT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B4BFD6;
}

.AccountRowLight__author___UNq5a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AccountRowLight__authorDisabled___ZpXfT .AccountRowLight__tooltip___lOPZR {
  margin-left: 3px;
}

.AccountRowLight__tooltipText___-1s7q {
  max-width: 300px;
}

.ModalFooterLight__modalFooter___CN5Jl {
  margin-bottom: 20px;
}

.ModalFooterLight__inputLabel___96CaI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 5px;
}

.ModalFooterLight__inputLabel___96CaI label {
  margin-bottom: 0;
}

.ModalFooterLight__inputLabel___96CaI span {
  font-style: italic;
}

.ModalFooterLight__inputGroup___-ZqFJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ModalFooterLight__inputGroup___-ZqFJ > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
}

.ModalFooterLight__inputGroup___-ZqFJ > div:last-child {
  margin: 0 5px;
}

.ModalFooterLight__inputGroup___-ZqFJ input {
  background-color: #D8DDE1 !important;
  height: 30px;
}

.FacebookPageRowLight__ellipsis___XsStU {
	max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.FacebookPageRowLight__hashtagCount___FBuD8, .FacebookPageRowLight__accountsCount___0sTWm {
	display: inline;
}

.FacebookPageRowLight__isDisabled___kUK8P {
	color: #B4BFD6;
}

.FacebookPageRowLight__fbWidthContainer___VoppM{
  max-width: 250px;
  line-height: 22px;
}

.FacebookPageRowLight__fbToolTipContainer___FA-2o{
  text-align: left;
}

.FacebookPageRowLight__fbToolTopContainerMargin___eo3Pa{
  margin-top: 10px;
}


.ZccInstallationRowLight__ellipsis___D5YbP {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ZccInstallationRowLight__viewList___Hqgu6{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ZccNotificationLight__ZccNotification___h7Gc3 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.BaseWizardContentLight__BaseWizardContent___Ephwf {
  width: 720px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.BaseWizardContentLight__Sidebar___cErO\+ {
  width: 180px;
  height: 100%;
  background-color: #EFF1F3;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .25), 1px 0 10px rgba(98, 98, 98, .25);
          box-shadow: 1px 0 5px rgba(0, 0, 0, .25), 1px 0 10px rgba(98, 98, 98, .25);
  overflow: hidden;
  z-index: 1;
}

.BaseWizardContentLight__Page___AnyOC {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.BaseWizardContentLight__content___o3T7Y {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

.SidebarItemLight__SidebarItem___46PCX {
  color: #1F2D42;
  min-height: 2.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(131, 143, 174, .2);
  cursor: pointer;
}

.SidebarItemLight__SidebarItem___46PCX:hover {
  font-weight: normal;
  color: #1F2D42;
  background-color: #b4bfd6;
  background-color: rgba(180, 191, 214, .2);
}

.SidebarItemLight__SidebarItem___46PCX.SidebarItemLight__active___CABw7, .SidebarItemLight__SidebarItem___46PCX.SidebarItemLight__active___CABw7:hover {
  font-weight: bold;
  color: #00A0FE;
  background-color: #b4bfd6;
  background-color: rgba(180, 191, 214, .2);
  border-left: 0.25em solid #00A0FE;
  padding-left: .75em;
}


.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+ {
  color: #8E9FAD;
  min-height: 2.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  padding-left: 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(131, 143, 174, .2);
  cursor: pointer;
}

.SidebarNumberedItemLight__circle___JBs2u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5em;
  width: 1.5em;
  background-color: #8E9FAD;
  border-radius: 50%;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1px .75em 0 .75em;
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__complete___mOzxa {
  color: #1F2D42;
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__incomplete___UcBGv {
  cursor: auto;
  cursor: initial;
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__complete___mOzxa > .SidebarNumberedItemLight__circle___JBs2u {
  background-color: #1F2D42;
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__complete___mOzxa:hover {
  font-weight: normal;
  background-color: #838fae;
  background-color: rgba(131, 143, 174, .2);
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__active___Zn0oC, .SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__active___Zn0oC:hover {
  font-weight: bold;
  color: #00A0FE;
  background-color: #838fae;
  background-color: rgba(131, 143, 174, .2);
  border-left: 0.25em solid #00A0FE;
}

.SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__active___Zn0oC > .SidebarNumberedItemLight__circle___JBs2u, .SidebarNumberedItemLight__SidebarNumberedItem___lELj\+.SidebarNumberedItemLight__active___Zn0oC:hover > .SidebarNumberedItemLight__circle___JBs2u {
  background-color: #00A0FE;
  margin: 1px .75em 0 .5em;
}



.SidebarHeaderLight__SidebarHeader___EA-n2 {
  color: #1F2D42;
  padding: 1.0625em 1em;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(131, 143, 174, .2);
}

.SideBarSummaryLight__SidebarSummaryContainer___lIWXc{
  padding: 0px 0px 0em 0px;
}
.SideBarSummaryLight__SidebarSummary___i3Cn5 {
  color: #1F2D42;
  padding: 15px 10px 0em 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SideBarSummaryLight__header___sYU8Z {
}
.SideBarSummaryLight__items___g4Ora{
  margin-top: -10px;
}

.PageHeaderLight__PageHeader___nNwJ\+ {
  padding: 1.0625em 1em;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.PageHeaderLight__isScrolled___mcl51 {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .25), 0px 10px 10px -10px rgba(98, 98, 98, .25);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .25), 0px 10px 10px -10px rgba(98, 98, 98, .25);
}
.PageFooterLight__PageFooter___U-5Qh {
  height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25em; 
  border-top: 1px solid #B4BFD6
}

.PageFooterLight__rightButton___0NVYG {
  margin-left: 1.25em;
}
.CancelModalLight__boldText___J3GI\+ {
}

.WidgetSettingLight__container___oi1Nw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 14px 10px 20px;
}

.WidgetSettingRowLight__firstColumn___OhcCT {
  white-space: nowrap;
  width: 5%;
  padding: 7.5px 1px 0px 0px !important
}
.WidgetSettingRowLight__secondColumn___FC10z {
  text-align: left;
  width: 20%;
  padding-bottom: 5px;
  padding-top: 10px;
}
.WidgetSettingRowLight__secondColumnWithoutCheckbox___620gU {
  width: 34% !important;
}
.WidgetSettingRowLight__thirdColumnWithoutCheckbox___ZMdQ2 {
  width: 60% !important;
}
.WidgetSettingRowLight__thirdColumn___NAfJh {
  text-align: right;
  width: 74%;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: .7em !important;
  margin-top: 5px;
}
.WidgetSettingRowLight__lastColumn___YM5VF {
  text-align: left;
  width: 470px;
  padding-bottom: 13px;
}
.WidgetSettingRowLight__headerColumn___-ayc4{
  font-weight: bold;
}
.WidgetSettingRowLight__checkboxLabelSmall___MHEi4 {
  font-size: 0.75rem !important;
}

.WidgetSettingRowLight__notselected___WY5du{
  opacity: 0.5;
}
.WidgetSettingRowLight__tooltipIcon___hA0si{
  margin-left: 10px;
}

.TierOverrideLight__loadingContainer___G29HT {
  position: relative;
  min-height: 300px;
}

.TierOverrideLight__notificationWrapper___jf4QP {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.TwitterImportsLight__TwitterImportsTableWrapper___6NxS2 {
  height: 520px;
  overflow: auto;
  margin-top: 20px;
}

.TwitterImportsLight__TwitterImportHeader___Qw3Kp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.TwitterImportsLight__TwitterImportFilter___kmbch {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  place-self: flex-end;
  margin-right: 20px;
}

.TwitterImportsLight__TwitterImportFilterSelect___wA5kQ {
  min-width: 200px;
}

.TwitterImportsLight__TwitterImportsEmptyTable___-UJ7j {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.TwitterImportsLight__TwitterImportsEmptyTableIcon___I7\+Qy {
  color: #00A0FE;
}

.TwitterImportsLight__TwitterImportsEmptyTableTitle___nIBF3 {
  color: #00A0FE;
  font-size: 1.25em;
  font-weight: 400;
  padding: 3px;
}

.TwitterImportsLight__TwitterImportsEmptyTable___-UJ7j footer {
  padding-top: 20px;
}

.TwitterImportsLight__TwitterImportsTableFooter___8cpaL {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.TwitterImportsLight__loadingSection___NNAwq {
  position: relative;
  width: 100%;
  padding: 100px 0 0 0;
}

.TwitterImportsLight__createImportButtonWrapper___LvUYe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* New Import */
.TwitterImportsLight__newImportWrapper___GsC6x {
  padding-top: 20px;
  width: 500px;
}

.TwitterImportsLight__backToList___EYgJj {
  margin: 0 0 20px 0;
}

.TwitterImportsLight__banner___KlDBX {
  margin-bottom: 20px;
}

.TwitterImportsLight__historicsConsumed___vtg2I {
}

.DownloadMenuLight__button___A5ml0 {
  color: #D8DDE1;
}

.MenuLight__menuList___PwNNc {
  text-align: left;
  font-size: 0.875rem;
}

.MenuLight__menuOption___gZWWH {
  padding: 5px 0;
}

.MenuLight__menuOption___gZWWH > a {
  color: #D8DDE1;
  display: inline-block;
  width: 100%;
}

.MenuLight__button___CgPAL:hover,
.MenuLight__menuOption___gZWWH:hover > a {
  color: #00A0FE;
  text-decoration: none;
}

.SyndicatedStoryModalLight__modalTitle___InH3A {
  margin-bottom: 10px;
}

.SyndicatedStoryModalLight__titleIconWrapper___99Nk4 {
  margin-right: 5px;
}

.SyndicatedStoryModalLight__storyHeader___DyL0V {
  padding: 10px 0 0 20px;
}

.SyndicatedStoryModalLight__storyHeaderTitle___-i3Xp {
  margin: 0 0 5px 0;
}

.SyndicatedStoryModalLight__loadingSpinner___uoRNs {
  height: 410px;
}

.WidgetEmbedModalLight__titleIconWrapper___Z4Yw7 {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}

.WidgetEmbedModalLight__previewHeader___WU58F {
  padding: 10px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF1F3;
}

.WidgetEmbedModalLight__previewHeaderTitle___TdaLq {
  margin: 0 0 5px 0;
}

.WidgetEmbedModalLight__widgetPreviewWrapper___Tg9Zu {
  height: 440px;
  background: #EFF1F3;
  padding: 15px 0;
}

.WidgetEmbedModalLight__widgetPreviewContainer___XwnJR {
  margin: 0 auto;
  position: relative;
}

.WidgetEmbedModalLight__dataStaticText___9jRGz {
  color: #808080;
  margin-bottom: 46px;
}

.WidgetEmbedModalLight__embedCodeContainer___fX7IB {
  background: #EFF1F3;
  height: 150px;
  width: 100%;
  padding: 10px;
  overflow-y: scroll;
  margin-top: 10px;
  word-wrap: break-word;
  font-family: "Courier New", Courier, monospace;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.WidgetEmbedModalLight__embedCodeText___jG0Kc {
  animation: WidgetEmbedModalLight__fadein___BuYjv 2s;
  -moz-animation: WidgetEmbedModalLight__fadein___BuYjv 2s; /* Firefox */
  -webkit-animation: WidgetEmbedModalLight__fadein___BuYjv 2s; /* Safari and Chrome */
  -o-animation: WidgetEmbedModalLight__fadein___BuYjv 2s;
}

.WidgetEmbedModalLight__copyToHtmlBtn___vhHCE {
  padding-top: .5em;
}

.WidgetEmbedModalLight__settingsRadioGroup___vPPrJ {
  margin-bottom: 20px;
}

.WidgetEmbedModalLight__embedSettings___dy4Gf {
  padding: 20px;
  font-size: 14px;
}

.WidgetEmbedModalLight__radioGroupLabel___9R\+gT {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3px;
}

.WidgetEmbedModalLight__embedCodeLoading___fmCLr {
  width: 200px;
  height: 130px;
  position: relative;
}

.WidgetEmbedModalLight__errorMessage___\+stlW {
  margin-top: 20px;
}

.WidgetEmbedModalLight__urlInputText___bQW6k {
  margin: 1em 0;
}

@keyframes WidgetEmbedModalLight__fadein___BuYjv {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes WidgetEmbedModalLight__fadein___BuYjv { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

.StoriesTableLight__StoriesTable___BFK3F {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 700px;
}

.StoriesTableLight__StoriesTable___BFK3F table{
  table-layout: fixed;
}

div[class*="CustomActionsMenu"] {
  background-color: #D8DDE1;
}

div[class*="selectAll"] {
  margin-top: 5px;
}

div[class*="selectAll"] span label {
  background-color: white;
}

div[class*="selectAll"] label[for="StoryListActionsSelectAll"] {
  vertical-align: top;
  margin-left: 4px;
}

.StoriesTableLight__linkToggleRestrictionWrapper___BUn06 {
  margin: 0;
  height: 30px;
  padding: 0 20px;
}

.StoriesTableLight__linkToggleRestriction___lrOXS {
  color: #2F3E54;
  font-style: italic;
  text-decoration: underline;
}

.StoriesTableLight__linkToggleRestrictionOff___FtfRu {
  color: #2F3E54;
  font-style: italic;
}

.StoriesTableLight__tableHeader___XIzSA {
}

.StoriesTableLight__tableHeaderClickable___0-nX3 {
  cursor: pointer;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ {
  z-index: 1;
  background: #EFF1F3;
}

.StoriesTableLight__tableBodyWrapper___cBT4Y {
  /* Leaving this as fallback */
  overflow: hidden;
  overflow-y: scroll;
  /*
  Such a great property that makes the scrollable
  content to be shown beneath the scroll bar
  */
  overflow: overlay;
  height: 300px;
}

.StoriesTableLight__tableBodyWrapper___cBT4Y > table{
  table-layout: fixed;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ > table > thead > tr > th,
.StoriesTableLight__tableBodyWrapper___cBT4Y > table > tbody > tr > td {
  border: 1px solid #D8DDE1;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ > table > thead > tr > th,
.StoriesTableLight__tableBodyWrapper___cBT4Y > table > tbody > tr > td {
  padding: 0 8px;
  text-align: center;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ > table > thead > tr > th:last-child{
  padding-top: .25em;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ > table > thead > tr > th:first-child,
.StoriesTableLight__tableBodyWrapper___cBT4Y > table > tbody > tr > td:first-child {
  padding-left: 20px;
  text-align: left;
}

.StoriesTableLight__tableBodyWrapper___cBT4Y > table > tbody > tr > td {
  height: 55px;
  vertical-align: middle;
  line-height: 1.3;
}

.StoriesTableLight__tableBodyWrapper___cBT4Y > table > tbody > tr > td:first-child {
  max-width: 40%;
}

div[class*="widget__divider"] {
  display: none;
}

.StoriesTableLight__mediaOutletData___T60t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.StoriesTableLight__checkboxBackgroundVisible___SeBwv > span > label {
  background-color: #D8DDE1;
}

.StoriesTableLight__mediaOutletDataLinkAndDomain___q2KJJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 5px;
  line-height: 1;
}

.StoriesTableLight__mediaOutletDataLinkAndDomain___q2KJJ > a {
  color: #2F3E54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.StoriesTableLight__linkIconWrapper___YByYV {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

.StoriesTableLight__tableData___xR0Ae {
}

.StoriesTableLight__ellipsis___gTKJu {
  display: inline-block;
  max-width: 275px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-top: 2px;
}

.StoriesTableLight__ellipsis375___Q4I76 {
  max-width: 375px;
}

.StoriesTableLight__tableHeaderWrapper___yaMQJ > table > thead > tr > th div{
  border-right: none !important;
  line-height: 1.3;
}

.StoriesTableLight__headerContent___W-yhs{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.StoriesTableLight__iconContent___-HJbS{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.StoriesTableLight__bulkContainer___rtgFW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.StoriesTableLight__bulkMenuRemove___ey1P3 {
  margin-top: -2px;
  margin-left: 10px;
}

.StoriesTableLight__bulkMenuAdd___ZU0oV {
  margin-top: -2px;
  margin-left: 10px;
}

.StoriesTableLight__bulkMenuCountStories___fS2v8 {
}

.StoriesTableLight__deleteToolTip___rZSk2 {
  width: 250px;
}

.StoriesTableLight__banIcon___-F-a1 {
  margin-top: 14px;
  margin-left: 8px;
}

@media (max-width: 1170px){
  .StoriesTableLight__ellipsis___gTKJu{
    max-width: 250px;
  }
}

@media (max-width: 1045px){
  .StoriesTableLight__ellipsis___gTKJu{
    max-width: 200px;
  }
}

@media (max-width: 945px){
  .StoriesTableLight__ellipsis___gTKJu{
    max-width: 175px;
  }
}

@media (max-width: 980px){
  .StoriesTableLight__linkToggleRestrictionWrapper___BUn06{
    margin-bottom: 10px;
  }
}

.StoriesTableLight__mediaOutletData___T60t2 span[role="checkbox"] {
  margin-top: 10px;
}

.StoriesTableLight__mediaOutletActionLink___TOC0P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
}

.ActionsMenuLight__CustomActionsMenu___p-hqB {
  display: none;
  height: 40px;
  padding: 10px 30px 10px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D8DDE1;
}

.ActionsMenuLight__isVisible___Hw9oz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ActionsMenuLight__storiesTableActionsMenuItems___NbFiR {
  display: inline-block;
}

.ActionsMenuLight__storiesTableActionsMenuItems___NbFiR svg {
  color: #1F2D42;
}

.ActionsMenuLight__storiesTableActionsMenuItemsWrapper___QEkOj,
.ActionsMenuLight__selectAll___S0W6G,
.ActionsMenuLight__close___w38G6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ActionsMenuLight__selectAll___S0W6G,
.ActionsMenuLight__close___w38G6 {
  width: 100px;
}

.ActionsMenuLight__close___w38G6 {
  text-align: right;
}

.ActionsMenuLight__selectAll___S0W6G{
  margin-top: 7.2px;
  margin-top: .45rem;
}

.ActionsMenuLight__selectAll___S0W6G input[type="checkbox"] + label{
  background-color: #EFF1F3;
}

.ActionsMenuLight__selectAll___S0W6G label{
  margin-left: 4px;
  margin-left: .25rem;
}


.ReadingListLight__readingItemLink___rzO1H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  margin-right: 8px
}

.ReadingListLight__readingItemLink___rzO1H:hover {
  color: #00A0FE;
}

.ReadingListLight__readingItemLink___rzO1H > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ReadingListLight__readingItemLink___rzO1H > span {
  margin-top: 3px;
}

.ReadingListLight__readingListHeader___1RO7X > h5 {
  font-size: 500;
  margin: 0;
}

.ReadingListLight__createNewList___YBnW3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  cursor: pointer;
  font-size: 0.875rem;
}

.ReadingListLight__createNewListContainer___qogbl > p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ReadingListLight__createNewListContainer___qogbl {
  padding: 0px 8px;
}

.ReadingListLight__createNewList___YBnW3 {
  margin-top: 10px;
}

.ReadingListLight__createNewList___YBnW3 > p {
 margin-left: 5px;
}

.ReadingListLight__readingListItemName___hToUY {
  font-size: 0.875rem;
  margin: 5px 0px 5px 0px;
  color: #1F2D42 !important;
}

.ReadingListLight__readingListMainContainer___GStaU {
  width: 260px;
}

.ReadingListLight__readingListContainer___eVl6g {
  overflow: visible;
  width: 285px;
  margin-left: -12px;
  margin-bottom: -7px;
}

.ReadingListLight__readingListItemsContainer___bogLB {
  max-height: 150px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  padding-left: 12px;
}

.ReadingListLight__readingListContainer___eVl6g > hr {
  border-color: #D8DDE1;
}

.ReadingListLight__readingItemIcon___wDo\+v {
  margin-top: 5px;
}

.ReadingListLight__createNewListContainerFocus___iVjqI input:focus{
  border: #00A0FE;
  border-style: solid;
  border-radius: 5px;
  border-width: 1.5px;
}

.ReadingListLight__divider___eBcqc {
  border-color: #D8DDE1;
  border-bottom-width: 0px;
  margin-left: -2px !important;
}

.ReadingListLight__createNewListIcon___WZNz- {
  margin-top: -1px;
}

.SyndicateModalConfirmation__deleteToolTip___9tr9M {
  width: 250px;
}

.SyndicateModalConfirmation__deleteToolTip___9tr9M h5 {
  margin-bottom: 5px;
}

.SyndicateModalConfirmation__deleteToolTip___9tr9M p {
  margin-left: 5px;
  margin-right: 5px;
}

.SyndicateModalConfirmation__divider___x1V8X {
  margin-left: -14px !important;
  border-color: #D8DDE1;
  width: 278px;
}

.SyndicateModalConfirmation__buttonGroupContainer___arbp3{
  margin: 10px;
  margin-left: 20px;
}

.SyndicateModalConfirmation__buttonGroupContainer___arbp3 button {
  margin-left: 20px;
}

.SyndicateModalConfirmation__buttonGroupContainerRemoveAll___AchUu {
  margin: 10px;
}

.SourceCheckerResultLight__sourceCheckerSearchResult___N6PAd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  line-height: 16px;
  padding: 10px 0;
}
.SourceCheckerResultLight__sourceCheckerSearchResultIcon___H674a {
  padding-right: 15px;
}

.SourceCheckerResultLight__sourceCheckerSearchResultList___Vlh9N li{
  display: inline;
  padding-right: 10px;
  border-right: 1px solid #D8DDE1;
  margin-right: 10px;
}

.SourceCheckerResultLight__sourceCheckerSearchResultList___Vlh9N li:last-child {
  border-right: none;
}

.SourceCheckerResultLight__invalidStory___X8rrg {
  color: #F29320;
}

.SourceCheckerResultLight__coveredStory___Lb\+v- {
  color: #46AF61;
}

.SourceCheckerResultLight__uncoveredStory___uylNQ {
  color: #DD3A59;
}

.SourceCheckerResultLight__searchResultStats___R0hLX {
  font-style: italic;
}
.StoryCheckerDetailLight__StoryCheckerDetail___nSJVm {
}

.StoryCheckerDetailLight__StoryCheckerDetail___nSJVm hr {
  border: 0px solid #D8DDE1;
  border-bottom-width: 1px;
}

.StoryCheckerDetailLight__detailHighlightedContent___uxylM {
  overflow: auto;
  max-height: 100px;
}

.StoryCheckerDetailLight__detailExplanation___fDZZx {
  font-size: 1rem;
  margin-bottom: 20px;
}

.StoryCheckerDetailLight__detailSummary___CPqSL {
  margin-top: 20px;
  margin-bottom: 15px;
}
.StoryCheckerDetailLight__detailSummaryLine___2tSsy {
  margin-bottom: 10px;
}

.StoryCheckerDetailLight__detailAnalysis___sdRf2 {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 15px;
}
.StoryCheckerDetailLight__detailAnalysis___sdRf2 li {
  margin-bottom: 3px;
}
.StoryCheckerDetailLight__detailAnalysisText___w0CZw {
  display: inline-block;
  padding-top: 2px;
}

.StoryCheckerDetailLight__detailIcon___H2EGZ {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.StoryCheckerDetailLight__detailIconGreen___4noZg {
  color: #46AF61;
}
.StoryCheckerDetailLight__detailIconRed___exepP {
  color: #DD3A59;
}

.StoryCheckerDetailLight__detailContent___lei\+E {
  margin-top: 20px;
}


.StoryCheckerDetailLight__highlightBase___-pYpW {
  display: inline-block;
  margin: 0 -2px;
  padding: 1px 3px;
}
.StoryCheckerDetailLight__highlightIncluded___4HFLl {
  background: #F9EB85;
}
.StoryCheckerDetailLight__highlightExcluded___2dX82 {
  background: #F27575;
}


.light__resultTitleContainer___5Je6C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.light__resultTypeTitle___lR9p3 {
}

.light__filtersContainer___XhQIL {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8DDE1;
}

.light__showSimilarLink___EB6rB {
  padding-left: 42px;
}

.light__sourceWrapper___BwWhK {
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
}

.light__sourceDetails___YE39U {
  padding-left: 10px;
}

.light__resultListWrapper___fZ31b {
  margin-top: 20px;
  max-height: 300px;
  overflow: auto;
}

.light__paneWrapper___joNi8 {
  padding-top: 20px;
}
.light__DataSources___JDVEI {
  margin: 0 10px;
}

.light__dataSourcesRow___UKLjQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
}

.light__switchRow___jjV9i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

.light__switchRow___jjV9i label:first-child {
  margin-right: 30px;
  min-width: 231px;
  text-align: left;
}

.light__switchRow___jjV9i label:last-child {
  cursor: default;
}

.light__dataSourceSave___LCiaJ {
  margin-top: 30px;
}

.light__filterPositive___3uITN {
  display: inline;
}

.light__filterNegative___Viyn1 {
  display: inline;
  margin-left: 10px;
}

.light__filterAlert___Ss45k {
  display: inline;
  margin-left: 10px;
}

.light__iconPositive___DeHCs {
  color: #46AF61;
  margin-right: 5px;
}

.light__iconAlert___xVyNT {
  color: #F29320;
  margin-right: 5px;
}

.light__iconNegative___XtKVs {
  color: #DD3A59;
  margin-right: 5px;
}

.StoryLight__storyCheckerSearchResult___lgJiT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  line-height: 16px;
  margin-bottom: 30px;
  max-width: 100%;
}

.StoryLight__storyIcon___f\+Jck {
  padding-right: 15px;
}

.StoryLight__storyDetails___TUscC {
  overflow: hidden;
}

.StoryLight__storyTitle___dAtuO {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.StoryLight__storyBody___jsNXh {
  text-align: justify;
}

.StoryLight__boldTitle___IsgvG {
  font-weight: bold;
}

.StoryLight__invalidStory___jCTRq {
  color: #F29320;
}

.StoryLight__coveredStory___fRTFI {
  color: #46AF61;
}

.StoryLight__uncoveredStory___s6vCc {
  color: #DD3A59;
}
.StoryContentMSICheckerLight__detailIcon___XChZB {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.StoryContentMSICheckerLight__detailAnalysisText___jBHhQ {
  display: inline-block;
  padding-top: 2px;
  color: #00A0FE !important;
}

.StoryContentMSICheckerLight__detailIconBlue___PUp9x {
  color: #00A0FE !important;
}
.ReadingListStoriesSortDropdownLight__groupLabel___rp\+Kw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ReadingListStoriesSortDropdownLight__buttonWrapper___U-wQr button svg {
  fill: #1F2D42 !important;
}

.ReadingListStoriesSortDropdownLight__buttonWrapper___U-wQr button:hover svg {
  fill: #ffffff !important;
}

.ReadingListStoriesSortDropdownLight__buttonWrapper___U-wQr button:active svg {
  fill: #00a0fe !important;
}

.ReadingListStoriesSortDropdownLight__groupLabelText___IH-Tj {
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  font-size: 1.33em;
}

.ReadingListStoriesSortDropdownLight__menu___2khHW {
  top: 105%;
  padding: 0.85em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12em;
}

.ReadingListStoriesSortDropdownLight__menuOpened___jqlfD {
  display: block;
}

.ReadingListStoriesSortDropdownLight__liSortBy___QJ5sC {
  margin-bottom: 1.25em;
}

.ReadingListStoriesSortDropdownLight__liOrderBy___val8h {
  margin-bottom: 0.85em;
}

.ReadingListStoriesSortDropdownLight__liApply___Mz6DA { 
  text-align: right;
}
.SideBarNavLight__backdrop___\+codn {
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-x: hidden;
}

.SideBarNavLight__menu___pO0GF {
  width: 370px;
  height: 100%;
  background-color: #D8DDE1;
  /* transform: translateX(100%); */
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.SideBarNavLight__modal___hKlzE{
  
}
.SmartFilterPaneLight__container___mmLMW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px;
    height: 100%;
    overflow-y: hidden;
}

.SmartFilterPaneLight__buttonGroupContainer___IJp8n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
}

.SmartFilterPaneLight__SmartFilterPaneContainer___uwjwu {
    overflow-y: scroll;
    background-color: #ffffff;
}

.SmartFilterPaneLight__SmartFilterPaneContainerHeader___zNB81{
    display: block !important;
    background-color: #ffffff !important;
}

.SmartFilterPaneLight__SmartFilterPaneContainerIcon___B1rz1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.SmartFilterPaneLight__SmartFilterPaneContainerIcon___B1rz1 svg {
    margin-top: 3px;
}

.SmartFilterPaneLight__SmartFilterPaneContainerTitle___46JTW{
    margin-left: 10px;
}

.SmartFilterPaneLight__SmartFilterPaneContainerContent___st8eb{
    
}

.SmartFilterPaneLight__SmartFilterPaneLoading___UaZ3a{
    position: absolute;
    top: 40%;
    left: 40%;
}

span[class*="separator"] {
    margin: 10px
}

.StaleIconLight__StaleIcon___CkLmi {
  height: 16px;
  width: 16px;
  color: #F29320
}
.light__tabTitle___nrm\+g {
  color: #1F2D42;
  padding-top: 10px;
  padding-left: 1em;
}

.light__storyHeading___TPwau {
  line-height: 130%;
  color: #1F2D42;
  margin-bottom: 6px;
}

.light__storyBodyWrapper___iXOB5 {
  margin-bottom: 4.5px;
}

.light__largeSize___EuQ0K {
}

.light__normalSize___wNTSs {
  line-height: 130%;
  color: #1F2D42;
  display: inline-block;
}

.light__storyContainer___A3HXM {
  border-bottom: 1px solid #B4BFD6;
  padding: 0 calc(20px - 1em) calc(20px - 1em);
}

.light__storyLink___WjksF {
  text-decoration: underline;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.light__detailsHeading___NKn9R {;
  color: blue02;
  line-height: 100%;
}

.light__loadingContainer___ZAXfC {
  position: relative;
  width: 100%;
  height: 300px;
}

.light__storyDetailsContainer___hRkdF {
  padding: 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4BFD6;
  margin-bottom: 20px;
}

.light__chartContainer___TUjTM {
  border: 1px solid #EFF1F3;
  border-radius: 6px;
  height: 250px;
  padding: 3px;
}

.light__storyDetailsHeader___Pxfuu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.light__storyDetailsStory___LlfGc {
  border: 1px solid #EFF1F3;
  border-radius: 6px;
  margin-bottom: 20px;
}

.light__storyDetailsSubtitle___Qv2zn {
  margin-bottom: 12px;
  margin-top: 20px;
}

.light__authorAvatar___qUPkb {
  height: '2.75em';
  width: '2.75em';
}

.light__mr8___XjgT9{
  margin-right: 8px;
}

.light__storyAnalytics___-RIWx {
  padding: 0 20px;
}

.light__analyticsContainer___Dykvq {
  padding: 0px 20px;
  padding-bottom: 20px;
}

.light__analyticsList___4eN60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.light__tabTitle___fDIKW {
  color: #1F2D42;
  padding-top: 10px;
  padding-left: 1em;
}

.light__tableContainer___9pz1t {
  width: 100%
}

.light__tweetspageContainer___GAhj- {
  height: 100vh;
}

.light__errorWrapper___rVD-\+ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.light__normalSize___NqE0l {
  line-height: 130%;
  color: #1F2D42;
  display: inline-block;
}
.light__loadingWrapper___lz3my {
  padding-top: 7em;
}

.light__storyWrapper___b6wf2 {
  color: #1F2D42;
}

.light__errorContainer___Jti3G {
  border: 1px solid #EFF1F3;
  border-radius: 6px;
  padding: 20px;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.light__small___GfcCv {
  padding: 5px;
}

.light__errorContentWrapper___MgCQt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.light__errorMessage___vdy-2 {
  margin-top: 16px;
}

.light__inline___MfbFA {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light__inlineMessage___Nbr1w {
  margin-left: 12px;
}

.AdminManagementLight__Search___K05A2 {
  width: 300px;
}

.AdminManagementLight__InfoIcon___cKOKo {
	color: #00A0FE;
}

.AdminManagementLight__Center___ctVd\+ {
  text-align: center;
  padding: 40px;
  position: relative;
  height: 80px;
}

.AdminManagementLight__MessageHeader___CVIKm {
  font-size: 1.5rem;
  color: #00A0FE;
}

.AdminManagementLight__MessageBody___EuIRg {
  
}

.AdminManagementLight__Center___ctVd\+.AdminManagementLight__Success___38QnK .AdminManagementLight__InfoIcon___cKOKo, .AdminManagementLight__Center___ctVd\+.AdminManagementLight__Success___38QnK .AdminManagementLight__MessageHeader___CVIKm {
  color: #2ECC71;
}

.AdminManagementLight__InfoParent___TAecH > div {
  font-size: 1rem;
}

.AdminManagementLight__InfoParent___TAecH > .AdminManagementLight__InfoName___kTc0P {
  font-size: 1.5rem;
}
.DiscoverHistoricsLight__DiscoverHistorics___HpEr0 {
  position: relative;
  min-width: 992px; /* aka the boundary for React Bootstrap Grid's `md` */
  height: calc(100vh - 60px);
  overflow: auto;
  background-color: #1E283B;
  background-image: url(/static/build/77069/images/mfeBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.DiscoverHistoricsLight__searchFormBottomBorder___Ky7XX {
  width: 100%;
  height: 30px;
  background-image: url(/static/build/77069/images/border.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.DiscoverHistoricsLight__loadingSpinner___jDb1D {
  position: relative;
  height: 100px;
}

.DiscoverHistoricsLight__discoverErrorMessage___zOyGX {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.DiscoverHistoricsLight__discoverErrorMessage___zOyGX > div {
  padding-top: 20px;
  max-width: 750px;
  z-index: 1000;
}

.DiscoverHistoricsLight__discoverStoriesContainer___drruL {
  margin-top: 210px;
  padding-left: 20px;
}

.DiscoverHistoricsLight__DiscoverHistorics___HpEr0 .DiscoverHistoricsLight__discoverStoriesContainer___drruL .DiscoverHistoricsLight__viewStoriesBy___1UoEC {
  color: #ffffff;
  font-size: 20px;
}

.DiscoverHistoricsLight__sourceTabsContainer___lGcVn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DiscoverHistoricsLight__sourceTabs___hFWOQ {
  width: 27%;
  min-width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DiscoverHistoricsLight__sourceSelector___uPwQA{
  min-width: 250px;
  margin-left: 42px;
  margin-top: 7px;
}

.DiscoverHistoricsLight__loadingMoreStories___q4fWo {
  text-align: center;
  padding: 40px;
  position: relative;
  height: 80px;
}

.DiscoverHistoricsLight__headerContent___73F4v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.DiscoverHistoricsLight__searchButton___WbRVL {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  width: 150px;
  background: #21c56e;
  color: #092c18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  border-radius: 24px;
  padding: 3.2px 19.2px;
  padding: 0.2rem 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #21c56e;
  font-size: 20px;
  font-family: Open-Sans;
  z-index: 100;
}

.DiscoverHistoricsLight__searchButton___WbRVL:hover {
  background: #26d877;
  border: 1px solid #26d877;
}

.DiscoverHistoricsLight__searchButton___WbRVL:active {
  background: #1e5142;
  border: 1px solid #1e5142;
  /* color: #686f78; */
}

.DiscoverHistoricsLight__learnMoreButton___BDDBM {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12.8px;
  margin-left: 0.8rem;
  border-radius: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #838FAE;
  background: black;
  border: 1px solid black;
  padding: 3.2px 19.2px 3.2px 12.8px;
  padding: 0.2rem 1.2rem 0.2rem 0.8rem;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.DiscoverHistoricsLight__learnMoreButton___BDDBM:hover {
  color: white;
  background: #7a97b6;
  border: 1px solid #7a97b6;
}

.DiscoverHistoricsLight__learnMoreButton___BDDBM:active {
  color: white;
  background: #7a97b6;
  border: 1px solid #7a97b6;
  opacity: 50%;
}

.DiscoverHistoricsLight__headerSection___8ukyI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DiscoverHistoricsLight__headerDivider___zYRsM {
  margin-left: 30px;
  margin-right: 5px;
  width: 1px;
  height: 40px;
  background: #B4BFD6;
}

.DiscoverHistoricsLight__datePicker___pqzrP {
  margin: 0 20px;
  width: 380px;
}

.HistoricsSearchFormLight__HistoricsSearchForm___ntTYs {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.HistoricsSearchFormLight__inputRow___8Br8- {
  background-color: #2D3443;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 10px solid black;
}

.HistoricsSearchFormLight__finalTextRowControls___fa8ZH {
  display: inline-block;
  padding: 3px 5px;
  margin: 7px 0;
  border-left: 1px solid #545C72;
}

.HistoricsSearchFormLight__finalTextRowControls___fa8ZH:first-child {
  border: 0;
}

.HistoricsSearchFormLight__buttonRow___tSvXI {
  text-align: center;
}

.HistoricsSearchFormLight__recentSearchesContainer___fjUHr {
  text-align: left;
  margin-top: -8px;
}

.HistoricsSearchFormLight__rightSection___S0jk8 {
  width: 202px;
  padding-left: 27px !important;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.HistoricsSearchFormLight__iconsContainer___kxD6E {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.HistoricsSearchFormLight__iconSeparator___CSzMf {
  height: 25px;
  width: 1px;
  margin-left: 5px;;
  background: #838FAE;
}

.HistoricsSearchFormLight__compareButton___MLc70 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  width: 150px;
  color: #838FAE;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  padding: 3.2px 0;
  padding: 0.2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #838FAE;
  margin-left: 3px;
  font-size: 20px;
  text-align: center;
}

.HistoricsSearchFormLight__compareButton___MLc70:hover {
  color: #B4BFD6;
  border: 1px solid #B4BFD6;
}

.HistoricsSearchFormLight__compareButton___MLc70:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.HistoricsSearchFormLight__languageModal___Z1hpA {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.HistoricsSearchFormLight__languageModalContent___Iawbw {
  height: 600px;
  position: fixed;
  top: 10%;
  left: 10%;
}
.RecentSearchLight__RecentSearch___yqHzr {
  max-height: 600px;
  overflow: auto;
}

.RecentSearchLight__clearAll___ffFW8 {
  margin-top: 10px;
  text-align: right;
}

.RecentSearchLight__clearAll___ffFW8 > span {
  margin-right: 40px;
  font-size: 13px;
  cursor: pointer;
  color: #EFF1F3;
}

.SearchRowLight__SearchRow___lEuXx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.SearchRowLight__SearchRow___lEuXx:last-of-type > .SearchRowLight__outerContainer___wU6Xv {
  border-bottom: none;
}

.SearchRowLight__outerContainer___wU6Xv {
  width: calc(100% - 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  border-bottom: 1px solid #030304;
}

.SearchRowLight__outerContainer___wU6Xv:last-of-type {
  border-bottom: none;
}

.SearchRowLight__copyContainer___OFEB- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.SearchRowLight__copy___74n0M {
  color: #838FAE;
  cursor: pointer;
}

.SearchRowLight__copy___74n0M:hover {
  color: #B4BFD6;
}

.SearchRowLight__innerContainer___KQLyB {
  width: 100%;
  border: 1px solid #838FAE;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, .5);
          box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, .5);
  border-radius: 5px;
  background: #2D3443;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.SearchRowLight__searchRow___imJt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.SearchRowLight__termContainer___jhejn {
  height: 50px;
  width: calc(100% - 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border-bottom: 1px solid #030304;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.SearchRowLight__topSection___mL8wz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  line-height: 25px;
  width: 100%;
  gap: 10px;
}

.SearchRowLight__bottomSection___Xazn\+ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  line-height: 25px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.SearchRowLight__ellipsis___SNTUr {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.SearchRowLight__term___voqNk {
  font-weight: 500;
  color: #EFF1F3;
}

.SearchRowLight__languages___wzwvl {
  padding-left: 10px;
}

.SearchRowLight__languages___wzwvl.SearchRowLight__withDate___HKi4y {
  width: calc(100% - 320px);
}

.SearchRowLight__dateRange___4IqVW {
  text-align: right;
  font-style: italic;
  width: 320px;
}

.SearchRowLight__searchRow___imJt2:last-of-type .SearchRowLight__termContainer___jhejn {
  border-bottom: none;
}

.SearchRowLight__additionalFilter___WNPIf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
}

.SearchRowLight__searchRow___imJt2:last-of-type {
  border-bottom: none;
}

.AdditionalFiltersLight__AdditionalFilters___OhsUk {
  height: 600px;
  width: 540px;
  /* background-color: gray03; */
  background-color: #2D3443;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AdditionalFiltersLight__top___gmvha {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid black;
  font-size: 16px;
}

.AdditionalFiltersLight__top___gmvha .AdditionalFiltersLight__subheader___Io9GJ {
  font-size: 18px;
  margin: 20px 0 5px 0;
}

/* .top svg {
  cursor: pointer;
} */

.AdditionalFiltersLight__title___5Kxga {
  color: #00a0fe;
  font-size: 32px;
  font-weight: 300;
}

.AdditionalFiltersLight__twitterContent___k-mD8 {
  line-height: 30px;
  border-bottom: 1px solid #545C72;
  padding-bottom: 5px;
}

.AdditionalFiltersLight__media___n-6nl {
  padding-top: 10px;
  line-height: 30px;
}

.AdditionalFiltersLight__mediaOptions___0WGeL {
  padding-left: 20px;
  margin-bottom: 5px;
}

.AdditionalFiltersLight__twitterContent___k-mD8 label {
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer !important;
}

.AdditionalFiltersLight__media___n-6nl label {
  font-size: 16px;
  cursor: pointer !important;
  margin-left: 5px;
}

.AdditionalFiltersLight__mediaOptions___0WGeL span {
  margin-right: 10px;
}

.AdditionalFiltersLight__mediaOptions___0WGeL label {
  margin-left: 0;
}

.AdditionalFiltersLight__footer___osdR- {
  height: 100px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #202631;;
  display: -webkit-box;;
  display: -ms-flexbox;;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.AdditionalFiltersLight__cancelButton___7S534 {
  height: 32px;
  width: 100px;
  margin-left: 20px;
  color: #e8e9ea;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  padding: 3.2px 0;
  padding: 0.2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e9ea;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.AdditionalFiltersLight__cancelButton___7S534:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.AdditionalFiltersLight__doneButton___olqjK {
  width: 120px;
  background: #e8e9ea;
  color: black;
  font-size: 20px;
}

.AdditionalFiltersLight__doneButton___olqjK:hover {
  background: #ffffff;
  color: black;
}

.AdditionalFiltersLight__doneButton___olqjK:active, .AdditionalFiltersLight__cancelButton___7S534:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}
.FilterButtonGroupLight__FilterButtonGroup___5tzAo {
  padding: 0 50px;
  min-height: 42px;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.FilterButtonGroupLight__filterButtonContainer___9AZz3 {
  display: inline-block;
  padding-bottom: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.FilterButtonGroupLight__analysisButton___Rjorm {
  height: 25px;
  background-color: #2F3E54;
  border-radius: 2px;
  color: white;
  font-weight: bold;
  margin: 0 10px;
  cursor: pointer;
  padding-top: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.FilterButtonGroupLight__analysisButton___Rjorm:hover {
  background-color: #00A0FE;
}

.FilterButtonLight__FilterButton___bjYn5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  padding-bottom: 10px;
  height: 32px;
  color: #CCC;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.FilterButtonLight__FilterButton___bjYn5 svg {
  height: 16px;
  width: 16px;
}

.FilterButtonLight__icon___rChaM,
.FilterButtonLight__term___Xar1R,
.FilterButtonLight__count___KzUUg {
  display: inline-block;
  padding-right: 10px;
  height: 32px;
  line-height: 32px;
  background-color: #2F3E54;
}

.FilterButtonLight__icon___rChaM {
  width: 32px;
  padding: 0;
}

.FilterButtonLight__term___Xar1R {
  max-width: 165px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.FilterButtonLight__count___KzUUg {
  margin-left: 1px;
  padding-left: 10px;
  font-weight: 500;
}

.HistoricsLineChartLight__HistoricsLineChartLight___vNCwk {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 400px;
  min-width: 800px;
  padding-left: 10px;
}

.HistoricsLineChartLight__LineChartOptions___waMJF {
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.HistoricsLineChartLight__TabContainer___tzj6M {
  display: inline-block;
}

.HistoricsLineChartLight__TabContainer___tzj6M nav,
.HistoricsLineChartLight__TabContainer___tzj6M ul,
.HistoricsLineChartLight__TabContainer___tzj6M ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.HistoricsLineChartLight__loadingSpinner___F9MQS {
  position: relative;
  height: 400px;
}

.HistoricsLineChartLight__exportMenuContainer___GtXf6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  width: 70px;
}

.HistoricsLineChartLight__LineChart___zDLCr {
  height: 320px;
  width: 100%;
}

.HistoricsLineChartLight__historicsLineChartContainer___qhdid {
  height: 345px;
  margin-bottom: 10px;
  padding: 0 10px 0 0;
}

.HistoricsLineChartLight__historicsLineChartContainer___qhdid .HistoricsLineChartLight__intervalTabsContainer___4A9T6 {
  width: 20%;
  float: right;
  padding: 40px 0px 30px 0;
}

.HistoricsLineChartLight__historicsLineChartContainer___qhdid .HistoricsLineChartLight__chartContainer___Sa0Og {
  height: 345px;
  margin-bottom: 120px;
}

.HistoricsLineChartLight__lineChartBackButtonContainer___VUltF {
  position: absolute;
  top: 58px;
  right: 45px;
  z-index: 1;
}

.HistoricsLineChartLight__lineChartBackButtonContainer___VUltF button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.HistoricsLineChartLight__lineChartBackButtonContainer___VUltF .HistoricsLineChartLight__lineChartBackButton___ARx7n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HistoricsLineChartLight__lineChartBackButton___ARx7n > i {
  font-size: 16pt;
  margin: 0 5px 0 0;
}



.FFBEditorLight__FFBEditor___8-1qR {
  height: 32px;
  overflow: hidden;
  padding-top: 5px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.FFBEditorLight__FFBEditorInfo___txT02 {
  margin: 3px 5px 0 0;
  z-index: 100;
}

.FFBEditorLight__FFBEditorContainer___Aocli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  line-height: 36px;
  background-color: #1E2430 !important;
  border-radius: 4px;
  overflow: hidden;
}

.FFBEditorLight__FFBEditorInfoIcon___SmfHF {
  cursor: pointer;
}

.FFBEditorLight__FFBEditorPlaceholder___Z5NZL {
  position: absolute;
  top: 2px;
  left: 48px;
  right: 48px;
  z-index: 99;
  cursor: text;
}

.FFBEditorLight__FFBEditorPlaceholder__text___70msD {
  font-style: italic;
  color: #858fab;
  font-size: 16px;
  line-height: 18.75px;
}

.FFBInfoBannerLight__FFBInfoBanner___RNAsx {
  position: absolute;
  right: 10px;
  width: calc(100% - 10rem);
  min-width: 760px;
  background: #202631 !important;
  border: 1px solid #000000;
  border: 0.0625rem solid #000000;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
  border-radius: 0;
  z-index: 200;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  line-height: 1.375rem;
}

.FFBInfoBannerLight__FFBInfoBanner___RNAsx h2 {
  width: 320px;
  width: 20rem;
  color: #00a3ff;
  font-size: 24px;
  font-weight: 300;
  margin: 20px;
  line-height: 24px;
}

.FFBInfoBannerLight__HeaderSeparator___ikfhE {
  margin: 18px -21px 26px 0;
  margin: 1.125rem -1.3125rem 1.625rem 0;
  height: 1px;
  height: 0.0625rem;
  background: #000000;
  border-radius: 0;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 32px 0;
  margin: 2rem 0;
  color: #ffffff;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp div {
  width: 100%;
  padding: 0 20px;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li .FFBInfoBannerLight__OperatorSeparator___u-X68 {
  margin-top: 16px;
  margin-top: 1rem;
  width: calc(100% - 2.5rem);
  border-top: 1px solid #60666f;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp div:last-child {
  border-left: 1px solid #60666f;
  border-left: 0.0625rem solid #60666f;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp div:last-child li {
  text-align: end;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li span {
  display: table-cell;
  text-align: left;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li span:first-child {
  width: 130px;
  font-weight: 500;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li span:last-child :not(.FFBInfoBannerLight__OperatorExample___w7YWt) {
  width: 440px;
  width: 27.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.FFBInfoBannerLight__OperatorContainer___tgZbp li .FFBInfoBannerLight__OperatorExample___w7YWt {
  width: 440px;
  width: 27.5rem;
  padding-left: 0;
  font-style: italic;
  color: gray;
}
.MfeIconWrapperLight__MfeIconWrapper___PrlP4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #838FAE;
  border-radius: 24px;
  padding: 3px;
  position: relative;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4:hover {
  color: white;
  background: #7a97b6;
  cursor: pointer;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4:active {
  background: #294563;
  color: #586179;
}

.MfeIconWrapperLight__withChevron___BQoZj {
  padding: 3px 5px;
}

.MfeIconWrapperLight__open___m5AiI {
  color: white;
  background: #7a97b6;
  opacity: 50%;
}

.MfeIconWrapperLight__icon___2ZL0j {
  height: 20px;
  width: 20px;
}

.MfeIconWrapperLight__chevron___AOZis {
  height: 11px;
  width: 11px;
  margin-left: 5px;
}

.MfeIconWrapperLight__blueDot___HC199 {
  height: 3px;
  width: 3px;
  border-radius: 24px;
  position: absolute;
  border: 1px solid #2e4a67;
  background: #00a3ff;
  top: 4px;
  left: 6px;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4.MfeIconWrapperLight__disabled___X-FB8 {
  opacity: 50%;
  cursor: inherit;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4.MfeIconWrapperLight__notButton___OY6pA {
  opacity: 100%;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4.MfeIconWrapperLight__disabled___X-FB8:hover {
  background: transparent;
  color: #838FAE;
}

.MfeIconWrapperLight__MfeIconWrapper___PrlP4.MfeIconWrapperLight__disabled___X-FB8:active {
  background: transparent;
  color: #838FAE;
}



.TweetBrickLight__TweetBrick___xbtl6 {
  position: relative;
  display: block;
  width: 310px;
  padding-top: 4px;
  border-radius: 5px;
  opacity: 1;
}

.TweetBrickLight__TweetBrick___xbtl6 .twitter-tweet {
  margin-top: 0 !important;
}

.TweetBrickLight__loadingTweetBrick___wVATD {
  padding-top: 0;
  border-radius: 0;
  opacity: 0;
  min-height: 213px;
}

.TweetBrickLight__error___hebKX {
  background: url(/static/build/77069/images/TweetError.png);
  height: 213px;
  width: 100%;
  border-radius: 14px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  cursor: pointer;
}

.TweetBrickLight__errorBottomBorder___caeFF {
  height: 10px;
  background: #1C2431;
}

.TweetBrickLight__restrictedWall___0Kqq0 {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.TweetBrickLight__displayLink___04Big {
  z-index: 1;
}

.TweetBrickLight__hiddenWall___Gi4il {
  display: none;
}

.KeywordTranslationLight__translationsContainer___UAr4A {
  margin-top: 1em;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordTranslationLight__obsoleteTranslations___uamI0 {
  position: absolute;
  z-index: 9;
  background: #000000;
  background: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  pointer-events: all;
  border-radius: 5px;
}

.KeywordTranslationLight__overlayed___fWcad {
  opacity: 0.2;
}

.KeywordTranslationLight__noTranslationsLoading___\+ia9M {
  pointer-events: none;
  font-size: 5px;
}

.KeywordTranslationLight__withTranslationsLoading___eKDFW {
  pointer-events: none;
}

.KeywordTranslationLight__updateTranslations___uUuE0 {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  padding: 5px 24px;
  padding: 5px 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-left: 37.5%;
  margin-top: 50px;
}

.KeywordTranslationLight__noTranslations___ecQHw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #838FAE;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordTranslationLight__addLanguage___ktEBz {
  cursor: pointer;
  margin-left: 1em;
  padding: 0.5em 1em;
  width: 75px;
  color: #838FAE;
  border-left: 1px solid #838FAE;
  border-bottom: 1px solid #838FAE;
  border-right: 1px solid #838FAE;
  border-radius: 0px 0px 12px 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordTranslationLight__addLanguage___ktEBz:hover {
  color: #B4BFD6;
}

.KeywordTranslationLight__addLanguage___ktEBz:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.KeywordTranslationLight__translationBlock___eBVGE {
  padding: 16px;
  padding: 1rem;
  border: 1px solid #838FAE;
  border-radius: 5px;
}

.KeywordTranslationLight__removeLanguage___G8CiN {
  color: #838FAE;
  cursor: pointer;
}

.KeywordTranslationLight__removeLanguage___G8CiN:hover {
  color: #B4BFD6;
}

.KeywordTranslationLight__title___2VsPd {
  font-size: medium;
  font-weight: normal;
  line-height: 1.5em;
}

.KeywordTranslationLight__translation___Il3WW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  height: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordTranslationLight__originalLanguage___FBJMs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
  height: 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-right: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordTranslationLight__language___U1VXc {
  width: 50px;
  text-align: right;
}

.KeywordTranslationLight__keywords___xO5RQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 5px 10px;
  padding: 2px 2px;
  border-radius: 3px;
  background-color: #2A3140;
  -webkit-box-shadow: inset 0px 2px 0px 0 #292F3D, inset -1px -1px 2px 0 rgba(93, 99, 110, .5);
          box-shadow: inset 0px 2px 0px 0 #292F3D, inset -1px -1px 2px 0 rgba(93, 99, 110, .5);
}


.KeywordPillLight__keywordContainer___gj4IC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
  background:rgb(143, 214, 255);
  padding: 2px 5px;
  margin: 3.2px;
  margin: 0.2rem;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.KeywordPillLight__keywordContainer___gj4IC:hover {
  background: #bae6ff;
}

.KeywordPillLight__keywordContainer___gj4IC:active {
  background: #294564;
}

.KeywordPillLight__disabled___rb1LU {
  background: #A2A2A2;
  text-decoration: line-through;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

.KeywordPillLight__disabled___rb1LU:hover {
  background: #cccccc;
}

.KeywordPillLight__disabled___rb1LU:active {
  background: #294564;
}

.KeywordPillLight__keyword___IsdFg {
  color: #092c18;
  margin-right: 3.2px;
  margin-right: 0.2rem;
}

.KeywordPillLight__baseIcon___Txn8i {
  height: 20px;
  width: 20px;
  color: #092c18;
  margin-left: 3.2px;
  margin-left: 0.2rem;
  border-radius: 3px;
}

.KeywordPillLight__keywordContainer___gj4IC:hover .KeywordPillLight__icon___\+fzWw {
  background: #8cacbf;
}

.KeywordPillLight__disabled___rb1LU:hover .KeywordPillLight__icon___\+fzWw {
  background: #989898;
}

.KeywordPillLight__keywordContainer___gj4IC:active .KeywordPillLight__icon___\+fzWw,
.KeywordPillLight__disabled___rb1LU:active .KeywordPillLight__icon___\+fzWw {
  background: #1f334a;
}

.InteractiveIconHeaderLight__panelHeader___zfVqF {
  background-color: #FEC581;
  padding:0;
  border-bottom: 1px solid #D8DDE1;
  width: 100%;
  height: 24px;
  overflow: hidden;
  z-index: 1000;
}

.InteractiveIconHeaderLight__panelInfoHeader___\+qU8R {
  background-color: #7ADCFF;
  padding:0;
  border-bottom: 1px solid #D8DDE1;
  width: 100%;
  height: 24px;
  overflow: hidden;
  z-index: 1000;
}

.InteractiveIconHeaderLight__panelContainer___2xqP3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 6px 9px;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #1F2D42;
  font-size: 12px;
  font-weight: 700;
}

.InteractiveIconHeaderLight__panelTitle___QaNcA {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-left: 5px;
}

.InteractiveIconHeaderLight__panelIcon___hg6qk {
  font-weight: bold;
  font-size: 14px;
  font-weight: 700;
}

.InteractiveIconHeaderLight__panelActionIcon___egwJW {
  font-weight: bold;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  right: 9px;
}

.FilterSideBarLight__CollapseHeader___nXvc0,
.FilterSideBarLight__CollapseHeader___nXvc0 .FilterSideBarLight__ExpansionPanelTitle___DPnOj,
.FilterSideBarLight__CollapseHeader___nXvc0 > [class*="ExpansionPanelTitle"],
.FilterSideBarLight__CollapseHeader___nXvc0 > [class*="ExpansionPanel"] > [class*="Title"] {
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-box-shadow: 0 0 0.125rem rgba(0, 0, 0, .08), 0 0.125rem 0.125rem rgba(0, 0, 0, .08),
    0 0.0625rem 0.1875rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 0.125rem rgba(0, 0, 0, .08), 0 0.125rem 0.125rem rgba(0, 0, 0, .08),
    0 0.0625rem 0.1875rem rgba(0, 0, 0, .08);
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d9d9d9;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.375rem;
}

.FilterSideBarLight__CollapseHeader___nXvc0:hover,
.FilterSideBarLight__CollapseHeader___nXvc0 > .FilterSideBarLight__ExpansionPanelTitle___DPnOj:hover,
.FilterSideBarLight__CollapseHeader___nXvc0 > [class*="ExpansionPanelTitle"]:hover,
.FilterSideBarLight__CollapseHeader___nXvc0 > [class*="ExpansionPanel"] > [class*="Title"]:hover {
  background: #f5f5f5;
  border-color: #40a9ff;
}




.FilterSideBarElementLight__SiteCollapseCustomCollapsePanel___RuPde {
  background: #fff;
  border-bottom: 1px solid #1f2d42;
  padding: 0;
  /* padding-bottom: 12px; */
}

.FilterSideBarElementLight__SiteCollapseCustomCollapsePanel___RuPde:hover .FilterSideBarElementLight__tooltip___lHUED {
  display: block;
}
.TooltipSideBarLight__tooltipContainer___D8vTV {
  max-width: 200px;
}

.TooltipSideBarLight__tooltipTitleFont___lWsAh {
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: Roboto, "Noto Sans Hebrew", Helvetica, Arial, sans-serif;
  color: #1f2d42;
  padding: 9px;
}

.TooltipSideBarLight__tooltipTitle___rtndi {
  color: black;
  padding: 8px 14px;
  margin: 0;
}

.TooltipSideBarLight__tooltipResetMarginPadding___vTKuz {
  margin: 0 !important;
  padding: 0 !important;
}

.TooltipSideBarLight__tooltipContent___dSEbV {
  color: black;
  font-size: 12px;
  padding: 9px 10px;
}

.MfeSearchDropDownLight__MfeSearchDropDownInner___WzXER {
  position: absolute;
  top: 52px;
  right: 10px;
  width: 260px;
  background-color: #232C3D;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.MfeSearchDropDownLight__MfeSearchDropDownInner___WzXER.MfeSearchDropDownLight__positionLeft___TAs\+x {
  right: 0px;
  left: 0px;
  top: 32px;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerSearch___wotIN {
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid black;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerItems___TQMGK {
  max-height: 460px;
  overflow: auto;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8 {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border-top: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: white;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerSmallLink___O0pQn {
  height: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  gap: 10px;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:first-child {
  border: 0;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerTitle___DN6CF {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: white;
  width: calc(100% - 38px);
  max-height: 38px;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerSubtitle___z7hzu {
  color: #888888;
  font-size: 12px;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyout___1wgRa {
  position: absolute;
  top: 50px;
  left: -382px;
  width: 382px;
  z-index: 1000;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutActiveItem___jk5mn {
  left: 60px;
  display: none;
  padding-top: 20px;
  width: 422px;
}

.MfeSearchDropDownLight__MfeSearchDropDown___QSDgz:hover .MfeSearchDropDownLight__MfeSearchDropDownFlyoutActiveItem___jk5mn {
  display: block;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutInner___ggv7R {
  background-color: #232C3D;
  color: white;
  width: 100%;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutTitle___LSq46 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #284563;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  min-height: 55px;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutBody___AQS7N {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutBodyItem___VgmRE {
  font-weight: 300;
}

.MfeSearchDropDownLight__MfeSearchDropDownFlyoutBodyKey___hJf30 {
  font-weight: 700;
  padding-right: 5px;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLinkFocused___ze4Wv {
  background-color: #7A97B6;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:hover {
  background-color: #7A97B6;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:hover > .MfeSearchDropDownLight__MfeSearchDropDownInnerSubtitle___z7hzu {
  color: white;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:active {
  color: #888888;
  background-color: #284563 !important;
  text-decoration: none;
}

.MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:active > .MfeSearchDropDownLight__MfeSearchDropDownInnerTitle___DN6CF, .MfeSearchDropDownLight__MfeSearchDropDownInnerLink___IxzR8:active > .MfeSearchDropDownLight__MfeSearchDropDownInnerSubtitle___z7hzu {
  color: #888888;
}

/* isSmall styling overrides */

.MfeSearchDropDownLight__isSmall___IxU1u.MfeSearchDropDownLight__MfeSearchDropDownInner___WzXER {
  top: 30px;
  right: 0px;
  width: 230px;
}

.MfeSearchDropDownLight__isSmall___IxU1u .MfeSearchDropDownLight__MfeSearchDropDownInnerSmallLink___O0pQn {
  height: 34px;
  gap: 8px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.MfeSearchDropDownLight__isSmall___IxU1u .MfeSearchDropDownLight__MfeSearchDropDownInnerTitle___DN6CF {
  width: 100%;
}
.MfeHeaderLight__MfeHeader___D2LfP {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #1c2431;
  padding: 0 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.MfeHeaderLight__MfeHeaderTitle___TXh2S {
  color: rgb(0, 163, 255);
  font-size: 32px;
  font-weight: 300;
}
.MfeModalLight__MfeModal___BVM34 {
  width: 100%;
  background: #202631;
  padding: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.MfeModalLight__modalHeader___xmZs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.MfeModalLight__modalCancel___nk5XM {
  cursor: pointer;
}

.MfeModalLight__modalTitle___vo6nb {
  color: rgb(0, 163, 255);
  padding: 10px 0;
  font-size: 32px;
  font-weight: 300;
}

.SelectionModalLight__SelectionModal___oKtGc {
  background-color: #2C3443;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border: 1px solid #000000;
  border: 0.0625rem solid #000000;
  border-radius: 0;
}

.SelectionModalLight__SelectionModalHeader___akzlt {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  background-color: #2C3443;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SelectionModalLight__SelectionModalSearch___87JCg {
  margin-top: 16px;
  margin-right: auto;
  width: 350px;
}

.SelectionModalLight__SelectionModalCancel___40pZ3 {
  cursor: pointer;
  color: #B4BFD6;
}

.SelectionModalLight__SelectionModalCancel___40pZ3:hover {
  color: white;
}

.SelectionModalLight__SelectionModalTitle___3dVXx {
  color: rgb(0, 163, 255);
  font-size: 32px;
  font-weight: 300;
  height: 70px;
  line-height: 70px;
}

.SelectionModalLight__SelectionModalTitle___3dVXx.SelectionModalLight__hideAddButton___qKhnE {
  margin-right: auto;
}

.SelectionModalLight__SelectionModalAdd___xmgMc {
  color: #B4BFD6;
  border: 1px solid #B4BFD6;
  height: 32px;
  line-height: 32px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px 54px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 100;
}

.SelectionModalLight__SelectionModalAdd___xmgMc:hover {
  color: white;
  border: 1px solid white;
}

.SelectionModalLight__SelectionModalAdd___xmgMc:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.SelectionModalLight__SelectionModalFilterBar___ndoDS {
  height: 45px;
  background-color: #202631;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.SelectionModalLight__SelectionModalFilter___Bz3lk {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 10px 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #445B6E;
  color: #98BFD5;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.SelectionModalLight__SelectionModalFilterActive___NBJjY, .SelectionModalLight__SelectionModalFilter___Bz3lk:hover {
  background-color: #B4E1FA;
  color: #0E1011;
}

.SelectionModalLight__SelectionModalFilterText___F-V09 {
  padding-left: 3px;
}

.SelectionModalLight__SelectionModalBody___FKAFC {
  width: 764px;
  height: 60vh;
  padding: 15px 0 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

.SelectionModalLight__SelectionModalItemContainer___lK7oN {
  margin-bottom: 10px;
  position: relative;
}

.SelectionModalLight__SelectionModalItem___IzkV1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 724px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
  height: 24px;
  border: 1px solid #52565d;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #eeeeee !important;
  background: #34383f;
  background: rgba(52, 56, 63, .6);
  cursor: pointer;
  padding-left: 5px;
  text-decoration: none !important;
  gap: 2px;
}

.SelectionModalLight__SelectionModalItem___IzkV1:active, .SelectionModalLight__SelectionModalItemActive___evl5n {
  font-weight: 500;
  color: #f2f2f2;
  background: #000000;
  border: 1px solid #000000;
}

.SelectionModalLight__SelectionModalItem___IzkV1:last-child {
  margin-bottom: 0;
}

.SelectionModalLight__SelectionModalItemText___snJ6F {
  width: 600px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  line-height: 24px;
  padding-left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SelectionModalLight__SelectionModalItemWithSubtext___QHxem {
  height: auto;
  height: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
  padding-bottom: 3px;
}

.SelectionModalLight__SelectionModalItemWithSubtext___QHxem > .SelectionModalLight__SelectionModalItemText___snJ6F {
  width: calc(100% - 18px);
  font-size: 20px;
  line-height: 20px;
}

.SelectionModalLight__SelectionModalItemSubtext___Wx7mS {
  white-space: normal;;
  font-size: 14px !important;
}

.SelectionModalLight__SelectionModalItemActions___TM7r1 {
  display: none;
}

.SelectionModalLight__SelectionModalItemContainer___lK7oN:hover .SelectionModalLight__SelectionModalItemActions___TM7r1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 30px;
  height: 24px;
  z-index: 1;
  color: white;
  gap: 2px;
}

.SelectionModalLight__SelectionModalItemContainer___lK7oN:hover .SelectionModalLight__SelectionModalItem___IzkV1 {
  background-color: #7A97B6;
  color: white;
  border: 1px solid #7A97B6;
}

.SelectionModalLight__SelectionModalItemAction___qDaRW {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  width: 22px;
}
.LanguageDark__L_Container___vqcfZ,
.LanguageDark__L_ContainerSelected___WuZmi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .5);
  height: 24px;
  width: 160px;
  padding: 4px 8px 4px 4px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  border: 1px solid #52565d;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #eeeeee;
  background: #34383f;
  background: rgba(52, 56, 63, .6);
}

.LanguageDark__L_ContainerSelected___WuZmi {
  font-weight: 500;
  color: #f2f2f2;
  background: #000000;
  border: 1px solid #000000;
}

.LanguageDark__L_Container___vqcfZ:hover {
  background: transparent;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #AAAAAA;
}

.LanguageDark__L_ContainerSelected___WuZmi:hover {
  cursor: pointer;
  color: #FFFFFF;
}

.LanguageDark__L_Container___vqcfZ:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.LanguageDark__L_ContainerSelected___WuZmi:active {
  color: #686f78;
}

.LanguageDark__L_Oval___NYxcv,
.LanguageDark__L_OvalSelected___sG5dO {
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  border-radius: 50%;
}

.LanguageDark__L_OvalSelected___sG5dO {
  background: #25d877;
}

.LanguageDark__L_Name___HB-aA {
  padding-top: 1px;
  padding-top: 0.0625rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  width: 80%;
  font-weight: normal;
}

.LanguageDark__L_Label___umQtJ {
  padding-top: 1px;
  padding-top: 0.0625rem;
  font-weight: normal;
  text-align: right;
}

.LanguageSelectorDark__LS_Container___HSuea{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border: 1px solid #000000;
  border: 0.0625rem solid #000000;
  border-radius: 0;
  width: 300px;
  height: 800px;
  position: relative;
  background: #2D3443;
}
 
.LanguageSelectorDark__LS_ContainerExpanded___lf\+1V {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border: 1px solid #000000;
  border: 0.0625rem solid #000000;
  border-radius: 0;
  width: 1200px;
  height: 800px;
  position: relative;
  background: #2D3443;
}
  
.LanguageSelectorDark__LS_HeaderExpanded___ZI9Bs,
.LanguageSelectorDark__LS_Header___arD9W {
  margin: 0;
  padding: 20px 16px 20px 18px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 42px;
  width: 268px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.LanguageSelectorDark__LS_Title___09Ulu {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  color: #00a3ff;
}

.LanguageSelectorDark__LS_ExpandBtn___wu8GH {
  height: 32px;
  width: 70px;
  margin: 5px 10px;
  color: #e8e9ea;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  padding: 3.2px 0;
  padding: 0.2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e9ea;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.LanguageSelectorDark__LS_Body___OQcBh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 618px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.LanguageSelectorDark__LS_BodySeparator___31uRH {
  height: 594px;
  border-left: 2px solid #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.LanguageSelectorDark__LS_BasicLanguagesPane___YT8Q1 {
  height: 100%;
  width: 200px;
  overflow-y: auto;
}

.LanguageSelectorDark__LS_BasicLanguage___-K-CM {
  margin: 0px 18px 10px 20px;
}

.LanguageSelectorDark__LS_NotBasicLanguagesPane___iqKu7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 996px;
  overflow: auto;
}

.LanguageSelectorDark__LS_Column___VDOq7 {
  width: 20%;
}

.LanguageSelectorDark__LS_NotBasicLanguage___5kKXw {
  margin: 4px 12px 10px 20px;
}

.LanguageSelectorDark__LS_Footer___X0B0S {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #202631;;
  display: -webkit-box;;
  display: -ms-flexbox;;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LanguageSelectorDark__LS_CancelBtn___LM9qS {
  height: 32px;
  width: 100px;
  margin: 0 10px;
  color: #e8e9ea;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  padding: 3.2px 0;
  padding: 0.2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e9ea;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.LanguageSelectorDark__LS_ExpandBtn___wu8GH:hover,
.LanguageSelectorDark__LS_CancelBtn___LM9qS:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.LanguageSelectorDark__LS_DoneBtn___8oZu1 {
  width: 120px;
  background: #e8e9ea;
  color: black;
  font-size: 20px;
}

.LanguageSelectorDark__LS_DoneBtn___8oZu1:hover {
  background: #ffffff;
  color: black;
}

.LanguageSelectorDark__LS_DoneBtn___8oZu1:active,
.LanguageSelectorDark__LS_ExpandBtn___wu8GH:active,
.LanguageSelectorDark__LS_CancelBtn___LM9qS:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.NavBarLight__NavBar___dqoVG {
  height: 60px;
  min-width: 1304px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thinner-nav .NavBarLight__NavBar___dqoVG {
  min-width: 1164px;
}

.NavBarLight__NavBarLogo___zVkYf {
  height: 100%;
  width: 125px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.NavBarLight__NavBarButtonText___36JIb {
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 44px;
  font-weight: 300;
  font-size: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.NavBarLight__NavBarButtonIcon___3arWV {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
}

.NavBarLight__NavBarButtonContainer___vLytO {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.NavBarLight__NavBarButton___t13Bn {
  height: 60px;
  min-width: 60px;
  color: white;
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.NavBarLight__NavBarButtonContainer___vLytO .NavBarLight__NavBarButton___t13Bn {
  border-left: 1px solid #5A606D;
}

.NavBarLight__NavBarDropDownButton___\+6cqg {
  min-width: 280px;
  max-width: 350px;
}

.NavBarLight__NavBarDropDownChevron___PCLSi {
  padding: 10px 10px;
}

.NavBarLight__NavBarCampaignDropDownButton___Nfyz1 {
  margin-left: 100px;
}

.NavBarLight__NavBarButtonContent___HAS4h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.NavBarLight__NavBarCampaignDropDownButton___Nfyz1 .NavBarLight__NavBarButtonText___36JIb {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.NavBarLight__NavBarUserIcon___BxcfM {
  padding: 8px 6px;
}

/* Hover and active colors */

.NavBarLight__NavBarButtonContent___HAS4h:hover {
  background-color: #7A97B6;
}

.NavBarLight__NavBarDropDownButtonActive___rnXUt .NavBarLight__NavBarButtonContent___HAS4h {
  color: #B4BFD6 !important;
  background-color: #314661 !important;
}

.SideBarLight__SideBar___1Iqox {
  width: 200px;
  background-color: #1f2d42;
  height: 100%;
  color: #B4BFD6;
  position: fixed;
  z-index: 3;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.SideBarLight__SideBarMenu___ajQMX {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.SideBarLight__SideBarLinkContainer___RkTfO {
  position: relative;
  width: 100%;
  height: 58px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
}

.SideBarLight__sideBarLinkCommonCss___E92E5 {
  width: 100%;
  height: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.SideBarLight__SideBarLink___hEpwW {
  color: #B4BFD6;
}

.SideBarLight__SideBarLink___hEpwW:hover {
  color: white;
  background-color: #7A97B6;
}

.SideBarLight__SideBarLinkActive___n6GuF {
  background-color: #3068A7;;
  color: white;
  font-weight: 400;
}

.SideBarLight__SideBarLinkDisabled___1lZGR {
  cursor: not-allowed;
  color: #555D6A;
}

.SideBarLight__SideBarFlyoutOpen___jcI8a {
  color: white;
  background-color: #7A97B6;
}

.SideBarLight__SideBarLabel___HymgI {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}

.SideBarLight__SideBarIcon___l5r1A {
  height: 32px;
  width: 32px;
  margin: 4px 8px 4px 16px;
}

.SideBarLight__SideBarDivider___EvAIT {
  min-height: 2px; /* need this to fix clipping during overflow */
  width: 100%;
  background-color: rgb(28, 36, 49);
}

.SideBarLight__SideBarCategory___zcVt5 {
  min-height: 40px; /* need this to fix clipping during overflow */
  height: 40px;
  width: 100%;
  font-size: 12px;
  line-height: 10px;
  padding-top: 28px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SideBarLight__SideBarBetaLabel___5OJ1C {
  font-size: 9px;
  color: #7A97B6;
  margin-left: 4px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.SideBarLight__SideBarLink___hEpwW:hover .SideBarLight__SideBarBetaLabel___5OJ1C,
.SideBarLight__SideBarLinkContainer___RkTfO:hover .SideBarLight__SideBarBetaLabel___5OJ1C {
  color: white;
}

.SideBarLight__SidebarChevron___FvQME {
  margin-left: 23px;
}

.SideBarLight__SideBarMinimizer___\+Fsyt {
  height: 30px;
  width: 30px;
  background-color: #2C3443;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 20px;
  cursor: pointer;
  -ms-flex-item-align: bottom;
      align-self: bottom;
}

.SideBarLight__SideBarFlyout___mRtWy {
  position: absolute;
  top: 0; /* overriden in react component */
  left: 200px; /* overriden in react component */
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;  
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1f2d42;
  border: 1px solid black;
}

.SideBarLight__sideBarFlyoutCommonCss___eaozd {
  height: 30px;
  width: 200px;
  background-color: #1f2d42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SideBarLight__SideBarFlyoutOption___Gs2fC {
  color: #B4BFD6 !important;
}

.SideBarLight__SideBarFlyoutOptionActive___2KQqU {
  background-color: #284563;
  color: #B4BFD6 !important;
}

.SideBarLight__SideBarFlyoutOptionDisabled___foB9Q {
  cursor: not-allowed !important;
  color: #555D6A !important;
}

.SideBarLight__SideBarFlyoutOption___Gs2fC:hover {
  color: white !important;
  background-color: #7A97B6;
}

/* STYLING CHANGES FOR RESPONSIVE VIEW */

.SideBarLight__SideBarResponsive___8ZgUi {
  width: 40px;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarIcon___l5r1A {
  margin: 0 0 0 4px;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarLinkContainer___RkTfO:hover {
  background-color: #7A97B6;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarLinkContainer___RkTfO:has(.SideBarLight__SideBarLinkActive___n6GuF) {
  background-color: #3068A7;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarLinkActive___n6GuF .SideBarLight__SideBarBetaLabel___5OJ1C {
  color: white;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarBetaLabel___5OJ1C {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  font-size: 7px;
}

.SideBarLight__SideBarResponsive___8ZgUi .SideBarLight__SideBarCategory___zcVt5 {
  margin: 0 3px;
  width: calc(100% - 6px);
  border-bottom: 2px solid #5A606D;
}

.DashboardPageHeaderLight__DashboardPageHeader___ErAjq {
  height: 120px;
  min-width: 1104px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1C2431;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid black;
}

/* Hide page header when in ZCC mode  */
.hiddenNavMenu .DashboardPageHeaderLight__DashboardPageHeader___ErAjq {
  display: none;
}

.thinner-nav .DashboardPageHeaderLight__NavBar___UjhdH {
  min-width: 964px;
}

.DashboardPageHeaderLight__DashboardPageHeaderTopRow___1EnQf {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid black;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelContainer___PjiY- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1DA1F1;
  margin: 10px;
  margin-right: 0;
  cursor: pointer;
  max-width: calc(100% - 300px);
}

.DashboardPageHeaderLight__DashboardPageHeaderModelContainer___PjiY-.DashboardPageHeaderLight__readOnly___UGYYY {
  cursor: default;
  max-width:calc(100% - 50px);
}

.DashboardPageHeaderLight__DashboardPageHeaderModelIcon___ITZiS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DashboardPageHeaderLight__DashboardPageHeaderIcon___uiFXf {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 24px;
  width: 24px;
}

.DashboardPageHeaderLight__DashboardPageHeaderIconDisabled___xBGBJ {
  cursor: not-allowed;
  color: #838FAE;
}

.DashboardPageHeaderLight__DashboardPageHeaderSFIcon___PwIT0 {
  color: #12DEC6;
}

.DashboardPageHeaderLight__DashboardPageHeaderXSIcon___t7nUr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 10px;
  width: 10px;
}

.DashboardPageHeaderLight__DashboardPageHeaderSmallIcon___ze1T4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 14px;
  width: 14px;
}

.DashboardPageHeaderLight__DashboardPageHeaderLargeIcon___obkuN {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 34px;
  width: 34px;
}

.DashboardPageHeaderLight__DashboardPageHeaderXLIcon___-nira {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 36px;
  width: 36px;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelChevron___Ztkl\+ {
  padding: 12px;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelActionMenu___S7JS1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B4BFD6;
  cursor: pointer;
  min-width: 70px;
  height: 100%;
  margin-left: 5px;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelActionsHidden___eHwrT {
  margin-bottom: 10px;
  font-size: 24px;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelActionsRevealed___sNl7x {
  display: none;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelTitle___UU9n7 {
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: 300;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelButtons___LMHuJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  margin-left: auto;
  margin-right: 20px;
}

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetContainer___Mne8H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 32px;
  margin: 24px 0 0 0;
  cursor: pointer;
}

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3 {
  height: 32px;
  line-height: 32px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B4BFD6;
  border: 1px solid #B4BFD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 100;
}

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetChevron___1piTA {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 12px;
  color: #B4BFD6;
}

.DashboardPageHeaderLight__DashboardPageHeaderSettingsButton___Yr4Hq {
  position: relative;
  margin-top: 23px;
  color: #B4BFD6;
  cursor: pointer;
}

.DashboardPageHeaderLight__DashboardPageHeaderBottomRow___7rLBf {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonContainer___VpTAD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(50% - 190px);
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonContainer___VpTAD:last-child {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 380px;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonContainerDivider___Pt9ns {
  width: 1px;
  background-color: #838FAE;
  height: calc(100% - 16px);
  margin: 8px 10px 8px auto;
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  color: #B4BFD6;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100% - 88px);
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonSmartFilter___Tru6E {
  color: #838FAE;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonText___r1kvR {
  margin: 0 8px;
  font-size: 16px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 50px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width:calc(100% - 21px);
  padding-right: 3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK .DashboardPageHeaderLight__DashboardPageHeaderButtonText___r1kvR {
  width: calc(100% - 26px);
}

.DashboardPageHeaderLight__DashboardPageHeaderRemoveFilter___7N\+-L {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
}

.DashboardPageHeaderLight__DashboardPageHeaderFilterFlyOut___raXX8 {
  background-color: #1C2431;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 200;
  height: 100px;
  width: 100px;
}

.DashboardPageHeaderLight__DashboardPageHeaderDatePicker___jSawQ {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
}

.DashboardPageHeaderLight__DashboardPageHeader___ErAjq #datepickerWrap {
  width: 380px;
}

/* Hover and active */

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3:hover {
  border-color: white;
  color: white;
}

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3:active {
  background: #3d444f;
  border: 1px solid #5d636e;
  color: #686f78;
}

.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetChevron___1piTA:hover {
  color: white;
}

.DashboardPageHeaderLight__DashboardPageHeaderSettingsButton___Yr4Hq:hover {
  color: white;
}

.DashboardPageHeaderLight__DashboardPageHeaderSettingsButtonActive___MtKEM {
  color: #686f78 !important;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelActionMenu___S7JS1:hover .DashboardPageHeaderLight__DashboardPageHeaderModelActionsHidden___eHwrT {
  display: none;
}

.DashboardPageHeaderLight__DashboardPageHeaderModelActionMenu___S7JS1:hover .DashboardPageHeaderLight__DashboardPageHeaderModelActionsRevealed___sNl7x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe:hover {
  color: white;
  background-color: #7A97B6;
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe.DashboardPageHeaderLight__selected___IdLDL:hover {
  color: #B4BFD6;
  background-color: #1C2431;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonActive___BAMP7 {
  color: #B4BFD6 !important;
  background-color: #314661 !important;
}


/* selected and disabled */

.DashboardPageHeaderLight__disabled___R5HvB.DashboardPageHeaderLight__DashboardPageHeaderAddWidgetContainer___Mne8H {
  cursor: not-allowed
}

.DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3, .DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3:hover, .DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderAddWidgetButton___vIEr3:active {
  border: 1px solid #838FAE;
  color: #838FAE;
  background-color: transparent;
  cursor: not-allowed;
}

.DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderAddWidgetChevron___1piTA:hover {
  color: #838FAE;
  cursor: not-allowed;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonContainer___VpTAD.DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe {
  color: #838FAE;
  cursor: default;
}

.DashboardPageHeaderLight__DashboardPageHeaderButtonContainer___VpTAD.DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe:hover {
  color: #838FAE;
  background-color: transparent !important
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe.DashboardPageHeaderLight__selected___IdLDL .DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK {
  color: #1C2431 !important;
  background-color: #12DEC6 !important;
  border-radius: 5px;
  margin-left: 5px;
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe.DashboardPageHeaderLight__selected___IdLDL .DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK {
  width: calc(100% - 29px);
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe.DashboardPageHeaderLight__selected___IdLDL .DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK .DashboardPageHeaderLight__DashboardPageHeaderButtonText___r1kvR {
  width: calc(100% - 32px);
}

.DashboardPageHeaderLight__disabled___R5HvB.DashboardPageHeaderLight__DashboardPageHeaderButtonSmartFilter___Tru6E {
  cursor: not-allowed;
}

.DashboardPageHeaderLight__DashboardPageHeaderButton___RFdCe.DashboardPageHeaderLight__disabled___R5HvB .DashboardPageHeaderLight__DashboardPageHeaderButtonTextContainer___SDnFK .DashboardPageHeaderLight__DashboardPageHeaderButtonText___r1kvR {
  width: calc(100% - 13px);
}

/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */





@-webkit-keyframes ActionsMenuLight__slideInDown___OnVDu {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ActionsMenuLight__slideInDown___OnVDu {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ActionsMenuLight__fadeOut___EH2xq {
  to {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}
@keyframes ActionsMenuLight__fadeOut___EH2xq {
  to {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}
.ActionsMenuLight__ActionsMenu___YhSpR {
  color: #8E9FAD;
  text-align: right;
  white-space: nowrap;
  position: relative;
}
.ActionsMenuLight__ActionsContainer___KpAQy {
  background: transparent;
}
.ActionsMenuLight__ActionsMenuItem___69Oam {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
  opacity: 0;
}
.ActionsMenuLight__ActionsMenuItem___69Oam.ActionsMenuLight__Hovered___2RgZu {
  -webkit-animation: ActionsMenuLight__slideInDown___OnVDu 0.3s ease normal forwards;
          animation: ActionsMenuLight__slideInDown___OnVDu 0.3s ease normal forwards;
}
.ActionsMenuLight__right___vaoWm {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 1.25em;
  background: transparent;
}
.ActionsMenuLight__Dots___S962d {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ActionsMenuLight__Dots___S962d.ActionsMenuLight__Hovered___2RgZu {
  opacity: 0;
  z-index: -1;
}
.ActionsMenuLight__ActiveContainer___DLhtl > * {
  position: absolute;
  top: 0;
  left: 0;
}
.ActionsMenuLight__ActionsMenuWithBackground___tbSuN {
  background: #ffffff;
}
.ActionsMenuLight__NegativeMarginTop___ydQId{
  margin-top: -2px;
}

.BackgroundLight__Background___PkfLu {
  width: 100%;
  height: 100%;
  background: #D8DDE1;
}

.dropshadows__elevation01___WNXNv {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}

.dropshadows__elevation01-inset___Z7lCQ {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation02___k3fDm {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation02-inset___NDHSL {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation03___JtUVe {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 8px rgba(0, 0, 0, .20);
}

.dropshadows__elevation03-inset___k-LhN {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 3px 3px rgba(0, 0, 0, .14) inset, 0 3px 4px rgba(0, 0, 0, .12) inset, 0 1px 8px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation04___qwjy9 {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
}

.dropshadows__elevation04-inset___PGONK {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14) inset, 0 4px 5px rgba(0, 0, 0, .12) inset, 0 1px 10px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation06___nKn9W {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .20);
}

.dropshadows__elevation06-inset___ZW87j {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 6px 10px rgba(0, 0, 0, .14) inset, 0 1px 18px rgba(0, 0, 0, .12) inset, 0 3px 5px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation08___Kx3o3 {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
}

.dropshadows__elevation08-inset___sfz98 {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14) inset, 0 3px 14px 3px rgba(0, 0, 0, .12) inset, 0 4px 15px rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation09___ijbzz {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12), 0 5px 6px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation09-inset___R1yfv {
  -webkit-box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 9px 12px 1px rgba(0, 0, 0, .14) inset, 0 3px 16px 2px rgba(0, 0, 0, .12) inset, 0 5px 6px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation12___s\+m3l {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation12-inset___UHJeN {
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14) inset, 0 5px 22px 4px rgba(0, 0, 0, .12) inset, 0 7px 8px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation16___GitLn {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation16-inset___xeib7 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14) inset, 0 6px 30px 5px rgba(0, 0, 0, .12) inset, 0 8px 10px 0 rgba(0, 0, 0, .20) inset;
}

.dropshadows__elevation24___1NtK1 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px 0 rgba(0, 0, 0, .20);
}

.dropshadows__elevation24-inset___J6aI0 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14) inset, 0 9px 46px 8px rgba(0, 0, 0, .12) inset, 0 11px 15px 0 rgba(0, 0, 0, .20) inset;
}

/* Sizes */

/* Weights */

@media screen and (min-width: 400px) {
  .scaledFonts.typography__smallerSize___g0HaN,
  .scaledFonts .typography__smallerSize___g0HaN
  {
    font-size: calc(9.53704px + 0.11574vw);
  }

  .scaledFonts.typography__smallSize___p0-Xp,
  .scaledFonts .typography__smallSize___p0-Xp {
    font-size: calc(11.44444px + 0.13889vw);
  }

  .scaledFonts.typography__normalSize___Ddkny,
  .scaledFonts .typography__normalSize___Ddkny {
    font-size: calc(13.72222px + 0.06944vw);
  }

  .scaledFonts.typography__largeSize___LzBoK,
  .scaledFonts .typography__largeSize___LzBoK {
    font-size: calc(15.25926px + 0.18519vw);
  }

  .scaledFonts.typography__largerSize___8v4mp,
  .scaledFonts .typography__largerSize___8v4mp {
    font-size: calc(17.16667px + 0.20833vw);
  }

  .scaledFonts.typography__extraLargeSize___0H643,
  .scaledFonts .typography__extraLargeSize___0H643 {
    font-size: calc(19.07407px + 0.23148vw);
  }

  .scaledFonts.typography__largeHeadingSize___OJzWT,
  .scaledFonts .typography__largeHeadingSize___OJzWT {
    font-size: calc(22.88889px + 0.27778vw);
  }

  .scaledFonts.typography__largerHeadingSize___hXsQ1,
  .scaledFonts .typography__largerHeadingSize___hXsQ1 {
    font-size: calc(32.37037px + -0.09259vw);
  }

  .scaledFonts.typography__veryLargeHeadingSize___kOCgX,
  .scaledFonts .typography__veryLargeHeadingSize___kOCgX {
    font-size: calc(38.14815px + 0.46296vw);
  }

  .scaledFonts.typography__largeStatisticSize___0GI7j,
  .scaledFonts .typography__largeStatisticSize___0GI7j {
    font-size: calc(49.59259px + 0.60185vw);
  }
}

.typography__robotoFont___ztQa8 {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typography__italicStyle___l\+b7J {
  font-style: italic;
}

.typography__smallerSize___g0HaN {
  font-size: 10px;
  font-size: 0.625rem;
}

.typography__smallSize___p0-Xp {
  font-size: 12px;
  font-size: 0.75rem;
}

.typography__normalSize___Ddkny {
  font-size: 14px;
  font-size: 0.875rem;
}

.typography__largeSize___LzBoK {
  font-size: 16px;
  font-size: 1rem;
}

/* HACK: We needed to add a new 18px size between largeSize and
extraLargeSize, but as the typography is still in flux we didn't
want to create a new naming scheme right now. Hence this not-great name.
*/
.typography__largerSize___8v4mp {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography__extraLargeSize___0H643 { /* 20 px */
  font-size: 20px;
  font-size: 1.25rem;
}

.typography__largeHeadingSize___OJzWT {
  font-size: 24px;
  font-size: 1.5rem;
}

.typography__largerHeadingSize___hXsQ1 {
  font-size: 32px;
  font-size: 2rem;
}

.typography__veryLargeHeadingSize___kOCgX {
  font-size: 40px;
  font-size: 2.5rem;
}

.typography__largeStatisticSize___0GI7j {
  font-size: 52px;
  font-size: 3.25rem;
}

.typography__thinWeight___teBLN {
  font-weight: 100;
}

.typography__lightWeight___57h9u {
  font-weight: 300;
}

.typography__normalWeight___gcV-O {
  font-weight: 400;
}

.typography__mediumWeight___TfA-Y {
  font-weight: 500;
}

.typography__boldWeight___DIXsp {
  font-weight: 700;
}

.typography__blackWeight___Dfgs8 {
  font-weight: 900;
}

.BannerLight__container___BzjRB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
  border-radius: 0.25em;
  position: relative;
  color: #ffffff;
}
.BannerLight__normal___wdCFm {
  padding: 1.4em;
}
.BannerLight__inline___xTM8O {
  padding: 1em;
}
.BannerLight__inline___xTM8O .BannerLight__descriptionText___2ryNu {
  color: #D8DDE1;
}
.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg .BannerLight__descriptionText___2ryNu,
.BannerLight__normal___wdCFm.BannerLight__error___26Hmp .BannerLight__descriptionText___2ryNu
{
  color: #1F2D42;
}
.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg {
  color: #F29320;
}
.BannerLight__normal___wdCFm.BannerLight__error___26Hmp {
  color: #DD3A59;
}
.BannerLight__alert___dxNSg {
  background-color: #ffffff;
}
.BannerLight__error___26Hmp {
  background-color: #ffffff;
}
.BannerLight__info___0V-UZ {
  background-color: #00A0FE;
}
.BannerLight__success___\+lsU4 {
  background-color: #46AF61;
}
.BannerLight__error___26Hmp.BannerLight__inline___xTM8O {
  background-color: #DD3A59;
}
.BannerLight__alert___dxNSg.BannerLight__inline___xTM8O {
  background-color: #F29320;
}
.BannerLight__content___Yvi\+D {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 0.625em;
}
.BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.BannerLight__inline___xTM8O .BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.BannerLight__iconWrapper___W2e4H {
}
.BannerLight__inline___xTM8O .BannerLight__iconWrapper___W2e4H {
}
.BannerLight__closeIcon___T\+4zL {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
}
.BannerLight__title___AxGth {

}
.BannerLight__normal-title___60BDw {
}
.BannerLight__normal-descriptionText___hVDZE {
}
.BannerLight__inline-title___wDGWT {
}
.BannerLight__inline-descriptionText___jufRM {
}
.BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}
.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w {
  color: #838FAE;
}
.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}

.BarChartLight__BarChart___iCWFA {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BarChartLight__chart___fV5dc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.BarChartLight__legend___syuC1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0 1em 0.5em 1em;
}
.BarChartLight__tooltip___NRA6j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: .5em;
}
.BarChartLight__categoryTooltip___CvMUb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
}
.BarChartLight__tooltipValue___5k3tY {
  padding-left: 1em;
}
.BarChartLight__tooltipLeftColumn___vSNZX {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.BarChartLight__tooltipRightColumn___zjAWj {
  border-left: 1px solid #D8DDE1;
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.BarChartLight__tooltipSeriesColor___4Ar1p {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

/* Link styles */
.ButtonLight__Link___0GCr3 {
  color: #838FAE;
  text-decoration: none;
}
.ButtonLight__Link___0GCr3:hover {
  cursor: pointer;
  text-decoration: none;
}
.ButtonLight__link-default___odcdI {
  color: #00A0FE;
}
.ButtonLight__link-default___odcdI:hover {
  color: #04BCFD;
}
.ButtonLight__link-default___odcdI:active {
  color: #034A89
}
.ButtonLight__link-cancel___v\+QIL {
  color: #838FAE;
}
.ButtonLight__link-cancel___v\+QIL:hover {
  color: #B4BFD6;
}
.ButtonLight__link-cancel___v\+QIL:active {
  color: #545C72;
}
.ButtonLight__link-storyFooter___t7Fyf {
  color: #1F2D42;
}
.ButtonLight__link-storyFooter___t7Fyf:hover {
  color: #B4BFD6;
}
.ButtonLight__link-storyFooter___t7Fyf:active {
  color: #545C72;
}
.ButtonLight__link-white___Bi4pN {
  color: #ffffff;
}
.ButtonLight__link-white___Bi4pN:hover {
  color: #04BCFD;
}
.ButtonLight__link-white___Bi4pN:active {
  color: #04BCFD;
}
/* Spacing for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}
.ButtonLight__disabled___OYg1a, .ButtonLight__disabled___OYg1a:hover {
  color: #B4BFD6;
}
.ButtonLight__disabled___OYg1a:hover {
  cursor: not-allowed;
}
.ButtonLight__common___AG97E {
  cursor: pointer;
  padding: 0.5em 1.5em;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  outline: 0;
  line-height: normal;
  border-radius: 0.25em;
}
.ButtonLight__iconOnly___NyJda {
  padding: 0.5em;
}
/* Divider for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}
.ButtonLight__normal___U74aK {
  min-height: 30px;
  min-width: 30px;
}
.ButtonLight__small___jhjCl {
  min-height: 25px;
  min-width: 25px;
}
.ButtonLight__large___w7pjQ {
  min-height: 40px;
  min-width: 40px;
}
/* Default Button */
.ButtonLight__default___-ONq- {
  background: #EFF1F3;
  color: #545C72;
}
.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU:hover,
.ButtonLight__default___-ONq-:hover {
  background: #00A0FE;
  color: #ffffff;
}
.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU,
.ButtonLight__default___-ONq-:active {
  background: #ffffff;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__default___-ONq-[disabled],
.ButtonLight__secondary___OKqWY[disabled] {
  background: #D8DDE1;
  color: #B4BFD6;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ButtonLight__positive___A1gGj[disabled],
.ButtonLight__negative___Vb5nL[disabled] {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
  opacity: 0.5;
}
.ButtonLight__negative___Vb5nL[disabled]:hover {
  background: #DD3A59;
  color: #ffffff;
}
.ButtonLight__secondary___OKqWY {
  background: #00A0FE;
  color: #ffffff;
}
.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU:hover,
.ButtonLight__secondary___OKqWY:hover {
  background: #04BCFD;
  color: #034A89;
}
.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU,
.ButtonLight__secondary___OKqWY:active {
  background: #034A89;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__positive___A1gGj {
  background: #46AF61;
  color: #ffffff;
}
.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU:hover,
.ButtonLight__positive___A1gGj:hover {
  background: #7FCC8A;
  color: #377C53;
}
.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU,
.ButtonLight__positive___A1gGj:active {
  background: #377C53;
  color: #7FCC8A;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonLight__negative___Vb5nL {
  background: #DD3A59;
  color: #ffffff;
}
.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU:hover,
.ButtonLight__negative___Vb5nL:hover {
  background: #F27575;
  color: #A01F44;
}
.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU,
.ButtonLight__negative___Vb5nL:active {
  background: #A01F44;
  color: #F27575;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.ButtonGroupLight__ButtonGroup___wezvZ {
}

.ButtonGroupLight__separator___2Wgib {
  display: inline-block;
  width: 0.625em;
}

.CalendarLight__arrowButton___zpEQO {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #1F2D42;
  position: absolute;
  cursor: pointer;
}
.CalendarLight__prevMonthArrow___gO7J1 {
  left: 40px;
  top: 40px;
}
.CalendarLight__nextMonthArrow___Re03N {
  right: 40px;
  top: 40px;
}
.CalendarLight__prevYearArrow___3i5TD {
  left: 0;
  top: 2px;
}
.CalendarLight__nextYearArrow___033ch {
  right: 0;
  top: 2px;
}
.CalendarLight__Calendar___qQ\+Yc {
  position: relative;
  overflow: hidden;
  background: 'transparent';
}
.CalendarLight__Calendar___qQ\+Yc ul {
  line-height: normal;
}
.CalendarLight__Calendar___qQ\+Yc li {
  line-height: normal;
}
.CalendarLight__CalendarOffset___ziIyR {
  margin-top: -32px;
  margin-left: -11px;
  margin-bottom: -16px;
}
/*
  Hack alert: Need to adjust arrow locations using this rule.
  For some reason this rule is not 'themeable' like their colors are.
*/
.CalendarLight__CalendarOffset___ziIyR > div > div > div > div:nth-child(2) > div:first-child {
  height: 0;
}
/*
  Hack alert: Fix z-index on week headers to prevent going 'over' the select dropdown in condensed daterangepicker
*/
.CalendarLight__CalendarOffset___ziIyR div[role="presentation"] > div:first-child {
  z-index: auto!important;
}
.CalendarLight__monthCaption___n6nvj {
  position: relative;
  color: #1F2D42;
}
.CalendarLight__monthYear___aFZWw {
  position: relative;
}

.CardLight__Card___vUOEr {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}


.CardLight__CardContainer___l3b2l {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}


.CardLight__CardContainer___l3b2l:hover {
  border-radius: 4px;
  border: 1px solid #04BCFD;
  cursor: pointer;
}


.CardLight__CardContainer___l3b2l:hover .CardLight__CardTitle___fK885 {
  color: #00A0FE;
  cursor: pointer;
}


.CardLight__CardContainerSmall___Jex-A {
  height: 54px;
}


.CardLight__CardContainerLarge___MZgfx {
  height: 90px;
}


.CardLight__CardContainerSelected___5Qo-H {
  cursor: pointer;
  padding-left: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A0FE;
}


.CardLight__CardInputLargeMargin___Ob1Qo {
  margin-right: 10px;
}


.CardLight__CardInputShortMargin___vzn2W {
  margin-right: 6px;
}


.CardLight__CardInput___l9yRv input {
  width: 16px;
  height: 16px;
}


.CardLight__CardImage___xdc7M {
  height: 50px;
  margin-right: 16px;
}


.CardLight__CardImage___xdc7M img {
  width: auto;
  height: 50px;
}


.CardLight__CardTitle___fK885 {
  color: #1F2D42;
  font-weight: bold;
}


.CardLight__CardDescription___un1pg {
  color: #1F2D42;
  font-weight: normal;
  font-size: 0.6875em;
  line-height: 130%;
  padding-right: 20px
}


.CardLight__CardProfileColor___CEWG9 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}


.CardLight__CardProfileColor___CEWG9 div{
  height: 20px;
  width: 20px;
  margin-right: 17px;
  border-radius: 50%;
  float: right;
}



/* styling shared between all slick-slider themes */

/* Common styling for all themes */

/* Slider */

.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;

  display: block;

  -webkit-transform: translate(0, -50%);

          -ms-transform: translate(0, -50%);

      transform: translate(0, -50%);

  cursor: pointer;

  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev {
  left: -33px;
}

.slick-next {
  right: -33px;
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 5px;

  cursor: pointer;
  background-color: #D9D9D9;

  border: 0;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #00A0FE;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;

  margin: 0 25px;

  -webkit-user-select: none;

      -ms-user-select: none;

          -moz-user-select: none;

       user-select: none;

  -ms-touch-action: pan-y;

      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.CarouselLight__default___39bJ8 .CarouselLight__arrow___QKzf8:hover {
  color: #8E9FAD;
}

.CarouselLight__default___39bJ8 .slick-arrow {
  background-color: transparent;
}

.CarouselLight__move___YAkfw {
  cursor: move;
}

.CheckboxLight__container___qxrE5 {
  display: inline-block;
  position: relative;
}
.CheckboxLight__Checkbox___Eqb0E {
  position: absolute;
  visibility: hidden;
}
.CheckboxLight__Checkbox___Eqb0E + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  cursor: default;
  position: relative;
  margin-right: 0.3em;

  /* override Bootstrap */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.CheckboxLight__Checkbox___Eqb0E:active + label {
  border-radius: 2px;
}
.CheckboxLight__Checkbox___Eqb0E[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CheckboxLight__error___mg-xd label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DD3A59;
  border-radius: 2px;
}
.CheckboxLight__error___mg-xd:active label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CheckboxLight__Checkbox___Eqb0E + label svg {
  visibility: hidden;
  color: #00A0FE;
  margin-left: 0;
  margin-top: 0;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
      transform-origin: center center;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
  position: absolute;
  top: 0;
  left: 0;
}
.CheckboxLight__Checkbox___Eqb0E:checked + label {
  background-color: #ffffff;
  -webkit-box-shadow: boxShadow01Inset;
          box-shadow: boxShadow01Inset;
}
.CheckboxLight__Checkbox___Eqb0E:checked + label svg {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}
.CheckboxLight__normal___5RFz5 {
}
.CheckboxLight__small___VWsv7 {
}
.CheckboxLight__large___1ojT9 {
}
.CheckboxLight__large___1ojT9 label {
  font-size: 1.375em;
}
.CheckboxLight__small___VWsv7 label {
  font-size: 0.8em;
}

.ConfirmationModalLight__ConfirmationModal___VdYQi {

}

.ComparisonMetricLight__ComparisonMetric___IRzGV {
  color: #004B8C;
}

.ComparisonMetricLight__LegendItemComparisonMetric___NaBrp {
  margin: 0;
  color: #004B8C;
  position: relative;
  display: inherit;
}

.ComparisonMetricLight__ComparisonMetricMargin___OKVD0 {
  margin: 0.5em;
}

.DatePickerLight__container___yXOAy {
  position: relative;
}
.DatePickerLight__disabledContainer___qnBz0 {
  color: #B4BFD6;
}
.DatePickerLight__hidden___r1SBy {
  visibility: hidden;
}
.DatePickerLight__calendar___\+487S {
  display: block;
}
.DatePickerLight__dateTime___Wttvh {
  display: inline-block;
}
.DatePickerLight__border___WSWo8 {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
}
.DatePickerLight__presetList___S\+2Bw {
  list-style: none;
  padding-left: 0;
}
.DatePickerLight__hiddenPresetList___GHVWw {
  visibility: hidden;
}
.DatePickerLight__presetList___S\+2Bw a {
  color: inherit;
  cursor: pointer;
  line-height: 30px;
}
.DatePickerLight__presetList___S\+2Bw a:hover {
  color: #00A0FE;
  text-decoration: none;
}
.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}
.DatePickerLight__preset___FcQly {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 65px;
  border-left: 1px solid #ffffff;
}
.DatePickerLight__hiddenPreset___jfCX8 {
  visibility: hidden;
}
.DatePickerLight__time___40ORY {
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.DatePickerLight__popup___iGOdh {
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
  border-radius: 4px;
}
.DatePickerLight__pickerPopup___rmAdJ {
  top: 32px;
  left: 0;
}
.DatePickerLight__pickerPopupAbove___NF3JI {
  left: 0;
  bottom: 33px;
}
.DatePickerLight__prevArrow___oLxV0 {
  position: absolute;
  left: 28px;
  top: 28px;
}
.DatePickerLight__nextArrow___VfMHV {
  position: absolute;
  right: 28px;
  top: 28px;
}
/* **HACK ALERT**
/* Curently, react-dates sets the hover color for a Calendar Day the same as the border color. *
/* Our border is white, so that won't work for us. */
.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:hover {
  background-color: #04BCFD !important;
}
.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:active {
  color: #04BCFD !important;
  background-color: #034A89 !important;
}

@-webkit-keyframes ComparisonDateRangePickerLight__fadeOut___0hMUt {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes ComparisonDateRangePickerLight__fadeOut___0hMUt {
  from {opacity: 1;}
  to {opacity: 0;}
}
.ComparisonDateRangePickerLight__applyButton___-UKKJ,
.ComparisonDateRangePickerLight__cancelButton___08UAg {
}
.ComparisonDateRangePickerLight__container___YVD5R {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ComparisonDateRangePickerLight__disabledContainer___7WQGf {
  color: #B4BFD6;
  cursor: auto;
}
.ComparisonDateRangePickerLight__comparisonDateRangePicker___KdDLr {
  width: 100%;
}
.ComparisonDateRangePickerLight__popup___\+bHxp {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
}
.ComparisonDateRangePickerLight__startDateCalendar___FKD2z,
.ComparisonDateRangePickerLight__endDateCalendar___HGFaL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
}
.ComparisonDateRangePickerLight__row___pnCrQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ComparisonDateRangePickerLight__calendarCell___\+Ba2i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
}
.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke,
.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 5.3125em;
}
.ComparisonDateRangePickerLight__dateInput___o8VJy {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
}
.ComparisonDateRangePickerLight__currentTimeButton___1zvIm {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.ComparisonDateRangePickerLight__currentTimeButtonOverrides___palaN {
  max-width: 56px;
  max-width: 3.5rem;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
}
.ComparisonDateRangePickerLight__padding___MA\+Q3 {
  padding: 0.625em;
}
.ComparisonDateRangePickerLight__comparisonDatesTitle___0I6Iy {
  height: 1em;
  padding: 0.8125em 0.625em;
  color: #8E9FAD;
}
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 margin-top: 5px;
 margin-bottom: 7px;
}
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 color: #DD3A59;
}
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA {
  color: #00A0FE;
 }
/**
  * If the fadeOut seconds is changed here, the corresponding
  * INFO_MESSAGE_FADE_OUT_MILLISEC value in `ComparisonDateRangePicker.js`
  * has to change accordingly.
  */
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -webkit-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -moz-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -o-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -ms-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
}
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty {
  width: 200%;
 }
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  width: 300%;
 }

.DateRangePickerLight__applyButton___JVqJ3,
.DateRangePickerLight__applyButtonCondensed___hqwVs,
.DateRangePickerLight__cancelButton___plvwf {
}
.DateRangePickerLight__container___yRSyF {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__disabledContainer___tm5BW .DateRangePickerLight__dateTimeInput___xV1P1 {
  cursor: auto;
}
.DateRangePickerLight__dateRangePicker___iAqif {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__popup___JDqv5 {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__condensedPopup___MaFkb {
  width: 270px;
}
.DateRangePickerLight__startDateCalendar___9FKJH,
.DateRangePickerLight__endDateCalendar___R1CV9 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__row___ypvkW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__cell___J0gyW {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0.625em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__calendarCell___xfNkC {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__preset___pd0Go {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsStartdate___jP5mC,
.DateRangePickerLight__timeDateInputsEnddate___WH5vF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__dateInput___R5Dx6 {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsStartdate___jP5mC .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__timeDateInputsEnddate___WH5vF .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__nowButton___p4Fyk {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.DateRangePickerLight__presetRow___gARQG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.625em 0;
  border-bottom: 1px solid #ffffff;
}
.DateRangePickerLight__presetRow___gARQG > label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.DateRangePickerLight__presetRow___gARQG > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.DateRangePickerLight__padding___e0biy {
  padding: 0.625em;
}

@-webkit-keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcTriggerMaskFadeIn___uZTyu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes DatePickerTriggerLight__rcTriggerMaskFadeIn___uZTyu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes DatePickerTriggerLight__rcDialogFadeOut___v-xFq {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes DatePickerTriggerLight__rcDialogFadeOut___v-xFq {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.DatePickerTriggerLight__container___4fHam input {
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.rc-trigger-popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
}
.rc-trigger-popup-hidden {
  display: none;
}
.rc-trigger-popup-zoom-enter, .rc-trigger-popup-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active, .rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
  -webkit-animation-name: rcTriggerZoomIn;
          animation-name: rcTriggerZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
  -webkit-animation-name: rcTriggerZoomOut;
          animation-name: rcTriggerZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-trigger-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, .6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-trigger-popup-mask-hidden {
  display: none;
}
.rc-trigger-popup-fade-enter, .rc-trigger-popup-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active, .rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
  -webkit-animation-name: rcTriggerMaskFadeIn;
          animation-name: rcTriggerMaskFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
          animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.DonutChartLight__DonutChart___T1b1U {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.DonutChartLight__itemStyleBottom___8SdqQ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DonutChartLight__itemStyleRight___\+VK7R {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.DonutChartLight__chart___twpH7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.DonutChartLight__legend___19pCf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0 0.5em 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.ErrorMessageLight__ErrorMessage___Cbyq7 {
  margin-top: 5px;
  color: #DD3A59;
}

.ExpansionPanelLight__container___-4WX0 {
  width: 100%;
}

.ExpansionPanelLight__container___-4WX0 > * {
  position: relative;
}

.ExpansionPanelTitleLight__header___7aTLT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 1.75em;
  background-color: #8E9FAD;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ExpansionPanelTitleLight__icon___7rQ5g {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 1.75em;
  text-align: center;
  color: inherit;
  opacity: 0.5;
}

.ExpansionPanelTitleLight__label___48N3d {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0.5em;
}

.FieldLight__Field___rynt8 {
  margin-bottom: 1.25em;
}

.GridContentLight__GridContent___ela8- {
  padding: 0px 10px;
}

.HeadingLight__Heading___1fFtw {
}

.HeadingLight__normal___ZZpkF {
}

.HeadingLight__large___qnyLE {
  margin-bottom: 0.3em;
}

.InfoMessageLight__defaultInfoMessage___e86m2 {
  margin-top: 5px;
  color: #00A0FE;
}

/*
If you update this Class be sure to update the Select Component
due to issues with Global styles.
*/
.InputLight__common___vLdWR {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  white-space: normal;
  width: 100%;
  vertical-align: middle;
}
.InputLight__small___OeDpG {
  height: 2.08em;
  min-height: 25px;
  line-height: 2.08em;
}
.InputLight__normal___GrQcA {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}
.InputLight__large___oROp1 {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}
.InputLight__InputContainer___BKRMz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InputLight__InputContainer___BKRMz.InputLight__focused___YAvzb.InputLight__error___q\+LEA,
.InputLight__InputContainer___BKRMz.InputLight__readOnly___dE5jQ {
  outline: 0;
}
.InputLight__InputContainer___BKRMz.InputLight__error___q\+LEA {
  border: 1px solid #DD3A59;
}
.InputLight__InputContainer___BKRMz.InputLight__parentError___e0HO1 {
  border: 0;
}
.InputLight__Input___p67b\+ {
  max-width: 100%;
  border: 0;
  background-color: #EFF1F3;
  color: #1F2D42;
  padding: 1px 0 0 0.625em;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
}
.InputLight__Input___p67b\+::-webkit-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+:-ms-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::-ms-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::-moz-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+::placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.InputLight__Input___p67b\+:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled:-ms-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::-moz-placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled::placeholder {
  color: #B4BFD6;
}
.InputLight__Input___p67b\+:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}
.InputLight__Input___p67b\+:focus {
  background-color: #ffffff;
}
.InputLight__Input___p67b\+:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.InputLight__Input___p67b\+:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.InputLight__prefixed___7Cg0q {
}
.InputLight__suffix___O-oo9 {
}
.InputLight__error___q\+LEA .InputLight__Icon___IK4s1 {
}
.InputLight__Input___p67b\+:focus::-webkit-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus:-ms-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::-ms-input-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::-moz-placeholder {
  opacity: 0;
}
.InputLight__Input___p67b\+:focus::placeholder {
  opacity: 0;
}
.InputLight__icon___gZ3B2 {
  width: 2em;
  display: inline-block;
  background-color: #EFF1F3;
}
/* Prefix and Suffix Icons */
.InputLight__Icon___IK4s1 {
  background-color: #EFF1F3;
  width: 2em;
  line-height: normal;
  line-height: initial;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.InputLight__Icon___IK4s1 svg {
  height: 1em;
  width: 1em;
}
.InputLight__large___oROp1 .InputLight__Icon___IK4s1 {
  width: 2.5em;
}
.InputLight__large___oROp1 .InputLight__Icon___IK4s1 svg {
  width: 1.25em;
  height: 1.25em;
}
.InputLight__focused___YAvzb .InputLight__Icon___IK4s1 {
  background-color: #ffffff;
}
/* Prefix and Suffix Icons end*/
.InputLight__Divider___eaDPZ {
  height: 100%;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #B4BFD6;
}
.InputLight__hiddenText___KtGVn {
  white-space: pre;
  visibility: hidden;
  left: -10000px;
  position: absolute;
  padding: 1px 0.625em 0 0.625em;
  min-width: 32px;
  min-width: 2rem;
}

.LabelLight__Label___RToeh {
  display: block;
  line-height: 1.3;
  margin-bottom: .3em;
}
span[role="radio"] + .LabelLight__Label___RToeh,
span[role="checkbox"] + .LabelLight__Label___RToeh {
  font-weight: 400;
  margin-right: 0.5em;
  margin-bottom: 0;
}
.LabelLight__inline___vd8cC {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
}
.LabelLight__small___DyyLu {
}
.LabelLight__normal___BzKoQ {
}
.LabelLight__large___6Q3Zm {
}
.LabelLight__disabled___D9U2j {
  color: #B4BFD6;
}

.LegendLight__container___trtzV {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.LegendLight__HorizontalLayout___IWNmC {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.LegendLight__VerticalLayout___YwfQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.LegendLight__LegendBlock___zMop2 .LegendLight__lozenge___REjjV {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}
.LegendLight__LegendInline___dSl9k .LegendLight__lozenge___REjjV {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.LegendLight__lozenge___REjjV {
  border: 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545C72;
  text-align: start;
  outline: 0;
  border-radius: 0.333em;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.LegendLight__interactive___5HSu4 {
  background-color: #EFF1F3;
  cursor: pointer;
}
.LegendLight__interactive___5HSu4:hover {
  background-color: #D8DDE1;
}
.LegendLight__readonly___hRG0D {
  background-color: #ffffff;
  cursor: default;
}
.LegendLight__disabled___j9ifH {
  opacity: 0.5;
}
.LegendLight__truncateStyle___Ccay\+ {
  max-width: 230px;
}
.LegendLight__legendCircle___PO0t6 {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
}
.LegendLight__slideContainer___jpKyh {
  overflow: hidden;
}

.ListLight__List___FVPyz {
}

.ListLight__ListItem___SzvjP {
  border-bottom: 1px solid #EFF1F3;
}

@-webkit-keyframes LoadingLight__spin___zTseG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes LoadingLight__spin___zTseG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.LoadingLight__container___0rfzy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LoadingLight__notBloquedContainer___cZHBf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LoadingLight__icon___nHoaU {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-animation: LoadingLight__spin___zTseG 1s infinite steps(8);
          animation: LoadingLight__spin___zTseG 1s infinite steps(8);
}

.MediaObjectLight__MediaObject___1VfrT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaObjectLight__MediaObject___1VfrT.MediaObjectLight__center___4kPaT {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaObjectLight__MediaObject___1VfrT.MediaObjectLight__top___PRD7M {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.MediaObjectLight__MediaObjectIcon___x5-qT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.4em;
  line-height: 0;
}

.MediaObjectLight__MediaObjectImage___zuWN2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.4em;
  line-height: 0;
}

.MediaObjectLight__MediaObjectImage___zuWN2.MediaObjectLight__Rounded___Pxd56 img {
  border-radius: 50%;
}

.MediaObjectLight__MediaObjectContent___vYHei {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.MediaObjectLight__MediaObjectHeader___ae2ro {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.MediaObjectLight__MediaObjectFooter___u2dmq {
  color: #8E9FAD;
}

.MediaObjectLight__MediaObjectDescription___UeKVK {
  color: #8E9FAD;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.MenuLight__menu___uVOCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0.25em;
}

.MenuLight__menuItem___mCcgA {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0.357em 0 0 0;
  padding: 0 1em 0.357em 1em;
  border-bottom: solid 1px transparent;
  white-space: nowrap;
}

.MenuLight__menuItem___mCcgA:hover {
  color: #00A0FE;
  cursor: pointer;
}

.MenuLight__menuItem___mCcgA:active {
  color: #034A89;
  cursor: pointer;
}

@media only print { /* eg. Reports */
  .ThemeProviderLight__wrapper___uzc1P {
    height: 100%;
  }
}

.ThemeProviderLight__wrapper___uzc1P {
  color: #1F2D42;
  line-height: 1.3;
}

.ThemeProviderLight__wrapper___uzc1P hr {
  margin: 0.625em 0;
}

.ThemeProviderLight__wrapper___uzc1P input, .ThemeProviderLight__wrapper___uzc1P textarea, .ThemeProviderLight__wrapper___uzc1P keygen, .ThemeProviderLight__wrapper___uzc1P select, .ThemeProviderLight__wrapper___uzc1P  button {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ThemeProviderLight__wrapper___uzc1P input[type="text"] {
  opacity: 1 !important;
}

.ModalLight__bodyOpen___qPl03 {
  overflow: hidden;
}
.ModalLight__backdrop___mzmqF {
  background: #333333;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ModalLight__transparentBackdrop___\+c5ad {
  background: unset;
}
/* Allow padding to grow if the modal has hit its max width */
.ModalLight__padderSmall___d7LAs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}
.ModalLight__padderMedium___07C7n {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.ModalLight__padderLarge___GRy8C {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 9%;
          flex: 1 0 9%;
}
.ModalLight__padderXl___BOJyL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4%;
          flex: 1 0 4%;
}
.ModalLight__transparentModal___gedKx {
  background-color: unset;
  background: transparent;
  z-index: 1051;
}
.ModalLight__modal___sjvYu {
  background-color: #ffffff;
  z-index: 1051;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border-radius: 0.25em;
}
.ModalLight__modalSmall___Ni3I3 {
  max-width: 512px;
  /* flex-basis is 100% - (2 x padderBasis) because there are two padders,
  one on each side */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.ModalLight__modalMedium___6RLMf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 768px;
}
.ModalLight__modalLarge___qOjVJ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  max-width: 1024px;
}
.ModalLight__modalXl___038ZV {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 1224px;
}

/* For the Close button to position itself against */
.ModalHeaderLight__container___fNV88 {
  position: relative;
  margin: 0;
  padding: 1em 1.25em 0.5em 1.25em;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #D8DDE1;
}
.ModalHeaderLight__noBottomBorder___buS5l {
  border-bottom: transparent;
}
.ModalHeaderLight__close___uK7Ve {
  position: absolute;
  color: #838FAE;
  cursor: pointer;
  display: block;
  top: 0.5em;
  right: 0.5em;
}
.ModalHeaderLight__headerText___8YTjJ {
  width: 100%;
}
.ModalHeaderLight__icon___mvR0s {
  margin: 0 0.25em 0 0;
}
.ModalHeaderLight__icon___mvR0s svg {
  vertical-align: top !important;
}
.ModalHeaderLight__close___uK7Ve:hover {
  color: #B4BFD6;
}
.ModalHeaderLight__close___uK7Ve:active {
  opacity: 0.4;
}
.ModalHeaderLight__secondary___X6IsC {
  color: #00A0FE;
}
.ModalHeaderLight__negative___GvGRq {
  color: #DD3A59;
}
.ModalHeaderLight__positive___ZbRE2 {
  color: #46AF61;
}
.ModalHeaderLight__alert___vOlcE {
  color: #F29320;
}

.ModalBodyLight__ModalBody___eEmOe {
  margin: 1.25em;
}

h3 {
  margin: 0;
}

.ModalFooterLight__ModalFooter___xSOzm {
  overflow: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1.25em;
  border-radius: 0 0 0.25em 0.25em;
  background-color: #EFF1F3;
}

.ModalFooterLight__transparentFooter___fIGsW {
  background-color: unset;
  background: transparent;
}

.OverlayLight__overlay___UOfxN {
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  padding: 3em;
  position: absolute;
  right: 0;
  top: 0;
}

.OverlayLight__mobile___SZBEs {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.OverlayLight__inlineOverlay___ssPLz {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.OverlayLight__overlay___UOfxN:after {
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.OverlayLight__overlayContentWrapper___TNi9p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.OverlayLight__mobile___SZBEs .OverlayLight__overlayContentWrapper___TNi9p {
  height: auto;
  position: absolute;
  top: 35px;
  left: 25px;
  right: 25px;
}

.OverlayLight__overlayContentContainer___2d6Ym {
  display: inline-block;
  text-align: center;
}

.OverlayLight__overlayTitle___WLf1T {
  margin: 10px 0;
  text-align: center;
}

.OverlayLight__overlayText___7u5hi {
  line-height: calc(0.875em + 10px);
  margin: 0.5em 0;
  max-width: 200px;
}

.OverlayLight__overlayClose___RR7Mq {
  color: #B4BFD6;
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2;
}

.OverlayLight__mobile___SZBEs .OverlayLight__overlayClose___RR7Mq{
  right: 4px;
  top: 4px;
  color: #ffffff;
}

/* Modal Colors */

.OverlayLight__overlayGeneral___GsJkg:after {
  background-color: #00A0FE;
}

.OverlayLight__overlayGeneralMobile___kE8Jy:after {
  height: 215px;
  background-color: #00A0FE;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .2),
  0 3px 14px 2px rgba(0, 0, 0, .14),
  0 5px 5px -3px rgba(0, 0, 0, .12);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .2),
  0 3px 14px 2px rgba(0, 0, 0, .14),
  0 5px 5px -3px rgba(0, 0, 0, .12);
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayAlert___y7F6K:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu:after,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayError___hBfo4:after {
  background-color: transparent;
}

.OverlayLight__overlaySuccess___KfoSu:after {
  background-color: #46AF61;
}

.OverlayLight__overlayAlert___y7F6K:after,
.OverlayLight__overlayError___hBfo4:after {
  background: #ffffff;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayTitle___WLf1T {
  color: #DD3A59;
}

.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayTitle___WLf1T {
  color: #F29320;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayText___7u5hi,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayText___7u5hi {
  color: #1F2D42;
}

.OverlayLight__overlayError___hBfo4 .OverlayLight__overlayClose___RR7Mq,
.OverlayLight__overlayAlert___y7F6K .OverlayLight__overlayClose___RR7Mq {
  color: undefined;
}

.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayTitle___WLf1T,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayTitle___WLf1T {
  color: #ffffff;
}

.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayTitle___WLf1T,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__overlayGeneralMobile___kE8Jy .OverlayLight__overlayTitle___WLf1T {
  color: #ffffff;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayTitle___WLf1T {
  color: #00A0FE;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayIcon___tQLM4,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayTitle___WLf1T {
  color: #46AF61;
}

.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayText___7u5hi,
.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayText___7u5hi {
  color: #D8DDE1;
}

.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlayGeneral___GsJkg .OverlayLight__overlayText___7u5hi,
.OverlayLight__inlineOverlay___ssPLz.OverlayLight__overlaySuccess___KfoSu .OverlayLight__overlayText___7u5hi {
  color: #1F2D42;
}

.PaneLight__unselected___BqxtK {
  display: none;
}

.PopoverLight__popover___0ohJB {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.PopoverLight__centered___MGae5 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 0;
}

.PopoverLight__positioned___R8uW1 {
  position: relative;
  height: 0;
}

/* Make sure the popover transition and display is on top of other content */

.PopoverLight__transitionZIndex___izwSK {
  z-index: 1000;
}

/* This is the up arrow */

.PopoverLight__arrow___U5PpP {
  width: 15px;
  height: 15px;
  background-color: #ffffff;

  /* Translation is to leave a tiny gap between the tip of the arrow and
  and the bottom of the trigger */
  -webkit-transform: translate(0, 3px) rotate(45deg);
          -ms-transform: translate(0, 3px) rotate(45deg);
      transform: translate(0, 3px) rotate(45deg);
}

.PopoverLight__menuContainerOuter___6I24f {
  position: relative;
}

.PopoverLight__menuContainerInner___Dtc7p {
  position: absolute;
  right: 15px;
  top: -31px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.PresetListLight__Presets___gRD5U {
  min-width: 80px;
  min-width: 5rem;
}

.PresetListLight__presetList___ne9Tw {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PresetListLight__hiddenPresetList___8MmfT {
  visibility: hidden;
}

.PresetListLight__presetList___ne9Tw li {
  line-height: 2.5em;
}

.PresetListLight__presetItem___Wl2Tt {
  font-size: inherit;
  color: inherit;
}

.PresetListLight__presetList___ne9Tw a {
  cursor: pointer;
  line-height: 2.5em;
}

.PresetListLight__presetList___ne9Tw a:hover {
  color: #00A0FE;
  text-decoration: none;
}

.PresetListLight__unhighlightedPreset___yH58C {
  color: inherit;
}

.PresetListLight__highlightedPreset___kMYto {
  color: #00A0FE;
}

.PresetListLight__disabledPreset___remcg {
  pointer-events: none;
  cursor: default;
  color: #D8DDE1
 }

.RadioLight__container___b\+gwz {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}
.RadioLight__largeContainer___1S7Tm {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
.RadioLight__normal___9DGCC {
}
.RadioLight__large___\+0u1O {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.RadioLight__Radio___nahpE {
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.RadioLight__Radio___nahpE + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 50%;
  display: inline-block;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
}
.RadioLight__Radio___nahpE:active + label {
  -webkit-box-shadow: inset 0px 0px 1px 0px #00A0FE;
          box-shadow: inset 0px 0px 1px 0px #00A0FE;
}
.RadioLight__Radio___nahpE[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.RadioLight__Radio___nahpE + label span {
  visibility: hidden;
  background-color: #00A0FE;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
}
.RadioLight__Radio___nahpE:checked + label span {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}
.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label {
  width: 10px;
  height: 10px;
}
.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label span {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}
.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label {
  width: 22px;
  height: 22px;
}
.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label span {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}

.RidgelineChartLight__RidgelineChart___w3JlH {
  width: 100%;
}
.RidgelineChartLight__chart___ZjM\+E {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.RidgelineChartLight__grid___bS9Iw {
  stroke: 'rgba(180,191,214,0.2)';
  stroke-dasharray: 3px 1px;
  opacity: .1;
}
.RidgelineChartLight__mainGroups___qB\+f2{
  cursor: pointer;
}
.RidgelineChartLight__clipPath___BgFUk{
}
.RidgelineChartLight__clipPath___BgFUk:hover {
  cursor: pointer;
}
.RidgelineChartLight__label___98VXV:hover {
  cursor: pointer;
}
.RidgelineChartLight__label___98VXV {
  font-weight: 500;
}
.RidgelineChartLight__bottomAxis___GuhKB {
  display: block;
}
.RidgelineChartLight__timeAxis___bzP5J > path > .RidgelineChartLight__domain___pL31A {
  color: #B4BFD6;
}
.RidgelineChartLight__timeAxis___bzP5J text {
  font-size: 12px;
  font-weight: 500;
  color: #1F2D42;
}
.RidgelineChartLight__tooltip___QfgJb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  position: absolute;
  background-color: white;
  padding: 1em;
  border-radius: .25em;
  -webkit-box-shadow: 1px 1px 2px #888;
          box-shadow: 1px 1px 2px #888;
}
.RidgelineChartLight__tooltipValue___chUum {
  padding-left: 1em;
}
.RidgelineChartLight__tooltipLeftColumn___bHTzo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.RidgelineChartLight__tooltipRightColumn___s0h1Q {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.RidgelineChartLight__tooltipSeriesColor___CY2tU {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.RidgelineChartLight__tooltipTimestamp___KV04z {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.RidgelineChartLight__leftBorder___5oSvW {
  color: #B4BFD6;
}
.RidgelineChartLight__isHighlightedCircle___fQ4V2 {
  stroke: white;
}


.SearchInputLight__searchBox___DOrcS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  width: 100%;
  background: #ffffff;
}
.SearchInputLight__divider___s2ju7 {
  width: 1px;
  background-color: #EFF1F3;
}
.SearchInputLight__normal___ChaiO {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}
.SearchInputLight__large___4Cz2F {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}
.SearchInputLight__searchIcon___GGfzs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.625em;
}
input[type="text"].SearchInputLight__searchInput___KgTIm {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm:-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__searchInput___KgTIm::placeholder {
  color: #8E9FAD;
  font-style: italic;
}
.SearchInputLight__normal___ChaiO input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 28px;
}
.SearchInputLight__large___4Cz2F input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 38px;
}
.SearchInputLight__searchInput___KgTIm:focus {
  outline: none;
}
.SearchInputLight__clearText___nmJwn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline;
  margin: 0;
  padding: 0;
  color: #00A0FE;
  padding-left: 0.625em;
  float: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.SearchInputLight__large___4Cz2F .SearchInputLight__clearText___nmJwn {
  line-height: 32px;
}
/* mfeMode styling */
.SearchInputLight__mfeSearchBox___boXUM {
  background: black;
  border: 1px solid #52565C;
  color: #ffffff;
}
.SearchInputLight__mfeSize___tE2B1 {
  height: 34px;
  min-height: 34px;
  line-height: 34px;
}
.SearchInputLight__mfeSearchIcon___2diI4 {
  padding-right: 0.625em;
  padding-left: 0;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm:-ms-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::placeholder {
  color: #52565C;
  font-style: normal;
}
.SearchInputLight__mfeSize___tE2B1 input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 32px;
}
.SearchInputLight__clearIcon___lr2kb {
  cursor: pointer;
}
.SearchInputLight__hasValue___mhjZp.SearchInputLight__mfeSearchBox___boXUM {
  outline: 1px solid #7A97B6;
}
.SelectLight__theme___A1pGb {
  /*Allows for scoping the React-Select classes.*/
}
.SelectLight__normal___WfKny {
}
.SelectLight__large___tf-XE {
}
.SelectLight__small___GY1gZ {
}
.SelectLight__inline___KlMjJ {
  display: inline-block;
}
/* Arrow */
.SelectLight__indicator___exdV7 {
  display: block;
  position: relative;
  width: 2em;
}
.SelectLight__theme___A1pGb input[type='text'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  font-family: inherit;
  font-size: inherit;
}

.SliderLight__container___JUOUs {
}

.SliderLight__handle___ySrW- {
  transition: -webkit-transform 0.1s;
  -webkit-transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.SliderLight__handle___ySrW-:hover {
  -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.StatisticLight__Statistic___NzHT0 {
  text-align: center;
  margin-bottom: 1.25em;
}

.StatisticLight__Statistic___NzHT0:last-child {
  margin-bottom: 0;
}

.StatisticLight__Statistic___NzHT0.StatisticLight__inline___nNAHE:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.StatisticLight__Statistic___NzHT0.StatisticLight__inline___nNAHE {
  text-align: left;
  border-right: 1px solid #ffffff;
  padding-right: 0.625em;
  margin-right: 0.625em;
  margin-bottom: 0;
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__value___gao67 {
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__defaultLabel___tTrWR {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticLight__inline___nNAHE .StatisticLight__multiLineLabel___KOJ2H {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticLight__value___gao67 {
  text-transform: uppercase;
}

.StatisticLight__defaultLabel___tTrWR {
}

.StatisticLight__multiLineLabel___KOJ2H {
  display: table-caption;
}



.StoryLight__Story___o-YyH {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: left;
  text-align: initial;
}
.StoryLight__StoryText___5gmIl {
  display: block;
}
.StoryLight__StoryImage___uu3wA {
  display: inline-block;
  float: left;
  margin-right: 0.375em;
}
.StoryLight__Story___o-YyH.StoryLight__Selected___yP0k- {
  background-color: #ffffff;
}
.StoryLight__StoryContent___KLvYe {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.StoryLight__StoryHeader___YulY2 {
  position: relative;
}
.StoryLight__StoryHeader___YulY2 + .StoryLight__StoryBody___yHcuv {
  margin-top: 0.5em;
}
.StoryLight__StoryHeadline___bDKkV {
  margin-bottom: 0.375em;
}
.StoryLight__StoryFooter___Hcpgo {
  color: #1F2D42;
  padding-top: 0.625em;
  clear: both;
}
.StoryLight__StoryFooterItem___DzrLG:first-of-type {
  margin-left: 0;
}
.StoryLight__StoryFooterItem___DzrLG {
  display: inline-block;
  margin-left: 1.25em;
}
.StoryLight__StoryLink___0ItzT {
  display: block;
  float: right;
}
.StoryLight__StoryStatisticPanel___qqP9m {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}
.StoryLight__StoryActionsMenu___C4lR5 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.StoryLight__StoryExtra___WTiJH {
  color: #8E9FAD;
  margin-top: 0.375em;
}
.StoryLight__StoryRank___yDOij {
  color: #8E9FAD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1.5em;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  white-space: nowrap;
}
.StoryLight__StoryEmbeddedStory___HWHJO {
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  margin: 0.25em 0;
  padding: 0.5em;
  width: 100%;
}
.StoryLight__StoryEmbeddedStory___HWHJO:hover {
  background-color: #D8DDE1;
  cursor: pointer;
}
.StoryLight__StoryFooterItem___DzrLG.StoryLight__right___U9eRW {
  float: right;
  margin-right: 1.25em;
  margin-left: 0;
}
.StoryLight__StoryFooterItem___DzrLG.StoryLight__left___b0PqL {
}
.StoryLight__StoryEmbeddedStoryContainer___Gxry0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.StoryListLight__StoryList___SgUrm {
  height: 100%;
  width: 100%;
  position: relative;
}

.StoryListLight__StoryListActionsMenu___4\+DeE {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-bottom: 1px solid #D8DDE1;
  background-color: #EFF1F3;
}

.StoryListLight__ActionsMenuActions___JhT9L svg {
  color: #1F2D42;
}

.StoryListLight__StoryListActionsCenter___rD3or {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.StoryListLight__StoryListActionsCenter___rD3or .StoryListLight__ActionsMenuActions___JhT9L {
  display: inline-block;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 .StoryListLight__ActionsMenuActions___JhT9L {
  position: absolute;
  right: 0;
  top: 0;
}

.StoryListLight__SelectAll___-PDqT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}

.StoryListLight__Close___O7aIU {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}

.StoryListLight__Close___O7aIU svg {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}

.StoryListLight__List___tHktm {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.StoryListLight__List___tHktm.StoryListLight__BulkActionsOpen___j\+vk4 {
  top: 3em;
}

.SunburstChartLight__SunburstChart___Q3-kL {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SunburstChartLight__tooltip___4zQqJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: .5em;
}
.SunburstChartLight__tooltipValue___j\+CVw {
  padding-left: 1em;
}
.SunburstChartLight__tooltipLeftColumn___PrYG8 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.SunburstChartLight__tooltipRightColumn___p2n90 {
  border-left: 1px solid #D8DDE1;
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.SunburstChartLight__tooltipSeriesColor___n5nxX {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.TabLight__tab___ywBGm {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  color: #8E9FAD;
  background-color: transparent;
  border: none;
}

.TabLight__tab___ywBGm.TabLight__disabled___RSITU {
  color: #2F3E54;
}

.TabLight__tab___ywBGm.TabLight__selected___X6ElC {
  font-weight: bold;
  color: #00A0FE;
  border-bottom: 3px solid #00A0FE;
}

.TableLight__TABLE___\+5vLZ {
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
	font-size: .875em;
}

.TableLight__THEAD___Lcg\+t {
	border-top: 1px solid #EFF1F3;
	text-align: left;
}

.TableLight__TR___8XW4m {
	border-bottom: 1px solid #EFF1F3;
}

.TableLight__TBODY___oUdLm .TableLight__TR___8XW4m:hover {
	background-color: #EFF1F3;
}

.TableLight__TFOOT___b3tFJ {

}

.TableLight__TH___v7DlX {
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.TableLight__TD___gklrZ {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.TableLight__divider___3S4Pb {
	height: 25px;
	margin-top: 5px;
	border-right: 1px solid #EFF1F3;
	float: right;
}

.TableLight__TH___v7DlX:last-of-type .TableLight__divider___3S4Pb {
	display: none;
}

.TableLight__COL___lDFcR {

}

.TableLight__COLGROUP___2YOT6 {

}

.TableLight__CAPTION___uMZ01 {

}

.TextareaLight__normal___Jc-SQ {
  padding: 0.357em 0.5em;
}
.TextareaLight__large___ya7xX {
  padding: 0.3125em 0.625em;
}
.TextareaLight__Textarea___EasXO.TextareaLight__error___nJPPQ {
  border: 1px solid #DD3A59;
}
.TextareaLight__Textarea___EasXO {
  width: 100%;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  background-color: #EFF1F3;
  color: #545C72;
  font-family: inherit;
  line-height: 1.3;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TextareaLight__Textarea___EasXO::-webkit-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO:-ms-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::-ms-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::-moz-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO::placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}
.TextareaLight__Textarea___EasXO:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled:-ms-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::-moz-placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled::placeholder {
  color: #B4BFD6;
}
.TextareaLight__Textarea___EasXO:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}
.TextareaLight__Textarea___EasXO:focus {
  background-color: #ffffff;
}
.TextareaLight__Textarea___EasXO:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.TextareaLight__Textarea___EasXO:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}
.TextareaLight__Textarea___EasXO:focus::-webkit-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus:-ms-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::-ms-input-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::-moz-placeholder {
  opacity: 0;
}
.TextareaLight__Textarea___EasXO:focus::placeholder {
  opacity: 0;
}

.TabsLight__normal___EXK8e {
}

.TabsLight__small___vx\+6K {
}

.TabsLight__tabList___X2Hc- {
  padding: 0.75em 0 0.5em 0;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
}

.TabsLight__fullWidth___n8CkL {
  /* Safari rendering workaround */
  max-width: none;
  width: 100%;
  min-width: 100%;
}

.TabsLight__tabList___X2Hc- li {
  padding: 0 0.5em 0.5em 0.5em;
  border-bottom: 1px solid #8E9FAD;
}

.TimePickerLight__TimePicker___yERZO {
}

.TimePickerLight__TimePicker___yERZO input {
  opacity: 1 !important;
  background-color: transparent;
  width: 100%;
}

.TimePickerLight__icon___DKABy {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimePickerLight__colon___IR8qo {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimeSeriesChartLight__TimeSeriesChart___KAI5I {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TimeSeriesChartLight__chart___0lZ85 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
.TimeSeriesChartLight__chart___0lZ85 svg {}
.TimeSeriesChartLight__legend___3GqVS {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0 1em 0.5em 1em;
}
.TimeSeriesChartLight__tooltip___y2F-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 400px;
}
.TimeSeriesChartLight__tooltipValue___0Li2r {
  padding-left: 1em;
}
.TimeSeriesChartLight__sharedTooltip___nmvKa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TimeSeriesChartLight__tooltipLeftColumn___VRFoV {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
  min-width: 0;
}
.TimeSeriesChartLight__tooltipContentText___zL8QB {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.TimeSeriesChartLight__tooltipRightColumn___21a2n {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.TimeSeriesChartLight__tooltipSeriesColor___Ogj15 {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.TimeSeriesChartLight__tooltipTimestamp___Y-s93 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
@media only print { /* eg. Reports */
  .ThemeProviderLight__wrapper___uzc1P {
    height: 100%;
  }
}

.ThemeProviderLight__wrapper___uzc1P {
  color: #1F2D42;
  line-height: 1.3;
}

.ThemeProviderLight__wrapper___uzc1P hr {
  margin: 0.625em 0;
}

.ThemeProviderLight__wrapper___uzc1P input, .ThemeProviderLight__wrapper___uzc1P textarea, .ThemeProviderLight__wrapper___uzc1P keygen, .ThemeProviderLight__wrapper___uzc1P select, .ThemeProviderLight__wrapper___uzc1P  button {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ThemeProviderLight__wrapper___uzc1P input[type="text"] {
  opacity: 1 !important;
}

/* TODO: can this be reused from button.css? */
.ToggleSwitchLight__switch___W5gwi {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 3em;
  height: 1.5em;
}
.ToggleSwitchLight__small___FGi\+X {
}
.ToggleSwitchLight__switchCheckbox___cFnvm {
  display: none !important;
}
.ToggleSwitchLight__switchLabel___31j57 {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 1.125em;
}
.ToggleSwitchLight__switchInner___XGkX4 {
  width: 200%;
  height: 1.5em;
  margin-left: -100%;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  display: table;
  line-height: 1em;
}
.ToggleSwitchLight__onSwitch___fLTBX {
  height: 100%;
  display: table-cell;
  width: 50%;
  color: #ffffff;
  fill: #ffffff;
  background-color: #46AF61;
  padding: 0.25em 0 0 0.25em;
}
.ToggleSwitchLight__offSwitch___XULhw {
  height: 100%;
  width: 50%;
  display: table-cell;
  background-color: #EFF1F3;
  vertical-align: middle;
}
.ToggleSwitchLight__switchThumb___LGggz {
  width: calc(1.5em - 2px);
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  bottom: 4px;
  right: calc(1.5em + 1px);
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ToggleSwitchLight__switchThumb___LGggz:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
          box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 3px 4px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .20);
}
.ToggleSwitchLight__switchCheckbox___cFnvm:checked + .ToggleSwitchLight__switchLabel___31j57 .ToggleSwitchLight__switchInner___XGkX4 {
  margin-left: 0;
}
.ToggleSwitchLight__switchCheckbox___cFnvm:checked + .ToggleSwitchLight__switchLabel___31j57 .ToggleSwitchLight__switchThumb___LGggz {
  right: 1px;
}
.ToggleSwitchLight__switchCheckbox___cFnvm[disabled=disabled] + .ToggleSwitchLight__switchLabel___31j57 {
  opacity: 0.4;
}

@-webkit-keyframes ToolTipLight__rcToolTipZoomIn___iEe0H {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ToolTipLight__rcToolTipZoomIn___iEe0H {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes ToolTipLight__rcToolTipZoomOut___chthy {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes ToolTipLight__rcToolTipZoomOut___chthy {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.ToolTipLight__theme___Sz3j7 {
}
.ToolTipLight__overlay___UDoWb {
  padding: 0.5em 1em;
  color: #1F2D42;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}
.ToolTipLight__arrow___9t6Gg {
  background: #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-top .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: -11px;
  left: 50%;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topLeft .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  left: 8px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftTop .ToolTipLight__arrow___9t6Gg {
  top: 14px;
  right: -3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topRight .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  right: 11px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightTop .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 14px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 1px;
  left: 50%;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomRight .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  right: 11px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomLeft .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  left: 8px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-right .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightBottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: 3px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-left .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftBottom .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  bottom: 3px;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}
.ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-hidden {
  display: none;
}

.WordCloudLight__WordCloud___4HYlG {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.PanelModalLight__bodyOpen___Y3yK\+ {
  overflow: hidden;
}
.PanelModalLight__backdrop___0JAOC {
  background: #333333;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  outline: none;
}
.PanelModalLight__modal___uPJZj {
  height: 100vh;
  background-color: #EFF1F3;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  position: absolute;
  right: 0;
  z-index: 1051;
}
.PanelModalLight__close___5hEQu {
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-style: inherit;
  height: 40px;
  left: -50px;
  line-height: normal;
  outline: 0;
  position: absolute;
  top: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  width: 40px;
  background-color: white;
}
.PanelModalLight__close___5hEQu svg {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  color: #2F3E54;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b1986e5e5f266a5b53b43d900bb1f6c7)
 * Config saved to config.json and https://gist.github.com/b1986e5e5f266a5b53b43d900bb1f6c7
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940;
  }
}
@media (min-width: 1200) {
  .container {
    width: 1140;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* Not included by generated bootstrap but necessary */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Fade */
.fadeIn-enter {
  opacity: 0.01;
}
.fadeIn-enter.fadeIn-enter-active {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
.fadeIn-exit.fadeIn-exit-active {
  opacity: 0.01;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
.fadeIn-appear {
  opacity: 0.01;
}
.fadeIn-appear.fadeIn-appear-active {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
/* Modal CSS transitions */
.modal-appear .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
}
.modal-appear.modal-appear-active .modalTransition {
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.modal-enter .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
}
.modal-enter.modal-enter-active .modalTransition {
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.modal-exit-active .modalTransition {
  opacity: 0;
  -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
      transform: translateY(-200px);
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.backdropTransition.modal-appear {
  opacity: 0;
}
.backdropTransition.modal-appear.modal-appear-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.modal-enter {
  opacity: 0;
}
.backdropTransition.modal-enter.modal-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.modal-exit.modal-exit-active {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
/* Slide Top */
.slideTop-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-enter.slideTop-enter-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideTop-exit {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideTop-exit.slideTop-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(-2000px);
          -ms-transform:translateY(-2000px);
      transform:translateY(-2000px);
}
.slideTop-appear.slideTop-appear-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
/* Slide Right */
.slideRight-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-enter.slideRight-enter-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideRight-exit {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideRight-exit.slideRight-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(2000px);
          -ms-transform:translateX(2000px);
      transform:translateX(2000px);
}
.slideRight-appear.slideRight-appear-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
/* Slide Bottom */
.slideBottom-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-enter.slideBottom-enter-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideBottom-exit {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
.slideBottom-exit.slideBottom-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateY(2000px);
          -ms-transform:translateY(2000px);
      transform:translateY(2000px);
}
.slideBottom-appear.slideBottom-appear-active {
  -webkit-transform:translateY(0);
          -ms-transform:translateY(0);
      transform:translateY(0);
}
/* Slide Left */
.slideLeft-enter {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-enter.slideLeft-enter-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideLeft-exit {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
.slideLeft-exit.slideLeft-exit-active {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-appear {
  -webkit-transition:0.3s linear all;
  -o-transition:0.3s linear all;
  transition:0.3s linear all;
  -webkit-transform:translateX(-2000px);
          -ms-transform:translateX(-2000px);
      transform:translateX(-2000px);
}
.slideLeft-appear.slideLeft-appear-active {
  -webkit-transform:translateX(0);
          -ms-transform:translateX(0);
      transform:translateX(0);
}
/* StoryList Animation */
.slideDown-appear {
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease, opacity 0.5s ease 0.2s;
  transition: transform 0.5s ease, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
      transform: translateY(-40px);
  opacity: 0;  
}
.slideDown-appear.slideDown-appear-active {
  -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
      transform: translateY(0px);
  opacity: 1;
}
.slideDown-exit {
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s, opacity 0.5s ease;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1; 
}
.slideDown-exit.slideDown-exit-active {
  -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
      transform: translateY(-40px);
  opacity: 1;
}
/* Slide Right */
.panelModal-enter .panelModalTransition {
  -webkit-transform: translateX(50vw);
          -ms-transform: translateX(50vw);
      transform: translateX(50vw);
}
.panelModal-enter.panelModal-enter-active .panelModalTransition {
  -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.panelModal-exit.panelModal-exit-active .panelModalTransition {
  -webkit-transform: translateX(50vw);
          -ms-transform: translateX(50vw);
      transform: translateX(50vw);
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.backdropTransition.panelModal-enter {
  opacity: 0;
}
.backdropTransition.panelModal-enter.panelModal-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.backdropTransition.panelModal-exit.panelModal-exit-active {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}


.ActionsMenuDark__ActionsContainer___1YJMw {
  background: transparent;
}

.ActionsMenuDark__right___tp36D {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 1.25em;
}

.ActionsMenuDark__ActionsMenuWithBackground___82RZm {
  background: #2D3443;
}

.ActionsMenuDark__NegativeMarginTop___DBGYX{
  margin-top: -2px;
}

.BackgroundDark__Background___3lX\+p {
  width: 100%;
  height: 100%;
  background: #1F2D42;
}

.BannerLight__container___BzjRB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px rgba(0, 0, 0, .20);
  border-radius: 0.25em;
  position: relative;
  color: #ffffff;
}

.BannerLight__normal___wdCFm {
  padding: 1.4em;
}

.BannerLight__inline___xTM8O {
  padding: 1em;
}

.BannerLight__inline___xTM8O .BannerLight__descriptionText___2ryNu {
  color: #D8DDE1;
}

.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg .BannerLight__descriptionText___2ryNu,
.BannerLight__normal___wdCFm.BannerLight__error___26Hmp .BannerLight__descriptionText___2ryNu
{
  color: #1F2D42;
}

.BannerLight__normal___wdCFm.BannerLight__alert___dxNSg {
  color: #F29320;
}

.BannerLight__normal___wdCFm.BannerLight__error___26Hmp {
  color: #DD3A59;
}

.BannerLight__alert___dxNSg {
  background-color: #ffffff;
}

.BannerLight__error___26Hmp {
  background-color: #ffffff;
}

.BannerLight__info___0V-UZ {
  background-color: #00A0FE;
}

.BannerLight__success___\+lsU4 {
  background-color: #46AF61;
}

.BannerLight__error___26Hmp.BannerLight__inline___xTM8O {
  background-color: #DD3A59;
}

.BannerLight__alert___dxNSg.BannerLight__inline___xTM8O {
  background-color: #F29320;
}

.BannerLight__content___Yvi\+D {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 0.625em;
}

.BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.BannerLight__inline___xTM8O .BannerLight__icon___7GQcQ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.BannerLight__iconWrapper___W2e4H {
}

.BannerLight__inline___xTM8O .BannerLight__iconWrapper___W2e4H {
}

.BannerLight__closeIcon___T\+4zL {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
}

.BannerLight__title___AxGth {

}
.BannerLight__normal-title___60BDw {
}

.BannerLight__normal-descriptionText___hVDZE {
}

.BannerLight__inline-title___wDGWT {
}

.BannerLight__inline-descriptionText___jufRM {
}

.BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}

.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w {
  color: #838FAE;
}

.BannerLight__error___26Hmp.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover,
.BannerLight__alert___dxNSg.BannerLight__normal___wdCFm .BannerLight__closeIconColor___R106w:hover {
  color: #D8DDE1;
  cursor: pointer;
}

.BannerDark__normal___gPxsZ {
}
.BannerDark__alert___PCLLg {
  background-color: #07090c;
}
.BannerDark__error___BxWfH {
  background-color: #07090c;
}
.BannerDark__info___6Gh3q {
}
.BannerDark__descriptionText___2tokw {
}
.BannerDark__normal___gPxsZ.BannerDark__alert___PCLLg .BannerDark__descriptionText___2tokw,
.BannerDark__normal___gPxsZ.BannerDark__error___BxWfH .BannerDark__descriptionText___2tokw
{
  color: #8E9FAD;
}

.BarChartDark__tooltipRightColumn___FfdOg {
  border-left: 1px solid #1F2D42;
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* Link styles */

.ButtonLight__Link___0GCr3 {
  color: #838FAE;
  text-decoration: none;
}

.ButtonLight__Link___0GCr3:hover {
  cursor: pointer;
  text-decoration: none;
}

.ButtonLight__link-default___odcdI {
  color: #00A0FE;
}

.ButtonLight__link-default___odcdI:hover {
  color: #04BCFD;
}

.ButtonLight__link-default___odcdI:active {
  color: #034A89
}

.ButtonLight__link-cancel___v\+QIL {
  color: #838FAE;
}

.ButtonLight__link-cancel___v\+QIL:hover {
  color: #B4BFD6;
}

.ButtonLight__link-cancel___v\+QIL:active {
  color: #545C72;
}

.ButtonLight__link-storyFooter___t7Fyf {
  color: #1F2D42;
}

.ButtonLight__link-storyFooter___t7Fyf:hover {
  color: #B4BFD6;
}

.ButtonLight__link-storyFooter___t7Fyf:active {
  color: #545C72;
}

.ButtonLight__link-white___Bi4pN {
  color: #ffffff;
}

.ButtonLight__link-white___Bi4pN:hover {
  color: #04BCFD;
}

.ButtonLight__link-white___Bi4pN:active {
  color: #04BCFD;
}


/* Spacing for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}

.ButtonLight__disabled___OYg1a, .ButtonLight__disabled___OYg1a:hover {
  color: #B4BFD6;
}

.ButtonLight__disabled___OYg1a:hover {
  cursor: not-allowed;
}

.ButtonLight__common___AG97E {
  cursor: pointer;
  padding: 0.5em 1.5em;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  outline: 0;
  line-height: normal;
  border-radius: 0.25em;
}

.ButtonLight__iconOnly___NyJda {
  padding: 0.5em;
}

/* Divider for when an Icon precedes text */
.ButtonLight__iconDivider___rfD4X > svg {
  margin-right: 0.5em;
}

.ButtonLight__normal___U74aK {
  min-height: 30px;
  min-width: 30px;
}

.ButtonLight__small___jhjCl {
  min-height: 25px;
  min-width: 25px;
}

.ButtonLight__large___w7pjQ {
  min-height: 40px;
  min-width: 40px;
}

/* Default Button */
.ButtonLight__default___-ONq- {
  background: #EFF1F3;
  color: #545C72;
}


.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU:hover,
.ButtonLight__default___-ONq-:hover {
  background: #00A0FE;
  color: #ffffff;
}

.ButtonLight__default___-ONq-.ButtonLight__active___kq9aU,
.ButtonLight__default___-ONq-:active {
  background: #ffffff;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.ButtonLight__default___-ONq-[disabled],
.ButtonLight__secondary___OKqWY[disabled] {
  background: #D8DDE1;
  color: #B4BFD6;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}

.ButtonLight__positive___A1gGj[disabled],
.ButtonLight__negative___Vb5nL[disabled] {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
  opacity: 0.5;
}

.ButtonLight__negative___Vb5nL[disabled]:hover {
  background: #DD3A59;
  color: #ffffff;
}

.ButtonLight__secondary___OKqWY {
  background: #00A0FE;
  color: #ffffff;
}

.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU:hover,
.ButtonLight__secondary___OKqWY:hover {
  background: #04BCFD;
  color: #034A89;
}

.ButtonLight__secondary___OKqWY.ButtonLight__active___kq9aU,
.ButtonLight__secondary___OKqWY:active {
  background: #034A89;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}


.ButtonLight__positive___A1gGj {
  background: #46AF61;
  color: #ffffff;
}

.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU:hover,
.ButtonLight__positive___A1gGj:hover {
  background: #7FCC8A;
  color: #377C53;
}

.ButtonLight__positive___A1gGj.ButtonLight__active___kq9aU,
.ButtonLight__positive___A1gGj:active {
  background: #377C53;
  color: #7FCC8A;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}


.ButtonLight__negative___Vb5nL {
  background: #DD3A59;
  color: #ffffff;
}

.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU:hover,
.ButtonLight__negative___Vb5nL:hover {
  background: #F27575;
  color: #A01F44;
}

.ButtonLight__negative___Vb5nL.ButtonLight__active___kq9aU,
.ButtonLight__negative___Vb5nL:active {
  background: #A01F44;
  color: #F27575;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

/* Link styles */
.ButtonDark__link-cancel___FeAPY:hover {
  color: #545C72;
}
.ButtonDark__link-cancel___FeAPY:active {
  color: #181E29;
}
.ButtonDark__link-storyFooter___SLQM2 {
  color: #B4BFD6;
}
.ButtonDark__link-storyFooter___SLQM2:hover {
  color: #545C72;
}
.ButtonDark__link-storyFooter___SLQM2:active {
  color: #181E29;
}
.ButtonDark__disabled___8KvOe, .ButtonDark__disabled___8KvOe:hover {
  color: #545C72;
}
.ButtonDark__disabled___8KvOe:hover {
  cursor: not-allowed;
}
/* Default Button */
.ButtonDark__default___yidpF {
  background: #2F3E54;
  color: #838FAE;
}
.ButtonDark__default___yidpF.ButtonDark__active___EDkAR:hover,
.ButtonDark__default___yidpF:hover {
  background: #00A0FE;
  color: #1F2D42;
}
.ButtonDark__default___yidpF.ButtonDark__active___EDkAR,
.ButtonDark__default___yidpF:active {
  background: #1D2535;
  color: #00A0FE;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonDark__default___yidpF[disabled],
.ButtonDark__secondary___zCxcp[disabled] {
  background: #1F2D42;
  color: #545C72;
  pointer-events: none;
  cursor: default;
}
.ButtonDark__positive___cKcpg[disabled],
.ButtonDark__negative___T3YGd[disabled] {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
  opacity: 0.5;
}
.ButtonDark__secondary___zCxcp {
  background: #00A0FE;
  color: #ffffff;
}
.ButtonDark__secondary___zCxcp.ButtonDark__active___EDkAR:hover,
.ButtonDark__secondary___zCxcp:hover {
  background: #04BCFD;
  color: #034A89;
}
.ButtonDark__secondary___zCxcp.ButtonDark__active___EDkAR,
.ButtonDark__secondary___zCxcp:active {
  background: #034A89;
  color: #04BCFD;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonDark__positive___cKcpg {
  background: #46AF61;
  color: #ffffff;
}
.ButtonDark__positive___cKcpg.ButtonDark__active___EDkAR:hover,
.ButtonDark__positive___cKcpg:hover {
  background: #7FCC8A;
  color: #377C53;
}
.ButtonDark__positive___cKcpg.ButtonDark__active___EDkAR,
.ButtonDark__positive___cKcpg:active {
  background: #377C53;
  color: #7FCC8A;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}
.ButtonDark__negative___T3YGd {
  background: #DD3A59;
  color: #ffffff;
}
.ButtonDark__negative___T3YGd.ButtonDark__active___EDkAR:hover,
.ButtonDark__negative___T3YGd:hover {
  background: #F27575;
  color: #A01F44;
}
.ButtonDark__negative___T3YGd.ButtonDark__active___EDkAR,
.ButtonDark__negative___T3YGd:active {
  background: #A01F44;
  color: #F27575;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, .14) inset, 0 2px 2px rgba(0, 0, 0, .12) inset, 0 1px 3px rgba(0, 0, 0, .20) inset;
}

.ButtonGroupDark__ButtonGroup___A6VY9 {
}

.CalendarLight__arrowButton___zpEQO {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #1F2D42;
  position: absolute;
  cursor: pointer;
}

.CalendarLight__prevMonthArrow___gO7J1 {
  left: 40px;
  top: 40px;
}

.CalendarLight__nextMonthArrow___Re03N {
  right: 40px;
  top: 40px;
}

.CalendarLight__prevYearArrow___3i5TD {
  left: 0;
  top: 2px;
}

.CalendarLight__nextYearArrow___033ch {
  right: 0;
  top: 2px;
}

.CalendarLight__Calendar___qQ\+Yc {
  position: relative;
  overflow: hidden;
  background: 'transparent';
}

.CalendarLight__Calendar___qQ\+Yc ul {
  line-height: normal;
}

.CalendarLight__Calendar___qQ\+Yc li {
  line-height: normal;
}

.CalendarLight__CalendarOffset___ziIyR {
  margin-top: -32px;
  margin-left: -11px;
  margin-bottom: -16px;
}

/*
  Hack alert: Need to adjust arrow locations using this rule.
  For some reason this rule is not 'themeable' like their colors are.
*/
.CalendarLight__CalendarOffset___ziIyR > div > div > div > div:nth-child(2) > div:first-child {
  height: 0;
}

/*
  Hack alert: Fix z-index on week headers to prevent going 'over' the select dropdown in condensed daterangepicker
*/
.CalendarLight__CalendarOffset___ziIyR div[role="presentation"] > div:first-child {
  z-index: auto!important;
}

.CalendarLight__monthCaption___n6nvj {
  position: relative;
  color: #1F2D42;
}

.CalendarLight__monthYear___aFZWw {
  position: relative;
}

.CalendarDark__prevMonthArrow___DHce0 {
  color: #B4BFD6;
}
.CalendarDark__nextMonthArrow___gAU6X {
  color: #B4BFD6;
}
.CalendarDark__prevYearArrow___reMWB {
  color: #B4BFD6;
}
.CalendarDark__nextYearArrow___rqsIy {
  color: #B4BFD6;
}
.CalendarDark__monthCaption___IuK31 {
  color: #B4BFD6;
}

.CardLight__Card___vUOEr {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.CardLight__CardContainer___l3b2l {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}

.CardLight__CardContainer___l3b2l:hover {
  border-radius: 4px;
  border: 1px solid #04BCFD;
  cursor: pointer;
}

.CardLight__CardContainer___l3b2l:hover .CardLight__CardTitle___fK885 {
  color: #00A0FE;
  cursor: pointer;
}

.CardLight__CardContainerSmall___Jex-A {
  height: 54px;
}

.CardLight__CardContainerLarge___MZgfx {
  height: 90px;
}

.CardLight__CardContainerSelected___5Qo-H {
  cursor: pointer;
  padding-left: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A0FE;
}

.CardLight__CardInputLargeMargin___Ob1Qo {
  margin-right: 10px;
}

.CardLight__CardInputShortMargin___vzn2W {
  margin-right: 6px;
}

.CardLight__CardInput___l9yRv input {
  width: 16px;
  height: 16px;
}

.CardLight__CardImage___xdc7M {
  height: 50px;
  margin-right: 16px;
}
.CardLight__CardImage___xdc7M img {
  width: auto;
  height: 50px;
}

.CardLight__CardTitle___fK885 {
  color: #1F2D42;
  font-weight: bold;
}

.CardLight__CardDescription___un1pg {
  color: #1F2D42;
  font-weight: normal;
  font-size: 0.6875em;
  line-height: 130%;
  padding-right: 20px
}

.CardLight__CardProfileColor___CEWG9 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}

.CardLight__CardProfileColor___CEWG9 div{
  height: 20px;
  width: 20px;
  margin-right: 17px;
  border-radius: 50%;
  float: right;
}

.CardDark__Card___kIw96 {
  background-color: #2F3E54;
}


.CardDark__CardContainer___6N5rP {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}


.CardDark__CardContainer___6N5rP:hover {
  border-radius: 4px;
  border: 1px solid #04BCFD;
  cursor: pointer;
}


.CardDark__CardContainer___6N5rP:hover .CardDark__CardTitle___KsMmq {
  color: #00A0FE;
  cursor: pointer;
}


.CardDark__CardContainerSmall___63MAX {
  height: 54px;
}


.CardDark__CardContainerLarge___1fKYI {
  height: 90px;
}


.CardDark__CardContainerSelected___ccIhy {
  cursor: pointer;
  padding-left: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00A0FE;
}


.CardDark__CardInputLargeMargin___3-oeA {
  margin-right: 10px;
}


.CardDark__CardInputShortMargin___nAjEf {
  margin-right: 6px;
}


.CardDark__CardInput___4X0pv input {
  width: 16px;
  height: 16px;
}


.CardDark__CardImage___u1Voy {
  height: 50px;
  margin-right: 16px;
}


.CardDark__CardImage___u1Voy img {
  width: auto;
  height: 50px;
}


.CardDark__CardTitle___KsMmq {
  color: blue02;
  font-weight: bold;
}


.CardDark__CardDescription___dG9yo {
  color: blue02;
  font-weight: normal;
  font-size: 0.6875em;
  line-height: 130%;
  padding-right: 20px
}


.CardDark__CardProfileColor___w-Izf {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}


.CardDark__CardProfileColor___w-Izf div{
  height: 20px;
  width: 20px;
  margin-right: 17px;
  border-radius: 50%;
  float: right;
}

/* Common styling for all themes */

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;

  display: block;

  -webkit-transform: translate(0, -50%);

      -ms-transform: translate(0, -50%);

          transform: translate(0, -50%);

  cursor: pointer;

  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev {
  left: -33px;
}

.slick-next {
  right: -33px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 5px;

  cursor: pointer;
  background-color: #D9D9D9;

  border: 0;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #00A0FE;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* styling shared between all slick-slider themes */

/* Slider */
.slick-slider {
  position: relative;

  display: block;

  margin: 0 25px;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  -ms-touch-action: pan-y;

      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.CarouselLight__default___39bJ8 .CarouselLight__arrow___QKzf8:hover {
  color: #8E9FAD;
}

.CarouselLight__default___39bJ8 .slick-arrow {
  background-color: transparent;
}

.CarouselLight__move___YAkfw {
  cursor: move;
}

.CarouselDark__default___wknE2 .CarouselDark__arrow___kiWBe {
  color: #00A0FE;
}

.CarouselDark__default___wknE2 .CarouselDark__arrow___kiWBe:hover {
  color: #ffffff;
}

.CarouselDark__default___wknE2 .slick-arrow {
  background-color: transparent;
}

.CarouselDark__move___ZJIkV {
}

.CheckboxLight__container___qxrE5 {
  display: inline-block;
  position: relative;
}

.CheckboxLight__Checkbox___Eqb0E {
  position: absolute;
  visibility: hidden;
}

.CheckboxLight__Checkbox___Eqb0E + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  cursor: default;
  position: relative;
  margin-right: 0.3em;

  /* override Bootstrap */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.CheckboxLight__Checkbox___Eqb0E:active + label {
  border-radius: 2px;
}

.CheckboxLight__Checkbox___Eqb0E[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.CheckboxLight__error___mg-xd label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DD3A59;
  border-radius: 2px;
}

.CheckboxLight__error___mg-xd:active label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.CheckboxLight__Checkbox___Eqb0E + label svg {
  visibility: hidden;
  color: #00A0FE;
  margin-left: 0;
  margin-top: 0;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  -webkit-transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
  position: absolute;
  top: 0;
  left: 0;
}

.CheckboxLight__Checkbox___Eqb0E:checked + label {
  background-color: #ffffff;
  -webkit-box-shadow: boxShadow01Inset;
          box-shadow: boxShadow01Inset;
}

.CheckboxLight__Checkbox___Eqb0E:checked + label svg {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}

.CheckboxLight__normal___5RFz5 {
}

.CheckboxLight__small___VWsv7 {
}

.CheckboxLight__large___1ojT9 {
}

.CheckboxLight__large___1ojT9 label {
  font-size: 1.375em;
}

.CheckboxLight__small___VWsv7 label {
  font-size: 0.8em;
}

.CheckboxDark__Checkbox___wf2Ui {
}
.CheckboxDark__Checkbox___wf2Ui + label {
  background-color: #1F2D42;
  border: 1px solid #545C72;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  cursor: default;
  position: relative;
  margin-right: 0.3em;

  /* override Bootstrap */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.CheckboxDark__Checkbox___wf2Ui:checked + label {
  background-color: #07090c;
}

@keyframes ComparisonDateRangePickerLight__fadeOut___0hMUt {
  from {opacity: 1;}
  to {opacity: 0;}
}

.ComparisonDateRangePickerLight__applyButton___-UKKJ,
.ComparisonDateRangePickerLight__cancelButton___08UAg {
}
.ComparisonDateRangePickerLight__container___YVD5R {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ComparisonDateRangePickerLight__disabledContainer___7WQGf {
  color: #B4BFD6;
  cursor: auto;
}

.ComparisonDateRangePickerLight__comparisonDateRangePicker___KdDLr {
  width: 100%;
}

.ComparisonDateRangePickerLight__popup___\+bHxp {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
}

.ComparisonDateRangePickerLight__startDateCalendar___FKD2z,
.ComparisonDateRangePickerLight__endDateCalendar___HGFaL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
}

.ComparisonDateRangePickerLight__row___pnCrQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ComparisonDateRangePickerLight__calendarCell___\+Ba2i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
}

.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke,
.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 5.3125em;
}

.ComparisonDateRangePickerLight__dateInput___o8VJy {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.ComparisonDateRangePickerLight__timeDateInputsStartdate___\+gYke .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.ComparisonDateRangePickerLight__timeDateInputsEnddate___QzzOG .ComparisonDateRangePickerLight__timeInput___nGNHC {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
}

.ComparisonDateRangePickerLight__currentTimeButton___1zvIm {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.ComparisonDateRangePickerLight__currentTimeButtonOverrides___palaN {
  max-width: 56px;
  max-width: 3.5rem;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
}

.ComparisonDateRangePickerLight__padding___MA\+Q3 {
  padding: 0.625em;
}

.ComparisonDateRangePickerLight__comparisonDatesTitle___0I6Iy {
  height: 1em;
  padding: 0.8125em 0.625em;
  color: #8E9FAD;
}

.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 margin-top: 5px;
 margin-bottom: 7px;
}

.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
 color: #DD3A59;
}

.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA {
  color: #00A0FE;
 }

 /**
  * If the fadeOut seconds is changed here, the corresponding
  * INFO_MESSAGE_FADE_OUT_MILLISEC value in `ComparisonDateRangePicker.js`
  * has to change accordingly.
  */
.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -webkit-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -moz-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -o-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
  -ms-animation: ComparisonDateRangePickerLight__fadeOut___0hMUt ease 12s;
}

.ComparisonDateRangePickerLight__startInfoMessage___6rbwX,
.ComparisonDateRangePickerLight__startErrorMessage___zGteO,
.ComparisonDateRangePickerLight__startOverlapMessage___OTQty {
  width: 200%;
 }

.ComparisonDateRangePickerLight__endInfoMessage___2C1uA,
.ComparisonDateRangePickerLight__endErrorMessage___pFkR4,
.ComparisonDateRangePickerLight__endOverlapMessage___SNClR {
  width: 300%;
 }

.ComparisonDateRangePickerDark__popup___-66al {
  background: #2D3443;
  color: #B4BFD6;
}
.ComparisonDateRangePickerDark__calendarCell___vQ1d- {
  border-left: 1px solid #545C72;
}

.ConfirmationModalDark__ConfirmationModal___eWQ6K {

}

.ComparisonMetricDark__ComparisonMetric___P6B13 {
  margin: 0.5em;
  color: #004B8C;
}

.ComparisonMetricDark__LegendItemComparisonMetric___QAnx6 {
  margin: 0;
  color: #004B8C;
  line-height: 20px;
}

.DatePickerLight__container___yXOAy {
  position: relative;
}

.DatePickerLight__disabledContainer___qnBz0 {
  color: #B4BFD6;
}

.DatePickerLight__hidden___r1SBy {
  visibility: hidden;
}

.DatePickerLight__calendar___\+487S {
  display: block;
}

.DatePickerLight__dateTime___Wttvh {
  display: inline-block;
}

.DatePickerLight__border___WSWo8 {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
}

.DatePickerLight__presetList___S\+2Bw {
  list-style: none;
  padding-left: 0;
}

.DatePickerLight__hiddenPresetList___GHVWw {
  visibility: hidden;
}

.DatePickerLight__presetList___S\+2Bw a {
  color: inherit;
  cursor: pointer;
  line-height: 30px;
}

.DatePickerLight__presetList___S\+2Bw a:hover {
  color: #00A0FE;
  text-decoration: none;
}

.DatePickerLight__footer___I\+m57 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}

.DatePickerLight__preset___FcQly {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 65px;
  border-left: 1px solid #ffffff;
}

.DatePickerLight__hiddenPreset___jfCX8 {
  visibility: hidden;
}

.DatePickerLight__time___40ORY {
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.DatePickerLight__popup___iGOdh {
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .14), 0 4px 5px rgba(0, 0, 0, .12), 0 1px 10px rgba(0, 0, 0, .20);
  border-radius: 4px;
}

.DatePickerLight__pickerPopup___rmAdJ {
  top: 32px;
  left: 0;
}

.DatePickerLight__pickerPopupAbove___NF3JI {
  left: 0;
  bottom: 33px;
}


.DatePickerLight__prevArrow___oLxV0 {
  position: absolute;
  left: 28px;
  top: 28px;
}

.DatePickerLight__nextArrow___VfMHV {
  position: absolute;
  right: 28px;
  top: 28px;
}

/* **HACK ALERT**
/* Curently, react-dates sets the hover color for a Calendar Day the same as the border color. *
/* Our border is white, so that won't work for us. */

.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:hover {
  background-color: #04BCFD !important;
}
.DatePickerLight__container___yXOAy .CalendarDay_1iz5drs-o_O-CalendarDay__default_br2r5u:active {
  color: #04BCFD !important;
  background-color: #034A89 !important;
}

.DatePickerDark__container___ZpMez {
  color: #B4BFD6;
}
.DatePickerDark__footer___kkoZM {
  border-top: 1px solid #B4BFD6;
}
.DatePickerDark__preset___Tot5d {
  border-left: 1px solid #B4BFD6;
}
.DatePickerDark__popup___b0U2p {
  background: #1F2D42;
}
.DatePickerDark__pickerPopup___6YgmU {
  top: 31px;
  left: 0;
}
.DatePickerDark__pickerPopupAbove___fSIh3 {
  left: 0;
  bottom: 31px;
}
/* **HACK ALERT**
/* Curently, react-dates sets the hover color for a Calendar Day the same as the border color. *
/* Our border is white, so that won't work for us. */
.DatePickerDark__container___ZpMez .CalendarDay_gtrg17-o_O-CalendarDay__default_1x8a6sh:hover {
  background-color: #04BCFD !important;
}
.DatePickerDark__container___ZpMez .CalendarDay_gtrg17-o_O-CalendarDay__default_1x8a6sh:active {
  color: #04BCFD !important;
  background-color: #034A89 !important;
}

.DateRangePickerLight__applyButton___JVqJ3,
.DateRangePickerLight__applyButtonCondensed___hqwVs,
.DateRangePickerLight__cancelButton___plvwf {
}
.DateRangePickerLight__container___yRSyF {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__disabledContainer___tm5BW .DateRangePickerLight__dateTimeInput___xV1P1 {
  cursor: auto;
}

.DateRangePickerLight__dateRangePicker___iAqif {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__popup___JDqv5 {
  border-radius: 0.25em;
  background: #ffffff;
  color: #1F2D42;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__condensedPopup___MaFkb {
  width: 270px;
}

.DateRangePickerLight__startDateCalendar___9FKJH,
.DateRangePickerLight__endDateCalendar___R1CV9 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0.325em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__row___ypvkW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__cell___J0gyW {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0.625em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__calendarCell___xfNkC {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #EFF1F3;
  padding: 0.625em;
  padding-bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__preset___pd0Go {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__timeDateInputsStartdate___jP5mC,
.DateRangePickerLight__timeDateInputsEnddate___WH5vF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__dateInput___R5Dx6 {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__timeDateInputsStartdate___jP5mC .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__timeDateInputsEnddate___WH5vF .DateRangePickerLight__timeInput___M9WzD {
  margin: 0 0.25em;
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1 1.1 0px;
          flex: 1.1 1.1 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__nowButton___p4Fyk {
  margin: 0 0.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.DateRangePickerLight__presetRow___gARQG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.625em 0;
  border-bottom: 1px solid #ffffff;
}

.DateRangePickerLight__presetRow___gARQG > label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.DateRangePickerLight__presetRow___gARQG > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.DateRangePickerLight__padding___e0biy {
  padding: 0.625em;
}

.DateRangePickerDark__popup___Dsobv {
  background: #2D3443;
  color: #B4BFD6;
}
.DateRangePickerDark__condensedPopup___hKvxK {
  width: 270px;
}
.DateRangePickerDark__calendarCell___tahc9 {
  border-left: 1px solid #545C72;
}
.DateRangePickerDark__presetRow___EgzK9 {
  border-bottom: 1px solid #545C72;
}

@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerMaskFadeIn___uZTyu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes DatePickerTriggerLight__rcDialogFadeOut___v-xFq {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.DatePickerTriggerLight__container___4fHam input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.rc-trigger-popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
}
.rc-trigger-popup-hidden {
  display: none;
}
.rc-trigger-popup-zoom-enter, .rc-trigger-popup-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active, .rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
  -webkit-animation-name: rcTriggerZoomIn;
          animation-name: rcTriggerZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
  -webkit-animation-name: rcTriggerZoomOut;
          animation-name: rcTriggerZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes DatePickerTriggerLight__rcTriggerZoomIn___lbhNs {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes DatePickerTriggerLight__rcTriggerZoomOut___nwcFJ {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-trigger-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, .6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-trigger-popup-mask-hidden {
  display: none;
}
.rc-trigger-popup-fade-enter, .rc-trigger-popup-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active, .rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
  -webkit-animation-name: rcTriggerMaskFadeIn;
          animation-name: rcTriggerMaskFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
          animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.DatePickerTriggerDark__inputWrapper___z5azz {
  background-color: #1F2D42;
}
.DatePickerTriggerDark__inputIcon___8xzSk {
  background-color: #1F2D42;
}
.DatePickerTriggerDark__focusedInputIcon___1XO3m {
  background-color: #1D2535;
  color: #00A0FE;
}





.ExpansionPanelDark__default___OV2MI {
}



.HeadingDark__Heading___tpcRr {
}



/*
If you update this Class be sure to update the Select Component
due to issues with Global styles.
*/
.InputLight__common___vLdWR {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  white-space: normal;
  width: 100%;
  vertical-align: middle;
}

.InputLight__small___OeDpG {
  height: 2.08em;
  min-height: 25px;
  line-height: 2.08em;
}

.InputLight__normal___GrQcA {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}

.InputLight__large___oROp1 {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}

.InputLight__InputContainer___BKRMz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.InputLight__InputContainer___BKRMz.InputLight__focused___YAvzb.InputLight__error___q\+LEA,
.InputLight__InputContainer___BKRMz.InputLight__readOnly___dE5jQ {
  outline: 0;
}

.InputLight__InputContainer___BKRMz.InputLight__error___q\+LEA {
  border: 1px solid #DD3A59;
}

.InputLight__InputContainer___BKRMz.InputLight__parentError___e0HO1 {
  border: 0;
}

.InputLight__Input___p67b\+ {
  max-width: 100%;
  border: 0;
  background-color: #EFF1F3;
  color: #1F2D42;
  padding: 1px 0 0 0.625em;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
}

.InputLight__Input___p67b\+::-webkit-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.InputLight__Input___p67b\+::-moz-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.InputLight__Input___p67b\+::-ms-input-placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.InputLight__Input___p67b\+::placeholder {
  vertical-align: middle;
  color: placeholderTextColor;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.InputLight__Input___p67b\+:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}

.InputLight__Input___p67b\+:disabled::-moz-placeholder {
  color: #B4BFD6;
}

.InputLight__Input___p67b\+:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}

.InputLight__Input___p67b\+:disabled::placeholder {
  color: #B4BFD6;
}

.InputLight__Input___p67b\+:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}

.InputLight__Input___p67b\+:focus {
  background-color: #ffffff;
}

.InputLight__Input___p67b\+:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}

.InputLight__Input___p67b\+:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}

.InputLight__prefixed___7Cg0q {
}

.InputLight__suffix___O-oo9 {
}

.InputLight__error___q\+LEA .InputLight__Icon___IK4s1 {
}

.InputLight__Input___p67b\+:focus::-webkit-input-placeholder {
  opacity: 0;
}

.InputLight__Input___p67b\+:focus::-moz-placeholder {
  opacity: 0;
}

.InputLight__Input___p67b\+:focus::-ms-input-placeholder {
  opacity: 0;
}

.InputLight__Input___p67b\+:focus::placeholder {
  opacity: 0;
}

.InputLight__icon___gZ3B2 {
  width: 2em;
  display: inline-block;
  background-color: #EFF1F3;
}

/* Prefix and Suffix Icons */
.InputLight__Icon___IK4s1 {
  background-color: #EFF1F3;
  width: 2em;
  line-height: normal;
  line-height: initial;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.InputLight__Icon___IK4s1 svg {
  height: 1em;
  width: 1em;
}

.InputLight__large___oROp1 .InputLight__Icon___IK4s1 {
  width: 2.5em;
}

.InputLight__large___oROp1 .InputLight__Icon___IK4s1 svg {
  width: 1.25em;
  height: 1.25em;
}

.InputLight__focused___YAvzb .InputLight__Icon___IK4s1 {
  background-color: #ffffff;
}
/* Prefix and Suffix Icons end*/

.InputLight__Divider___eaDPZ {
  height: 100%;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #B4BFD6;
}

.InputLight__hiddenText___KtGVn {
  white-space: pre;
  visibility: hidden;
  left: -10000px;
  position: absolute;
  padding: 1px 0.625em 0 0.625em;
  min-width: 32px;
  min-width: 2rem;
}

.InputDark__InputContainer___-1vdE {
  border: 1px solid #545C72;
}
.InputDark__InputContainer___-1vdE.InputDark__focused___rmIKN {
  outline: 0;
}
.InputDark__Input___l-7qh {
  background-color: #1F2D42;
  color: #B4BFD6;
}
.InputDark__Input___l-7qh:focus {
  outline:0;
  background: #07090c;
}
.InputDark__Input___l-7qh::-webkit-input-placeholder {
  color: #838FAE;
  font-style: italic;
}
.InputDark__Input___l-7qh:-ms-input-placeholder {
  color: #838FAE;
  font-style: italic;
}
.InputDark__Input___l-7qh::-ms-input-placeholder {
  color: #838FAE;
  font-style: italic;
}
.InputDark__Input___l-7qh::-moz-placeholder {
  color: #838FAE;
  font-style: italic;
}
.InputDark__Input___l-7qh::placeholder {
  color: #838FAE;
  font-style: italic;
}
.InputDark__Input___l-7qh:disabled::-webkit-input-placeholder {
  color: #545C72;
}
.InputDark__Input___l-7qh:disabled:-ms-input-placeholder {
  color: #545C72;
}
.InputDark__Input___l-7qh:disabled::-ms-input-placeholder {
  color: #545C72;
}
.InputDark__Input___l-7qh:disabled::-moz-placeholder {
  color: #545C72;
}
.InputDark__Input___l-7qh:disabled::placeholder {
  color: #545C72;
}
.InputDark__Input___l-7qh:disabled {
  color: #545C72;
  background-color: #1F2D42;
}
.InputDark__Input___l-7qh:-moz-read-only {
  cursor: default;
  background-color: #1F2D42;
}
.InputDark__Input___l-7qh:read-only {
  cursor: default;
  background-color: #1F2D42;
}
.InputDark__Input___l-7qh:focus::-webkit-input-placeholder {
  opacity: 0;
}
.InputDark__Input___l-7qh:focus:-ms-input-placeholder {
  opacity: 0;
}
.InputDark__Input___l-7qh:focus::-ms-input-placeholder {
  opacity: 0;
}
.InputDark__Input___l-7qh:focus::-moz-placeholder {
  opacity: 0;
}
.InputDark__Input___l-7qh:focus::placeholder {
  opacity: 0;
}
.InputDark__Icon___Z3yOs {
  background-color: #1F2D42;
}
.InputDark__focused___rmIKN .InputDark__Icon___Z3yOs {
  background-color: #07090c;
}
.InputDark__Divider___if2ik {
  background-color: #545C72;
}
.InputDark__hiddenText___xC9kK {
}
/* Discover 2.1 MFE mode */
.InputDark__mfeMode___QE7E0, .InputDark__mfeMode___QE7E0:hover {
  border: 0;
  outline: 0;
}
.InputDark__mfeMode___QE7E0 .InputDark__Input___l-7qh {
  font-size: 15px;
  line-height: 30px;
  padding-left: 5px;
}
.InputDark__mfeMode___QE7E0 .InputDark__Input___l-7qh, .InputDark__mfeMode___QE7E0 .InputDark__Icon___Z3yOs {
  color: white;
  background: black;
}
.InputDark__mfeMode___QE7E0:hover .InputDark__Input___l-7qh, .InputDark__mfeMode___QE7E0:hover .InputDark__Icon___Z3yOs {
  color: white;
  background: #7a97b6;
}
.InputDark__mfeMode___QE7E0.InputDark__focused___rmIKN .InputDark__Input___l-7qh, .InputDark__mfeMode___QE7E0.InputDark__focused___rmIKN .InputDark__Icon___Z3yOs {
  color: #838486;
  background: #415061;
}
.InputDark__mfeMode___QE7E0:focus .InputDark__Input___l-7qh, .InputDark__mfeMode___QE7E0:focus .InputDark__Icon___Z3yOs {
  color: #838486;
  background: #415061;
}
.LabelDark__disabled___ZJ3ty {
  color: #545C72;
}

.LegendLight__container___trtzV {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.LegendLight__HorizontalLayout___IWNmC {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.LegendLight__VerticalLayout___YwfQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.LegendLight__LegendBlock___zMop2 .LegendLight__lozenge___REjjV {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}

.LegendLight__LegendInline___dSl9k .LegendLight__lozenge___REjjV {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.LegendLight__lozenge___REjjV {
  border: 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545C72;
  text-align: start;
  outline: 0;
  border-radius: 0.333em;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 0;
}

.LegendLight__interactive___5HSu4 {
  background-color: #EFF1F3;
  cursor: pointer;
}

.LegendLight__interactive___5HSu4:hover {
  background-color: #D8DDE1;
}

.LegendLight__readonly___hRG0D {
  background-color: #ffffff;
  cursor: default;
}

.LegendLight__disabled___j9ifH {
  opacity: 0.5;
}

.LegendLight__truncateStyle___Ccay\+ {
  max-width: 230px;
}

.LegendLight__legendCircle___PO0t6 {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
}

.LegendLight__slideContainer___jpKyh {
  overflow: hidden;
}

.LegendDark__lozenge___FQKzk {
  background-color: #2D3443;
  color: #B4BFD6;
}

.LegendDark__interactive___EuE8u {
}

.LegendDark__interactive___EuE8u:hover {
  background-color: #07090c;
}

.ListDark__ListItem___0oNN3 {
  border-bottom: 1px solid #1F2D42;
}

.LoadingDark__Loading___x57Fj {
}


.MenuLight__menu___uVOCt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0.25em;
}

.MenuLight__menuItem___mCcgA {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0.357em 0 0 0;
  padding: 0 1em 0.357em 1em;
  border-bottom: solid 1px transparent;
  white-space: nowrap;
}

.MenuLight__menuItem___mCcgA:hover {
  color: #00A0FE;
  cursor: pointer;
}

.MenuLight__menuItem___mCcgA:active {
  color: #034A89;
  cursor: pointer;
}

.MenuDark__menu___4CiIF {
  background-color: #07090c;
}

.MenuDark__menuItem___uEiXM {
  border-bottom: solid 1px #1F2D42;
}


.ModalLight__bodyOpen___qPl03 {
  overflow: hidden;
}

.ModalLight__backdrop___mzmqF {
  background: #333333;
  background: rgba(51, 51, 51, .5);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ModalLight__transparentBackdrop___\+c5ad {
  background: unset;
}

/* Allow padding to grow if the modal has hit its max width */
.ModalLight__padderSmall___d7LAs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}

.ModalLight__padderMedium___07C7n {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

.ModalLight__padderLarge___GRy8C {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 9%;
          flex: 1 0 9%;
}

.ModalLight__padderXl___BOJyL {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4%;
          flex: 1 0 4%;
}

.ModalLight__transparentModal___gedKx {
  background-color: unset;
  background: transparent;
  z-index: 1051;
}

.ModalLight__modal___sjvYu {
  background-color: #ffffff;
  z-index: 1051;
  -webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
          box-shadow: 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12), 0 7px 8px 0 rgba(0, 0, 0, .20);
  border-radius: 0.25em;
}

.ModalLight__modalSmall___Ni3I3 {
  max-width: 512px;
  /* flex-basis is 100% - (2 x padderBasis) because there are two padders,
  one on each side */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}

.ModalLight__modalMedium___6RLMf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 768px;
}

.ModalLight__modalLarge___qOjVJ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  max-width: 1024px;
}

.ModalLight__modalXl___038ZV {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 1224px;
}

.ModalDark__modal___Cb-1D {
  background-color: #2F3E54;
  color: #B4BFD6;
}

/* For the Close button to position itself against */
.ModalHeaderLight__container___fNV88 {
  position: relative;
  margin: 0;
  padding: 1em 1.25em 0.5em 1.25em;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #D8DDE1;
}

.ModalHeaderLight__noBottomBorder___buS5l {
  border-bottom: transparent;
}

.ModalHeaderLight__close___uK7Ve {
  position: absolute;
  color: #838FAE;
  cursor: pointer;
  display: block;
  top: 0.5em;
  right: 0.5em;
}

.ModalHeaderLight__headerText___8YTjJ {
  width: 100%;
}

.ModalHeaderLight__icon___mvR0s {
  margin: 0 0.25em 0 0;
}

.ModalHeaderLight__icon___mvR0s svg {
  vertical-align: top !important;
}

.ModalHeaderLight__close___uK7Ve:hover {
  color: #B4BFD6;
}

.ModalHeaderLight__close___uK7Ve:active {
  opacity: 0.4;
}

.ModalHeaderLight__secondary___X6IsC {
  color: #00A0FE;
}

.ModalHeaderLight__negative___GvGRq {
  color: #DD3A59;
}

.ModalHeaderLight__positive___ZbRE2 {
  color: #46AF61;
}

.ModalHeaderLight__alert___vOlcE {
  color: #F29320;
}

.ModalHeaderDark__container___6xJY8 {
  border-bottom: 1px solid #1F2D42;
}
.ModalHeaderDark__close___nmlNn {
}
.ModalHeaderDark__noBottomBorder___ExdW2 {
}
.ModalHeaderDark__close___nmlNn:hover {
  color: #545C72;
}
.ModalHeaderDark__transparentFooter___Ba-Kp {
  background-color: unset;
  background: transparent;
}


.ModalFooterLight__ModalFooter___xSOzm {
  overflow: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1.25em;
  border-radius: 0 0 0.25em 0.25em;
  background-color: #EFF1F3;
}

.ModalFooterLight__transparentFooter___fIGsW {
  background-color: unset;
  background: transparent;
}

.ModalFooterDark__ModalFooter___InLKl {
  background-color: #1F2D42;
}


.ModalFooterDark__transparentFooter___hrdHY {
  background-color: unset;
  background: transparent;
}

.OverlayDark__overlay___QydRX {
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.OverlayDark__inlineOverlay___Tc3W2 {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.OverlayDark__overlay___QydRX:after {
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.OverlayDark__overlayContentWrapper___sD7d- {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.OverlayDark__overlayContentContainer___yndUm {
  display: inline-block;
  text-align: center;
}

.OverlayDark__overlayTitle___89Icc {
  margin: 10px 0;
  text-align: center;
}

.OverlayDark__overlayText___08U3v {
  line-height: calc(0.875em + 10px);
  margin: 10px 0;
  max-width: 200px;
}

.OverlayDark__overlayClose___dFD6l {
  color: #B4BFD6;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

/* Modal Colors */

.OverlayDark__overlayGeneral___sgRMt:after {
  background-color: #00A0FE;
}

.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlayGeneral___sgRMt:after,
.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlayAlert___ipgFe:after,
.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlaySuccess___Rej4M:after,
.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlayError___KwjCo:after {
  background-color: transparent;
}

.OverlayDark__overlaySuccess___Rej4M:after {
  background-color: #46AF61;
}

.OverlayDark__overlayAlert___ipgFe:after,
.OverlayDark__overlayError___KwjCo:after {
  background: #181E29;
}

.OverlayDark__overlayError___KwjCo .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__overlayError___KwjCo .OverlayDark__overlayTitle___89Icc {
  color: #DD3A59;
}

.OverlayDark__overlayAlert___ipgFe .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__overlayAlert___ipgFe .OverlayDark__overlayTitle___89Icc {
  color: #F29320;
}

.OverlayDark__overlayError___KwjCo .OverlayDark__overlayText___08U3v,
.OverlayDark__overlayAlert___ipgFe .OverlayDark__overlayText___08U3v {
  color: #B4BFD6;
}

.OverlayDark__overlayError___KwjCo .OverlayDark__overlayClose___dFD6l,
.OverlayDark__overlayAlert___ipgFe .OverlayDark__overlayClose___dFD6l {
  color: #B4BFD6;
}

.OverlayDark__overlayGeneral___sgRMt .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__overlayGeneral___sgRMt .OverlayDark__overlayTitle___89Icc,
.OverlayDark__overlaySuccess___Rej4M .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__overlaySuccess___Rej4M .OverlayDark__overlayTitle___89Icc {
  color: #ffffff;
}

.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlayGeneral___sgRMt .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlayGeneral___sgRMt .OverlayDark__overlayTitle___89Icc {
  color: #00A0FE;
}

.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlaySuccess___Rej4M .OverlayDark__overlayIcon___AFwzP,
.OverlayDark__inlineOverlay___Tc3W2.OverlayDark__overlaySuccess___Rej4M .OverlayDark__overlayTitle___89Icc {
  color: #46AF61;
}

.OverlayDark__overlayGeneral___sgRMt .OverlayDark__overlayText___08U3v,
.OverlayDark__overlaySuccess___Rej4M .OverlayDark__overlayText___08U3v {
  color: #D8DDE1;
}


.PopoverLight__popover___0ohJB {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.PopoverLight__centered___MGae5 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 0;
}

.PopoverLight__positioned___R8uW1 {
  position: relative;
  height: 0;
}

/* Make sure the popover transition and display is on top of other content */
.PopoverLight__transitionZIndex___izwSK {
  z-index: 1000;
}

/* This is the up arrow */
.PopoverLight__arrow___U5PpP {
  width: 15px;
  height: 15px;
  background-color: #ffffff;

  /* Translation is to leave a tiny gap between the tip of the arrow and
  and the bottom of the trigger */
  -webkit-transform: translate(0, 3px) rotate(45deg);
      -ms-transform: translate(0, 3px) rotate(45deg);
          transform: translate(0, 3px) rotate(45deg);
}

.PopoverLight__menuContainerOuter___6I24f {
  position: relative;
}

.PopoverLight__menuContainerInner___Dtc7p {
  position: absolute;
  right: 15px;
  top: -31px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.PopoverDark__arrow___SKZvs {
  background-color: #07090c;
}



.RadioLight__container___b\+gwz {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}

.RadioLight__largeContainer___1S7Tm {
  width: 22px;
  height: 22px;
  vertical-align: top;
}

.RadioLight__normal___9DGCC {
}

.RadioLight__large___\+0u1O {
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}


.RadioLight__Radio___nahpE {
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.RadioLight__Radio___nahpE + label {
  background-color: #EFF1F3;
  border: 1px solid #B4BFD6;
  border-radius: 50%;
  display: inline-block;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
}

.RadioLight__Radio___nahpE:active + label {
  -webkit-box-shadow: inset 0px 0px 1px 0px #00A0FE;
          box-shadow: inset 0px 0px 1px 0px #00A0FE;
}

.RadioLight__Radio___nahpE[disabled]:active + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.RadioLight__Radio___nahpE + label span {
  visibility: hidden;
  background-color: #00A0FE;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0) translateZ(0px);
          transform: scale(0) translateZ(0px);
}

.RadioLight__Radio___nahpE:checked + label span {
  visibility: visible;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
}

.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label {
  width: 10px;
  height: 10px;
}

.RadioLight__Radio___nahpE.RadioLight__small___E3zpg + label span {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}

.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label {
  width: 22px;
  height: 22px;
}

.RadioLight__Radio___nahpE.RadioLight__large___\+0u1O + label span {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}

.RadioDark__default___1Y1bY {
}
.RadioDark__Radio___GaH\+Y {
}
.RadioDark__Radio___GaH\+Y + label {
  background-color: #1F2D42;
  border: 1px solid #545C72;
  border-radius: 50%;
  display: inline-block;
  width: calc(1em - 1px);
  height: calc(1em - 1px);
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
}

.RidgelineChartDark__tooltip___U7Z\+F {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  position: absolute;
  background-color: white;
  padding: 1em;
  border-radius: .25em;
}
.SearchInputLight__searchBox___DOrcS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  width: 100%;
  background: #ffffff;
}

.SearchInputLight__divider___s2ju7 {
  width: 1px;
  background-color: #EFF1F3;
}

.SearchInputLight__normal___ChaiO {
  height: 2.14em;
  min-height: 30px;
  line-height: 2.14em;
}

.SearchInputLight__large___4Cz2F {
  height: 2.5em;
  min-height: 40px;
  line-height: 2.5em;
}

.SearchInputLight__searchIcon___GGfzs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.625em;
}

input[type="text"].SearchInputLight__searchInput___KgTIm {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}

.SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}

.SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}

.SearchInputLight__searchInput___KgTIm::placeholder {
  color: #8E9FAD;
  font-style: italic;
}

.SearchInputLight__normal___ChaiO input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 28px;
}

.SearchInputLight__large___4Cz2F input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 38px;
}

.SearchInputLight__searchInput___KgTIm:focus {
  outline: none;
}

.SearchInputLight__clearText___nmJwn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline;
  margin: 0;
  padding: 0;
  color: #00A0FE;
  padding-left: 0.625em;
  float: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.SearchInputLight__large___4Cz2F .SearchInputLight__clearText___nmJwn {
  line-height: 32px;
}

/* mfeMode styling */

.SearchInputLight__mfeSearchBox___boXUM {
  background: black;
  border: 1px solid #52565C;
  color: #ffffff;
}

.SearchInputLight__mfeSize___tE2B1 {
  height: 34px;
  min-height: 34px;
  line-height: 34px;
}

.SearchInputLight__mfeSearchIcon___2diI4 {
  padding-right: 0.625em;
  padding-left: 0;
}

.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-webkit-input-placeholder {
  color: #52565C;
  font-style: normal;
}

.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-moz-placeholder {
  color: #52565C;
  font-style: normal;
}

.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::-ms-input-placeholder {
  color: #52565C;
  font-style: normal;
}

.SearchInputLight__mfeSearchBox___boXUM .SearchInputLight__searchInput___KgTIm::placeholder {
  color: #52565C;
  font-style: normal;
}

.SearchInputLight__mfeSize___tE2B1 input[type="text"].SearchInputLight__searchInput___KgTIm {
  min-height: 32px;
}

.SearchInputLight__clearIcon___lr2kb {
  cursor: pointer;
}


.SearchInputLight__hasValue___mhjZp.SearchInputLight__mfeSearchBox___boXUM {
  outline: 1px solid #7A97B6;
}
.SearchInputDark__searchBox___t5tfU {
  background: #1F2D42;
  border: 1px solid #545C72;
  color: #B4BFD6;
}

.SearchInputDark__searchInput___E5RVT {
}

.SearchInputDark__searchInput___E5RVT::-webkit-input-placeholder {
  color: #838FAE;
  font-style: italic;
}

.SearchInputDark__searchInput___E5RVT:-ms-input-placeholder {
  color: #838FAE;
  font-style: italic;
}

.SearchInputDark__searchInput___E5RVT::-ms-input-placeholder {
  color: #838FAE;
  font-style: italic;
}

.SearchInputDark__searchInput___E5RVT::-moz-placeholder {
  color: #838FAE;
  font-style: italic;
}

.SearchInputDark__searchInput___E5RVT::placeholder {
  color: #838FAE;
  font-style: italic;
}





.StatisticDark__Statistic___T\+kAZ {
  text-align: center;
  margin-bottom: 1.25em;
}

.StatisticDark__Statistic___T\+kAZ:last-child {
  margin-bottom: 0;
}

.StatisticDark__Statistic___T\+kAZ.StatisticDark__inline___Fhjth:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.StatisticDark__Statistic___T\+kAZ.StatisticDark__inline___Fhjth {
  text-align: left;
  border-right: 1px solid #B4BFD6;
  padding-right: 0.625em;
  margin-right: 0.625em;
  margin-bottom: 0;
  display: inline-block;
}

.StatisticDark__inline___Fhjth .StatisticDark__value___K\+66u {
  display: inline-block;
}

.StatisticDark__inline___Fhjth .StatisticDark__defaultLabel___e4D2S {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticDark__inline___Fhjth .StatisticDark__multiLineLabel___EyPwO {
  margin-left: 0.375em;
  display: inline-block;
}

.StatisticDark__value___K\+66u {
  text-transform: uppercase;
}

.StatisticDark__defaultLabel___e4D2S {
}

.StatisticDark__multiLineLabel___EyPwO {
  display: table-caption;
}

.StoryLight__Story___o-YyH {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: left;
  text-align: initial;
}

.StoryLight__StoryText___5gmIl {
  display: block;
}

.StoryLight__StoryImage___uu3wA {
  display: inline-block;
  float: left;
  margin-right: 0.375em;
}

.StoryLight__Story___o-YyH.StoryLight__Selected___yP0k- {
  background-color: #ffffff;
}

.StoryLight__StoryContent___KLvYe {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.StoryLight__StoryHeader___YulY2 {
  position: relative;
}

.StoryLight__StoryHeader___YulY2 + .StoryLight__StoryBody___yHcuv {
  margin-top: 0.5em;
}

.StoryLight__StoryHeadline___bDKkV {
  margin-bottom: 0.375em;
}

.StoryLight__StoryFooter___Hcpgo {
  color: #1F2D42;
  padding-top: 0.625em;
  clear: both;
}

.StoryLight__StoryFooterItem___DzrLG:first-of-type {
  margin-left: 0;
}

.StoryLight__StoryFooterItem___DzrLG {
  display: inline-block;
  margin-left: 1.25em;
}

.StoryLight__StoryLink___0ItzT {
  display: block;
  float: right;
}

.StoryLight__StoryStatisticPanel___qqP9m {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}

.StoryLight__StoryActionsMenu___C4lR5 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.StoryLight__StoryExtra___WTiJH {
  color: #8E9FAD;
  margin-top: 0.375em;
}

.StoryLight__StoryRank___yDOij {
  color: #8E9FAD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1.5em;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  white-space: nowrap;
}

.StoryLight__StoryEmbeddedStory___HWHJO {
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  margin: 0.25em 0;
  padding: 0.5em;
  width: 100%;
}

.StoryLight__StoryEmbeddedStory___HWHJO:hover {
  background-color: #D8DDE1;
  cursor: pointer;
}

.StoryLight__StoryFooterItem___DzrLG.StoryLight__right___U9eRW {
  float: right;
  margin-right: 1.25em;
  margin-left: 0;
}

.StoryLight__StoryFooterItem___DzrLG.StoryLight__left___b0PqL {
}

.StoryLight__StoryEmbeddedStoryContainer___Gxry0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.StoryDark__Story___o8bAg {
}

.StoryDark__Story___o8bAg.StoryDark__Selected___kzpFY {
  background-color: #07090c;
}

.StoryDark__StoryEmbeddedStory___AdneW {
  border: 1px solid #B4BFD6;
}

.StoryDark__StoryEmbeddedStory___AdneW:hover {
  background-color: #B4BFD6;
  cursor: pointer;
  background-color: #1F2D42;
}

.StoryDark__StoryFooter___A5sMm {
  color: #B4BFD6;
}

.StoryListLight__StoryList___SgUrm {
  height: 100%;
  width: 100%;
  position: relative;
}

.StoryListLight__StoryListActionsMenu___4\+DeE {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-bottom: 1px solid #D8DDE1;
  background-color: #EFF1F3;
}


.StoryListLight__ActionsMenuActions___JhT9L svg {
  color: #1F2D42;
}

.StoryListLight__StoryListActionsCenter___rD3or {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.StoryListLight__StoryListActionsCenter___rD3or .StoryListLight__ActionsMenuActions___JhT9L {
  display: inline-block;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.StoryListLight__StoryListActionsCondensed___iXkS2 .StoryListLight__ActionsMenuActions___JhT9L {
  position: absolute;
  right: 0;
  top: 0;
}

.StoryListLight__SelectAll___-PDqT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}

.StoryListLight__Close___O7aIU {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1em;
}

.StoryListLight__Close___O7aIU svg {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}

.StoryListLight__List___tHktm {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.StoryListLight__List___tHktm.StoryListLight__BulkActionsOpen___j\+vk4 {
  top: 3em;
}

.StoryListDark__StoryListActionsMenu___KN2qp {
  background-color: #2F3E54;
  border-bottom: 1px solid blue02;
}


.StoryListDark__ActionsMenuActions___yjbym {
  display: inline-block;
}


.StoryListDark__ActionsMenuActions___yjbym svg {
  color: #B4BFD6;
}



.TabLight__tab___ywBGm {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  color: #8E9FAD;
  background-color: transparent;
  border: none;
}

.TabLight__tab___ywBGm.TabLight__disabled___RSITU {
  color: #2F3E54;
}

.TabLight__tab___ywBGm.TabLight__selected___X6ElC {
  font-weight: bold;
  color: #00A0FE;
  border-bottom: 3px solid #00A0FE;
}

.TabDark__tab___LOP5- {
  color: #838FAE;
}

.TableLight__TABLE___\+5vLZ {
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
	font-size: .875em;
}
.TableLight__THEAD___Lcg\+t {
	border-top: 1px solid #EFF1F3;
	text-align: left;
}
.TableLight__TR___8XW4m {
	border-bottom: 1px solid #EFF1F3;
}
.TableLight__TBODY___oUdLm .TableLight__TR___8XW4m:hover {
	background-color: #EFF1F3;
}
.TableLight__TFOOT___b3tFJ {

}
.TableLight__TH___v7DlX {
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.TableLight__TD___gklrZ {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.TableLight__divider___3S4Pb {
	height: 25px;
	margin-top: 5px;
	border-right: 1px solid #EFF1F3;
	float: right;
}
.TableLight__TH___v7DlX:last-of-type .TableLight__divider___3S4Pb {
	display: none;
}
.TableLight__COL___lDFcR {

}
.TableLight__COLGROUP___2YOT6 {

}
.TableLight__CAPTION___uMZ01 {

}

.TableDark__THEAD___vkuWo {
	border-top: 1px solid #2F3E54;
}

.TableDark__TR___lcxSP {
	border-bottom: 1px solid #2F3E54;
}

.TableDark__TBODY___ZHmDb .TableDark__TR___lcxSP:hover {
	background-color: #2F3E54;
}

.TableDark__divider___x4xJg {
	border-right: 1px solid #2F3E54;
}

.TabsLight__normal___EXK8e {
}

.TabsLight__small___vx\+6K {
}

.TabsLight__tabList___X2Hc- {
  padding: 0.75em 0 0.5em 0;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
}

.TabsLight__fullWidth___n8CkL {
  /* Safari rendering workaround */
  max-width: none;
  width: 100%;
  min-width: 100%;
}

.TabsLight__tabList___X2Hc- li {
  padding: 0 0.5em 0.5em 0.5em;
  border-bottom: 1px solid #8E9FAD;
}

.TabsDark__tabList___R0mrG {
}

.TabsDark__tabList___R0mrG li {
  padding: 0px 15px 5px 15px;
  border-bottom: 1px solid #838FAE;
}

.TextareaLight__normal___Jc-SQ {
  padding: 0.357em 0.5em;
}

.TextareaLight__large___ya7xX {
  padding: 0.3125em 0.625em;
}

.TextareaLight__Textarea___EasXO.TextareaLight__error___nJPPQ {
  border: 1px solid #DD3A59;
}

.TextareaLight__Textarea___EasXO {
  width: 100%;
  border: 1px solid #B4BFD6;
  border-radius: 0.25em;
  background-color: #EFF1F3;
  color: #545C72;
  font-family: inherit;
  line-height: 1.3;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TextareaLight__Textarea___EasXO::-webkit-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.TextareaLight__Textarea___EasXO::-moz-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.TextareaLight__Textarea___EasXO::-ms-input-placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.TextareaLight__Textarea___EasXO::placeholder {
  vertical-align: middle;
  color: #8E9FAD;
  font-style: italic;
  opacity: 1; /* Firefox fix */
}

.TextareaLight__Textarea___EasXO:disabled::-webkit-input-placeholder {
  color: #B4BFD6;
}

.TextareaLight__Textarea___EasXO:disabled::-moz-placeholder {
  color: #B4BFD6;
}

.TextareaLight__Textarea___EasXO:disabled::-ms-input-placeholder {
  color: #B4BFD6;
}

.TextareaLight__Textarea___EasXO:disabled::placeholder {
  color: #B4BFD6;
}

.TextareaLight__Textarea___EasXO:disabled {
  color: #B4BFD6;
  background-color: #EFF1F3;
}

.TextareaLight__Textarea___EasXO:focus {
  background-color: #ffffff;
}

.TextareaLight__Textarea___EasXO:-moz-read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}

.TextareaLight__Textarea___EasXO:read-only {
  cursor: default;
  background-color: #EFF1F3;
  outline: 0;
}

.TextareaLight__Textarea___EasXO:focus::-webkit-input-placeholder {
  opacity: 0;
}

.TextareaLight__Textarea___EasXO:focus::-moz-placeholder {
  opacity: 0;
}

.TextareaLight__Textarea___EasXO:focus::-ms-input-placeholder {
  opacity: 0;
}

.TextareaLight__Textarea___EasXO:focus::placeholder {
  opacity: 0;
}

.TextareaDark__Textarea___XA\+ty {
  background-color: #1F2D42;
  border: 1px solid #545C72;
  color: #B4BFD6;
}
.TextareaDark__Textarea___XA\+ty:-moz-read-only {
  background-color: #2F3E54;
}
.TextareaDark__Textarea___XA\+ty:read-only {
  background-color: #2F3E54;
}
.TextareaDark__Textarea___XA\+ty::-webkit-input-placeholder {
  color: #838FAE;
}
.TextareaDark__Textarea___XA\+ty:-ms-input-placeholder {
  color: #838FAE;
}
.TextareaDark__Textarea___XA\+ty::-ms-input-placeholder {
  color: #838FAE;
}
.TextareaDark__Textarea___XA\+ty::-moz-placeholder {
  color: #838FAE;
}
.TextareaDark__Textarea___XA\+ty::placeholder {
  color: #838FAE;
}
.TextareaDark__Textarea___XA\+ty:focus {
  background-color: #07090c;
}

.TimePickerLight__TimePicker___yERZO {
}

.TimePickerLight__TimePicker___yERZO input {
  opacity: 1 !important;
  background-color: transparent;
  width: 100%;
}

.TimePickerLight__icon___DKABy {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimePickerLight__colon___IR8qo {
  padding: 0 3px;
  vertical-align: top;
  line-height: 30px;
  display: inline-block;
}

.TimePickerDark__TimePicker___-WmCF {
}


@media only print { /* eg. Reports */
  .ThemeProviderDark__wrapper___rI0MP {
    height: 100%;
  }
}

.ThemeProviderDark__wrapper___rI0MP {
  color: #B4BFD6;
}

.ThemeProviderDark__wrapper___rI0MP hr {
  color: #B4BFD6;
  height: 0px;
  border: 1px solid #545C72;
  margin: 10px 0;
}

.ToggleSwitchDark__default___csSjf {
}

@keyframes ToolTipLight__rcToolTipZoomIn___iEe0H {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ToolTipLight__rcToolTipZoomOut___chthy {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

.ToolTipLight__theme___Sz3j7 {
}

.ToolTipLight__overlay___UDoWb {
  padding: 0.5em 1em;
  color: #1F2D42;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
          box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 2px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .20);
}

.ToolTipLight__arrow___9t6Gg {
  background: #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-top .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: -11px;
  left: 50%;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topLeft .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  left: 8px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftTop .ToolTipLight__arrow___9t6Gg {
  top: 14px;
  right: -3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-topRight .ToolTipLight__arrow___9t6Gg {
  bottom: -11px;
  right: 11px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightTop .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 14px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 1px;
  left: 50%;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomRight .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  right: 11px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-bottomLeft .ToolTipLight__arrow___9t6Gg {
  top: 1px;
  left: 8px;
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-right .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-rightBottom .ToolTipLight__arrow___9t6Gg {
  margin-left: -8px;
  bottom: 3px;
  left: 0;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-left .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}

.ToolTipLight__theme___Sz3j7.rc-tooltip-placement-leftBottom .ToolTipLight__arrow___9t6Gg {
  margin-right: -3px;
  bottom: 3px;
  right: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
}


.ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active, .ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ToolTipLight__theme___Sz3j7.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
}
.ToolTipLight__theme___Sz3j7.rc-tooltip-hidden {
  display: none;
}

.ToolTipDark__overlay___dTpxv {
  color: #B4BFD6;
  background-color: #181E29;
}

.ToolTipDark__arrow___XfP1o {
  background: #181E29;
}



/* Landscape Color Palette
 *
 * DO NOT MODIFY THIS FILE unless approved by the Design team.
 *
 */

/* Antd Colors */

/* Blue */

/* Purple */

/* White */

/* Gray */ /* widget/card background */ /* platform background */

/* Green */

/* Red */

/* Black */ /* Used by Sentiment Slider, needs to change. */

/* Orange */

/* Yellow */

/* Teal */

/* Pink */

/* Source Colors */

/* Overlay */



/* Sizes */

/* Weights */

@media screen and (min-width: 400px) {
  .scaledFonts.typography__smallerSize___348zW,
  .scaledFonts .typography__smallerSize___348zW
  {
    font-size: calc(9.53704px + 0.11574vw);
  }

  .scaledFonts.typography__smallSize___1oWB9,
  .scaledFonts .typography__smallSize___1oWB9 {
    font-size: calc(11.44444px + 0.13889vw);
  }

  .scaledFonts.typography__normalSize___2clRn,
  .scaledFonts .typography__normalSize___2clRn {
    font-size: calc(13.72222px + 0.06944vw);
  }

  .scaledFonts.typography__largeSize___2R-RX,
  .scaledFonts .typography__largeSize___2R-RX {
    font-size: calc(15.25926px + 0.18519vw);
  }

  .scaledFonts.typography__largerSize___1ZRUk,
  .scaledFonts .typography__largerSize___1ZRUk {
    font-size: calc(17.16667px + 0.20833vw);
  }

  .scaledFonts.typography__extraLargeSize___3cU_3,
  .scaledFonts .typography__extraLargeSize___3cU_3 {
    font-size: calc(19.07407px + 0.23148vw);
  }

  .scaledFonts.typography__largeHeadingSize___1KnpZ,
  .scaledFonts .typography__largeHeadingSize___1KnpZ {
    font-size: calc(22.88889px + 0.27778vw);
  }

  .scaledFonts.typography__largerHeadingSize___3GgzJ,
  .scaledFonts .typography__largerHeadingSize___3GgzJ {
    font-size: calc(32.37037px + -0.09259vw);
  }

  .scaledFonts.typography__veryLargeHeadingSize___3dr3A,
  .scaledFonts .typography__veryLargeHeadingSize___3dr3A {
    font-size: calc(38.14815px + 0.46296vw);
  }

  .scaledFonts.typography__largeStatisticSize___2smvX,
  .scaledFonts .typography__largeStatisticSize___2smvX {
    font-size: calc(49.59259px + 0.60185vw);
  }
}

.typography__robotoFont___3onHq {
  /* Base Typography */
  font-family: 'Roboto', 'Noto Sans Hebrew';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typography__italicStyle___YOU0u {
  font-style: italic;
}

.typography__smallerSize___348zW {
  font-size: 10px;
  font-size: 0.625rem;
}

.typography__smallSize___1oWB9 {
  font-size: 12px;
  font-size: 0.75rem;
}

.typography__normalSize___2clRn {
  font-size: 14px;
  font-size: 0.875rem;
}

.typography__largeSize___2R-RX {
  font-size: 16px;
  font-size: 1rem;
}

/* HACK: We needed to add a new 18px size between largeSize and
extraLargeSize, but as the typography is still in flux we didn't
want to create a new naming scheme right now. Hence this not-great name.
*/
.typography__largerSize___1ZRUk {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography__extraLargeSize___3cU_3 { /* 20 px */
  font-size: 20px;
  font-size: 1.25rem;
}

.typography__largeHeadingSize___1KnpZ {
  font-size: 24px;
  font-size: 1.5rem;
}

.typography__largerHeadingSize___3GgzJ {
  font-size: 32px;
  font-size: 2rem;
}

.typography__veryLargeHeadingSize___3dr3A {
  font-size: 40px;
  font-size: 2.5rem;
}

.typography__largeStatisticSize___2smvX {
  font-size: 52px;
  font-size: 3.25rem;
}

.typography__thinWeight___3fzw7 {
  font-weight: 100;
}

.typography__lightWeight___1reeZ {
  font-weight: 300;
}

.typography__normalWeight___3ALQ8 {
  font-weight: 400;
}

.typography__mediumWeight___3oLbe {
  font-weight: 500;
}

.typography__boldWeight___GBZzn {
  font-weight: 700;
}

.typography__blackWeight___1eaIE {
  font-weight: 900;
}

.DesktopWidgetLight__DesktopWidget___3h25K {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.DesktopWidgetLight__EmbeddedWidget___5x6Ci {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.DesktopWidgetLight__EmbeddableWidget___37dVF {
  border-radius: 4px;
  border: 1px solid #D8DDE1;
}

.DesktopWidgetLight__Footer___E8zVO {
  border-top: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
}

.DesktopWidgetLight__FooterDescription___Gg2_K{
  margin: 0;
}

.DesktopWidgetLight__FooterImg___3KCxW {
  height: 21px;
  width: 70px;
  background: url(/static/build/77069/assets/fonts/zignal_dark_text.svg) no-repeat;
  background-size: contain;
}

.DesktopWidgetLight__FooterImg___3KCxW:hover {
  cursor: pointer;
}


.DesktopWidgetMenuLight__DesktopWidgetMenu___12W0g {
  padding: 6px 0 6px 10px;
  border-left: 1px solid #D8DDE1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.CenteredContentLight__CenteredContent___uGnb2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px;
  height: 100%;
}

.CenteredContentLight__CenteredContentEmbedded___381TK {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px;
  height: calc(100% - 33px);
  margin-bottom: 0;
}


.FixedContentLight__FixedContent___oD_oz {
  overflow-y: hidden;
  height: 100%;
}


.ScrollingContentLight__ScrollingContent___JLyBW {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ScrollingContentLight__footer___26nJK {
  padding-bottom: 40px;
}

.ExpandingListWidgetLight__ExpandingListWidget___1kaVQ {
  padding: 0 20px 38px 20px;
}

.MobileWidgetLight__MobileWidget___3HFo2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.MobileWidgetLight__menu___1mVwN {
  padding: 6px 0px 6px 10px;
  border-left: 1px solid #D8DDE1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileWidgetLight__expandControl___1siiD {
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 10px;
}

.MobileWidgetLight__fixedHeader___2DqOy {
  position: fixed;
  width: 100%;
  height: 100%;
}

.MobileWidgetLight__normalContentHeight___3MT1O {
  height: 280px;
}

.MobileWidgetLight__infobarContentHeight___1D4M4 {
  height: 310px;
}

.MobileWidgetLight__disabledTouchEvents___2jJeA {
  pointer-events: none;
  height: 100%;
}

.TitleBarLight__titleBar___1OA3e {
  border-bottom: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.TitleBarLight__titleContainer___2JCb5 {
  /*text-transform: capitalize;*/
  margin: 12px 0 10px;
}

.TitleBarLight__truncateText___1DAsH {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.TitleBarLight__title___2n5Cq {
  line-height: 1;
}

.TitleBarLight__subtitle___2ucIN {

  /* HACK: With italic style the font bleeds outside of its
  em-square, which combines with overflow: hidden to cutoff the
  last few pixels of the last letter. This adds a little bit of
  extra space so that it's not cutoff. */
  padding-right: 5px;
}

.TitleBarLight__mobile___1bSTH{
  line-height: 1;
}

.TitleBarLight__mobileSubtitle___1fvpO{

  /* TODO: Why is this behaviour changed only for mobile? */
  text-transform: none;
}


.ReadingListWidgetLight__mainNote___1lfQ9 {
  padding-bottom: 30px;
}

/* On desktop this renders as a big header, wrapped in an h2, but on mobile we show it as standard-sized text.
Unfortunately we have to hardcode the style that is equivalent to the Landscape settings (largeSize, normalWeight)
because we can't use 'composes' with a selector like '.mainNote h2', and we can't see the class
directly on the h2 because it's rendered via dangerouslySetInnerHtml. */
.ReadingListWidgetLight__mainNote___1lfQ9 h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

/* Some URLs are injected, either by turning various Twitter things into links, or by user-created sections
 like notes and title bodies */
.ReadingListWidgetLight__ReadingListWidget___11kvU a {
  color: #00A0FE;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU h2 {
  font-weight: 300;
  padding-top: 40px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU {
  padding-top: 30px;
  line-height: 22px;
}

.ReadingListWidgetLight__mainNote___1lfQ9 h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU ul {
  list-style: none;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU li {
  margin-top: 10px;
}

.ReadingListWidgetLight__ReadingListWidget___11kvU li svg {
  margin-right: 5px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 ul {
  list-style: none;
  padding-top: 5px;
  line-height: 18px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 li {
  margin-top: 10px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 li svg {
  margin-right: 5px;
}

.MediaImpactSummaryLight__ProportionalBar___llaLI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MediaImpactSummaryLight__Bar___1iF4M {
  background-color: #00A0FE;
  height: 10px;
  margin-right: 5px;
}

.MediaImpactSummaryLight__bold___3oCax {
}

.MediaImpactSummaryLight__grid___1Zaei {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}

.MediaImpactSummaryLight__centered___Fy03T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MediaImpactSummaryLight__totalShares___22Tke {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  border-right: 1px solid #D8DDE1;
}

/* TODO: There isn't a bigger size in Landscape's typography, but in the mockup it looks bigger than this */
.MediaImpactSummaryLight__bigNumber___18TMp {
}

.MediaImpactSummaryLight__title___196DB {
  padding-bottom: 10px;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 h1 {
  margin: 0 0 10px 0;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 h2 {
  margin: 0;
  padding: 20px 0 10px 0;
}

.MediaImpactSummaryLight__MediaImpactSummary___36o_7 p {
  margin: 0;
  line-height: normal;
  line-height: initial;
}

.MediaImpactSummaryLight__totalShares___22Tke .MediaImpactSummaryLight__centered___Fy03T {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8DDE1;
}

.MediaImpactSummaryLight__totalPotentialImpressions___cp78e {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.MediaImpactSummaryLight__totalPotentialImpressions___cp78e .MediaImpactSummaryLight__centered___Fy03T {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 10px;
}

.MediaImpactSummaryLight__sharesByType___1L798 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  border-right: 1px solid #D8DDE1;
  margin: 0;
  padding-right: 20px;
}

.MediaImpactSummaryLight__impressionsByType___RBVPr {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-top: 0;
}

.ReadingListHeaderLight__title___2Uccu {
}

.ReadingListHeaderLight__body___1MUfU {
}

.FullStoriesLight__FullStories___3RtKN {
  padding-top: 10px;
  word-break: break-word;
}

.FullStoriesLight__FullStory___2DL3u {
}

.FullStoriesLight__border___C9cAp {
  padding: 0;
}

.FullStoriesLight__border___C9cAp > li {
  border-top: #D8DDE1 1px solid;
  padding-top: 20px;
}

.FullStoriesLight__userNote___Nu4ng {
  border: #8E9FAD 1px solid;
  margin: 30px 0 30px;
  padding-left: 10px;
}

/* It's possible to create bullet-point lists in the note editor */
.FullStoriesLight__userNote___Nu4ng ul {
  list-style-type: disc;
}

.FullStoriesLight__timestamp___2LwES {
  color: #8E9FAD;
  padding-left: 5px;
}

.FullStoriesLight__authorAndTimestamp___wjdId {
  padding: 20px 0 30px;
}

.FullStoriesLight__twitterStory___1UerB > div {
  padding: 0;
}

.FullStoriesLight__twitterAuthorInfo___2M0tO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.FullStoriesLight__twitterAuthorName___2favZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}

.FullStoriesLight__twitterLinkAndTimestamp___1DXsR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FullStoriesLight__originalStoryLink___3w2_u {
}

.FullStoriesLight__thumbnail___2n06I {
  position: relative;
}

.FullStoriesLight__thumbnail___2n06I svg {
  color: white;
  position: absolute;
  left: 70px;
  top: 20px;
}

.FullStoriesLight__authorName___3jZBZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FullStoriesLight__authorName___3jZBZ span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.FullStoriesLight__retweet___1wYXV {
  color: #8E9FAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  line-height: initial; /* Reset so the Icon lines up with baseline of the text */
  padding-bottom: 10px;
}

.FullStoriesLight__clipRuntime___2QFuS {
}

.FullStoriesLight__designatedMarketArea___2JAA_ {
  padding-bottom: 20px;
}

.TableOfContentsLight__author___2e0Od {
  color: #8E9FAD;
}

.TableOfContentsLight__TOCStory___1WwIy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TableOfContentsLight__index___2ezCr {
  padding-right: 10px;
  min-width: 16px;
  min-width: 1rem; /* single digit numbers should take up the same width as 2 digit numbers */
  max-width: 16px;
  max-width: 1rem;
}

.TableOfContentsLight__TableOfContents___6UXOv ul {
  padding-left: 0;
}

.TableOfContentsLight__storyContent___RtFcy {
  word-break: break-word;
}

.AnalyticsLight__Analytics___1oEtt {
  color: #838FAE;
  padding-top: 20px;
}

.AnalyticsLight__OneLineLayout___1gB4S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.AnalyticsLight__left___2NeSO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.AnalyticsLight__AnalyticsItem___1worq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
}

.AnalyticsLight__name___29fvE {
}

.AnalyticsLight__total___1HoXL {
  border-left: #D8DDE1 1px solid;
  padding-left: 10px;
}

.AnalyticsLight__secondLine___18_QT {
  padding-top: 10px;
  line-height: normal;
  line-height: initial;
}

.AnalyticsLight__number___3Cv1- {
  line-height: normal;
  line-height: initial;
}

.BulkActionsDropdownWrapperLight__BulkActionsDropdownWrapper___3vajQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.BulkActionsDropdownWrapperLight__BulkActionsDropdownWrapper___3vajQ > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CustomVictoryToolTipLight__row___22xDM {
  display: inline;
  color: #1F2D42;
}

.CustomVictoryToolTipLight__leftCol___2TmuN {
  display: inline-block;
  padding-right: 8px;
}

.CustomVictoryToolTipLight__rightCol___wFgZ3 {
  display: inline-block;
  padding-left: 8px;
  text-align: left;
}

.CustomVictoryToolTipLight__separator___clG14 {
  display: inline-block;
  border-right: 1px solid #D8DDE1;
  height: 75%;
  position: absolute;
}

.ChartOptionsHeaderLight__intervalButtons___1420a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.ChartOptionsHeaderLight__intervalButtons___1420a.ChartOptionsHeaderLight__hidden___3SpKC {
  display: none;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl, .ChartOptionsHeaderLight__chartTypeButtons___1L5_4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin-left: 3em;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl li {
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
  text-transform: capitalize;
}

.ChartOptionsHeaderLight__intervalButtonsList___3OZgl li.ChartOptionsHeaderLight__active___1eY6D, .ChartOptionsHeaderLight__chartTypeButtons___1L5_4 li.ChartOptionsHeaderLight__active___1eY6D {
  color: #00A0FE;
  border-bottom: 4px solid #00A0FE;
}

.ChartOptionsHeaderLight__chartTypeButtons___1L5_4 li{
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
  text-transform: capitalize;
}

.TimeSeriesChartWrapperLight__TimeSeriesChartWrapper___1gTiH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 93%;
  width: 100%;
}

.SmartFilterDropdownLight__optionContainer___24Plj {
  padding: 0!important;
  cursor: pointer !important;
}

.SmartFilterDropdownLight__smartFilterContainer___2T8w5 {
  display: grid;
}

.SmartFilterDropdownLight__loadingContainer___2EMj8 {
  max-height: 0px;
  z-index: 100;
  margin: 0 0 0 60%;
}

.SmartFilterDropdownLight__loadingContainer___2EMj8 div {
  margin-top: -24px;
}

.CustomMenuLight__createFilterDisabled___3QfZT {
  color: #B4BFD6;
}

.CustomMenuLight__createFilter___1b7XH:not(.CustomMenuLight__createFilterDisabled___3QfZT):hover {
  color: #00A0FE;
}

.CustomMenuLight__createFilter___1b7XH {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
  border-top: 1px solid #D8DDE1;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.CustomMenuLight__createFilterHidden___1kNc6 {
  display: none;
}

.CustomMenuLight__disabledTooltipText___Cx9Qr {
  text-align: left;
  width: 19em;
}

.CustomOptionLight__duplicateDisabled___5mieu {
  color: #B4BFD6;
}
.CustomOptionLight__isSelected___12ipx {
}

.CustomOptionLight__editDuplicate___3XVUT {
  float: right;
  margin-top: 0.231em;
  padding-right: 0.769em;
}

.CustomOptionLight__hidden___pcIMo {
  display: none;
}

.CustomOptionLight__label___251OU {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5em 1em;
  max-width: 165px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.CustomOptionLight__icons___BxqVZ {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0.5em 1em 0.5em 0;
}


.CustomOptionLight__customOption___HVgEa:hover .CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ) {
  display: inline;
  display: initial;
  cursor: pointer;
}

.CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ):not(.CustomOptionLight__isSelected___12ipx):hover {
  color: #00A0FE;
}

.CustomOptionLight__icon____5gvD:not(.CustomOptionLight__disabled___OXQQJ):not(.CustomOptionLight__isSelected___12ipx) {
  color: #1F2D42;
}

.CustomOptionLight__icon____5gvD {
  margin-left: 0.5em;
  display: inline-block;
}


.CustomOptionLight__disabled___OXQQJ {
  color: #B4BFD6;
}

.CustomOptionLight__customOption___HVgEa {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}


.CustomOptionLight__customOption___HVgEa:hover .CustomOptionLight__icons___BxqVZ:not(.CustomOptionLight__hidden___pcIMo) {
  display: inline;
  display: initial;
}

.CustomOptionLight__editDuplicateDisabledText___2C5IS {
  width: 19.231em;
  text-align: left;
}

.CustomOptionLight__summaryTitle___1Jz0T {
}

.CustomOptionLight__summaryItem___295II + .CustomOptionLight__summaryItem___295II {
  padding-top: 0.385em;
}

.CustomOptionLight__summaryText___1xAyI {
  width: 19.231em;
  text-align: left;
  max-height: 15em;
  -o-text-overflow: clip;
     text-overflow: clip;
  overflow-y: auto;
}

.FilteredTrendingStoriesModalLight__profileName___3PDcv {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__trendingStoriesLabel___3W-eS {
}

.FilteredTrendingStoriesModalLight__filterWord___1vVuH {
}

.FilteredTrendingStoriesModalLight__dateRangeLabel___1OOUU {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__dateRangeValue___2c6_e {
  font-size: 0.7em;
}

.FilteredTrendingStoriesModalLight__trendingStoriesWidget___3sX9T {
  min-width: 400px;
  height: 450px;
  position: relative;
}

.DemBannerLight__container___1UbkF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  background-color: #E6FAFF;
  color: #00a3ff;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
}

.DemBannerLight__close___1kT0q {
  cursor: pointer;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a3ff;
}

.DemBannerLight__text___R5lDQ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.DemBannerLight__link___2vrNV {
  margin-left: auto;
  white-space: nowrap;
  text-decoration: underline;
  color: #00a3ff;
}

.OriginalStoryLinkLight__OriginalStoryLink___3Jp4x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.OriginalStoryLinkLight__externalLinkIcon___3k_aC {
  padding-left: 5px;
}

a {
  text-decoration: none;
}

.TotalMentionsChartWidgetLight__TotalMentionsChartWidget___31QGb {
  padding: 0 20px 0 20px;
}


.ProfileListLight__ProfileList___21Ky- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ProfileListLight__profileListContent___3vtIh {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ProfileListLight__title___3DG6Q {
  padding: 20px 0 10px;
}

.ProfileListLight__listItem___1mN7p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
  cursor: pointer;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__hidden___1Ncjt {
  opacity: 0.5;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__first___12YZe {
  padding-top: 0;
}

.ProfileListLight__listItem___1mN7p.ProfileListLight__last___2QKAG {
  border-bottom: none;
}

.ProfileListLight__image___3e5e8 {
  width: 23%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListLight__image___3e5e8 img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListLight__infoWrapper___2wDUE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}

.ProfileListLight__name___3iPdq {
  line-height: 14px;
}

.ProfileListLight__summary___1c55W {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.ProfileListLight__legendColor___3mn0C {
  width: 50px;
  height: 8px;
  margin-right: 5px;
  min-width: 5px;
  margin-top: 0.3em;
}

.ProfileListLight__data___ug-ez {
  margin-bottom: -5px;
}

.MobileProfileListLight__MobileProfileList___3adoU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.MobileProfileListLight__profileListContent___p6LRi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.MobileProfileListLight__title___CVjpz {
  padding: 20px 0 10px;
}

/* profile list item rules */
.MobileProfileListLight__listItem___2GSJp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__hidden___1gZXl {
  opacity: 0.5;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__first___3dpdK {
  padding-top: 0;
}

.MobileProfileListLight__listItem___2GSJp.MobileProfileListLight__last___oJM0o {
  border-bottom: none;
}

.MobileProfileListLight__image___3EMC7 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileProfileListLight__image___3EMC7 img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.MobileProfileListLight__infoWrapper___1H00g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.MobileProfileListLight__name___r7_Hh {
}

.MobileProfileListLight__summary___2rnSb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.MobileProfileListLight__legendColor___Fo276 {
  width: 50px;
  height: 14px;
  margin-right: 10px;
}

.MobileProfileListLight__data___1cfwU {
  margin-bottom: -3px;
}

@media only screen and (orientation: portrait) {
  .MobileProfileListLight__ProfileList___Zbvwj {
    border-top: 1px solid #D8DDE1;
  }
}

@media only screen and (orientation: portrait) and (max-height: 825px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 21em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 751px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 18em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 750px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 15em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 732px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 13em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 570px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 7em;
  }
}

@media only screen and (orientation: landscape) {
  .MobileProfileListLight__ProfileList___Zbvwj {
    border-left: 1px solid #D8DDE1;
    padding-left: 20px;
  }

  .MobileProfileListLight__title___CVjpz {
    padding: 0 0 10px;
  }

  .MobileProfileListLight__listWrapper___3FiCB {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 416px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 16em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 411px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 15em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 376px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 13em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 361px) {
  .MobileProfileListLight__listWrapper___3FiCB {
    height: 12em;
  }
}

.ComparisonProfileListLight__ComparisonProfileList___2p5HY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ComparisonProfileListLight__profileListContent___2adZV {
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ComparisonProfileListLight__title___15R0H {
  padding: 1.25em 0 0.625em;
}

.ComparisonProfileListLight__listItem___Ft0YJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__hidden___3Sqw1 {
  opacity: 0.5;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__first___1l_tE {
  padding-top: 0;
}

.ComparisonProfileListLight__listItem___Ft0YJ.ComparisonProfileListLight__last___1CCoE {
  border-bottom: none;
}

.ComparisonProfileListLight__image___15RQx {
  width: 23%;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListLight__image___15RQx img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListLight__headerInfoWrapper___2GW7Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListLight__infoWrapper___2J6j5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListLight__infoWrapper___2J6j5.ComparisonProfileListLight__hidden___3Sqw1 {
  opacity: 0.5;
}

.ComparisonProfileListLight__name___1-T2U {
  line-height: 0.875em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ComparisonProfileListLight__summary___plgeL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.ComparisonProfileListLight__legendColor___BFXxn {
  width: 3.125em;
  height: 0.5em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.3em;
}

.ComparisonProfileListLight__comparisonLegendColor___26ftl {
  width: 3.125em;
  height: 0.1875em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.5em;
}

.ComparisonProfileListLight__data___2y_-o {
  margin-bottom: -0.3125em;
}

.ComparisonProfileListLight__comparisonListHeader___3_FV8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ComparisonProfileListLight__toggleItem___2BSiS {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.ComparisonProfileListLight__toggleItemText___2cBYw {
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.AnnotationListLight__AnnotationList___2PhyM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.AnnotationListLight__title___aNo_6 {
  padding: 20px 0 10px 0;
}

.AnnotationListLight__AnnotationListContent___Wc1G0 {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.AnnotationListLight__listWrapper___38N9q {
  /*height: calc(100% - 10vh);*/
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.AnnotationListLight__listWrapper___38N9q.AnnotationListLight__empty___2H46T {
  height: auto;
}

.AnnotationListLight__listItem___2wwjH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
}

.AnnotationListLight__listItem___2wwjH.AnnotationListLight__first___oRBvX {
  padding-top: 0;
}

.AnnotationListLight__listItem___2wwjH.AnnotationListLight__last___M5pPa {
  border-bottom: none;
}

.AnnotationListLight__infoWrapper___su_Ji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.AnnotationListLight__index___39b31 {
  padding-right: 5px;
}

.MobileAnnotationListLight__AnnotationList___2CxV4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.MobileAnnotationListLight__legendWrapper___1TfeI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0 15px 0;
  margin: 0;
}

.MobileAnnotationListLight__legendItem___2f89s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
}

.MobileAnnotationListLight__legendItem___2f89s.MobileAnnotationListLight__hidden___2RHa1 {
  opacity: 0.5;
}

.MobileAnnotationListLight__legendColor___12vGH {
  width: 20px;
  height: 3px;
  margin-right: 2px;
}

.MobileAnnotationListLight__profileName___28XfG {
}

.MobileAnnotationListLight__title___27OQT {
  padding: 20px 0 10px 0;
}

.MobileAnnotationListLight__listWrapper___1LGL6 {
  height: calc(100% - 10vh);
  overflow: hidden;
  overflow-y: auto;
}

.MobileAnnotationListLight__listWrapper___1LGL6.MobileAnnotationListLight__empty___xJXjP {
  height: auto;
}


/* profile list item rules */
.MobileAnnotationListLight__listItem___3pBlM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.MobileAnnotationListLight__listItem___3pBlM.MobileAnnotationListLight__first___XprcB {
  padding-top: 0;
}

.MobileAnnotationListLight__listItem___3pBlM.MobileAnnotationListLight__last___3hhZK {
  border-bottom: none;
}

.MobileAnnotationListLight__infoWrapper___2KoJS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.MobileAnnotationListLight__index___1sAEa {
  padding: 0 5px 0 10px;
}

@media only screen and (orientation: portrait) {
  .MobileAnnotationListLight__AnnotationList___2CxV4 {
    border: 0;
  }

  .MobileAnnotationListLight__title___27OQT {
    border-top: 1px solid #D8DDE1;
  }

  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: portrait) and (max-height: 825px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 21em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 751px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 18em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 750px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 15em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 732px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 13em;
  }
}

@media only screen and (orientation: portrait) and (max-height: 570px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 7em;
  }
}

@media only screen and (orientation: landscape) {
  .MobileAnnotationListLight__AnnotationList___2CxV4 {
    border-left: 1px solid #D8DDE1;
    padding-left: 20px;
  }

  .MobileAnnotationListLight__title___27OQT {
    padding: 0px 0 10px 0;
  }

  .MobileAnnotationListLight__legendWrapper___1TfeI {
    display: none;
  }

  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 24em;
    margin-bottom: 50px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 416px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 16em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 411px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 15em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 376px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 13em;
  }
}

@media only screen and (orientation: landscape) and (max-height: 361px) {
  .MobileAnnotationListLight__listWrapper___1LGL6 {
    height: 12em;
  }
}

.ChartByProfileLight__ChartByProfile___xYj0j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.ChartByProfileLight__MobileChartByProfile___H6C0i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.ChartByProfileLight__chartWrapper___1oBuf {
  top: 0;
  left: 0;
  height: 100%;
}

.ChartByProfileLight__partialWidth___23y2A {
  width: 72%;
}

.ChartByProfileLight__fullWidth___smMnU {
  width: 100%;
}

.ChartByProfileLight__listWrapper___2uJBc {
  width: 13.5em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-right: 0.3em;
}

.ChartByProfileLight__mobileListWrapper___2zuFW {
  width: 100%;
}

.ChartByProfileLight__MobileChartWrapper___38cj0 {
  height: 230px;
  width: 98%;
}

.ChartByProfileLight__ExpandedMobileChartWrapper____gPfq {
  height: 360px;
  width: 98%;
}

.ChartByProfileLight__listWrapper___2uJBc.ChartByProfileLight__hidden___2PXhr,
.ChartByProfileLight__annotationListWrapper___3xgVg.ChartByProfileLight__hidden___2PXhr,
.ChartByProfileLight__profileListWrapper___1GWn8.ChartByProfileLight__hidden___2PXhr {
  display: none;
}

@media only screen and (orientation: landscape) {
  .ChartByProfileLight__listWrapper___2uJBc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.RepresentativeStoriesLight__container___3TJgm {
  position: relative;
}

.RepresentativeStoriesLight__storyList___164bF {
  height: 400px;
  overflow-y: scroll;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.RepresentativeStoriesLight__listItem___2Nxv8 {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D8DDE1;
}

.RepresentativeStoriesLight__title___6M-8E {
  font-weight: bold;
}

.RepresentativeStoriesLight__body___3gZL8 {
}

.RepresentativeStoriesLight__author___1HmLV {
  color: #00A0FE;
}

.RepresentativeStoriesLight__author___1HmLV a {
  color: #00A0FE;
  text-decoration: none;
}

.RepresentativeStoriesLight__author___1HmLV a:hover{
  text-decoration: underline;
}

.RepresentativeStoriesLight__count___1D0Tf {
  color: #8E9FAD;
}

.PeakTabHeaderLight__header___t_-yo {
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D8DDE1;
}

.PeakTabHeaderLight__heading___2g795 {
}

.PeakTabHeaderLight__text___1AXZz {
  /* For unit testing */
}

.PeakTabHeaderLight__description___25wuM {
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.PeakToolTipLight__mentionsCount___EJKyR {
  line-height: 18px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.PeakToolTipLight__mentionsLabel___1R5Ly {
  position: relative;
  bottom: -4px;
}

.PeakToolTipLight__timeFrame___2gvVm {
  line-height: 10px;
}

.PeakToolTipLight__date___6DISs {
}






a.ClusterNodeLight__clusterNode___3kUIA {
  text-decoration: none;
}

.DesktopTotalMentionsChartLight__DesktopTotalMentionsChart___2YRYA {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.MobileTotalMentionsChartLight__MobileTotalMentionsChart___3gdC2 {
}

.MobileTotalMentionsChartLight__MobileChartContent___23QiX {
  height: 230px;
  width: 98%;
}

.MobileTotalMentionsChartLight__ExpandedMobileChartContent___8LsWN {
  height: 360px;
  width: 98%;
}

.PopularPostsWidgetLight__popularPosts___3PzTV {
  padding: 10px 0;
  margin-bottom: 50px;
}

a {
  color: #00A0FE;
}

.MobilePopularPostsLight__popularPost___nPDBh {
  padding: 10px 0;
  line-height: 22px;
}

.MobilePopularPostsLight__retweeted___zARV1 {
  padding-bottom: 10px;
  color: #8E9FAD;
}

.MobilePopularPostsLight__header___27zRk {
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.MobilePopularPostsLight__authorInfo___3ZX2s {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.MobilePopularPostsLight__authorImage___1vXiH,
.MobilePopularPostsLight__authorImage___1vXiH img {
  width: 48px;
}

.MobilePopularPostsLight__profileInfo___12-eS {
  padding-left: 10px;
}

.MobilePopularPostsLight__authorName___1RSoY {
  color: #2F3E54;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobilePopularPostsLight__authorUsername___2sPIn {
  margin: 0;
}

.MobilePopularPostsLight__retweetedIcon___3vrf3 {
  padding-right: 5px;
}

.MobilePopularPostsLight__verified___1E9G7 {
  padding-left: 5px;
  margin-top: -5px;
}

.MobilePopularPostsLight__body___YRYQk {
  padding-bottom: 20px;
}

.MobilePopularPostsLight__link___1Ge8E {
  padding-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MobilePopularPostsLight__createdAt___162ue {
  padding-left: 20px;
  color: #8E9FAD;
}

.MobilePopularPostsLight__summary___3AB_Z {
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
}

.MobilePopularPostsLight__retweetsInfo___1mRxP {
  display: inline;
}

.MobilePopularPostsLight__retweets___2nvrp {
  padding-right: 5px;
}

.MobilePopularPostsLight__sentiment___-cvij {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #D8DDE1;
  text-transform: capitalize;
}

.MobilePopularPostsLight__Positive___339J2 {
  color: #46AF61;
}

.MobilePopularPostsLight__Negative___5E-lF {
  color: #ff3c00;
}

.MobilePopularPostsLight__Neutral___1q1Ku {
  color: #ffbf00;
}

.PopularTweetsWidgetLight__popularTweets___1llJQ {
  padding: 10px 0;
  margin-bottom: 50px;
}

a {
  color: #00A0FE;
}

.MobilePopularTweetLight__popularTweet___3Zb5N {
  padding: 10px 0;
  line-height: 22px;
}

.MobilePopularTweetLight__retweeted___O4BNJ {
  padding-bottom: 10px;
  color: #8E9FAD;
}

.MobilePopularTweetLight__header___2CH4X {
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.MobilePopularTweetLight__authorInfo___1giIH {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.MobilePopularTweetLight__authorImage___2jOkj,
.MobilePopularTweetLight__authorImage___2jOkj img {
  width: 48px;
}

.MobilePopularTweetLight__profileInfo___7ofVc {
  padding-left: 10px;
}

.MobilePopularTweetLight__authorName___27Svl {
  color: #2F3E54;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobilePopularTweetLight__authorUsername___3FzJD {
  margin: 0;
}

.MobilePopularTweetLight__retweetedIcon___2_-Du {
  padding-right: 5px;
}

.MobilePopularTweetLight__verified___sU3AK {
  padding-left: 5px;
  margin-top: -5px;
}

.MobilePopularTweetLight__body___3mrKV {
  padding-bottom: 20px;
}

.MobilePopularTweetLight__link___n6DAu {
  padding-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.MobilePopularTweetLight__createdAt___1X_x7 {
  padding-left: 20px;
  color: #8E9FAD;
}

.MobilePopularTweetLight__summary___3HY9Z {
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
}

.MobilePopularTweetLight__retweetsInfo___2js1N {
  display: inline;
}

.MobilePopularTweetLight__retweets___3Uepm {
  padding-right: 5px;
}

.MobilePopularTweetLight__sentiment___3b34V {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #D8DDE1;
  text-transform: capitalize;
}

.MobilePopularTweetLight__Positive___2iGTX {
  color: #46AF61;
}

.MobilePopularTweetLight__Negative___2yEi2 {
  color: #ff3c00;
}

.MobilePopularTweetLight__Neutral___29kQC {
  color: #ffbf00;
}

.TopSubRedditsWidgetLight__desktopList___3S-OV {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TopSubRedditsWidgetLight__mobileList___1Fi02 {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.TopSubRedditsWidgetLight__desktopListItem___Jy3Jn {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}

.TopSubRedditsWidgetLight__mobileListItem___2vvgy:first-child {
  margin-top: 1.42em;
}

.TopSubRedditsWidgetLight__mobileListItem___2vvgy {
  margin-bottom: 0;
}

.MobileTopSubRedditsLight__MobileTopSubReddits___sz53K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MobileTopSubRedditsLight__textContainer___1N1HA {
  margin-left: 20px;

  /* Discount image size and its margin. */
  width: calc(100% - 70px);
}

.MobileTopSubRedditsLight__detail___3elJY {
  color: #00A0FE;
  margin-bottom: 6px;
  margin-top: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.MobileTopSubRedditsLight__header___4yX_6 {
  margin-top: 5px;
}

.MobileTopSubRedditsLight__subheader___1IDCQ {
  color: #B4BFD6;
  margin-top: 5px;
}

.MobileTopSubRedditsLight__counter___3sHRJ {
}

.MobileTopSubRedditsLight__divider___325md {
  margin-top: 20px;
  border-top: 1px solid #D8DDE1;
  height: 20px;
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.3;
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp:hover .DesktopTopSubRedditsLight__detail___2433y {
  width: calc(100% - 3.5em);
}

.DesktopTopSubRedditsLight__DesktopTopSubReddits___LuCrp:hover > .DesktopTopSubRedditsLight__excludeButton___2b6nv {
  display: block;
}

.DesktopTopSubRedditsLight__textContainer___13oa2 {
  width: 100%;
}

.DesktopTopSubRedditsLight__detail___2433y {
  color: #00A0FE;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.DesktopTopSubRedditsLight__header___1QsbD {
  margin-top: 0.125em;
}

.DesktopTopSubRedditsLight__subheader___SsoA8 {
  color: #8E9FAD;
  margin-top: 0.125em;
}

.DesktopTopSubRedditsLight__counter___2lqKN {
}

.DesktopTopSubRedditsLight__excludeButton___2b6nv {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #00A0FE;
  cursor: pointer;
}

.DesktopTopSubRedditsLight__divider___11yTG {
  margin-top: 0.5em;
  border-top: 1px solid #ffffff;
  display: none;
}

.DesktopTopSubRedditsLight__link___qWRve {
  color: inherit;
  text-decoration: none;
}
.DesktopPopularRedditPostsLight__link___3TZ1g {
  color: #8E9FAD;
}

.MobilePopularRedditPostsLight__statistics___3gaJw {
  margin-top: 0.375em;
}

.ExpandedInfoLight__ExpandedInfo___2Ky2V {
  line-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #D8DDE1;
}

.ExpandedInfoLight__ExpandedInfo___2Ky2V svg {
  vertical-align: text-top;
  padding-right: 3px;
}

.ExpandedInfoLight__ExpandedInfoControl___1FfV3 {
  cursor: pointer;
  color: #00A0FE;
  text-align: right;
}

.ExpandedInfoLight__filterDescription___1rhWh {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0.5em;
}

.ExpandedInfoLight__title___1z2CA {
}

.ExpandedInfoLight__filterItemName___gFF3g {
}

/* Put a line break after each filter item span generated by filterDescription.
This is kinda gnarly. Comes from https://css-tricks.com/injecting-line-break/ */
.ExpandedInfoLight__filterItemName___gFF3g:before {
  content: '\A';
  white-space: pre;
}

.InfoBarLight__InfoBar___1azyp {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  border-bottom: 1px solid #D8DDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}

.InfoBarLight__InfoBarFilter___29sAU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.InfoBarLight__InfoBarFilter___29sAU svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.1em;
}

.InfoBarLight__InfoBarData___3ze5P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.InfoBarLight__InfoBarDateRange___Tgv9m {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Don't get shrunk or forced to wrap by a long filter name */
}

.InfoBarLight__InfoBarControl___20Rrf {
  cursor: pointer;
  color: #00A0FE;
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.InfoBarLight__InfoBarFilterName___1vaWI {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0.5em;
}

.InfoBarLight__InfoBarSeparator___12_DR {
  border-left: 1px solid;
  margin: 0 2px 0 7px;
  height: 10px;
}


.HistoricalSentimentWidgetLight__HistoricalSentimentWidget___E5axx {
  text-align: center;
}

.HistoricalSentimentWidgetLight__HistoricalSentimentChart___mWcj2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.HistoricalSentimentWidgetLight__MobileHistoricalSentimentChart___1Jk2S {
  height: 230px;
  width: 98%;
}

.HistoricalSentimentWidgetLight__ExpandedHistoricalSentimentChart___2pJfN {
  height: 360px;
  width: 98%;
}

.NetSentimentWidgetLight__NetSentimentWidget___3ckXo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.NetSentimentWidgetLight__netChart___1lwPk {
  padding-bottom: 1em;
}

.NetSentimentWidgetLight__netSentiment___2QVtv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .NetSentimentWidgetLight__netSentiment___2QVtv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.NetSentimentWidgetLight__netStatus___7o1g- {
  text-transform: uppercase;
}

.NetSentimentWidgetLight__boldFont___2jdFq {
}

.TotalMentionsChartByIssueWidgetLight__TotalMentionsChartByIssue___1qbwG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsChartByIssueWidgetLight__MobileTotalMentionsChartByIssue___3o8FV {
  height: 230px;
  width: 98%;
}

.TotalMentionsChartByIssueWidgetLight__ExpandedMobileTotalMentionsChartByIssue___1czwC {
  height: 360px;
  width: 98%;
}

.WidgetSettingsWidgetLight__WidgetSettingsWidget___2FtBH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.WidgetSettingsWidgetLight__settingsPanelTitle___2KFWy {
  padding: 9px 0 2px 9px;
  margin-bottom: 0;
  width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
}

.WidgetSettingsWidgetLight__settingsPanelHeader___1y0Cj {
  padding: 0;
  border-bottom: 1px solid #d8dde1;
  width: 100%;
  height: 31px;
  overflow: hidden;
}

.WidgetSettingsWidgetLight__settingsPanelContent___17Z_O {
  padding: 1em;
}

.WidgetSettingsWidgetLight__componentLabel___316c7 {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.StockPriceZignalInsightWidgetLight__TotalMentions___a240k {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.StockPriceZignalInsightWidgetLight__MobileTM___Ebxa2 {
  height: 230px;
  width: 98%;
}

.StockPriceZignalInsightWidgetLight__ExpandedMobileTM___3ohSr {
  height: 360px;
  width: 98%;
}

.StockPriceToolTipComponentLight__tooltip___2LQFD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.StockPriceToolTipComponentLight__tooltipValue___2vuLC {
}

.StockPriceToolTipComponentLight__sharedTooltip___2gu6Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.StockPriceToolTipComponentLight__tooltipLeftColumn___1MBB3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.5em 0 0;
  text-align: left;
}

.StockPriceToolTipComponentLight__tooltipRightColumn___2jJvA {
  padding: 0 0 0 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.StockPriceToolTipComponentLight__tooltipSeriesColor___1vpXD {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}

.StockPriceToolTipComponentLight__tooltipTimestamp___2KbJu {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.TotalMentionsChartBySourceWidgetLight__TotalMentionsChartBySource___48eoF {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsChartBySourceWidgetLight__MobileTotalMentionsChartBySource___2-6rl {
  height: 230px;
  width: 98%;
}

.TotalMentionsChartBySourceWidgetLight__ExpandedMobileTotalMentionsChartBySource___RF7ap {
  height: 360px;
  width: 98%;
}

.ScoreOverTimeWidgetLight__ScoreOverTimeWidget___2zNci {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-right: 20px;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  margin-right: 8px
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ:hover {
  color: #00A0FE;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.AddToReadingListTooltipLight__readingItemLink___3tCTJ > span {
  margin-top: 3px;
}

.AddToReadingListTooltipLight__readingListHeader___1UfIF > h5 {
  font-size: 500;
  margin: 0;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}

.AddToReadingListTooltipLight__createNewListContainer___2HQbd > p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.AddToReadingListTooltipLight__createNewListContainer___2HQbd {
  padding: 0px 8px;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 {
  margin-top: 10px;
}

.AddToReadingListTooltipLight__createNewList___1yrV0 > p {
 margin-left: 5px;
}

.AddToReadingListTooltipLight__readingListItemName___21HIU {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0px 5px 0px;
  color: #1F2D42 !important;
}

.AddToReadingListTooltipLight__readingListMainContainer___1B3ln {
  width: 260px;
}

.AddToReadingListTooltipLight__readingListContainer___21TMl {
  overflow: visible;
  width: 285px;
  margin-left: -12px;
  margin-bottom: -7px;
}

.AddToReadingListTooltipLight__readingListItemsContainer___2knrD {
  max-height: 150px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  padding-left: 12px;
}

.AddToReadingListTooltipLight__readingListContainer___21TMl > hr {
  border-color: #D8DDE1;
}

.AddToReadingListTooltipLight__readingItemIcon___Y9Dhc {
  margin-top: 5px;
}

.AddToReadingListTooltipLight__createNewListContainerFocus___10LG6 input:focus{
  border: #00A0FE;
  border-style: solid;
  border-radius: 5px;
  border-width: 1.5px;
}

.AddToReadingListTooltipLight__divider___1DnIR {
  border-color: #D8DDE1;
  border-bottom-width: 0px;
  margin-left: -2px !important;
}

.AddToReadingListTooltipLight__createNewListIcon___3N0RE {
  margin-top: -1px;
}

.AddToReadingListTooltipLight__readingListsLoading___x_b9R {
  padding: 30px;
}

.AddToReadingListTooltipLight__emptyReadingList___1rdUZ {
  color: #8E9FAD;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}

.PotentialImpressionsChartBySourceWidgetLight__desktop___UrRml {
  top: 0;
  left: 0;
  height: 100%;
  width: 99%;
}

.PotentialImpressionsChartBySourceWidgetLight__mobile___Au4Uo {
  height: 230px;
  width: 98%;
}

.PotentialImpressionsChartBySourceWidgetLight__mobileExpanded___Zbvuw {
  height: 360px;
  width: 98%;
}

.NumberWidgetLight__NumberWidget___QpZOD {
  text-align: center;
  width: 100%;
}

.NumberWidgetLight__NumberWidgetMobile___2DfFz {
  margin-top: 40px;
  text-align: center;
}

.NumberWidgetLight__valueMobile___1Eu4U {
  color: #1F2D42;
  font-size: 64px;
  font-size: 4rem;
}

.NumberWidgetLight__value___EYrRU {
  color: #1F2D42;
  text-align: center;
  line-height: 1;
}

.NumberWidgetLight__value___EYrRU:hover {
  color: #00A0FE;
  cursor: pointer;
  text-decoration: none;
}

.NumberWidgetLight__label___1JGPb {
  text-align: center;
  width: 98%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1%;
}

.AverageCountValueLight__container___3dBLm {
  line-height: 1.1;
}

.AverageCountValueLight__value___3Ts8n {
  text-align: center;
}

.AverageCountValueLight__label___CJPlO {
  text-align: center;
}

.AverageCountValueLight__icon___1PLRH {
  margin-right: .20em;
  position: relative;
  top: -0.08em;
}

.AverageCountsWidgetLight__wrapper___3IvEu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: "row";
          flex-direction: "row";
}

.AverageCountsWidgetLight__firstCount___3LfhB {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.CustomIFrameWidgetLight__iFrameContent___1fkn9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.CustomIFrameWidgetLight__iFrame___5Thx9 {
  border: none;
  width: 100%;
}

.FreeformTextWidgetLight__Text___AyCRC {
  padding: 10px;
  border: none;
  height: 100%;
  overflow-y: auto;
  font-size: 13px;
  line-height: 20px;
  word-break: break-word;
}

.FreeformTextWidgetLight__Text___AyCRC > blockquote, .FreeformTextWidgetLight__TextNonScroll___39-Uk > blockquote {
  font-style: italic;
  color: #000000;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 1em;
  padding: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > pre {
  word-break: normal;
  padding: 9.5px;
  margin: 0 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  white-space: pre-wrap;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

.FreeformTextWidgetLight__mobileOnly___oh9bm > h2 {
  font-size: 16px;
  font-size: 1rem;
}
 
.FreeformTextWidgetLight__Text___AyCRC > ol, .FreeformTextWidgetLight__TextNonScroll___39-Uk > ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.FreeformTextWidgetLight__Text___AyCRC > ul, .FreeformTextWidgetLight__TextNonScroll___39-Uk > ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.FreeformTextWidgetLight__Text___AyCRC figure {
  margin: 0;
}

.FreeformTextWidgetLight__TextNonScroll___39-Uk {
  padding: 10px;
  border: none;
  overflow-y: hidden;
  font-size: 13px;
  line-height: 20px;
}

.FreeformTextWidgetLight__TextNonScroll___39-Uk figure {
  margin: 0;
}

.FreeformTextWidgetLight__Text___AyCRC ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul {
  list-style-type: disc;
}

.FreeformTextWidgetLight__Text___AyCRC ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li {
  list-style-type: decimal;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li {
  list-style-type: lower-alpha;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li ol,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ol li ol li ol li,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ol li ol li ol li {
  list-style-type: lower-roman;
}

.FreeformTextWidgetLight__Text___AyCRC ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ul ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul ul {
  list-style-type: circle;
  padding-left: 1.5em;
}

.FreeformTextWidgetLight__Text___AyCRC ul ul ul,
.FreeformTextWidgetLight__TextNonScroll___39-Uk ul ul ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.FreeformTextModalLight__ModalHeader___ZtNwK {
}

.FreeformTextModalLight__ModalBody___peJt1 {
  padding: 5%;
  height: 435px;
  max-height: 435px;
  overflow-y: auto;
}

.LoaderLight__loaderContainer___2auYR {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.DesktopSourcesCountLight__DesktopSourceCount___uSP56 {
  padding-top: 1em;
}

.DesktopSourcesCountLight__DesktopSourceCountEmbedded___3jyTc {
  padding-top: .5em;
}

.with-summary-header .DesktopSourcesCountLight__DesktopSourceCount___uSP56 {
  padding-top: .30em;
}

.DesktopSourcesCountLight__flex___1XpGV .DesktopSourcesCountLight__mentionWrapper-2-columns___1sukk {
  width: 45%;
  margin-left: 3%;
  margin-bottom: 1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DesktopSourcesCountLight__flex___1XpGV .DesktopSourcesCountLight__mentionWrapper-3-columns___sJ05D {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 1em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DesktopSourcesCountLight__mentionCount___3BTvP {
  top: 2px;
  position: relative;
  cursor: pointer;
  margin-left: 0.35em;
}

.DesktopSourcesCountLight__mentionCount___3BTvP:hover {
  color: #00A0FE;
}

.DesktopSourcesCountLight__flex___1XpGV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.DesktopSourcesCountLight__grid___yjnP_ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5em, 1fr));
  grid-gap: 0.5em 1em;
}

.MobileSourcesCountLight__MobileSourceCount___3BzzV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 14px 10px 27px;
}

.MobileSourcesCountLight__topPadding___3DIj8 {
  padding-top: 14px;
  width: 100%;
}

.MobileSourcesCountLight__mentionWrapper-1-columns___1rD7r {
  width: 100%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionWrapper-2-columns___2rlDu {
  width: 45%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionWrapper-3-columns___2UAa7 {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 26px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MobileSourcesCountLight__mentionCount___2nFAJ {
  margin-left: 5px;
}

.SingleBar__barContainer___27zs4 {
  margin-bottom: 10px;
}

.SingleBar__barContainer___27zs4:last-child {
  margin-bottom: 0;
}

.SingleBar__barTitleMobile___M44Hr {
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.SingleBar__barTitleDesktop___16c6k {
  font-style: normal;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

.SingleBar__barTitleMargin___F5z11 {
  margin-bottom: 3px;
}

.SingleBar__barTitleDesktop___16c6k:hover {
  cursor: pointer;
  color: #04BCFD;
}

.SingleBar__barRow___1NYX4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.35em;
}

.SingleBar__bar___23By_ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.SingleBar__countMobile___3v1O_ {
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.SingleBar__countDesktop___3RXwK {
  font-weight: 900;
  font-style: normal;
  text-align: center;
  margin-left: 0.05em;
  margin-right: 0.5em;
  margin-top: -0.35em;
}

.SingleBar__barSizeMobile___2rbNo {
  height: 80%;
  margin-right: 3px;
  min-width: 5px;
  float: left;
}

.SingleBar__barSizeDesktop___x4aWd {
  height: 0.5em;
  margin-right: 0.5em;
  min-width: 0.5em;
  float: left;
}

.SentimentSliderLight__container___d1NJ6 {
  background-color: inherit;
  height: 60px;
  padding: 0;
  text-align: center;
}

.SentimentSliderLight__container___d1NJ6:hover{
  cursor: pointer;
}

.SentimentSliderLight__disabled___2L9Yz,
.SentimentSliderLight__disabled___2L9Yz:hover {
  cursor: not-allowed !important;
}
.SentimentSliderLight__no_value___qin4w { /* marker; also, value_{-3..3} */ }

.SentimentSliderLight__caption___k9jPU {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.SentimentSliderLight__pit___2NcID {
}

.SentimentSliderLight__workbenchCaption___31RQI {
  text-align: right;
  text-transform: none;
  font-style: italic;
}

.SentimentSliderLight__disabled___2L9Yz .SentimentSliderLight__caption___k9jPU,
.SentimentSliderLight__no_value___qin4w .SentimentSliderLight__caption___k9jPU {
  text-transform: none;
  text-transform: initial;
  color: #B4BFD6;
  font-style: italic;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button{
  margin-left: 1px;
  width: 32%;
  color: #000000;
  background-color: #EFF1F3;
  background-image: none;
  border: 0px solid #EFF1F3;
  text-shadow: none;
  font-size: 11px;
  min-height: 20px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:first-child{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:last-child{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button.SentimentButtonsLight__active___1v-o-{
  color: #04BCFD;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:hover{
  background-color: #04BCFD;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SentimentButtonsLight__sentimentButtons___1Vlnd button:focus {
  outline:none;
}


.TopHashtagsWidgetLight__HashTagsContainer___13fWs {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}

.TopLanguagesWidgetLight__LanguagesContainer___1Cbrg {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}


.TopMediaBarChartWidgetLight__TopMediaBarChartContainer___3yaPw {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}
.TopXbyYLight__hoverLink___3obLI:hover{
  cursor: pointer;
  color: #00A0FE;
}

.TopXbyYLight__hover___2ENSd:hover{
  cursor: pointer;
}

.TopXbyYLight__noHover___fnBtx:hover{
  cursor: default;
  color: inherit;
}

.TotalMentionsByEntityWidgetLight__TotalMentionsByEntityWidget___29Ozm {
  text-align: center;
}

.TotalMentionsByEntityWidgetLight__TotalMentionsByEntity___2PPtu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsByEntityWidgetLight__MobileTotalMentionsByEntity___1z0iP {
  height: 230px;
  width: 98%;
}

.TotalMentionsByEntityWidgetLight__ExpandedTotalMentionsByEntity___EXxv5 {
  height: 360px;
  width: 98%;
}

.DesktopTopStoriesByScoreWidgetLight__DesktopTopStoriesByScoreWidget___1qjn0 {
  display: contents;
}

.DesktopTopStoriesByScoreWidgetLight__profileName___2JUjk {
  color: #8E9FAD;
}

.DesktopTopStoriesByScoreWidgetLight__profileNameWithHover___THbb4:hover{
  cursor: pointer;
}

.MobileTopStoriesByScoreLight__statistics___30_n1 {
  margin-top: 0.375em;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AnnotationsLegacyLight__profileName___2y1Xz {
}

.AnnotationsLegacyLight__displayWarning___3wk7V {
  font-style: italic;
  color: #1F2D42;
  margin-top: .85em;
  margin-bottom: 1.25em;
}

.AnnotationsLegacyLight__shareWithCampaign___2AoSn {
  padding-left: 5px;
  max-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1F2D42;

  border-left: 1px solid #D8DDE1;
  margin: 0px 5px;
}

.AnnotationsLegacyLight__titleText___fLMoC {
  color: #1F2D42;
  margin-bottom: 5px;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__shareText___3Wl2A {
  padding: 0px 10px 0px 5px;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb textarea {
  background-color: #ffffff;
  width: 100%;
  height: 200px;
  resize: none;
  margin-bottom: 0;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__footer___2I2Ze {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.85em;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.AnnotationsLegacyLight__AnnotationsLegacy___2b5kb .AnnotationsLegacyLight__buttonGroup___3J9UJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AnnotationsComponentLight__profileName___2Oa2H {
}

.AnnotationsComponentLight__displayWarning___t0bE2 {
  font-style: italic;
  color: #1F2D42;
  margin-top: .85em;
  margin-bottom: 1.25em;
}

.AnnotationsComponentLight__shareWithCampaign___2PsYp {
  padding-left: 5px;
  max-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1F2D42;

  border-left: 1px solid #D8DDE1;
  margin: 0px 5px;
}

.AnnotationsComponentLight__titleText___13ml6 {
  color: #1F2D42;
  margin-bottom: 5px;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__shareText___O9zT1 {
  padding: 0px 10px 0px 5px;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj textarea {
  background-color: #ffffff;
  width: 100%;
  height: 200px;
  resize: none;
  margin-bottom: 0;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__footer___uuPnF {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.85em;
  border-radius: 0 0 0.25em 0.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.AnnotationsComponentLight__AnnotationsComponent___NmhRj .AnnotationsComponentLight__buttonGroup___RCYrz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.AnnotationsComponentLight__ModalHeader___2wd-n {
}

.AnnotationsComponentLight__ModalBody___3hoQN {
  padding: 5%;
  overflow-y: auto;
}

.RealTimeStockTickerWidgetLight__header___XSvug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.RealTimeStockTickerWidgetLight__stockSymbol___1m8hO {
  margin-top: 0;
  margin-right: 0.25em;
}

.RealTimeStockTickerWidgetLight__stockPriceWrapper___1e9Ci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: .5em;
}

.RealTimeStockTickerWidgetLight__stockPrice___2DVac {
  margin: 0 .25em 0 0;
}

.RealTimeStockTickerWidgetLight__priceDiff___1tdA5 {
}

.RealTimeStockTickerWidgetLight__disclaimerWrapper___z7SbU {
  position: fixed;
  padding: .25em .5em;
  bottom: 0;
}

.RealTimeStockTickerWidgetLight__disclaimerSmall___1Y6Rb {
  color: #545C72;
  margin-bottom: .15em;
  margin-right: .25em;
}

.RealTimeStockTickerWidgetLight__disclaimer___1XqwY {
  color: #545C72;
  margin-bottom: .5em;
  margin-right: .25em;
}

.RealTimeStockTickerWidgetLight__label___Rb9Lv {
  color: #1F2D42;
}

.RealTimeStockTickerWidgetLight__labelSmall___JI4bL {
  color: #1F2D42;
}

.RealTimeStockTickerWidgetLight__statisticsWrapper___3foe9 {
  max-width: 6.25em;
  text-align: right;
}

.RealTimeStockTickerWidgetLight__statisticsWrapperSmall___1jnEK {
  max-width: 6.25em;
  text-align: right;
}
.TopLocationsWidgetLight__LocationsContainer___1lcwb {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}

.TopLocationsWidgetLight__scrollableDiv___1WwqB {
  overflow-y: scroll;
}

.TopLocationsWidgetLight__nonScrollableDiv___2mULq {
  overflow-y: hidden;
}

.TopIssuesWidgetLight__DesktopTopIssuesContainer___2lMb8 {
  padding: 0 9px 0 9px;
}

.TopIssuesBarChartLight__IssuesBarChartContainer___3esYb {
  margin-top: 15px;
}

.MobileTopIssuesBarChartLight__sentimentLabel___2Igc6 {
  text-align: left;
  margin-top: 15px;
  color: gray;
}

.MobileTopIssuesBarChartLight__sentimentLabel___2Igc6 > span {
  font-style: italic;
  font-weight: 700;
}

.StoryLight__story___1WMi6 {
  border-bottom: 1px solid #B2B3B4;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.StoryLight__story___1WMi6:last-child {
  border: 0;
  padding-bottom: 0;
}

.StoryLight__story___1WMi6 > div:first-child {
  padding-left: 20px;
  padding-right: 10px;
}

.StoryLight__story___1WMi6 a {
  text-decoration: none;
  word-break: break-word;
}

.StoryLight__storyInner___HbG9s {
  display: block;
  width: 100%;
}

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

.StoryLight__bodyAndControls___3yHY- a {
  color: #1F2D42;
}

.StoryLight__instagramThumbnail___1WXKS {
  width: 92px;
  height: 92px;
}

.StoryLight__bodyAndControls___3yHY- a:hover {
  color: #04BCFD;
}

.StoryLight__controls___21Ylz {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.StoryLight__actionsWrapper___1ayUM {
  position: absolute;
  top: 0;
  right: 0;
}

.StoryLight__actionsWrapper___1ayUM a:hover {
  color: white;
}

.AuthorLight__author___2-V4n > a:visited {
  color: #04BCFD;
}

.AuthorLight__author___2-V4n > a {
  color: #04BCFD;
}

.AuthorLight__author___2-V4n > span {
  color: #8E9FAD;
}

.TitleLight__title___1scw5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TitleLight__lexisIcon___2e20n {
  padding-right: 3px;
  -ms-flex-item-align: start;
      align-self: start; /* Position on the first line of a multi-line title */
}

.DeletedQuotedTweetLight__DeletedQuotedTweet___2dRdG {
  border: 1px solid #ffffff;
  border-radius: 0.25em;
  margin: 0.25em 0;
  padding: 0.5em;
  text-align: center;
}

.BodyLight__body___wTVXL {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.BodyLight__twitter___1VCtW a {
  color: #04BCFD;
}


.ZRankLight__zRank___33dDd {
  padding-top: 5px;
}

.ZRankLight__zRankScore___2I3Hu {
}

.ScoreLight__ScoreNumber___2Qf3O {
}

.TruncatedTextLight__expand___4Tch5 a {
  color: #00A0FE;
}

.TruncatedTextLight__expand___4Tch5 a:hover {
  cursor: pointer;
  text-decoration: none;
}


.HeaderLight__HeaderFilter___3-865 {
  margin: 5px 10px 0 0;
  font-size: 0.7em;
}

.HeaderLight__filterKey___1sywM {
}

.HeaderLight__showing___3r0nS {
}

.HeaderLight__bold___3RZ1f {
}
.FooterLight__Footer___2TY4u {
  margin-left: 10px;
  text-align: center;
}

.FooterLight__FooterButtonIcon___2QOc8 {
  margin-right: 6px;
}

.FooterLight__FooterLink___2BHMB {
  color: #545C72;
}

.FooterLight__Footer___2TY4u > button {
  background-color: #EFF1F3;
}

.FooterLight__Footer___2TY4u button:hover a {
  color: white;
  text-decoration: none;
}

.ColumnLight__Column___3pcA9 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #D8DDE1;
  padding: 5px 10px;
  padding-top: 0;
  min-width: 200px;
}

.ColumnLight__Column___3pcA9:last-child {
  border-right: 0;
}

.ColumnLight__ColumnHeader___3Q0y6 {
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #D8DDE1;
}

.ColumnLight__sourceIcon___9ONSq {
  margin-right: 5px;
}

.TabHeaderLight__TabHeader___2bv7e {
  padding: 0 10px;
  min-height: 437px;
}

.TabHeaderLight__TabSection___3roBz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TabLight__Tab___2apQ8 {
  color: #8E9FAD;
  padding-top: 10px;
  text-align: center;
  border-bottom: 2px solid #8E9FAD;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.TabLight__TabActive___2JChI {
  color: #00A0FE;
  border-bottom: 3px solid #00A0FE;
}
.StoryListLight__NewsroomStoryList___2jqdw {
  height: 400px;
  min-width: 400px;
  position: relative;
  padding: 0 0 10px;
  overflow-y: auto;
}

.MentionsAndInfluenceLight__MentionsAndInfluence___NU4Hi {
  height: 490px;
  position: relative;
}
.ColumnsLight__ColumnsContainer___3K0uw {
  height: 490px;
  overflow: scroll;
}

.ColumnsLight__Columns___1TA2D {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.TrendingModalLight__profileName___1uZc8 {
  font-size: 0.7em;
}

.TrendingModalLight__trendingStoriesLabel___1uosT {
}

.TrendingModalLight__filterWord___2aob4 {
}

.TrendingModalLight__dateRangeLabel___3nCAX {
  font-size: 0.7em;
}

.TrendingModalLight__dateRangeValue___1aLmI {
  font-size: 0.7em;
}

.TrendingModalLight__widgetTitle___rwc8p {
  border-bottom: 1px solid #D8DDE1;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.TrendingModalLight__widgetTitleItallic___28FCu {
}

.TrendingModalLight__widgetContainer___2UY14 {
  min-width: 400px;
  height: 450px;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.TrendingModalLight__widgetContainerCentered___se35R {
  text-align: center;
}

.TrendingModalLight__annotationsContainer___11WpH {
  min-width: 400px;
  height: 450px;
  padding: 0 1.25em;
}

.TrendingModalLight__widgetContainerTrendingStories___2JuHM {
  min-width: 400px;
  height: 406px;
  position: relative;
  padding: 0 20px;
}

.TrendingModalLight__influencersWrapper___1wfog {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.TrendingModalLight__widgetWrapperFullWidth___1Lrzm {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.TrendingModalLight__widgetWrapperFiftyPercent___1UzQJ {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.TrendingModalLight__widgetWrapperFourtyPercent___XPC8M {
  width: 40%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.TrendingModalLight__wordCloud___zHOlE {
  height: 440px;
}

.TrendingModalLight__widgetTitle2___353A0 {
  border-bottom: 1px solid #D8DDE1;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.TrendingModalLight__donutChart___jUsuh {
  height: 385px;
  position: relative;
  width: 100%;
}

.TrendingModalLight__donutChartEntitiesTab___1as6e {
  margin-top: 30px;
}
.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm {
  padding-top: 10px;
  text-align: right;
  padding-right: 40px;
}

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

.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm ul li {
  display: inline;
  padding-left: 20px;
  cursor: pointer;
}

.SentimentBreakdownByProfileOptionsLight__wrapper___lwlbm ul li a {
  text-decoration: none;
}

.SentimentBreakdownByProfileOptionsLight__link___t2D7Q {
  color: #1F2D42;
}

.SentimentBreakdownByProfileOptionsLight__selected___3uLgX {
  color: selectedTextColor;
}
.SentimentBreakdownByProfileChartWidgetLight__wrapper___2So2p {
  height: calc(100% - 30px);
}

.SentimentBreakdownByProfileChartWidgetLight__wrapperMobile___3CKAT {
  height: calc(100% - 15px);
}


.DesktopWidgetDark__DesktopWidget___1zdMz {
  background-color: #2D3443;
}

.DesktopWidgetDark__titleBar___swXQq {
  border-bottom: 1px solid #1F2D42;
}

.DesktopWidgetDark__menu___2nbxA {
  border-left: 1px solid #1F2D42;
}

.DesktopWidgetDark__EmbeddedWidget___1qpO7 {
  background: #2F3E54;
}

.DesktopWidgetDark__FooterImg____TTn2 {
  height: 21px;
  width: 70px;
  background: url(/static/build/77069/images/zignal_light_text.png) no-repeat;
  background-size: contain;
}

.DesktopWidgetDark__FooterImg____TTn2:hover {
  cursor: pointer;
}
.MobileWidgetDark__MobileWidget___1kTzN {
  background-color: #2D3443;
}

.MobileWidgetDark__titleBar___3o1no {
  border-bottom: 1px solid #1F2D42;
}

.MobileWidgetDark__menu___3bN9X {
  border-left: 1px solid #1F2D42;
}

.PeakToolTipDark__mentionsCount___2E_Uu {
  color: #B4BFD6;
}

.PeakToolTipDark__mentionsLabel___2Ee7P {
  color: #B4BFD6;
}

.PeakToolTipDark__timeFrame___3y0Xq {
  color: #B4BFD6;
}

.PeakToolTipDark__date___1Fwpd {
  color: #B4BFD6;
}


.HistoricalSentimentWidgetDark__HistoricalSentimentChart___1wwmL {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.HistoricalSentimentWidgetDark__MobileHistoricalSentimentChart___1ZjeB {
  height: 230px;
  width: 98%;
}

.HistoricalSentimentWidgetDark__ExpandedHistoricalSentimentChart___3uPeW {
  height: 360px;
  width: 98%;
}






.ChartOptionsHeaderDark__intervalButtons___3QAQD {
}

.ChartOptionsHeaderDark__intervalButtons___3QAQD.ChartOptionsHeaderDark__hidden___35oU1 {
  display: none;
}

.ChartOptionsHeaderDark__intervalButtonsList___3sZ9f, .ChartOptionsHeaderDark__chartTypeButtons___D8OYn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin-left: 3em;
}

.ChartOptionsHeaderDark__intervalButtonsList___3sZ9f li {
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
  text-transform: capitalize;
}

.ChartOptionsHeaderDark__intervalButtonsList___3sZ9f li.ChartOptionsHeaderDark__active___3UzlE, .ChartOptionsHeaderDark__chartTypeButtons___D8OYn li.ChartOptionsHeaderDark__active___3UzlE {
  color: #00A0FE;
  border-bottom: 4px solid #00A0FE;
}

.ChartOptionsHeaderDark__chartTypeButtons___D8OYn li{
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  color: #B4BFD6;
  border-bottom: 2px solid #B4BFD6;
}

.TimeSeriesChartWrapperDark__TimeSeriesChartWrapper___2g0kG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 93%;
  width: 100%;
}

.DesktopTotalMentionsChartDark__DesktopTotalMentionsChart___1yShT {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.DesktopTopSubRedditsDark__subheader___zTRMp {
  color: #838FAE;
}


.DesktopTopSubRedditsDark__divider___2ix-4 {
  display: block;
  border-top: 1px solid #B4BFD6;
}

.NumberWidgetDark__value___333-V {
  color: #B4BFD6;
}

.TotalMentionsChartBySourceWidgetDark__TotalMentionsChartBySourceWidget___3wjxF {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsChartByIssueWidgetDark__TotalMentionsChartByIssueWidget___tUx1V {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.StockPriceZignalInsightWidgetDark__GoogleAnalyticsWidget___cgFgC {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsByEntityWidgetDark__TotalMentionsByEntity___2hz8R {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 98%;
}

.TotalMentionsByEntityWidgetDark__MobileTotalMentionsByEntity___1Cg6l {
  height: 230px;
  width: 98%;
}

.TotalMentionsByEntityWidgetDark__ExpandedTotalMentionsByEntity___mg2Mw {
  height: 360px;
  width: 98%;
}

.FreeformTextWidgetDark__Text___o3d0i {
  padding: 10px;
  border: none;
  height: 100%;
  overflow-y: auto;
  font-size: 13px;
  line-height: 20px;
  word-break: break-word;
}

.FreeformTextWidgetDark__Text___o3d0i figure {
  margin: 0;
}

.FreeformTextWidgetDark__TextNonScroll___2rmA_ {
  padding: 10px;
  border: none;
  overflow-y: hidden;
  font-size: 13px;
  line-height: 20px;
}

.FreeformTextWidgetDark__TextNonScroll___2rmA_ figure {
  margin: 0;
}

.FreeformTextWidgetDark__Text___o3d0i ul,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ul {
  list-style-type: disc;
}

.FreeformTextWidgetDark__Text___o3d0i ol,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetDark__Text___o3d0i ol li,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol li {
  list-style-type: decimal;
}

.FreeformTextWidgetDark__Text___o3d0i ol li ol,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetDark__Text___o3d0i ol li ol li,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol li ol li {
  list-style-type: lower-alpha;
}

.FreeformTextWidgetDark__Text___o3d0i ol li ol li ol,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol li ol li ol {
  padding-left: 1.5em;
}

.FreeformTextWidgetDark__Text___o3d0i ol li ol li ol li,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ol li ol li ol li {
  list-style-type: lower-roman;
}

.FreeformTextWidgetDark__Text___o3d0i ul,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.FreeformTextWidgetDark__Text___o3d0i ul ul,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ul ul {
  list-style-type: circle;
  padding-left: 1.5em;
}

.FreeformTextWidgetDark__Text___o3d0i ul ul ul,
.FreeformTextWidgetDark__TextNonScroll___2rmA_ ul ul ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.FreeformTextModalDark__ModalHeader___2pegh {
}

.FreeformTextModalDark__ModalBody___2Vurn {
  padding: 5%;
  height: 435px;
  max-height: 435px;
  overflow-y: auto;
}

.DeletedQuotedTweetDark__DeletedQuotedTweet___5nE7v {
  border: 1px solid #B4BFD6;
}

.RealTimeStockTickerWidgetDark__stockPriceWrapper___1xT5Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0;
}

.RealTimeStockTickerWidgetDark__stockPrice___28CY7 {
  margin: .25em .25em 0.25em 0;
}

.RealTimeStockTickerWidgetDark__disclaimerWrapper___ch5F5 {
  position: relative;
}
.ComparisonProfileListDark__ComparisonProfileList___1EwBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ComparisonProfileListDark__profileListContent___Hh2ay {
  margin-left: 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ComparisonProfileListDark__title___1iq78 {
  padding: 1.25em 0 0.625em;
}

.ComparisonProfileListDark__listItem___3ohMH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.ComparisonProfileListDark__listItem___3ohMH.ComparisonProfileListDark__hidden___36Sly {
  opacity: 0.5;
}

.ComparisonProfileListDark__listItem___3ohMH.ComparisonProfileListDark__first___R-sLR {
  padding-top: 0;
}

.ComparisonProfileListDark__listItem___3ohMH.ComparisonProfileListDark__last___3DvVX {
  border-bottom: none;
}

.ComparisonProfileListDark__image___27lY0 {
  width: 23%;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListDark__image___27lY0 img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ComparisonProfileListDark__headerInfoWrapper___2Oco1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListDark__infoWrapper___1Fulc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #D8DDE1;
  padding: 0.5em 0;
}

.ComparisonProfileListDark__name___2XZSI {
  line-height: 0.875em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ComparisonProfileListDark__summary___UJRqG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.ComparisonProfileListDark__legendColor___3Ur2S {
  width: 3.125em;
  height: 0.5em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.3em;
}

.ComparisonProfileListDark__comparisonLegendColor___2BZhP {
  width: 3.125em;
  height: 0.1875em;
  margin-right: 0.3125em;
  min-width: 0.3125em;
  margin-top: 0.5em;
}

.ComparisonProfileListDark__data___3DNv_ {
  margin-bottom: -0.3125em;
}

.ProfileListDark__ProfileList___4lRuY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ProfileListDark__profileListContent___1oQY_ {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.ProfileListDark__title___Ovo4p {
  padding: 20px 0 10px;
}

.ProfileListDark__listItem___HyxAS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #D8DDE1;
  cursor: pointer;
}

.ProfileListDark__listItem___HyxAS.ProfileListDark__hidden___15UyE {
  opacity: 0.5;
}

.ProfileListDark__listItem___HyxAS.ProfileListDark__first___2uj96 {
  padding-top: 0;
}

.ProfileListDark__listItem___HyxAS.ProfileListDark__last___21F50 {
  border-bottom: none;
}

.ProfileListDark__image___3jIhO {
  width: 23%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListDark__image___3jIhO img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ProfileListDark__infoWrapper___3bYo8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}

.ProfileListDark__name___2tI6V {
}

.ProfileListDark__summary___uxL9r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
}

.ProfileListDark__legendColor___1U8qw {
  width: 50px;
  height: 8px;
  margin-right: 5px;
  min-width: 5px;
}

.ProfileListDark__data___3Ch4R {
  margin-bottom: -5px;
}

.WidgetSettingsWidgetDark__WidgetSettingsWidget___5U1-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.WidgetSettingsWidgetDark__settingsPanelTitle___3MVsD {
  padding: 9px 0 2px 9px;
  margin-bottom: 0;
  width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
}

.WidgetSettingsWidgetDark__settingsPanelHeader___3neFz {
  padding: 0;
  border-bottom: 1px solid #d8dde1;
  width: 100%;
  height: 31px;
  overflow: hidden;
}

.WidgetSettingsWidgetDark__settingsPanelContent___bPbn8 {
  padding: 1em;
}

.WidgetSettingsWidgetDark__componentLabel___uANnc {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

/* .DesktopSourceCount { */
/*   display: flex; */
/*   flex-direction: row; */
/*   flex-wrap: wrap; */
/*   padding-top: 0.6em; */
/* } */

/* .mentionWrapper-3-columns { */
/*   width: 32%; */
/*   margin-left: 1.3%; */
/*   margin-bottom: 1em; */
/*   white-space: nowrap; */
/* } */

/* .mentionCount { */
/*   composes: largerSize;  */
/*   composes: normalWeight; */
/*   top: 0.01em; */
/*   position: relative; */
/*   cursor: pointer; */
/*   margin-left: 0.10em; */
/* } */

.SentimentBreakdownByProfileOptionsDark__wrapper___mmgKZ {
  padding-top: 10px;
  text-align: right;
  padding-right: 40px;
}

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

.SentimentBreakdownByProfileOptionsDark__wrapper___mmgKZ ul li {
  display: inline;
  padding-left: 20px;
  cursor: pointer;
}

.SentimentBreakdownByProfileOptionsDark__wrapper___mmgKZ ul li a {
  text-decoration: none;
}

.SentimentBreakdownByProfileOptionsDark__link___24g7e {
  color: #B4BFD6;
}

.SentimentBreakdownByProfileOptionsDark__selected___17Id- {
  color: selectedTextColor;
}
.SentimentBreakdownByProfileChartWidgetDark__wrapper___1v2zx {
  height: calc(100% - 30px);
}

.SentimentBreakdownByProfileChartWidgetDark__wrapperMobile___3z0j3 {
  height: calc(100% - 15px);
}

.TopLanguagesWidgetDark__LanguagesContainer___13Frz {
  margin-top: 1em;
  width: 90%;
  margin-left: .5em;
}


/*# sourceMappingURL=Dark.css.map*/
.AppDark__default___DppGL {

}

.CheckerModalFormDark__optionMargin___YqJYe {
}

.ForgotFormDark__background___i6yli {}

.ForgotFormDark__logo___mMmXF {}

.ForgotFormDark__title___eiFHm {}

.ForgotFormDark__emailLabel___RHf4X {}

.ForgotFormDark__emailAddress___h59Gj {}

.ForgotFormDark__forgotPasswordLink___5jq7O {}

.ForgotFormDark__forgotUsernameLink___j-Ygp {}

.ForgotFormDark__successMessage___mSiBJ {}

.ForgotFormDark__errorMessage___ntWmm {}

.ForgotFormDark__btn___bNj6i {}

.LoginFormDark__submitCell___bl1pS {
  height: 82px;
}

.LoginFormDark__paddingCell___chZu7 {
  height: 82px;
}

.LoginFormDark__logo___ZVmWb {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

.LoginFormDark__logoPaddingCell___yvXkl {
  display: block;
  height: 30px;
  z-index: 0;
}

.LoginFormDark__invisibleCell___jQMy3 {
  visibility: hidden;
}

.LoginFormDark__loginFormBackround___5-wY\+ {
  background-image: url(/static/build/77069/images/Login_Background.png);
  width: 85%;
  margin: 0 auto;
  padding: 206px 0;
  max-width: 1107px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .LoginFormDark__background___Avdqz {
    background-image: url(/static/build/77069/images/Mobile_Background.png);
  }
  .LoginFormDark__loginFormBackround___5-wY\+ {
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .LoginFormDark__termsTextRow___sWQBb {
    text-align: center;
  }
}

.LoginFormDark__background___Avdqz {
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .LoginFormDark__loginFormBackround___5-wY\+ {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .LoginFormDark__loginFormBackround___5-wY\+ {
    width: 85%;
  }
}

@media (min-width: 768px) {
  .LoginFormDark__background___Avdqz {
    background-image: url(/static/build/77069/images/Background_Circles.png);
  }
}

.LoginFormDark__background___Avdqz {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.LoginFormDark__row___ZJMsD {
  width: 100%;
  clear: both;
}

.LoginFormDark__mainRow___nmZiv {
  vertical-align: middle;
}

.LoginFormDark__background___Avdqz label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.LoginFormDark__usernameLabel___ptcjh {
  margin: 0;
  border-bottom: 1px solid transparent;
}

.LoginFormDark__errorUsernameLabel___i5CLP {
  border-color: #DD3A59;
}

.LoginFormDark__passwordLabel___G4cKi {
  margin: 0;
}

:root .LoginFormDark__commonInput___RnOZl {
  height: 50px;
  width: 100%;
  border: 0;
  margin: 0;
  color: #1F2D42;
  background: #EFF1F3;
  padding-left: 10px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  white-space: nowrap;
  font-family: Roboto;
}

:root .LoginFormDark__commonInput___RnOZl:focus {
  background: #ffffff;
}

:root .LoginFormDark__commonInput___RnOZl::-webkit-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormDark__commonInput___RnOZl::-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormDark__commonInput___RnOZl:-ms-input-placeholder {
  color: #8E9FAD;
  font-style: italic;
}
:root .LoginFormDark__commonInput___RnOZl:-moz-placeholder {
  color: #8E9FAD;
  font-style: italic;
}

:root .LoginFormDark__commonInput___RnOZl:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

@media (max-width: 768px) {
  :root .LoginFormDark__errorMessage___MKkrU {
    left: 0;
  }
}

:root .LoginFormDark__commonInput___RnOZl:focus {
  outline: none;
}

.LoginFormDark__usernameInput___jRzzl {
  margin-bottom: 1px;
}

.LoginFormDark__usernameInput___jRzzl:focus
{
  outline:0;
}

.LoginFormDark__passwordInput___v8hS1 {
}

.LoginFormDark__passwordInput___v8hS1:focus
{
  outline:0;
}

.LoginFormDark__buttonContainer___7YSpC {
  width: 100%;
  height: 82px;
}

.LoginFormDark__offsetCell___qaVYt {
  display: block;
  position: absolute;
  margin-top: 0.25em;
}

.LoginFormDark__forgotPassword___2jpwm {
  width: 100%;
  text-align: center;
  color: #00A0FE !important;
  margin-top: 10px;
  z-index: 1;
}

.LoginFormDark__forgotPassword___2jpwm:hover {
  text-decoration: none;
}

.LoginFormDark__errorMessage___MKkrU {
  font-size: 0.875rem;
  padding: 1em;
  margin-left: 0;
  background: #DD3A59;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
}

.LoginFormDark__signInButton___jKndd {
  height: 102px;
  width: 100%;
  cursor: pointer;
  padding: 0.5em 1em;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  outline: 0;
  background: #00A0FE;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1em;
  position: relative;
  border-radius: 0;
}

.LoginFormDark__signInButton___jKndd:hover {
  background: #04BCFD;
  color: #034A89;
}

.LoginFormDark__signInButton___jKndd:active {
  background: #034A89;
  color: #04BCFD;
}

@media (max-width: 767px) {
  .LoginFormDark__passwordInput___v8hS1, .LoginFormDark__usernameInput___jRzzl {
    font-size:1rem !important;
    height: 40px !important;
  }
  .LoginFormDark__signInButton___jKndd {
    font-size: 1.125rem;
    height: 80px;
    bottom: -1px;
  }
  .LoginFormDark__forgotPassword___2jpwm {
    font-size: 0.875rem;
  }
}

.LoginFormDark__termsTextRow___sWQBb {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #B4BFD6;
  width: 100%;
}

.LoginFormDark__termsTextRow___sWQBb a{
  color: #00A0FE;
}

.LoginFormDark__termsTextRow___sWQBb a:hover{
  text-decoration: none;
}

.LoginFormDark__notificationMessage___PXUPi {
  padding: 0.75em;
  background: #F29320;
}

.LoginFormDark__notificationMessage___PXUPi a {
  color: white;
  text-decoration: underline;
}

.LegacyLoginFormDark__LegacyLoginForm___P5Ttx {
}

.LayoutAppDark__default___VQhOO {
}

.DropdownDark__dropdownWrapper___-hwuC {
}

.DropdownDark__dropdownContent___oyzSJ {
}

/* Tooltip-like triangle */
.DropdownDark__dropdownContent___oyzSJ:after {
  content: '';
  position: absolute;
  top: 0;
  left: 339px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  border-top: 0;
  margin-left: -10px;
  margin-top: -10px;
}

.DropdownDark__loadMore___2tmAa {
}

.DropdownItemDark__dropdownItem___tftfN {
}

.DropdownItemDark__wrapper___I9bAf {
}

:root .DropdownItemDark__link___QyBAL {
  color: #2F3E54;
}

:root .DropdownItemDark__link___QyBAL:hover {
  text-decoration: none;
}

.DropdownItemDark__unread___pJHWy {
}

.DropdownItemDark__iconWrapper___STbL- {
}

.DropdownItemDark__mainBody___tPxqF {
}

.DropdownItemDark__label___SrrO8 {
}

.DropdownItemDark__titlesWrapper___FOi3G {
}

.DropdownItemDark__mainTitle___-ZQ4c {
}

.DropdownItemDark__subtitle___unhgg {
}

.DropdownItemDark__buttonWrapper___VK42n {
}

.DropdownItemDark__timestamp___Id-sC {
}

.BadgeDark__badge___2L2RB {
}

.EmptyTableDark__EmptyTable___e78Gs {
}

.TableLoaderDark__TableLoader___o4VQc {
}

.SharedLinkRowDark__sharedLink___PUYKV.SharedLinkRowDark__link___omjeT {
	color: #B4BFD6;
}


.StoryAndSourceCheckerDark__modalLoadingContainer___Wh9II {
}

.SourceCheckerFormDark__sourceTypeSelectContainer___H8Vkc {
}

.SourceCheckerFormDark__checkerTextAreaContainer___OVgc4 {
}

.SourceCheckerFormDark__checkerTextArea___d7-xh {
}

.StoryCheckerFormDark__storyTypeSelectContainer___LML\+g {
    width: 95%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.StoryCheckerFormDark__storyTypeTitle___7q3zY {
  width: 95%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.StoryCheckerFormDark__checkerTextAreaContainer___6BAL- {
}

.StoryCheckerFormDark__checkerTextArea___z7ra7 {
}

.StoryCheckerFormDark__storyTypeHorizontalForm___ofeWc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.StoryCheckerFormDark__containerFlexOne___aa2wh{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.TableDark__sortableHeader___3qnVn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TableIconDark__TableIcon___b\+PdQ {
}

.ZccAddDark__ZccAdd___Nw-Vy {
}

.ZccListItemDark__ZccListItem___GahmE {
}

.ZccFormDark__ZccForm___haEkr {
}

.ConfidenceSliderDark__ConfidenceSlider___SGmLh {
}

.TwitterImportsDark__TwitterImportsTableWrapper___X0dx4 {
}

.TwitterImportsDark__TwitterImportHeader___1gvpv {
}

.TwitterImportsDark__TwitterImportFilter___IfV9I {
}

.TwitterImportsDark__TwitterImportsTotals___2ntJ8 {
}

.TwitterImportsDark__TwitterImportsEmptyTable___XKxbz {
}

.TwitterImportsDark__TwitterImportsEmptyTableIcon___NwPBs {
}

.TwitterImportsDark__TwitterImportsEmptyTableTitle___4IeWd {
}

.TwitterImportsDark__TwitterImportsTableFooter___88w4a {
}

.TwitterImportsDark__loadingSection___bEjKT {
}

/* New Import */
.TwitterImportsDark__newImportWrapper___-euGP {
}

.TwitterImportsDark__backToList___EtB1m {
}

.TwitterImportsDark__banner___9hiAn {
}

.SourceCheckerResultDark__sourceCheckerSearchResult___jDkHe {
}
.SourceCheckerResultDark__sourceCheckerSearchResultIcon___NjWGA {
}

.SourceCheckerResultDark__sourceCheckerSearchResultList___IxmPF li{
  display: inline;
  padding-right: 10px;
  border-right: 1px solid #D8DDE1;
  margin-right: 10px;
}

.SourceCheckerResultDark__sourceCheckerSearchResultList___IxmPF li:last-child {
  border-right: none;
}

.SourceCheckerResultDark__invalidStory___XT8u9 {
}

.SourceCheckerResultDark__coveredStory___\+XAU8 {
}

.SourceCheckerResultDark__uncoveredStory___oD6jg {
}

.SourceCheckerResultDark__searchResultStats___NW8Gp {
}
.StoryCheckerDetailDark__StoryCheckerDetail___2A4NI {
}

.dark__resultTypeTitle___Ii2pt {
}
.dark__resultTitleContainer___Akz23 {
}

.dark__filtersContainer___CWq7J {
}

.dark__showSimilarLink___N4bR9 {
}

.dark__resultListWrapper___Cd5aG {
}

.dark__sourceDetails___u7bWC {
}

.dark__AdminSettings___A\+AkG {
}
.StoryContentMSICheckerDark__detailIcon___ddPI2 {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.StoryContentMSICheckerDark__detailAnalysisText___kzeVU {
  display: inline-block;
  padding-top: 2px;
  color: #00A0FE !important;
}

.StoryContentMSICheckerDark__detailIconBlue___JXf3O {
  color: #00A0FE !important;
}
.dark__filterPositive___2QFe0 {
}

.dark__filterNegative___YI3bR {
}

.dark__filterAlert___EGJ9o {
}

.dark__iconPositive___OL5ox {
}

.dark__iconAlert___C\+8ER {
}

.dark__iconNegative___-Gsez {
}







/*# sourceMappingURL=zen-login.css.map*/