
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:400i&subset=latin,latin-ext);
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000; }
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center; }
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }
.tipsy-arrow-n {
  border-bottom-color: #000; }
.tipsy-arrow-s {
  border-top-color: #000; }
.tipsy-arrow-e {
  border-left-color: #000; }
.tipsy-arrow-w {
  border-right-color: #000; }
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }
.modalBlockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
.modalHost {
  top: 50%;
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
.messageBox {
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 300px; }
.durandal-view-404 {
  color: red;
  margin: 8px 0;
  padding: 8px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
html {
  height: 100%; }
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-family: Lato,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; }
.fullWindowApp {
  min-height: 100%; }
@media only screen and (max-width: 640px), only screen and (max-height: 400px) {
  
  
  html {
    -webkit-text-size-adjust: none; } }
.hidden {
  visibility: hidden; }
.clear {
  clear: both; }
.cursorPointer {
  cursor: pointer; }
@font-face {
  font-family: 'moonwalk';
  src: url("fonts/moonwalk.ttf?v526s5") format("truetype"), url("fonts/moonwalk.woff?v526s5") format("woff"), url("fonts/moonwalk.svg?v526s5#moonwalk") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  
  font-family: 'moonwalk' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.icon-copy:before {
  content: "\e985"; }
.icon-star-outline:before {
  content: "\e90b"; }
.icon-check-bg-color .path1:before {
  content: "\e946";
  color: #7cc577; }
.icon-check-bg-color .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: white; }
.icon-check-bg-grey .path1:before {
  content: "\e947";
  color: #bcbec0; }
.icon-check-bg-grey .path2:before {
  content: "\e95e";
  margin-left: -1em;
  color: white;
  opacity: 0.5; }
.icon-exclamation-bg-color .path1:before {
  content: "\e945";
  color: #f27921; }
.icon-exclamation-bg-color .path2:before {
  content: "\e95c";
  margin-left: -1em;
  color: white; }
.icon-participation-explored .path1:before {
  content: "\e972";
  color: #0eaade; }
.icon-participation-explored .path2:before {
  content: "\e973";
  margin-left: -0.912109375em;
  color: #929497; }
.icon-participation-rated .path1:before {
  content: "\e975";
  color: #0eaade; }
.icon-participation-rated .path2:before {
  content: "\e976";
  margin-left: -0.8525390625em;
  color: #929497; }
.icon-participation-shared .path1:before {
  content: "\e977";
  color: #0eaade; }
.icon-participation-shared .path2:before {
  content: "\e978";
  margin-left: -0.8369140625em;
  color: #929497; }
.icon-pencil-circle-color .path1:before {
  content: "\e949";
  color: white; }
.icon-pencil-circle-color .path2:before {
  content: "\e95f";
  margin-left: -1em;
  color: #939598; }
.icon-pencil-circle-color .path3:before {
  content: "\e960";
  margin-left: -1em;
  color: #939598; }
.icon-person-bg-black .path1:before {
  content: "\e96d";
  color: #424142; }
.icon-person-bg-black .path2:before {
  content: "\e96e";
  margin-left: -1.0390625em;
  color: white; }
.icon-x-circle-color .path1:before {
  content: "\e953";
  color: white; }
.icon-x-circle-color .path2:before {
  content: "\e954";
  margin-left: -1em;
  color: #939598; }
.icon-x-circle-color .path3:before {
  content: "\e955";
  margin-left: -1em;
  color: #939598; }
.icon-your-stats-color .path1:before {
  content: "\e965";
  color: #afb0b2; }
.icon-your-stats-color .path2:before {
  content: "\e966";
  margin-left: -1.037109375em;
  color: #afb0b2; }
.icon-your-stats-color .path3:before {
  content: "\e967";
  margin-left: -1.037109375em;
  color: #afb0b2; }
.icon-your-stats-color .path4:before {
  content: "\e968";
  margin-left: -1.037109375em;
  color: #424142; }
.icon-your-stats-color .path5:before {
  content: "\e969";
  margin-left: -1.037109375em;
  color: white; }
.icon-your-stats-color .path6:before {
  content: "\e96a";
  margin-left: -1.037109375em;
  color: #afb0b2; }
.icon-your-stats-color .path7:before {
  content: "\e96b";
  margin-left: -1.037109375em;
  color: #afb0b2; }
.icon-bar-charts:before {
  content: "\e96f"; }
.icon-check:before {
  content: "\e979"; }
.icon-comment-filled:before {
  content: "\e93f"; }
.icon-comment-outline-bold:before {
  content: "\e940"; }
.icon-demographics:before {
  content: "\e970"; }
.icon-dotdotdot:before {
  content: "\e941"; }
.icon-empty-circle:before {
  content: "\e948"; }
.icon-exchanges-filled:before {
  content: "\e971"; }
.icon-lightbulb:before {
  content: "\e93b"; }
.icon-lock:before {
  content: "\e957"; }
.icon-magnifier:before {
  content: "\e97b"; }
.icon-meter:before {
  content: "\e94f"; }
.icon-person-arrow:before {
  content: "\e920"; }
.icon-person-circle:before {
  content: "\e964"; }
.icon-plus-bg:before {
  content: "\e93a"; }
.icon-restore:before {
  content: "\e943"; }
.icon-star-filled:before {
  content: "\e93d"; }
.icon-tab-pointer:before {
  content: "\e917"; }
.icon-thought-filled:before {
  content: "\e93e"; }
.icon-thought-filled-2:before {
  content: "\e97a"; }
.icon-thought-mixed:before {
  content: "\e90c"; }
.icon-thought-pending-filled:before {
  content: "\e90f"; }
.icon-thoughts-filled:before {
  content: "\e932"; }
.icon-thoughts-outline:before {
  content: "\e961"; }
.icon-translate:before {
  content: "\e921"; }
.icon-x:before {
  content: "\e94b"; }
.icon-x-bg-2:before {
  content: "\e97c"; }
.icon-discover-bg-color .path1:before {
  content: "\e930";
  color: #932685; }
.icon-discover-bg-color .path2:before {
  content: "\e97d";
  margin-left: -1em;
  color: white; }
.icon-discover-bg-color .path3:before {
  content: "\e97e";
  margin-left: -1em;
  color: white; }
.icon-discover-bg-color-edge .path1:before {
  content: "\e92f";
  color: #932685; }
.icon-discover-bg-color-edge .path2:before {
  content: "\e95a";
  margin-left: -1.060546875em;
  color: white; }
.icon-discover-bg-color-edge .path3:before {
  content: "\e95b";
  margin-left: -1.060546875em;
  color: white; }
.icon-flag-circle-color .path1:before {
  content: "\e92b";
  color: white; }
.icon-flag-circle-color .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: #ee4137; }
.icon-flag-circle-color .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: #ee4137; }
.icon-star-bg-color .path1:before {
  content: "\e92d";
  color: #f27921; }
.icon-star-bg-color .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: white; }
.icon-star-bg-color-edge .path1:before {
  content: "\e92c";
  color: #f27921; }
.icon-star-bg-color-edge .path2:before {
  content: "\e958";
  margin-left: -1.060546875em;
  color: white; }
.icon-star-bg-color-edge .path3:before {
  content: "\e959";
  margin-left: -1.060546875em;
  color: white; }
.icon-thought-bg-color .path1:before {
  content: "\e93c";
  color: #313d61; }
.icon-thought-bg-color .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: white; }
.icon-thought-bg-color-edge .path1:before {
  content: "\e94a";
  color: #313d61; }
.icon-thought-bg-color-edge .path2:before {
  content: "\e97f";
  margin-left: -1.060546875em;
  color: white; }
.icon-thought-bg-color-edge .path3:before {
  content: "\e980";
  margin-left: -1.060546875em;
  color: white; }
.icon-x-bg-color .path1:before {
  content: "\e950";
  color: white; }
.icon-x-bg-color .path2:before {
  content: "\e981";
  margin-left: -1em;
  color: #932684; }
.icon-thought-bulb:before {
  content: "\e974"; }
.icon-te-logo:before {
  content: "\e982"; }
.icon-chain:before {
  content: "\e983"; }
.icon-sms:before {
  content: "\e984"; }
.icon-person-outline:before {
  content: "\e903"; }
.icon-person-filled:before {
  content: "\e918"; }
.icon-email-phone:before {
  content: "\e900"; }
.icon-email:before {
  content: "\e91a"; }
.icon-phone:before {
  content: "\e92a"; }
.icon-analytics:before {
  content: "\e909"; }
.icon-archive:before {
  content: "\e91f"; }
.icon-beaker:before {
  content: "\e908"; }
.icon-bell:before {
  content: "\e910"; }
.icon-check-circle:before {
  content: "\e91c"; }
.icon-chevron-right:before {
  content: "\e939"; }
.icon-chevron-right-bg:before {
  content: "\e934"; }
.icon-clock:before {
  content: "\e925"; }
.icon-comment-outline:before {
  content: "\e901"; }
.icon-discover-bg:before {
  content: "\e94e"; }
.icon-exclamation-circle:before {
  content: "\e91b"; }
.icon-flag:before {
  content: "\e924"; }
.icon-gear:before {
  content: "\e91e"; }
.icon-globe:before {
  content: "\e944"; }
.icon-home:before {
  content: "\e913"; }
.icon-lock-bg:before {
  content: "\e96c"; }
.icon-lock2:before {
  content: "\e963"; }
.icon-menu:before {
  content: "\e91d"; }
.icon-minus-circle:before {
  content: "\e902"; }
.icon-pencil:before {
  content: "\e90d"; }
.icon-people-group:before {
  content: "\e928"; }
.icon-person-circle-2:before {
  content: "\e927"; }
.icon-person-gear:before {
  content: "\e904"; }
.icon-plus:before {
  content: "\e923"; }
.icon-question:before {
  content: "\e922"; }
.icon-question-bg:before {
  content: "\e929"; }
.icon-question-circle:before {
  content: "\e905"; }
.icon-refresh:before {
  content: "\e935"; }
.icon-reopen:before {
  content: "\e911"; }
.icon-report-create:before {
  content: "\e907"; }
.icon-round-bg:before {
  content: "\e933"; }
.icon-scribble-arrow-down:before {
  content: "\e936"; }
.icon-scribble-arrow-left-down:before {
  content: "\e937"; }
.icon-scribble-long-arrow-right-down:before {
  content: "\e938"; }
.icon-scribble-long-arrow-right-up:before {
  content: "\e906"; }
.icon-share:before {
  content: "\e915"; }
.icon-skip:before {
  content: "\e90a"; }
.icon-star-bg:before {
  content: "\e94d"; }
.icon-stop:before {
  content: "\e916"; }
.icon-thought-bg:before {
  content: "\e94c"; }
.icon-thought-check:before {
  content: "\e926"; }
.icon-thought-outline:before {
  content: "\e90e"; }
.icon-thought-pending-outline:before {
  content: "\e912"; }
.icon-thought-star:before {
  content: "\e914"; }
.icon-tools:before {
  content: "\e942"; }
.icon-updating:before {
  content: "\e919"; }
.icon-x-bg:before {
  content: "\e931"; }
.icon-x-light:before {
  content: "\e962"; }
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #FFFFFF; }
input:not([type=checkbox]):not([type=radio]), textarea, pre {
  font-family: Lato,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1rem;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0.4em 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }
input:not([type=checkbox]):not([type=radio]), textarea {
  border-bottom: 1px solid #AEB0B2; }
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 0; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AEB0B2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #AEB0B2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #AEB0B2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
select {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
a {
  color: #932685; }
.multilineExpandingArea {
  position: relative;
  padding: 0;
  margin: 0; }
  
  .multilineExpandingArea textarea, .multilineExpandingArea pre {
    padding: 0.3em;
    background: transparent;
    font-size: 1em;
    white-space: pre-wrap;
    word-wrap: break-word; }
  
  .multilineExpandingArea textarea {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: hidden;
    border-bottom: 1px solid #AEB0B2; }
  
  .multilineExpandingArea pre {
    display: block;
    visibility: hidden;
     }
.fileUploader input {
  width: 0px;
  height: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  padding: 0;
  display: none; }
.tou {
  font-size: 1em;
  color: #231F20; }
  
  .tou input[type="checkbox"] {
    margin-right: 8px; }
  
  .tou a {
    text-decoration: none; }
.buttonContainer {
  display: table;
  width: 100%;
  text-align: center; }
  
  .buttonContainer .buttonCell {
    display: table-cell;
    vertical-align: middle; }
  
  .buttonContainer .button {
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 2em;
    -khtml-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #932685;
    color: #932685;
    background-color: #FFFFFF;
    padding: 0.5em 2.5em;
    white-space: nowrap; }
    
    .buttonContainer .button > div {
      display: table-cell;
      vertical-align: middle; }
    
    .buttonContainer .button .buttonChevron {
      padding-left: 1.5em; }
      
      .buttonContainer .button .buttonChevron:before {
        content: \e939; }
    
    .buttonContainer .button.primary {
      color: #FFFFFF;
      background-color: #932685; }
    
    .buttonContainer .button.wide {
      width: 210px;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 289px), (max-height: 429px) {
        
        .buttonContainer .button.wide {
          width: 160px;
          padding-top: 0.25em;
          padding-bottom: 0.25em; } }
    
    .buttonContainer .button.floating {
      font-size: 0.9rem;
      background: none;
      border: none; }
    
    .buttonContainer .button.bold {
      font-weight: bold; }
    
    .buttonContainer .button.next {
      padding-right: 2em; }
    
    .buttonContainer .button:not(.floating):active {
      border-color: #D3B2CE;
      background-color: #D3B2CE; }
.buttonContainer.onboarding {
  display: inline-block;
  width: initial;
  font-size: 0.5em; }
  
  .buttonContainer.onboarding .button {
    cursor: default; }
  
  .buttonContainer.onboarding .button:active {
    background-color: #E5DAE3; }
.thoughtBubble {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #231F20;
  padding: 0.7em;
  
  -moz-border-radius-topleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -khtml-border-top-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  
  -moz-border-radius-topright: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -khtml-border-top-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
  
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -khtml-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  .thoughtBubble:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    border-style: solid;
    border-color: #231F20 transparent;
    border-width: 14px 20px 0 0;
    bottom: -14px;
    left: -1px; }
  
  .thoughtBubble:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    border-style: solid;
    border-color: #FFFFFF transparent;
    border-width: 14px 20px 0 0;
    bottom: -12px;
    left: 0; }
  
  .thoughtBubble .thoughtText {
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word; }
    
    .thoughtBubble .thoughtText a {
      color: #932685; }
  
  .thoughtBubble .thoughtWhyText {
    word-wrap: break-word;
    word-break: break-word;
    color: #414042; }
    
    .thoughtBubble .thoughtWhyText a {
      color: #932685; }
.emptyStateMessageTable {
  display: table;
  width: 100%; }
  
  .emptyStateMessageTable .emptyStateMessageCell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em; }
.emptyStateMessage {
  font-size: 20px;
  color: #AEB0B2;
  text-align: center;
  line-height: 1.5em; }
.emptyStateMessageContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  .emptyStateMessageContainer .emptyStateMessage {
    width: 100%; }
.icon-nav-empty:before {
  content: "\e933"; }
.icon-nav-next:before, .icon-nav-back:before {
  content: "\e934"; }
.icon-nav-back {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }
.icon-chevron-up:before, .icon-chevron-down:before, .icon-chevron-left:before {
  content: "\e939"; }
.icon-chevron-left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }
.icon-chevron-up {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.icon-chevron-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
.icon-star-empty:before, .icon-star-full:before {
  content: "\e93d"; }
.icon-star-empty {
  color: #D1D3D4; }
.icon-star-full {
  color: #F07722; }
.icon-scribble-arrow-right-down:before, .icon-scribble-arrow-left-up:before, .icon-scribble-arrow-right-up:before {
  content: "\e937"; }
.icon-scribble-arrow-right-down {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }
.icon-scribble-arrow-left-up {
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1); }
.icon-scribble-arrow-right-up {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1); }
.flexColumn {
  display: flex;
  flex-direction: column; }
  
  .flexColumn .flexItem1 {
    flex: 1; }
.animatedPopupHost {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.animatedPopupContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.animatedPopupBody {
  position: absolute;
  top: 3em;
  
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
.animatedPopupHostOpen {
  -webkit-animation: animatedPopupHostOpen 0.2s linear 0s 1 normal forwards;
  animation: animatedPopupHostOpen 0.2s linear 0s 1 normal forwards; }
@-webkit-keyframes animatedPopupHostOpen {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }
@keyframes animatedPopupHostOpen {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }
.animatedPopupHostClose {
  -webkit-animation: animatedPopupHostClose 0.2s linear 0s 1 normal forwards;
  animation: animatedPopupHostClose 0.2s linear 0s 1 normal forwards; }
@-webkit-keyframes animatedPopupHostClose {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0, 0); } }
@keyframes animatedPopupHostClose {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0, 0); } }
.basePopupBlockout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
.basePopupHost {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
.basePopupContainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.basePopupContent {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  color: #231F20;
  background-color: #FFFFFF;
  padding: 0.8em 0 1em;
  max-width: 90vw !important;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em; }
.basePopupHeader {
  padding: 0 1em 0.5em; }
.basePopupFooter {
  padding: 0.5em 1em 0; }
.basePopupHeaderTitleOuter {
  display: table;
  width: 100%; }
.basePopupHeaderTitle {
  display: table-cell;
  min-height: 2.5em;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle; }
.basePopupBody {
  padding: 0 1em;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  
  .basePopupBody p {
    margin: 0 0 0.5rem; }
  
  .basePopupBody pre {
    text-align: left; }
  
  .basePopupBody small, .basePopupBody .small {
    font-size: 0.8em; }
  
  .basePopupBody .tiny {
    font-size: 0.7em; }
.basePopupButtons {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.basePopupButton {
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 2em;
  -khtml-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  border: 1px solid #932685;
  color: #932685;
  background-color: #FFFFFF;
  padding: 0.25em 1.25em;
  display: inline-block;
  margin: 0 0.25em; }
  
  .basePopupButton > div {
    display: table-cell;
    vertical-align: middle; }
  
  .basePopupButton .buttonChevron {
    padding-left: 1.5em; }
    
    .basePopupButton .buttonChevron:before {
      content: \e939; }
  
  .basePopupButton.primary {
    color: #FFFFFF;
    background-color: #932685; }
  
  .basePopupButton.wide {
    width: 210px;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 289px), (max-height: 429px) {
      
      .basePopupButton.wide {
        width: 160px;
        padding-top: 0.25em;
        padding-bottom: 0.25em; } }
  
  .basePopupButton.floating {
    font-size: 0.9rem;
    background: none;
    border: none; }
  
  .basePopupButton.bold {
    font-weight: bold; }
  
  .basePopupButton.next {
    padding-right: 2em; }
  
  .basePopupButton:not(.floating):active {
    border-color: #D3B2CE;
    background-color: #D3B2CE; }
.basePopupButton .disabled {
  cursor: not-allowed;
  background-color: #78797C !important;
  color: white !important; }
.basePopupContainer.leader .basePopupButton {
  border: 1px solid #313F61 !important;
  color: #313F61 !important; }
.basePopupContainer.leader .basePopupButton.primary {
  background-color: #313F61 !important;
  color: white !important; }
.basePopupContainer.leader .basePopupButton.disabled {
  cursor: not-allowed;
  border: 1px solid #78797C !important;
  background-color: #78797C !important;
  color: white !important; }
.basePopupContainer.leader .basePopupButton:not(.floating):active {
  border-color: #5071B2 !important;
  background-color: #5071B2 !important; }
.activityListContainer, .activityListContainerInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.activityListWelcome {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1; }
.desktop .activityListActivityContainer .banner {
  height: 75px; }
.activityListActivityContainer .banner {
  height: 3.5em; }
.desktop .activityListNavBanner {
  height: 75px; }
.activityListNavBanner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5em;
  background-color: #561650; }
.activityListNavBannerCenter {
  display: table;
  width: 100%;
  height: 100%; }
.activityListNavBannerTitle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase; }
.desktop .activityListActivitySlider {
  top: calc((75px / 2) - (2em / 2)); }
.activityListActivitySlider {
  position: absolute;
  left: 4.625em;
  right: 4.625em;
  top: 0.75em;
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    .activityListActivitySlider {
      width: 100%; } }
  
  .activityListActivitySlider .sliderTrack {
    top: 1em;
    left: 1em;
    right: 1em;
    height: 1px;
    background-color: #939598;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  
  .activityListActivitySlider .sliderGridMarkers {
    position: absolute;
    top: -5.5px;
    height: 11px;
    width: 11px;
    margin-left: -5.5px;
    -webkit-border-radius: 5.5px;
    -khtml-border-radius: 5.5px;
    -moz-border-radius: 5.5px;
    -ms-border-radius: 5.5px;
    -o-border-radius: 5.5px;
    border-radius: 5.5px;
    background-color: #939598; }
    
    .activityListActivitySlider .sliderGridMarkers .sliderMarkerLabel {
      font-weight: lighter;
      color: white;
      font-size: 13px; }
      
      .activityListActivitySlider .sliderGridMarkers .sliderMarkerLabel div {
        position: absolute;
        width: 100px;
        top: 1em;
        left: -44.5px;
        text-align: center; }
  
  .activityListActivitySlider .sliderKnob {
    width: 3em;
    margin: -1.2em -1.2em -1.2em -1.2em;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab; }
    
    .activityListActivitySlider .sliderKnob .grabbing {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    
    .activityListActivitySlider .sliderKnob .icon {
      font-size: 2.4em; }
.desktop .menuIcon {
  top: calc((75px / 2) - (1.5rem / 2)); }
.menuIcon {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  color: #93608C; }
.desktop .activityListNavBannerRefresh {
  height: 75px; }
.activityListNavBannerRefresh {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  height: 3.5em; }
  
  .activityListNavBannerRefresh div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.3em;
    font-size: 2em;
    color: #93608C; }
.desktop .activityListBodyContainer {
  top: 75px; }
.activityListBodyContainer {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  background-color: #FFFFFF; }
  
  .activityListBodyContainer .questionBubbleContainer {
    padding-right: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.8em; }
  
  .activityListBodyContainer .questionBubbleContainer.desktop {
    padding-right: 3.125em;
    padding-left: 3.125em; }
.activityListBodyContainer.withFooter {
  bottom: 3.25em; }
.activityListItems {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0; }
.activityListItem {
  position: relative;
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  width: 100%;
  height: 100%;
  white-space: normal;
  font-size: 1rem; }
.activityListNavFooter.withFooter {
  height: 3.25em;
  border-top: 1px solid #AEB0B2; }
.activityListNavFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
  background-color: #FFFFFF; }
  
  .activityListNavFooter .activityListNavIcon {
    font-size: 29px;
    width: 29px;
    color: #932685; }
  
  .activityListNavFooter .activityListNavFooterCircleTable {
    display: table;
    width: 29px;
    height: 29px; }
  
  .activityListNavFooter .activityListNavFooterCircleCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  
  .activityListNavFooter .activityListNavFooterCircleText {
    position: absolute;
    top: 0;
    height: 29px;
    width: 29px;
    line-height: 29px;
    font-size: 13px;
    font-weight: lighter;
    color: white; }
  
  .activityListNavFooter .activityListNavFooterText {
    position: absolute;
    font-size: 17px;
    color: #414042; }
  
  .activityListNavFooter .activityListNavFooterBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3.25em;
    cursor: pointer; }
    
    .activityListNavFooter .activityListNavFooterBack .icon {
      position: absolute;
      top: 0.75rem;
      left: 20px; }
    
    .activityListNavFooter .activityListNavFooterBack .activityListNavFooterCircleText {
      top: 0.75rem;
      left: 20px; }
    
    .activityListNavFooter .activityListNavFooterBack .activityListNavFooterText {
      top: 0.95rem;
      left: 56px; }
  
  .activityListNavFooter .activityListNavFooterNext {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 3.25em;
    cursor: pointer; }
    
    .activityListNavFooter .activityListNavFooterNext .icon {
      position: absolute;
      top: 0.75rem;
      right: 20px; }
    
    .activityListNavFooter .activityListNavFooterNext .icon.icon-thought-check {
      top: 7px;
      font-size: 36px; }
    
    .activityListNavFooter .activityListNavFooterNext .activityListNavFooterCircleText {
      top: 0.75rem;
      right: 20px; }
    
    .activityListNavFooter .activityListNavFooterNext .activityListNavFooterText {
      top: 0.95rem;
      right: 56px; }
  
  .activityListNavFooter .activityListNavOnboardingOuter {
    position: relative; }
    
    .activityListNavFooter .activityListNavOnboardingOuter .onboardingContainer {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      bottom: -10px; }
      
      .activityListNavFooter .activityListNavOnboardingOuter .onboardingContainer.leftDown, .activityListNavFooter .activityListNavOnboardingOuter .onboardingContainer.rightDown {
        padding-left: 2em; }
.activityListNavBanner.leader {
  background-color: #313F61; }
  
  .activityListNavBanner.leader > .menuIcon {
    color: #AFB0B2; }
  
  .activityListNavBanner.leader > .backIcon {
    display: block; }
  
  .activityListNavBanner.leader > .activityListNavBannerRefresh > div {
    color: #AFB0B2; }
.discoverContainer {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; }
  
  .discoverContainer .discoverBody {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    
    .discoverContainer .discoverBody.nonScroll {
      overflow: hidden; }
  
  .discoverContainer .discoverThoughtsOuter {
    height: 100%;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    position: relative; }
.discoverTopThoughtsContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  
  .discoverTopThoughtsContainer .topThoughtsOnboardingOuter {
    padding: 0 0.8em;
    text-align: center; }
    
    .discoverTopThoughtsContainer .topThoughtsOnboardingOuter .onboardingInner {
      display: table-row; }
    
    .discoverTopThoughtsContainer .topThoughtsOnboardingOuter .onboardingBodyMessage {
      margin-top: 1.5em; }
    
    .discoverTopThoughtsContainer .topThoughtsOnboardingOuter .onboardingBodySecondary {
      position: initial;
      margin-top: 0.5em; }
  
  .discoverTopThoughtsContainer .topThoughtsThoughtsOuter {
    padding: 0.8em 0.8em 0; }
  
  .discoverTopThoughtsContainer .pendingThoughtsContainer {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 500px;
    padding: 12px 7px 8px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .discoverTopThoughtsContainer .pendingThoughtsHeader {
    background-color: #E6E9EB;
    
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #78797C;
    font-size: 15px;
    padding: 10px 0 0 20px;
    text-transform: uppercase; }
  
  .discoverTopThoughtsContainer .pendingThoughtsThoughtsOuter {
    background-color: #E6E9EB;
    
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 5px 12px; }
  
  .discoverTopThoughtsContainer .topThoughtsMessage {
    padding: 1.5em 1em 0 1em;
    color: #78797C; }
  
  .discoverTopThoughtsContainer .topThoughtsButtonContainer {
    padding: 1.5em 0 0 0; }
    
    .discoverTopThoughtsContainer .topThoughtsButtonContainer .button {
      display: table;
      margin: 0 auto;
      -webkit-border-radius: 2em;
      -khtml-border-radius: 2em;
      -moz-border-radius: 2em;
      -ms-border-radius: 2em;
      -o-border-radius: 2em;
      border-radius: 2em;
      font-size: 1rem;
      text-align: center;
      cursor: pointer;
      transition: .3s;
      border: 1px solid #932685;
      color: #932685;
      background-color: #FFFFFF;
      padding: 0.5em 2.5em;
      white-space: nowrap; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button > div {
        display: table-cell;
        vertical-align: middle; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button .buttonChevron {
        padding-left: 1.5em; }
        
        .discoverTopThoughtsContainer .topThoughtsButtonContainer .button .buttonChevron:before {
          content: \e939; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.primary {
        color: #FFFFFF;
        background-color: #932685; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.wide {
        width: 210px;
        padding-left: 0;
        padding-right: 0; }
        @media (max-width: 289px), (max-height: 429px) {
          
          .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.wide {
            width: 160px;
            padding-top: 0.25em;
            padding-bottom: 0.25em; } }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.floating {
        font-size: 0.9rem;
        background: none;
        border: none; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.bold {
        font-weight: bold; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button.next {
        padding-right: 2em; }
      
      .discoverTopThoughtsContainer .topThoughtsButtonContainer .button:not(.floating):active {
        border-color: #D3B2CE;
        background-color: #D3B2CE; }
.hotTopicsContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  
  .hotTopicsContainer .hotTopicsHeader {
    height: 120px;
    display: table;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0;
    background-color: #F0F1F2;
    color: #939598; }
  @media (max-width: 329px), (max-height: 509px) {
    
    .hotTopicsContainer .hotTopicsHeader {
      padding-left: 8px;
      padding-right: 8px; } }
  
  .hotTopicsContainer .hotTopicsHeaderCell {
    display: table-cell;
    vertical-align: middle; }
  
  .hotTopicsContainer .hotTopicsHeaderIcon {
    text-align: right; }
    
    .hotTopicsContainer .hotTopicsHeaderIcon .icon {
      font-size: 80px; }
  
  .hotTopicsContainer .hotTopicsSummaryText {
    font-size: 12px; }
  
  .hotTopicsContainer .hotTopicsSectionOuter {
    background-color: #FFFFFF;
    padding: 32px 7px 4px; }
  
  .hotTopicsContainer .hotTopicsSectionInner {
    background-color: #F0F1F2;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .hotTopicsContainer .emptyStateMessageTable {
    height: 100%; }
.yourActivityContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  
  .yourActivityContainer .yourActivitySummaryTable {
    width: 100%;
    height: 120px;
    display: table;
    margin: 0;
    background-color: #F0F1F2;
    color: #939598; }
  
  .yourActivityContainer .yourActivitySummaryCell {
    display: table-cell;
    vertical-align: middle; }
  
  .yourActivityContainer .yourActivitySummaryIcon {
    text-align: right; }
    
    .yourActivityContainer .yourActivitySummaryIcon .icon {
      font-size: 80px; }
  
  .yourActivityContainer .yourActivitySummaryList {
    font-size: 12px;
    line-height: 20px; }
  
  .yourActivityContainer .thoughtsSectionOuter {
    background-color: #FFFFFF;
    padding: 32px 7px 4px; }
  
  .yourActivityContainer .thoughtsSectionInner {
    background-color: #F0F1F2;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    
    .yourActivityContainer .thoughtsSectionInner .heading, .yourActivityContainer .thoughtsSectionInner .subheading {
      padding-left: 20px; }
    
    .yourActivityContainer .thoughtsSectionInner .heading {
      font-size: 15px;
      color: #78797C;
      text-transform: uppercase; }
    
    .yourActivityContainer .thoughtsSectionInner .subheading {
      font-size: 12px;
      color: #939598;
      margin-top: 16px; }
    
    .yourActivityContainer .thoughtsSectionInner .discoverThoughtContainer {
      padding: 5px 5px 20px; }
  
  .yourActivityContainer .thoughtWithResultContainer.pending {
    padding-left: 0.8em;
    padding-right: 0.8em; }
  
  .yourActivityContainer .activityOnboardingOuter {
    padding: 0 0.8em;
    text-align: center; }
    
    .yourActivityContainer .activityOnboardingOuter .onboardingInner {
      display: table-row; }
    
    .yourActivityContainer .activityOnboardingOuter .onboardingBodyMessage {
      margin-top: 0.7em; }
    
    .yourActivityContainer .activityOnboardingOuter .onboardingBodySecondary {
      position: initial;
      margin-top: 0.5em;
      margin-bottom: -1.5em; }
  @media (max-width: 329px), (max-height: 509px) {
    
    .yourActivityContainer .yourActivitySummaryIcon .icon {
      font-size: 60px; }
    
    .yourActivityContainer .yourActivitySummaryList ul {
      padding-left: 20px; } }
  
  .yourActivityContainer .delayedRegOuter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1;
    overflow: auto; }
.moderatedThoughtContainer {
  position: relative;
  padding: 0.8em; }
  
  .moderatedThoughtContainer .thoughtBubble.removed {
    color: #AEB0B2;
    border-color: #AEB0B2;
    padding-right: 1.25em; }
    
    .moderatedThoughtContainer .thoughtBubble.removed:before {
      border-color: #AEB0B2 transparent; }
    
    .moderatedThoughtContainer .thoughtBubble.removed .thoughtWhyText, .moderatedThoughtContainer .thoughtBubble.removed .thoughtAverage {
      color: #AEB0B2; }
  
  .moderatedThoughtContainer .moderatedThoughtBubbleDisplay {
    cursor: default; }
  
  .moderatedThoughtContainer .myThoughtIcon {
    position: absolute;
    top: -0.4em;
    left: -0.5em;
    font-size: 1.2em; }
  
  .moderatedThoughtContainer .thoughtStatus {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 0.9rem; }
    
    .moderatedThoughtContainer .thoughtStatus .icon-check-circle {
      color: #7CC577; }
    
    .moderatedThoughtContainer .thoughtStatus .icon-exclamation-circle {
      color: #EF4136; }
  
  .moderatedThoughtContainer .thoughtStatusText {
    color: #AEB0B2;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: -13px;
    cursor: default; }
.desktop.moderatedThoughtContainer {
  padding-left: 1.5625em;
  padding-right: 1.5625em; }
.welcomeMobileWarning {
  color: #EF4136;
  font-style: italic;
  padding-bottom: 1em; }
.welcomeMessage {
  padding-bottom: 1em; }
.discoverDashboardPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow: auto; }
  
  .discoverDashboardPopup .discoverDashboardContainer {
    position: relative;
    min-width: 1000px;
    height: 100%; }
  
  .discoverDashboardPopup .desktop .discoverDashboardBanner {
    height: 75px; }
  
  .discoverDashboardPopup .discoverDashboardBanner {
    display: table;
    width: 100%;
    height: 3.5em;
    background-color: #1A2442;
    color: #FFFFFF; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardClose {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      cursor: pointer; }
      
      .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardClose .icon-chevron-left {
        display: inline-block;
        
        *display: inline;
        zoom: 1;
        font-size: 1rem;
        margin: 0 0 0 1.3rem; }
      
      .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardClose .icon-te-logo {
        display: inline-block;
        
        *display: inline;
        zoom: 1;
        font-size: 1.5rem;
        margin: 0 2rem 0 0.7rem; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardRefresh {
      display: table-cell;
      vertical-align: middle;
      color: #AFB0B2;
      font-size: 2em;
      padding-left: 1rem; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardTitle {
      display: table-cell;
      vertical-align: middle;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 50%;
      padding-left: 1rem; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardTitleSeparator {
      display: table-cell;
      vertical-align: middle; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardTitleSeparatorLine {
      height: 1.5rem;
      border-left: 1px solid white; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardProjectCustomer {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: right;
      padding-right: 1.3rem; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardCustomerName {
      font-size: 1.1rem; }
    
    .discoverDashboardPopup .discoverDashboardBanner .discoverDashboardProjectName {
      font-size: 0.7rem; }
  
  .discoverDashboardPopup .desktop .discoverDashboardMainContent {
    top: 75px; }
  
  .discoverDashboardPopup .discoverDashboardMainContent {
    position: absolute;
    top: 3.5em;
    bottom: 0;
    left: 0;
    min-width: 1000px; }
  
  .discoverDashboardPopup .discoverDashboardMainContentTable {
    display: table;
    width: 100%;
    height: 100%; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentLeftColumn {
      display: table-cell;
      width: 6rem;
      color: #AEB0B2;
      background-color: #313F61; }
      
      .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentLeftColumn .icon-people-group {
        font-size: 2.1rem; }
      
      .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentLeftColumn .icon-demographics {
        font-size: 1.9rem;
        margin: 0.2rem; }
      
      .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentLeftColumn .icon-thoughts-filled {
        font-size: 2.1rem; }
      
      .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentLeftColumn .icon-bar-charts {
        font-size: 1.5rem;
        margin: 0.3rem; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardMainContentRightColumn {
      display: table-cell;
      background-color: white;
      vertical-align: top;
      padding: 0.5rem 2rem; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardTabItem {
      display: table;
      width: 100%;
      height: 5rem;
      border-bottom: 1px solid #AEB0B2;
      cursor: pointer; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardTabItem.selected {
      color: #313F61;
      background-color: white;
      cursor: auto; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardTabItem:hover {
      background-color: #989eae; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardTabItem.selected:hover {
      background-color: white; }
    
    .discoverDashboardPopup .discoverDashboardMainContentTable .discoverDashboardTabItemInner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 0.7rem; }
.discoverDashboardPanelItem > div {
  width: 100%; }
.discoverDashboardPanelItem .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939598;
  font-size: 1.25em;
  padding: 0.5rem 0 1rem 0; }
.discoverDashboardPanelItem .separator {
  border-top: 1px solid #C9C9C9;
  margin: 0.5rem 0; }
.discoverDashboardPanelItem .spacer {
  margin: 2rem 0; }
.discoverDashboardPanelItem .scopeSelectorLabel {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #78797C; }
.discoverDashboardPanelItem .scopeSelector {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  margin-left: 1rem; }
.discoverDashboardPanelItem select {
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a6a6;
  border-image: initial; }
.discoverDashboardPanelItem select {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial; }
.discoverDashboardPanelItem select {
  border-radius: 5px; }
.participationContainer .projectStatsTable {
  display: table;
  table-layout: fixed;
  width: 36rem;
  margin-left: 6rem; }
.participationContainer .projectStatsRow {
  display: table-row; }
.participationContainer .projectStatsCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.participationContainer .projectStatsIcon {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  font-size: 2rem;
  margin: 0.5rem 0.3rem; }
  
  .participationContainer .projectStatsIcon .icon-exchanges-filled {
    color: #414042; }
  
  .participationContainer .projectStatsIcon .icon-person-filled {
    color: #932685; }
  
  .participationContainer .projectStatsIcon .icon-thought-filled {
    color: #313F61; }
  
  .participationContainer .projectStatsIcon .icon-star-filled {
    color: #F07722; }
.participationContainer .projectStatsDetail {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  text-align: left;
  margin: 0.5rem 0.3rem; }
  
  .participationContainer .projectStatsDetail .value {
    color: #313F61;
    font-size: 1.2rem; }
  
  .participationContainer .projectStatsDetail .label {
    color: #78797C;
    font-size: 0.7rem; }
.participationContainer .questionTextLabel {
  font-weight: bold;
  color: #932685;
  cursor: pointer; }
.participationContainer .tepStatsBlock {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 2rem;
  margin-left: 4rem; }
.participationContainer .tepStatsTable {
  display: table;
  table-layout: fixed;
  min-width: 10rem;
  background-color: #F0F1F2;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
.participationContainer .tepStatsRow {
  display: table-row; }
.participationContainer .tepStatsCell {
  display: table-cell;
  vertical-align: middle; }
.participationContainer .tepStatsIcon {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  font-size: 2rem;
  margin: 1.3rem 0.3rem 1.3rem 2rem; }
  
  .participationContainer .tepStatsIcon .iconContainer {
    width: 35px;
    text-align: center; }
    
    .participationContainer .tepStatsIcon .iconContainer .icon-person-filled {
      color: #932685; }
    
    .participationContainer .tepStatsIcon .iconContainer .icon-thought-filled {
      color: #313F61; }
    
    .participationContainer .tepStatsIcon .iconContainer .icon-star-filled {
      color: #F07722; }
.participationContainer .tepStatsDetail {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  text-align: left;
  margin: 1.3rem 2rem 1.3rem 0.3rem; }
  
  .participationContainer .tepStatsDetail .value {
    color: #313F61;
    font-size: 1.2rem; }
  
  .participationContainer .tepStatsDetail .label {
    color: #78797C;
    font-size: 0.7rem; }
.participationContainer .tepStatsPercentTable {
  display: table;
  table-layout: fixed;
  width: 25rem; }
.participationContainer .tepStatsPercentRow {
  display: table-row; }
.participationContainer .tepStatsPercentCell {
  display: table-cell;
  vertical-align: top;
  text-align: center; }
.participationContainer .tepStatsPercentIcon {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  font-size: 2.5rem;
  margin: 1rem 0 0 0; }
  
  .participationContainer .tepStatsPercentIcon .icon-thought-bg-color {
    color: #932685; }
  
  .participationContainer .tepStatsPercentIcon .icon-star-bg-color {
    color: #313F61; }
  
  .participationContainer .tepStatsPercentIcon .icon-discover-bg-color {
    color: #F07722; }
.participationContainer .tepStatsPercentDetail {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  margin: 0.5rem 0;
  width: 100%; }
  
  .participationContainer .tepStatsPercentDetail .value .numerator {
    color: #4aa6dc;
    font-size: 1.2rem; }
  
  .participationContainer .tepStatsPercentDetail .value .denominator {
    color: #78797C;
    font-size: 1.0rem; }
  
  .participationContainer .tepStatsPercentDetail .label {
    color: #78797C;
    font-size: 0.7rem;
    margin: 0 .5rem;
    min-height: 1.8rem; }
.participationContainer .tepStatsPercentCircle {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  margin: 0.5rem 0; }
.participationContainer .percentCircle {
  position: relative;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: linear-gradient(91deg, transparent 50%, #ccc 50%), linear-gradient(90deg, #ccc 50%, transparent 50%); }
.participationContainer .percentCircle .percentCircleInner {
  position: relative;
  top: 5px;
  left: 5px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: white; }
.participationContainer .percentCircle .percentCircleInner div {
  position: relative;
  top: 1.1rem;
  color: #11abdf; }
.participationContainer .percentCircle .percentCircleStat {
  font-size: 1.3rem;
  line-height: 1em; }
.demographicsContainer {
  width: 100%; }
  
  .demographicsContainer .dqTextLabel {
    font-weight: bold;
    color: #932685;
    cursor: pointer; }
  
  .demographicsContainer .pieContainer {
    display: inline-block;
    
    *display: inline;
    zoom: 1;
    position: relative;
    width: 200px;
    height: 200px;
    margin-top: 2rem;
    margin-left: 2rem; }
  
  .demographicsContainer .pieSvg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    
    .demographicsContainer .pieSvg path {
      fill: none; }
    
    .demographicsContainer .pieSvg .pieArc {
      stroke-width: 30px; }
    
    .demographicsContainer .pieSvg .pieLine {
      stroke-width: 0.6px; }
  
  .demographicsContainer .pieLabels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    
    .demographicsContainer .pieLabels .pieLabel {
      position: absolute;
      font-size: 1rem;
      width: 40px;
      text-align: center; }
  
  .demographicsContainer .pieCenterIcon {
    display: table;
    width: 100%;
    height: 100%; }
    
    .demographicsContainer .pieCenterIcon .icon-person-filled {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #D1D3D4;
      font-size: 2rem; }
  
  .demographicsContainer .pieLegendContainer {
    display: inline-block;
    
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 400px;
    max-width: 800px;
    margin-top: 1rem;
    margin-left: 3rem; }
  
  .demographicsContainer .pieLegendTable {
    display: table;
    width: 100%;
    font-size: 0.8rem;
    white-space: nowrap; }
    
    .demographicsContainer .pieLegendTable .pieLegendHeader {
      display: table-row; }
    
    .demographicsContainer .pieLegendTable .pieLegendHeader > div {
      display: table-cell;
      vertical-align: middle;
      border-bottom: 1px solid black;
      padding-bottom: 0.2rem; }
    
    .demographicsContainer .pieLegendTable .pieLegendRow > div {
      display: table-cell;
      vertical-align: top; }
    
    .demographicsContainer .pieLegendTable .pieLegendRow > .pieLegendNumParticipants {
      color: #939598;
      padding-top: 0.8rem; }
    
    .demographicsContainer .pieLegendTable .pieLegendHeader > .pieLegendPercentLabel {
      text-align: center;
      font-size: 0.6rem;
      padding-top: 0; }
    
    .demographicsContainer .pieLegendTable .pieLegendRow {
      display: table-row; }
    
    .demographicsContainer .pieLegendTable .pieLegendPercentLabel {
      padding-top: 0.6rem;
      text-align: right;
      padding-right: 0.2rem; }
    
    .demographicsContainer .pieLegendTable .pieLegendNumParticipants {
      font-size: 0.6rem;
      letter-spacing: 1px;
      text-align: center;
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    
    .demographicsContainer .pieLegendTable .pieLegendColorBox {
      padding-left: 0.4rem;
      padding-right: 0.4rem;
      padding-top: 0.7rem; }
      
      .demographicsContainer .pieLegendTable .pieLegendColorBox .pieLegendColorBoxInner {
        display: block;
        width: 0.8rem;
        height: 0.8rem; }
    
    .demographicsContainer .pieLegendTable .pieLegendOptionLabel {
      padding-left: 0.6rem;
      width: 100%;
      white-space: normal;
      padding-top: 0.6rem; }
.ddTopThoughtsContainer .sectionLabel {
  color: #939598;
  text-transform: uppercase;
  letter-spacing: 2px; }
.ddTopThoughtsContainer .bayesianSortLabel {
  color: #939598;
  font-style: italic;
  margin-left: 12px;
  border-left: 1px solid #939598;
  padding-left: 20px; }
.ddTopThoughtsContainer .settingsButton {
  color: #939598;
  float: right;
  cursor: pointer; }
  
  .ddTopThoughtsContainer .settingsButton .icon {
    font-size: 1.2rem; }
  
  .ddTopThoughtsContainer .settingsButton .label {
    position: relative;
    font-size: .8rem;
    top: -.2rem;
    padding-left: .1rem; }
.ddTopThoughtsContainer .filterDescription {
  color: #AEB0B2;
  font-style: italic;
  padding-bottom: 1em; }
  
  .ddTopThoughtsContainer .filterDescription p {
    margin: 0 0 0.5em; }
.ddTopThoughtsContainer .topThoughtsFilter {
  color: #231F20;
  padding-bottom: 1.5em; }
  
  .ddTopThoughtsContainer .topThoughtsFilter > div {
    display: inline-block;
    
    *display: inline;
    zoom: 1; }
  
  .ddTopThoughtsContainer .topThoughtsFilter select {
    margin: 0;
    min-width: 20em; }
.ddTopThoughtsContainer .filterLabel {
  font-weight: bold;
  font-size: 1em;
  width: 12rem;
  vertical-align: top; }
.ddTopThoughtsContainer .demogScopeSelector {
  padding-bottom: 0.5em; }
.ddTopThoughtsContainer .demogQuestion, .ddTopThoughtsContainer .demogOptions {
  display: inline-block;
  
  *display: inline;
  zoom: 1;
  padding-right: 1em; }
.barChartsContainer {
  width: 100%;
  height: 100%; }
  
  .barChartsContainer :focus {
    outline: #4d90fe solid 1px; }
  
  .barChartsContainer .chartTitle:focus {
    outline: 0; }
  
  .barChartsContainer #barChartCanvas {
    width: 100%;
    height: 480px;
    position: relative; }
    
    .barChartsContainer #barChartCanvas #barChartCanvas-axisXLabelText {
      text-transform: uppercase; }
    
    .barChartsContainer #barChartCanvas #barChartCanvas-backButton, .barChartsContainer #barChartCanvas .bar {
      cursor: pointer; }
  
  .barChartsContainer .barChartTypeTable {
    display: table;
    width: 100%; }
    
    .barChartsContainer .barChartTypeTable .barChartTypeTableRow {
      display: table-row; }
    
    .barChartsContainer .barChartTypeTable .barChartTypeTableCell {
      position: relative;
      display: table-cell;
      width: 50%; }
    
    .barChartsContainer .barChartTypeTable .barChartTypeTableCellOverlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: white;
      opacity: .5;
      z-index: 1; }
    
    .barChartsContainer .barChartTypeTable .barChartTypeTitle {
      text-transform: uppercase;
      padding: 0 1em;
      color: #939598; }
      
      .barChartsContainer .barChartTypeTable .barChartTypeTitle label {
        border-bottom: 1px solid #D1D3D4;
        width: 100%;
        display: block;
        padding-bottom: 0.5em;
        font-size: 0.85em; }
        
        .barChartsContainer .barChartTypeTable .barChartTypeTitle label span, .barChartsContainer .barChartTypeTable .barChartTypeTitle label input {
          display: inline-block;
          
          *display: inline;
          zoom: 1;
          vertical-align: middle; }
    
    .barChartsContainer .barChartTypeTable .questionSelectorOuter {
      padding: 0 1em; }
.tooltip {
  position: absolute;
  text-align: center;
  width: 180px;
  padding: 2px;
  border-radius: 8px;
  border: 2px #D1D3D4 solid;
  background-color: white;
  pointer-events: none;
  z-index: 2000; }
  
  .tooltip .content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 6px;
    color: #414042; }
    
    .tooltip .content .name {
      font-size: .875em;
      margin-bottom: .25em; }
    
    .tooltip .content .stats {
      display: flex;
      flex-grow: 1;
      justify-content: center;
      margin-bottom: .25em; }
      
      .tooltip .content .stats .icon {
        margin-top: .125em;
        font-size: 1.75em; }
      
      .tooltip .content .stats .valueAndCaption {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        margin-left: .25em; }
        
        .tooltip .content .stats .valueAndCaption .value {
          font-size: 1em; }
        
        .tooltip .content .stats .valueAndCaption .caption {
          font-size: .25em;
          color: #AEB0B2; }
    
    .tooltip .content .seeMore {
      font-size: .5em;
      color: #939598; }
.dashboardQuestionSelectorContainer {
  padding-top: 1em; }
  
  .dashboardQuestionSelectorContainer .dashboardQuestionSelectorTable {
    display: table; }
  
  .dashboardQuestionSelectorContainer .dashboardQuestionSelectorTableCell {
    display: table-cell; }
  
  .dashboardQuestionSelectorContainer .questionSelection {
    width: 3em;
    padding: 0.2em 0.3em;
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
    color: #FFFFFF;
    text-align: center; }
    
    .dashboardQuestionSelectorContainer .questionSelection > div {
      display: inline-block;
      
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      font-size: 0.9em;
      line-height: 1.5em; }
    
    .dashboardQuestionSelectorContainer .questionSelection .questionSelectionText {
      padding-right: 0.5em; }
    
    .dashboardQuestionSelectorContainer .questionSelection .questionSelectionChevron {
      font-size: 0.8em; }
  
  .dashboardQuestionSelectorContainer .questionText {
    color: #6D6E71;
    font-size: 0.9em;
    padding: 0 0 0 1em; }
  
  .dashboardQuestionSelectorContainer .questionSelectionOuter {
    position: relative; }
  
  .dashboardQuestionSelectorContainer .questionSelectorMenuOuter {
    position: absolute;
    width: 5rem;
    top: 28px;
    right: -23px;
    z-index: 1; }
.thoughtBoxContainer {
  width: 38em;
  height: 90%;
  background: #FFFFFF;
  margin: 2em auto 0;
  padding: 1em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column; }
  
  .thoughtBoxContainer .thoughtBoxTitle > div:focus {
    outline: 0; }
  
  .thoughtBoxContainer .thoughtBoxHeader {
    position: relative;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #AEB0B2; }
  
  .thoughtBoxContainer .thoughtBoxClose {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    padding: 0.5em;
    font-size: 1em;
    color: #78797C; }
  
  .thoughtBoxContainer .thoughtBoxTitle {
    font-size: 1.2em;
    color: #414042;
    text-align: left; }
  
  .thoughtBoxContainer .thoughtBoxSubTitle {
    font-size: 0.8em;
    color: #78797C;
    line-height: 2em;
    text-align: left; }
  
  .thoughtBoxContainer .thoughtBoxBody {
    flex: 1;
    min-height: 0;
    overflow: auto;
    margin-top: 1em;
    padding: 0.5em 1em; }
  
  .thoughtBoxContainer .questionContainer {
    display: flex;
    padding-bottom: 2em;
    color: #414042;
    text-align: left; }
  
  .thoughtBoxContainer .questionNumber {
    padding-right: 0.5em;
    font-weight: bold; }
  
  .thoughtBoxContainer .questionText {
    flex: 1; }
.thoughtBoxThoughtContainer {
  width: 550px;
  margin: 0 auto 0 0;
  padding: 0 0 2em; }
  
  .thoughtBoxThoughtContainer .tepNameText {
    color: #AEB0B2;
    font-size: 0.8em; }
  
  .thoughtBoxThoughtContainer .thoughtTranslatorTableCell > img {
    height: 1rem; }
.headerSearchHelpPopup .basePopupContent .basePopupBody {
  text-align: left; }
  
  .headerSearchHelpPopup .basePopupContent .basePopupBody .example {
    display: inline-block;
    border: 0.0625em solid #AEB0B2;
    height: 1.375em;
    padding: .125em 0.8em;
    margin-right: .5em;
    -webkit-border-radius: 1.125em;
    -khtml-border-radius: 1.125em;
    -moz-border-radius: 1.125em;
    -ms-border-radius: 1.125em;
    -o-border-radius: 1.125em;
    border-radius: 1.125em; }
  
  .headerSearchHelpPopup .basePopupContent .basePopupBody .icon {
    display: inline-block;
    padding-top: .1875em; }
  
  .headerSearchHelpPopup .basePopupContent .basePopupBody .icon.icon-magnifier {
    color: #AEB0B2;
    padding-right: 0.25em;
    margin-left: -0.4em; }
.topThoughtsResultContainer .thoughtsPager {
  color: #6D6E71;
  text-align: center;
  padding: 0.25em;
  border-top: 1px solid #6D6E71; }
  
  .topThoughtsResultContainer .thoughtsPager span {
    display: inline-block;
    
    *display: inline;
    zoom: 1; }
  
  .topThoughtsResultContainer .thoughtsPager .icon {
    font-size: 0.8em;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #932685; }
.topThoughtsResultContainer .topThoughtsOuterContainer {
  margin: auto;
  max-width: 1000px;
  padding-bottom: 2em; }
.topThoughtsResultContainer .topThoughtsScrollContainer {
  display: table; }
.topThoughtsResultContainer .topThoughtsScrollContainerFixed {
  display: table-row; }
.topThoughtsResultContainer .topThoughtsScrollContainerFixed {
  display: table-cell; }
.topThoughtsResultContainer .topThoughtsScrollContainerVariable {
  display: table-row; }
.topThoughtsResultContainer .topThoughtsScrollContainerVariableInner {
  display: table-cell; }
.topThoughtsResultContainer .nameAndSearchSection {
  display: table;
  padding: 1.5em; }
.topThoughtsResultContainer .headerArea {
  margin: 1.5em 0 0;
  border-radius: .5em .5em 0 0;
  border: 0.0625em solid #6D6E71; }
.topThoughtsResultContainer .headerRow {
  display: table-row;
  width: 100%; }
.topThoughtsResultContainer .headerText {
  display: table-cell;
  font-size: 1em;
  width: 100%;
  vertical-align: top; }
.topThoughtsResultContainer .headerCustomerName {
  font-size: 1.2em; }
.topThoughtsResultContainer .headerPipe {
  font-size: 1.2em;
  padding-left: .75em;
  padding-right: .75em; }
.topThoughtsResultContainer .headerTepName {
  font-size: 1.1em; }
.topThoughtsResultContainer .headerGap {
  display: table-cell;
  width: 100%; }
.topThoughtsResultContainer .reportCenteredContainer {
  display: inline-block; }
.topThoughtsResultContainer .reportCentered {
  margin: 0 auto; }
.topThoughtsResultContainer .reportButton {
  margin: 0 auto;
  height: 2.333333em;
  line-height: 2.33333;
  font-weight: 400;
  -webkit-border-radius: 1.125em;
  -khtml-border-radius: 1.125em;
  -moz-border-radius: 1.125em;
  -ms-border-radius: 1.125em;
  -o-border-radius: 1.125em;
  border-radius: 1.125em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  background-color: #932685;
  color: #FFFFFF;
  padding: 0 .875em;
  min-width: 4em; }
.topThoughtsResultContainer .headerSearchWithButton {
  display: table; }
.topThoughtsResultContainer .headerSearchWithButton > div {
  display: table-cell; }
.topThoughtsResultContainer .headerSearchContainer {
  display: table-cell;
  vertical-align: top; }
.topThoughtsResultContainer .headerSearchArea {
  display: inline-block;
  border: 0.0625em solid #AEB0B2;
  height: 1.375em;
  -webkit-border-radius: 1.125em;
  -khtml-border-radius: 1.125em;
  -moz-border-radius: 1.125em;
  -ms-border-radius: 1.125em;
  -o-border-radius: 1.125em;
  border-radius: 1.125em;
  padding: .125em;
  margin-right: .5em; }
.topThoughtsResultContainer .headerSearchContainer .icon {
  display: table-cell;
  padding-top: .1875em; }
.topThoughtsResultContainer .headerSearchContainer .icon.icon-magnifier {
  padding-left: .25em;
  color: #AEB0B2; }
.topThoughtsResultContainer .headerSearchContainer .icon.icon-x-bg-2 {
  padding-right: .3125em;
  color: #932685; }
.topThoughtsResultContainer .headerSearchContainer .icon.icon-x-bg-2.hidden {
  color: #FFFFFF; }
.topThoughtsResultContainer .headerSearchContainer input[type=text] {
  display: table-cell;
  margin: 0;
  padding: 0;
  padding-left: .25em;
  border: none;
  width: 25em; }
.topThoughtsResultContainer .headerSearchHelpButton {
  display: table-cell;
  color: #932685;
  vertical-align: top;
  padding-top: 0.4rem;
  padding-right: 0.3rem; }
.topThoughtsResultContainer .questionSection {
  padding: 1.5em 1.5em 1.125em;
  background-color: #F0F1F2; }
.topThoughtsResultContainer .questionButtonsContainer {
  display: table;
  border-radius: .5em;
  border: 0.0625em solid #932685;
  background-color: white; }
.topThoughtsResultContainer .questionButtons {
  display: table-row; }
.topThoughtsResultContainer .questionButton {
  display: table-cell;
  text-align: center;
  width: 6.875em;
  padding-top: .5em;
  padding-bottom: .5em;
  cursor: pointer;
  font-size: .875em;
  font-weight: 400; }
.topThoughtsResultContainer .questionButton.selected {
  color: white;
  background: #932685; }
.topThoughtsResultContainer .questionButton:not(:first-of-type) {
  border-left: 0.0625em solid #932685; }
.topThoughtsResultContainer .questionButton:first-of-type {
  border-radius: .5em 0 0 .5em; }
.topThoughtsResultContainer .questionButton:last-of-type {
  border-radius: 0px .5em .5em 0px; }
.topThoughtsResultContainer .questionDescriptionContainer {
  display: table;
  padding-top: 1.25em;
  padding-bottom: .5em; }
.topThoughtsResultContainer .questionDescription {
  display: table-row; }
.topThoughtsResultContainer .questionNumber {
  display: table-cell;
  font-size: 1.2em;
  font-weight: 600; }
.topThoughtsResultContainer .questionText {
  display: table-cell;
  padding-left: .5em;
  font-size: 1.2em;
  font-weight: 400; }
.topThoughtsResultContainer .thoughtsSectionContainer {
  height: 550px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  border-radius: 0 0 .5em .5em;
  border: 0.0625em solid #6D6E71;
  border-top: none; }
.topThoughtsResultContainer .thoughtsSection {
  display: table;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  .topThoughtsResultContainer .thoughtsSection .highlight {
    color: #231F20;
    background: #fe0; }
.topThoughtsResultContainer .thoughtsSectionNoThoughtsMessage {
  margin-top: 4em;
  text-align: center;
  color: #6D6E71; }
.topThoughtsResultContainer .thoughtContainerCell {
  display: table-cell;
  padding-top: 1.125em;
  border-bottom: 0.0625em solid #D1D3D4;
  padding-bottom: 1.125em; }
.topThoughtsResultContainer .thoughtTextContainer {
  width: 100%;
  padding-right: 0;
  padding-left: 1.5em; }
.topThoughtsResultContainer .thoughtTranslatorTableCell > img {
  padding-top: 3px;
  height: 1rem; }
.topThoughtsResultContainer .reportTable {
  display: table;
  border-collapse: collapse; }
.topThoughtsResultContainer .reportTableRow {
  display: table-row; }
.topThoughtsResultContainer .reportTableCell {
  display: table-cell; }
.topThoughtsResultContainer .starsResultContainer {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
.topThoughtsResultContainer .thoughtAverageContainer {
  vertical-align: middle; }
.topThoughtsResultContainer .thoughtAverageContainerInternal {
  width: 11.25em; }
.topThoughtsResultContainer .thoughthistogramContainer {
  height: 1.625em;
  vertical-align: middle;
  margin: 0 auto;
  padding-right: 1.5em; }
.topThoughtsResultContainer .thoughthistogramContainerInternal {
  width: 6em;
  border-left: 0.0625em solid #C9C9C9;
  padding-left: 1.5em;
  padding-right: 1.5em; }
.topThoughtsResultContainer .tableRow {
  display: table-row; }
.topThoughtsResultContainer .thoughtAllText {
  font-size: .9em;
  line-height: 130%; }
.topThoughtsResultContainer .thoughtText {
  font-weight: 800; }
.topThoughtsResultContainer .thoughtChildProjectText {
  font-style: italic;
  color: #C9C9C9; }
.topThoughtsResultContainer .starsResultContainer .starDist .starDistFilled {
  height: .25em; }
.topThoughtsResultContainer .thoughtAverageStars {
  padding-left: .25em; }
.topThoughtsResultContainer .thoughtRank {
  text-align: center; }
.topThoughtsResultContainer .thoughtRatings {
  margin-left: .3125em; }
.topThoughtsResultContainer .pending {
  background: #F0F1F2;
  opacity: 0.8; }
.topThoughtsSettingsDialogContainer .basePopupContent {
  padding: 1.5em 0 2.7rem; }
.topThoughtsSettingsDialogContainer .basePopupHeaderTitle {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939598;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 0.5rem;
  font-size: 1rem; }
.topThoughtsSettingsDialogContainer .basePopupBody {
  text-align: left;
  padding: 1.2rem 2.5rem 0.5rem; }
  
  .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsInstruction {
    font-weight: bold; }
  
  .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer {
    width: calc(100% - 16px);
    font-size: 1em;
    padding: 0.5em 0;
    display: table; }
    
    .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption {
      display: table-row;
      width: 100%; }
      
      .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption input, .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption label {
        cursor: pointer; }
      
      .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption .radioButtonsContainer {
        display: table-cell;
        white-space: nowrap; }
      
      .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption .radioLabelContainer {
        display: table-cell;
        width: 100%;
        padding: 0.5rem 0.8rem 1.2rem; }
        
        .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption .radioLabelContainer .name {
          font-weight: bold;
          line-height: 1.4rem; }
        
        .topThoughtsSettingsDialogContainer .basePopupBody .bayesianSettingsRadioButtonsContainer .radioButtonOption .radioLabelContainer .detail {
          font-style: italic;
          font-size: 0.9rem;
          line-height: 1.3rem;
          color: #939598; }
.shareContainer {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%; }
  
  .shareContainer .shareBody {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    padding-bottom: 12px; }
  
  .shareContainer .shareBodyThoughts {
    width: 100%;
    height: 100%;
    padding: 0 0.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .shareContainer .shareReviewTitle {
    text-align: center;
    padding: 1em; }
  
  .shareContainer .questionOnboardingOuter {
    padding-left: 2em; }
  
  .shareContainer .shareThoughtOnboardingOuter {
    padding-left: 20%; }
.starsResultContainer {
  position: relative;
  display: table;
  width: 100%; }
  
  .starsResultContainer .thoughtAverageContainer {
    width: 60%;
    text-align: center;
    border-right: 1px solid #D1D3D4;
    display: table-cell;
    vertical-align: middle; }
  
  .starsResultContainer .thoughtAverageTable {
    display: table;
    margin: 0 auto;
    height: 1em; }
  
  .starsResultContainer .thoughtAverage {
    display: table-cell;
    font-size: 1em;
    font-weight: bold;
    color: #78797C;
    vertical-align: middle; }
  
  .starsResultContainer .thoughtAverageStars {
    display: table-cell;
    vertical-align: middle; }
  
  .starsResultContainer .thoughtAverageStarTable {
    display: table;
    width: 100%; }
    
    .starsResultContainer .thoughtAverageStarTable .thoughtAverageStarCell {
      display: table-cell;
      padding: 0 0.1em;
      height: 1em;
      text-align: center;
      position: relative; }
  
  .starsResultContainer .thoughtAverageStar {
    position: relative;
    font-size: 1rem; }
    
    .starsResultContainer .thoughtAverageStar .starPartial {
      color: #F07722;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="1"] {
      width: 10%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="2"] {
      width: 20%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="3"] {
      width: 30%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="4"] {
      width: 40%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="5"] {
      width: 50%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="6"] {
      width: 60%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="7"] {
      width: 70%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="8"] {
      width: 80%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="9"] {
      width: 90%; }
    
    .starsResultContainer .thoughtAverageStar .starPartial[data-fraction="10"] {
      width: 100%; }
  
  .starsResultContainer .thoughtRatingsContainer {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.6em;
    color: #AEB0B2; }
    
    .starsResultContainer .thoughtRatingsContainer .thoughtRatings:before {
      content: "("; }
    
    .starsResultContainer .thoughtRatingsContainer .thoughtRatings:after {
      content: ")"; }
  
  .starsResultContainer .thoughtRank {
    font-size: 10px;
    color: #939598;
    margin-top: 0.5em; }
  
  .starsResultContainer .thoughthistogramContainer {
    width: 40%;
    padding-left: 8px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 10px; }
  
  .starsResultContainer .thoughthistogramContainerCell {
    display: table-row;
    margin: 0 auto;
    text-align: center; }
  
  .starsResultContainer .starNumber {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
    color: #AEB0B2;
    font-size: 10px; }
  
  .starsResultContainer .starIcon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 4px;
    color: #AEB0B2;
    font-size: 8px; }
  
  .starsResultContainer .starIcon.ownRating {
    color: #F07722; }
  
  .starsResultContainer .starDist {
    display: table-cell;
    vertical-align: middle;
    width: 200px; }
    
    .starsResultContainer .starDist .starDistFilled {
      float: left;
      background-color: #78797C;
      width: 0;
      height: .25em; }
  @media (min-width: 330px), (min-height: 510px) {
    
    .starsResultContainer .smallScreen {
      display: none; } }
  @media (max-width: 329px), (max-height: 509px) {
    
    .starsResultContainer .largeScreen {
      display: none; }
    
    .starsResultContainer .smallScreen {
      display: table; }
    
    .starsResultContainer .thoughtAverage {
      padding-right: 0.3em; } }
.shareThoughtContainer {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0.8em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  .shareThoughtContainer .thoughtBubble.removed {
    color: #AEB0B2;
    border-color: #AEB0B2; }
    
    .shareThoughtContainer .thoughtBubble.removed:before {
      border-color: #AEB0B2 transparent; }
    
    .shareThoughtContainer .thoughtBubble.removed .thoughtWhyText, .shareThoughtContainer .thoughtBubble.removed .thoughtAverage, .shareThoughtContainer .thoughtBubble.removed .thoughtSeen, .shareThoughtContainer .thoughtBubble.removed .icon-star-full,
    .shareThoughtContainer .thoughtBubble.removed .starPartial, .shareThoughtContainer .thoughtBubble.removed .starNumber, .shareThoughtContainer .thoughtBubble.removed .starIcon {
      color: #AEB0B2; }
    
    .shareThoughtContainer .thoughtBubble.removed .starDistFilled {
      background-color: #AEB0B2; }
  
  .shareThoughtContainer .shareThoughtBubble {
    padding-right: 1.25em; }
  
  .shareThoughtContainer .shareThoughtBubbleInput {
    margin-bottom: -0.5em; }
  
  .shareThoughtContainer .shareThoughtBubbleDisplay {
    cursor: default; }
  
  .shareThoughtContainer .shareThoughtDeleteContainer {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px; }
  
  .shareThoughtContainer .charCount {
    font-size: 0.7em;
    text-align: right;
    color: #AEB0B2; }
  
  .shareThoughtContainer .charCount.warning {
    color: #414042; }
  
  .shareThoughtContainer .charCount.alert {
    color: #EF4136; }
  
  .shareThoughtContainer .starResultOuter .starsResultContainer {
    margin-top: 0.5em; }
  
  .shareThoughtContainer .thoughtStatus {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 0.9rem; }
    
    .shareThoughtContainer .thoughtStatus .icon-check-circle {
      color: #7CC577; }
    
    .shareThoughtContainer .thoughtStatus .icon-exclamation-circle {
      color: #EF4136; }
  
  .shareThoughtContainer .thoughtStatusText {
    color: #AEB0B2;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: -13px;
    cursor: default; }
    
    .shareThoughtContainer .thoughtStatusText .savingContainer {
      display: table;
      margin: 0 auto;
      color: #939598; }
      
      .shareThoughtContainer .thoughtStatusText .savingContainer .savingText {
        margin-left: 12px; }
    
    .shareThoughtContainer .thoughtStatusText .savedAnimation {
      color: #939598;
      -webkit-animation: fadeOut 0.4s ease-in-out 2s 1 normal forwards;
      animation: fadeOut 0.4s ease-in-out 2s 1 normal forwards; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.starContainer {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
   }
  
  .starContainer .starBody {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden; }
    
    .starContainer .starBody.review {
      overflow: auto; }
  
  .starContainer .starBodyContent {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  
  .starContainer .starProgressBarOuter {
    flex: 1 1 24.8px; }
    
    .starContainer .starProgressBarOuter .starProgressBarContainer {
      padding: 0.8em 0.8em 0; }
  
  .starContainer .starNavigation {
    flex: 1 1 24px;
    margin: 0 auto;
    padding: 26px 0 6px;
    text-align: center;
    cursor: default; }
    
    .starContainer .starNavigation > div {
      display: inline-block;
      
      *display: inline;
      zoom: 1;
      vertical-align: middle; }
    
    .starContainer .starNavigation .iconNav {
      font-size: 0.75em;
      color: #932685; }
      
      .starContainer .starNavigation .iconNav .icon {
        padding: 0.5em; }
    
    .starContainer .starNavigation .pageIndex {
      font-size: 13px;
      color: #939598;
      padding: 0 1.5em; }
  
  .starContainer .starThoughtControlContainer {
    position: relative;
    width: 100%;
    height: 100%; }
  
  .starContainer .starThoughtControlPage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.8em;
    display: flex;
    flex-direction: column; }
    
    .starContainer .starThoughtControlPage:nth-child(1) {
      left: -200%;
      right: 200%; }
    
    .starContainer .starThoughtControlPage:nth-child(3) {
      left: 200%;
      right: -200%; }
    
    .starContainer .starThoughtControlPage .starThoughtControlPageInner {
      position: relative;
      width: 100%;
      height: 100%; }
  
  .starContainer .starThought {
    width: 100%;
    height: 100%; }
  
  .starContainer .starThoughtSlideLeft {
    -webkit-animation: starThoughtSlideLeft 0.5s ease 0s 1 normal forwards;
    animation: starThoughtSlideLeft 0.5s ease 0s 1 normal forwards; }
  
  .starContainer .starThoughtSlideRight {
    -webkit-animation: starThoughtSlideRight 0.5s ease 0s 1 normal forwards;
    animation: starThoughtSlideRight 0.5s ease 0s 1 normal forwards; }
@-webkit-keyframes starThoughtSlideLeft {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-200%); } }
@keyframes starThoughtSlideLeft {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-200%); } }
@-webkit-keyframes starThoughtSlideRight {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(200%); } }
@keyframes starThoughtSlideRight {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(200%); } }
  
  .starContainer .starReviewTitle {
    text-align: center;
    padding: 1em; }
  
  .starContainer .starReviewThoughts {
    height: 100%;
    padding: 0 0.8em; }
    
    .starContainer .starReviewThoughts .starThoughtContainer {
      padding: 0.7em 0; }
  
  .starContainer .starButtonsUnderlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 2.5%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0));
    padding: 50px 0px 0.75em calc(2.5%);
    width: 100%;
    margin: auto;
    max-width: 95%; }
  
  .starContainer .starButtons {
    pointer-events: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 20em;
    margin: 0 auto; }
    
    .starContainer .starButtons .starButton {
      color: #F07722;
      font-size: 2.5em;
      transition-duration: 5ms; }
.starThoughtContainer {
  cursor: default;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  .starThoughtContainer .emptyStateMessage {
    margin-top: 16px; }
  
  .starThoughtContainer .thoughtBubble.showActionMenu {
    padding-right: 1.2em; }
  
  .starThoughtContainer .thoughtBubble.removed .thoughtText {
    display: table;
    color: #AEB0B2;
    text-align: center;
    width: 100%;
    height: 160px; }
    
    .starThoughtContainer .thoughtBubble.removed .thoughtText > div {
      display: table-cell;
      vertical-align: middle; }
  
  .starThoughtContainer .thoughtStatus {
    position: absolute;
    top: 4px;
    right: 4px; }
    
    .starThoughtContainer .thoughtStatus .icon-exclamation-circle {
      font-size: 0.9rem;
      color: #EF4136; }
  
  .starThoughtContainer .thoughtFlagging {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px; }
    
    .starThoughtContainer .thoughtFlagging .icon-flag {
      font-size: 1.1rem;
      color: #D1D3D4; }
    
    .starThoughtContainer .thoughtFlagging .icon-flag.flagged {
      color: #EF4136; }
.starThoughtStarTable {
  display: table;
  margin: 0 auto;
  padding-top: 0.7em; }
  
  .starThoughtStarTable .starThoughtStarCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  
  .starThoughtStarTable .starThoughtStar {
    display: inline-block;
    
    *display: inline;
    zoom: 1;
    color: #E6E9EB;
    width: 1em;
    height: 1em;
    font-size: 2em;
    padding: 0 0.3rem; }
  
  .starThoughtStarTable .starThoughtStar.selected {
    color: #F07722; }
.starProgressBarContainer {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.starProgressBarBackground {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: #F0F1F2;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
.starProgressBarGradationContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }
  
  .starProgressBarGradationContainer .starProgressBarGradation {
    width: calc(100% / 3 - 2px);
    height: 12px;
    border-left: 1px solid #FFFFFF;
    float: left; }
    
    .starProgressBarGradationContainer .starProgressBarGradation .starProgressNumber {
      padding-right: 4px;
      font-size: 10px;
      color: #939598;
      text-align: right;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -ms-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear; }
    
    .starProgressBarGradationContainer .starProgressBarGradation .starProgressNumber.light {
      color: #FFFFFF; }
  
  .starProgressBarGradationContainer .starProgressBarGradation.first {
    border-left: none;
    width: calc(100% / 3); }
.starProgressOngoing {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #F07722; }
.starProgressOngoing.full {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
.progressBarOnboardingOuter {
  position: relative; }
  
  .progressBarOnboardingOuter .onboardingContainer {
    z-index: 1; }
    
    .progressBarOnboardingOuter .onboardingContainer .onboardingInner {
      padding: 0.75em 0; }
  
  .progressBarOnboardingOuter:not(.hasArrow) .onboardingContainer .onboardingInner .onboardingBody {
    display: block;
    text-align: center; }
  
  .progressBarOnboardingOuter.hasArrow .onboardingContainer .onboardingInner {
    padding-left: 15%; }
@media (max-width: 476px) {
  
  .progressBarOnboardingOuter.hasArrow .onboardingContainer .onboardingInner {
    padding-left: 10%; } }
@media (max-width: 349px), (max-height: 549px) {
  
  .progressBarOnboardingOuter.hasArrow .onboardingContainer .onboardingInner {
    padding-left: 0; } }
@media (max-width: 349px), (max-height: 549px) {
  
  .starContainer .tepHeaderContainerOuter {
    display: none; }
  
  .starContainer .starProgressBarOuter {
    flex-basis: 31.2px; }
  
  .starContainer .starProgressBarContainer {
    padding-top: 1.2em !important; }
  
  .starContainer .starReviewTitle {
    padding-top: 1em; } }
@media (max-width: 329px), (max-height: 509px) {
  
  .starContainer .starProgressBarOuter {
    display: none; }
  
  .starContainer .progressBarOnboardingOuter {
    display: none; }
  
  .starContainer .starNavigation {
    padding-top: 10px; }
  
  .starContainer .starThoughtContainer {
    font-size: 0.82em; }
  
  .starContainer .starButtons {
    padding-bottom: 6px; } }
@media (max-width: 289px), (max-height: 429px) {
  
  .starContainer .thoughtText.removed {
    height: 120px; }
  
  .starContainer .starNavigation {
    padding-top: 4px;
    padding-bottom: 0; }
  
  .starContainer .starThoughtContainer {
    font-size: 0.8em; } }
.StarDialogContainer .basePopupContent {
  padding-top: 1.5rem; }
.StarDialogContainer .starMeaningContainer {
  width: 100%;
  text-align: center;
  margin: 1rem 0 0.5rem; }
.StarDialogContainer .starMeaning {
  min-width: 49%;
  max-width: 80%;
  display: inline-block; }
.StarDialogContainer .meaningText {
  font-weight: bold;
  margin-bottom: 0.5rem; }
.StarDialogContainer .starsIconGroup {
  margin-bottom: 0.5rem; }
.StarDialogContainer .starIcon {
  color: #F07722; }
.StarDialogContainer .dotdotdotIcon {
  color: #BC67A8;
  margin: 0 0.2rem; }
.StarDialogContainer .bottomText {
  margin-bottom: 1rem; }
.thoughtActionContainer {
  background-color: #FFFFFF;
  cursor: default; }
  
  .thoughtActionContainer .thoughtActionMenuControl {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    width: 1em;
    height: 1em;
    font-size: 1rem;
    text-align: center;
    color: #BC67A8; }
    
    .thoughtActionContainer .thoughtActionMenuControl .icon {
      font-size: 1rem;
      line-height: 1rem; }
    
    .thoughtActionContainer .thoughtActionMenuControl .icon-dotdotdot {
      font-size: 0.8em; }
    
    .thoughtActionContainer .thoughtActionMenuControl .icon-flag {
      color: #EF4136; }
    
    .thoughtActionContainer .thoughtActionMenuControl .icon-skip {
      color: #F07722;
      cursor: default; }
  
  .thoughtActionContainer .thoughtActionMenuOuter {
    position: absolute;
    top: -8px;
    right: 24px;
    width: 150px;
    z-index: 2; }
.thoughtTranslatorContainer {
  font-size: 1rem;
  padding-top: 0.5em; }
  
  .thoughtTranslatorContainer .thoughtTranslatorTable {
    display: table;
    margin: 0 0 0 auto; }
  
  .thoughtTranslatorContainer .thoughtTranslatorTableCell {
    display: table-cell;
    vertical-align: middle;
    height: 1rem; }
  
  .thoughtTranslatorContainer img {
    font-size: 0.8em;
    height: 1rem;
    display: block; }
  
  .thoughtTranslatorContainer .translateText {
    font-size: 0.8em;
    color: #78797C; }
  
  .thoughtTranslatorContainer .icon {
    color: #932685;
    padding-left: 0.3em; }
.thoughtWithResultContainer {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0.7em 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }
  
  .thoughtWithResultContainer .thoughtBubble {
    padding-right: 1.2em; }
  
  .thoughtWithResultContainer .starResultNotShown {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #939598;
    padding: 0.5em 0 0.1em; }
  
  .thoughtWithResultContainer .starResultOuter {
    margin: 0.3em 0 0; }
  
  .thoughtWithResultContainer .myThoughtIcon {
    position: absolute;
    top: -0.4em;
    left: -0.5em;
    font-size: 1.2em; }
  
  .thoughtWithResultContainer .thoughtFlagging {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px; }
    
    .thoughtWithResultContainer .thoughtFlagging .icon-flag {
      font-size: 1.1rem;
      color: #D1D3D4; }
    
    .thoughtWithResultContainer .thoughtFlagging .icon-flag.flagged {
      color: #EF4136; }
  
  .thoughtWithResultContainer.pending {
    padding-left: 0;
    padding-right: 0; }
    
    .thoughtWithResultContainer.pending .thoughtBubble {
      border: 1px solid #939598; }
      
      .thoughtWithResultContainer.pending .thoughtBubble:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        border-style: solid;
        border-color: #939598 transparent;
        border-width: 14px 20px 0 0;
        bottom: -14px;
        left: -1px; }
      
      .thoughtWithResultContainer.pending .thoughtBubble:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        border-style: solid;
        border-color: #FFFFFF transparent;
        border-width: 14px 20px 0 0;
        bottom: -12px;
        left: 0; }
      
      .thoughtWithResultContainer.pending .thoughtBubble .thoughtText {
        color: #939598; }
        
        .thoughtWithResultContainer.pending .thoughtBubble .thoughtText a {
          color: #939598; }
      
      .thoughtWithResultContainer.pending .thoughtBubble .thoughtWhyText {
        color: #939598; }
        
        .thoughtWithResultContainer.pending .thoughtBubble .thoughtWhyText a {
          color: #939598; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .thoughtAverage {
      color: #939598; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .icon-star-full {
      color: #939598; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .icon-star-empty {
      color: #E6E9EB; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .starNumber {
      color: #D1D3D4; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .starIcon {
      color: #D1D3D4; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .starIcon.ownRating {
      color: #939598; }
    
    .thoughtWithResultContainer.pending .starsResultContainer .starDist .starDistFilled {
      background-color: #939598; }
.leaderCommentContainer {
  position: relative;
  margin: 0 1em 0 2em; }
  
  .leaderCommentContainer .leaderCommentBubble {
    position: relative;
    background-color: #FFFFFF;
    font-size: 0.9em;
    border: 1px solid #AEB0B2;
    padding: 0.7rem;
    margin-top: -0.5em;
    
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -khtml-border-top-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -khtml-border-bottom-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -khtml-border-bottom-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    
    .leaderCommentContainer .leaderCommentBubble:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      border-style: solid;
      border-color: #AEB0B2 transparent;
      border-width: 0 0 14px 20px;
      top: -14px;
      right: -1px; }
    
    .leaderCommentContainer .leaderCommentBubble:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      border-style: solid;
      border-color: #FFFFFF transparent;
      border-width: 0 0 14px 20px;
      top: -12px;
      right: 0; }
  
  .leaderCommentContainer .leaderCommentContent {
    display: table; }
    
    .leaderCommentContainer .leaderCommentContent > div {
      vertical-align: top; }
  
  .leaderCommentContainer .leaderCommentDetail {
    width: 100%;
    display: table-cell;
    padding-left: 1em;
    word-break: break-word; }
    
    .leaderCommentContainer .leaderCommentDetail .leaderName {
      color: #78797C;
      text-transform: uppercase; }
    
    .leaderCommentContainer .leaderCommentDetail .leaderComment {
      color: #231F20; }
      
      .leaderCommentContainer .leaderCommentDetail .leaderComment a {
        color: #932685; }
  
  .leaderCommentContainer .leaderCommentButton {
    text-align: right; }
    
    .leaderCommentContainer .leaderCommentButton .icon {
      display: inline-block;
      
      *display: inline;
      zoom: 1;
      padding: 0.5rem 0 0 0;
      color: #78797C;
      font-size: 1.5em; }
.leaderCommentContainer.extraMargin {
  margin-bottom: 0.8em; }
.discoverDashboardMainContent {
  width: 1000px;
  top: 0.5em !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
