.item-stats-wiki-text, .item-stats-list-description, .robotoL {
  font-family: 'Roboto Light', 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-weight: 300 !important; }

.no-data-header, .mode-button, .plus-more-button, .export-button, #exportSelectMaxModal .export-which-export,
#export-modal .export-which-export, #exportSelectMaxModal button.btn,
#export-modal button.btn, .node-disambiguator, .item-stats-metadata, .love-hate-subheader.list-level, .item-stats-authored-node-text, .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-trivia, .why-body, .robotoR {
  font-family: 'Roboto-Regular', Roboto, Arial, Helevtica, sans-serif !important;
  font-weight: 400 !important; }

.robotoM {
  font-family: 'Roboto Medium', 'Roboto-Medium', Roboto, Arial, Helevtica, sans-serif !important;
  font-weight: 500 !important; }

.hamburglar-link, .admin-option-toggle, .export-link, .admin-options-link, .change-adjective-link, .set-niche-link, .audience-more-text-span, #exportSelectMaxModal .modal-title,
#export-modal .modal-title, .love-hate-header, .love-hate-subheader:not(.list-level) .love-text, .love-hate-subheader:not(.list-level) .hate-text, .see-lists-header .node-name, a.why-see-lists, .item-stats-num-lists a span, .audience-header, .demographics-header, .rankings-header, .social-targets-header, .voter-trends-header, .love-hate-empty-header, .see-all-link,
.back-link,
.blue-link, .rankings-outer .rankings .ranking-row .ranking-rank-block .ranking-rank-small, .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-trivia strong, .why-header, .why-body .love-text, .why-body .hate-text, .robotoB {
  font-family: 'Roboto Bold', 'Roboto-Bold', Roboto, Arial, Helevtica, sans-serif !important;
  font-weight: 700 !important; }

.list-row-name, .item-stats-node-name, .item-stats-list-name, .item-stats-item-node-name, .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-listname, .robotoC {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', RobotoCondensed, Arial, Helevtica, sans-serif !important;
  font-weight: 400 !important; }

.see-lists-subheader, .robotoCI {
  font-family: 'Roboto Condensed Italic', 'RobotoCondensed-Italic', 'Roboto Condensed', RobotoCondensed, Arial, Helevtica, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important; }

.robotoCL {
  font-family: 'Roboto Condensed Light', 'RobotoCondensed-Light', 'Roboto Condensed', RobotoCondensed, Arial, Helevtica, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important; }

.social-targets-outer .social-targets-top-nodes .social-targets-item .social-targets-item-node-name, .rankings-outer .rankings .ranking-row .ranking-rank-block .ranking-rank, .robotoCB {
  font-family: 'Roboto Condensed Bold', 'RobotoCondensed-Bold', 'Roboto Condensed', RobotoCondensed, Arial, Helevtica, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important; }

.main-menu-dropdown {
  position: relative; }

.main-menu-dropdown.active .menu-of-the-hamburglar__click-overlay,
.main-menu-dropdown.active .menu-of-the-hamburglar,
.main-menu-dropdown.open .menu-of-the-hamburglar__click-overlay,
.main-menu-dropdown.open .menu-of-the-hamburglar {
  opacity: 1;
  pointer-events: all; }

.menu-of-the-hamburglar-body {
  cursor: default;
  position: absolute;
  pointer-events: none;
  transition: opacity 200ms;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 450px;
  z-index: 1;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-left: 1px solid #cbcbcf;
  border-bottom: 1px solid #cbcbcf; }

.menu-of-the-hamburglar__click-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 200ms opacity; }

.menu-of-the-hamburglar {
  z-index: 3; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-submenu {
    position: relative;
    cursor: pointer; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar__header {
    background: #096dce;
    padding: 10px 10px 10px 15px;
    display: grid;
    grid-template-columns: 1fr 84px;
    align-items: center;
    grid-template-areas: "title button" "content content"; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-header__button {
    grid-area: button;
    grid-row: 1 / -1;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #096DCE;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    transition: 200ms border, 200ms opacity;
    opacity: 0;
    pointer-events: none; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-header__button > svg {
      margin-right: 5px;
      margin-left: -5px;
      width: 15px; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-header__button:hover {
      border: 1px solid #096DCE; }
  .menu-of-the-hamburglar.menu-of-the-hamburglar--changed .menu-of-the-hamburglar-header__button {
    opacity: 1;
    pointer-events: all; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-header__title {
    grid-area: title;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-header__content {
    grid-area: content;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    /* identical to box height */
    color: rgba(255, 255, 255, 0.5); }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-title {
    background: #096DCE;
    border-bottom: 0; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-title .menu-of-the-hamburglar-item__text {
      color: #ffffff; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item,
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item {
    padding: 10px 15px;
    border-bottom: 1px solid #cbcbcf;
    user-select: none;
    max-width: none;
    margin-bottom: 0;
    font-weight: 400;
    transition: background 200ms; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-section .menu-of-the-hamburglar-item:last-child, .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-submenu .menu-of-the-hamburglar-item:last-child,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-section .menu-of-the-hamburglar-item:last-child,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-submenu .menu-of-the-hamburglar-item:last-child {
      padding-bottom: 10px; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-section,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-section {
      padding-bottom: 0; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item:not(.menu-of-the-hamburglar-item--type-section):not(.menu-of-the-hamburglar-item--type-title):hover,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item:not(.menu-of-the-hamburglar-item--type-section):not(.menu-of-the-hamburglar-item--type-title):hover {
      background: #f5f5f5; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.has-icon, .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-checkbox, .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-radio,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.has-icon,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-checkbox,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-radio {
      display: grid;
      grid-template-columns: auto min-content;
      column-gap: 15px;
      row-gap: 3px;
      align-items: center; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item:last-child,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item:last-child {
      border-bottom: 0; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-submenu > .menu-of-the-hamburglar-item__children,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-submenu > .menu-of-the-hamburglar-item__children {
      position: absolute;
      top: 0;
      left: calc(100%);
      pointer-events: none;
      padding-left: 18px; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-submenu.active > .menu-of-the-hamburglar-item__children,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-submenu.active > .menu-of-the-hamburglar-item__children {
      pointer-events: all; }
      .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu > .menu-of-the-hamburglar__item.menu-of-the-hamburglar-item--type-submenu.active > .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu,
      .menu-of-the-hamburglar .menu-of-the-hamburglar-item.menu-of-the-hamburglar-item--type-submenu.active > .menu-of-the-hamburglar-item__children > .menu-of-the-hamburglar-submenu {
        opacity: 1; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-submenu {
    position: static;
    pointer-events: inherit; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children {
    margin: 0 -15px; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children .menu-of-the-hamburglar-item {
      border-bottom: 0; }
      .menu-of-the-hamburglar .menu-of-the-hamburglar-item__children .menu-of-the-hamburglar-item:last-child {
        padding-bottom: 0; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #096DCE; }
  .menu-of-the-hamburglar .skip-algo-warning {
    display: none; }
  .menu-of-the-hamburglar.algo-skip .skip-algo-warning {
    display: block; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__content {
    padding-left: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #949090; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item__content small {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 11px;
      line-height: 13px;
      /* identical to box height */
      color: #949090; }
      .menu-of-the-hamburglar .menu-of-the-hamburglar-item__content small.skip-algo-warning {
        color: #fabf00; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-checkbox,
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-radio {
    cursor: pointer; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-checkbox .menu-of-the-hamburglar-item__text,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-radio .menu-of-the-hamburglar-item__text {
      grid-row: 1 / span 1;
      grid-column: 1 / span 1;
      margin: 0; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-checkbox input,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-radio input {
      grid-row: 1 / span 1;
      grid-column: 2 / span 1;
      margin: 0;
      width: min-content;
      height: min-content; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-checkbox .menu-of-the-hamburglar-item__content,
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-radio .menu-of-the-hamburglar-item__content {
      grid-row: 2 / span 1;
      grid-column: 1 / span 1; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__content {
    padding-left: 10px; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item__section-heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #000000; }
  .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-link {
    display: block;
    text-decoration: none;
    color: inherit; }
    .menu-of-the-hamburglar .menu-of-the-hamburglar-item--type-link:hover {
      text-decoration: none;
      color: inherit; }
  .menu-of-the-hamburglar .red-bad {
    color: #b81508; }
    .menu-of-the-hamburglar .red-bad .menu-of-the-hamburglar-item__text {
      color: #b81508; }

.header-hamburglar {
  width: 32px;
  height: 32px;
  z-index: 3;
  position: relative; }

.header-hamburglar:hover {
  cursor: pointer;
  opacity: 0.75; }

.header-hamburglar + ul.dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(93, 92, 92, 0.75);
  -moz-box-shadow: 2px 2px 2px 0 rgba(93, 92, 92, 0.75);
  box-shadow: 2px 2px 2px 0 rgba(93, 92, 92, 0.75); }

.header-hamburglar + ul.dropdown-menu > li {
  border-top: 1px solid #cbcbcf;
  height: 37px;
  background: inherit; }

.header-hamburglar + ul.dropdown-menu > li > a {
  background: inherit;
  padding-left: 15px; }

.header-hamburglar + ul.dropdown-menu > li:first-child {
  border-top-width: 0; }

.hamburglar-item-text {
  display: inline-block;
  vertical-align: middle; }

.hamburglar-item-text {
  margin-top: 9px; }

.hamburglar-link {
  font-size: 12px !important;
  color: #096dce !important;
  text-decoration: none !important; }
  .hamburglar-link:hover {
    color: #0989ff !important;
    cursor: pointer; }

.admin-option-toggle {
  font-size: 12px !important;
  color: #096dce !important;
  text-decoration: none !important; }
  .admin-option-toggle:hover {
    color: #0989ff !important;
    cursor: pointer; }

body {
  background-color: #fcfcfc;
  font-family: Roboto-Regular, Roboto, Arial, Helevtica, sans-serif; }

div, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #000;
  text-decoration: none;
  outline: none !important; }

a:hover {
  text-decoration: underline; }

ol {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em; }

@font-face {
  font-family: 'RankerIconsCommon-Regular';
  src: url("../fonts/RankerIconsCommon-Regular-webfont.eot");
  src: url("../fonts/RankerIconsCommon-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RankerIconsCommon-Regular-webfont.woff2") format("woff2"), url("../fonts/RankerIconsCommon-Regular-webfont.woff") format("woff"), url("../fonts/RankerIconsCommon-Regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'RankerIconsCategory-Regular';
  src: url("../fonts/RankerIconsCategory-Regular-webfont.eot");
  src: url("../fonts/RankerIconsCategory-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RankerIconsCategory-Regular-webfont.woff2") format("woff2"), url("../fonts/RankerIconsCategory-Regular-webfont.woff") format("woff"), url("../fonts/RankerIconsCategory-Regular-webfont.ttf") format("truetype"); }
/* Global Styles
*/
.inlineBlock {
  display: inline-block; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fl {
  float: left; }

.fr {
  float: right; }

.txtIndent {
  text-indent: -999em; }

.clear {
  clear: both; }

.darkBlue {
  color: #31588b; }

.CRRed {
  color: #b40818; }

.darkRed {
  color: #850410; }

.bgDB {
  background-color: #31588b; }

.bgDR {
  background-color: #850410; }

/* Icons Sprite
*/
.icons {
  background: url("../images/rnkr_correlation_tool_sprite.png") no-repeat; }

.icons.logoTagline {
  width: 123px;
  height: 13px;
  background-position: 0 -67px;
  top: 75px;
  left: 160px; }

.icons.corlText {
  width: 229px;
  height: 23px;
  background-position: 0 -90px; }

/* Page Header
*/
#pageHeader {
  height: 120px;
  /* Gradient */
  background: #fff;
  /* Fallback */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(100%, #f1f1f1));
  /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#ffffff 50%, #f1f1f1);
  /* Safari 5.1+, Chrome 10+ */
  background: -moz-linear-gradient(#ffffff 50%, #f1f1f1);
  /* FF 3.6+ */
  background: -ms-linear-gradient(#ffffff 50%, #f1f1f1);
  /* IE10 */
  background: -o-linear-gradient(#ffffff 50%, #f1f1f1);
  /* Opera 11.10 */
  background: linear-gradient(#ffffff 50%, #f1f1f1);
  /* CSS3 */
  -pie-background: linear-gradient(#ffffff 50%, #f1f1f1);
  /* IE6,7,8 */
  border-bottom: 8px solid #1f3e66;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 8px solid #1f3e66; }

#pageHeader #logo {
  width: 277px;
  height: 59px;
  background: url("../images/rnkr_correlation_tool_sprite.png") no-repeat;
  margin: 20px 0 0 25px; }

/* Page Body
*/
#pageBody {
  min-height: 450px;
  padding: 20px 0 20px 5px; }

/***********************************************x 20px 18px; margin-right:80px;
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        behavior:url("css/PIE.htc");
        }
        .dataSelect h2{margin-bottom:12px;}
        .dataSelect select{width:210px; mar****************************************/
/***************************************************************************************/
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

h3 {
  text-align: center;
  font-size: 18px; }

h3 a {
  text-align: center;
  font-size: 13px;
  font-weight: bold; }

.new1 {
  text-decoration: underline;
  text-align: left;
  font-size: 13px; }

.vs_class {
  color: #919191;
  font-size: 12px; }

h3 a {
  color: #1f3e66; }

.listtbl {
  margin-bottom: 4px; }

.list-row {
  padding: 2px;
  border-bottom-color: #eeeeef;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: background-color 100ms; }

.list-row:hover {
  background-color: #eeeeee; }

.highlight-common-uncommon .list-row.list-row--common {
  background: rgba(0, 51, 255, 0.1); }
  .highlight-common-uncommon .list-row.list-row--common:hover {
    background: rgba(0, 51, 255, 0.2); }
.highlight-common-uncommon .list-row.list-row--uncommon {
  background: rgba(255, 204, 0, 0.1); }
  .highlight-common-uncommon .list-row.list-row--uncommon:hover {
    background: rgba(255, 204, 0, 0.2); }

.common-uncommon-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400; }
  .common-uncommon-toolbar .common-uncommon-form {
    user-select: none;
    display: grid;
    align-items: center;
    justify-content: flex-end;
    grid-template-columns: auto auto auto;
    gap: 5px;
    font-weight: 500; }
    .common-uncommon-toolbar .common-uncommon-form.disabled {
      cursor: auto; }
      .common-uncommon-toolbar .common-uncommon-form.disabled .common-uncommon-label {
        opacity: 0.5; }
      .common-uncommon-toolbar .common-uncommon-form.disabled input[type=checkbox] {
        cursor: auto; }
  .common-uncommon-toolbar .common-uncommon-label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer; }
  .common-uncommon-toolbar input[type=checkbox] {
    margin: 0 5px 2px 0;
    width: 17px;
    height: 17px; }
  .common-uncommon-toolbar .common-uncommon-info {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 2px; }
    .common-uncommon-toolbar .common-uncommon-info svg {
      width: 17px;
      height: 17px;
      transition: color 100ms; }
    .common-uncommon-toolbar .common-uncommon-info:hover {
      color: #086cb8; }

.common-uncommon-info-modal {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left; }
  .common-uncommon-info-modal .modal-dialog {
    width: 835px;
    max-width: 80%; }
  .common-uncommon-info-modal .common-uncommon-modal-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px; }
  .common-uncommon-info-modal .common-uncommon-modal__copy {
    margin-bottom: 20px; }
  .common-uncommon-info-modal .common-uncommon-modal__legend {
    margin-bottom: 20px;
    padding: 10px 30px;
    background-color: #EFEFEF;
    border-radius: 8px; }
  .common-uncommon-info-modal .common-uncommon-legend__wrapper {
    max-width: 722px;
    margin: 0 auto; }
  .common-uncommon-info-modal .common-uncommon-legend__title {
    text-align: center;
    font-weight: bold; }
  .common-uncommon-info-modal .common-uncommon-legend__colors-container {
    margin: 10px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #949090;
    padding: 23px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .common-uncommon-info-modal .common-uncommon-legend__color-wrapper {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .common-uncommon-info-modal .common-uncommon-legend__color {
    width: 50px;
    height: 50px;
    padding: 2px;
    border: 1px solid #949090;
    margin-right: 12px;
    background: white;
    box-sizing: border-box; }
  .common-uncommon-info-modal .common-uncommon-legend__color-square {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 204, 0, 0.5) 0%, rgba(255, 204, 0, 0.15) 100%); }
  .common-uncommon-info-modal .common-uncommon-legend__color-text {
    white-space: nowrap; }
  .common-uncommon-info-modal .common-uncommon-legend__color-title {
    font-weight: bold; }
  .common-uncommon-info-modal .common-uncommon-legend__color-copy {
    font-size: 12px;
    line-height: 14px; }
  .common-uncommon-info-modal .common-uncommon-legend__footer {
    font-size: 12px;
    line-height: 14px; }
  .common-uncommon-info-modal .common-uncommon-modal__explanation > * {
    margin-bottom: 20px; }
  .common-uncommon-info-modal .common-uncommon-modal__explanation > *:last-child {
    margin-bottom: 0; }

.list-col {
  padding: 0px 5px !important; }

.toggler {
  color: #2e4670;
  font-size: 11px;
  cursor: pointer; }

.smnum {
  color: #8b8b8b;
  background-color: #f1f1f1;
  border-radius: 2px;
  padding: 2px;
  font-size: 9px; }

#pageBody {
  min-height: 10px;
  padding: 20px 0 20px 5px; }

.see-less .blue-triangle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

.list-row-name {
  /*padding-top: 3px;*/
  padding-left: 5px;
  max-width: 175px;
  color: black;
  font-size: 16px; }

.item_tr {
  background-color: #f0f5fa;
  padding: 7px;
  margin-bottom: 5px; }

.show_graph {
  color: #4b6988;
  padding-left: 5px;
  margin-top: 4px;
  cursor: pointer; }

.percent.fr {
  color: #68748d;
  cursor: pointer;
  text-decoration: none; }

#pageWrap {
  /*max-width: 1050px;*/
  /*border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);

  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.09);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.09);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.09);
  background-color: #fff;*/
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px; }

.navbar {
  border-radius: 0; }

.navbar-default .navbar-brand {
  color: #333; }

.filter_class {
  padding: 5px; }

.filter_text_this {
  line-height: 35px;
  padding-right: 10px; }

/*
a {
    color: #005CAC;
}
*/
.gicon {
  padding-right: 2px;
  color: #005CAC;
  float: right;
  cursor: pointer; }

.listtbl {
  width: 100%; }

#what-modal .modal-content {
  border-radius: 0px; }

.tooltip {
  position: fixed; }

.searching {
  background: url("../images/ajax-spinner-small.gif") no-repeat;
  background-position: right 7px center; }

.blue-triangle {
  background: url("../images/blue_triangle.png") no-repeat;
  width: 8px;
  height: 6px;
  display: inline-block; }

.blue-arrow {
  background: url("../images/bluearrow_icon.png") no-repeat;
  width: 19px;
  height: 20px;
  display: inline-block; }

.export-icon {
  background: url("../images/export_icon.png") no-repeat;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  margin-left: 4px; }

.export-icon.export-icon-dark-blue {
  background: url("../images/export_icon_dark_blue.png") no-repeat; }

.export-text {
  margin-left: 5px;
  margin-top: 9px; }

.admin-options-header {
  padding-left: 28px; }

.admin-options-header-close {
  color: black;
  background-color: #f7f7f7;
  margin-right: -10px;
  margin-top: -5px;
  cursor: pointer; }

.admin-options-popover .popover-content {
  clear: both; }

.export-link {
  margin-right: 2px; }

.export-link, .admin-options-link, .change-adjective-link, .set-niche-link {
  font-size: 12px !important;
  color: #096dce !important;
  text-decoration: none !important; }

.export-link:hover, .admin-options-link:hover, .change-adjective-link:hover, .set-niche-link:hover {
  color: #0989ff !important;
  cursor: pointer; }

.no-data-header {
  font-size: 25px;
  color: #131313;
  margin: 50px 200px; }

.no-data-header-node-name {
  font-weight: bold; }

.no-data-header img {
  width: 42px;
  height: 42px;
  margin-right: 9px;
  margin-top: -5px; }

.admin-options-link:focus, .export-link:focus, .change-adjective-link:focus, .set-niche-link:focus {
  outline: 0;
  /*removes the dotted border*/ }

.popover-error {
  padding: 0 !important; }

.popover-error .popover-title {
  font-weight: bold !important;
  color: #323232;
  background-color: #fcf8e3; }

.export-text, .admin-options-text, .admin-options-link .common-icon, .change-adjective-link .common-icon, .change-adjective-text, .set-niche-link, .set-niche-text {
  display: inline-block;
  vertical-align: middle; }

.set-niche-text {
  margin-top: 9px; }

.admin-options-link .common-icon, .change-adjective-link .common-icon {
  font-size: 23px;
  margin-top: 1px; }

.mode-link {
  text-decoration: none !important;
  outline: 0; }

.mode-text-div {
  float: left;
  margin-top: 1px;
  vertical-align: middle; }

.mode-text-div .blue-arrow {
  vertical-align: middle; }

.mode-text-span, .plus-more-text-span, .audience-more-text-span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 2px; }

.plus-more-text-span {
  margin-right: 4px; }

.list-col.summary > :last-child:not(.plus-more-div) {
  margin-bottom: 50px; }

.plus-more-div {
  margin-top: -61px;
  height: 60px;
  margin-bottom: 1px;
  padding-top: 15px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(252, 252, 252, 0.7) 54%, rgba(252, 252, 252, 0.9) 75%, #fcfcfc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0)), color-stop(1%, rgba(252, 252, 252, 0)), color-stop(54%, rgba(252, 252, 252, 0.7)), color-stop(75%, rgba(252, 252, 252, 0.9)), color-stop(100%, #fcfcfc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(252, 252, 252, 0.7) 54%, rgba(252, 252, 252, 0.9) 75%, #fcfcfc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(252, 252, 252, 0.7) 54%, rgba(252, 252, 252, 0.9) 75%, #fcfcfc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(252, 252, 252, 0.7) 54%, rgba(252, 252, 252, 0.9) 75%, #fcfcfc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(252, 252, 252, 0.7) 54%, rgba(252, 252, 252, 0.9) 75%, #fcfcfc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */ }
  .plus-more-div.summary {
    background: none;
    margin-top: 0; }

.plus-more {
  font-size: 11px;
  color: #096dce;
  outline: none !important; }

.audience-more {
  outline: none !important; }

.audience-more-text-span {
  font-size: 12px;
  color: #096dce; }

.mode-button, .plus-more-button, .export-button {
  background-color: white;
  border-color: #d3d3d6;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  color: #096dce;
  padding-right: 9px;
  padding-left: 9px;
  outline: none !important; }

.btn.plus-more-button {
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 6px; }

.btn.mode-button:hover, .btn.plus-more-button:hover, .btn.export-button:hover {
  color: #0989ff;
  border-color: rgba(9, 147, 255, 0.6); }

.more-lists .btn {
  background-color: white;
  border-color: #d3d3d6;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 12px;
  color: #096dce;
  padding-right: 9px;
  padding-left: 9px; }

.more-lists .btn:hover {
  color: #0989ff;
  border-color: rgba(9, 147, 255, 0.6); }

.more-lists {
  text-decoration: none !important;
  outline: 0; }

.more-lists .button-text-div {
  float: left;
  margin-top: 1px;
  vertical-align: middle; }

.more-lists .button-text-div .blue-arrow {
  vertical-align: middle; }

.more-lists .button-text-span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 2px; }

.header-container .navbar-header.navbar-header-adjective, .header-container .navbar-header.navbar-header-list-level {
  margin-left: 0;
  padding-right: 0; }

.navbar-header.navbar-header-adjective, .navbar-header.navbar-header-list-level {
  width: 100%;
  margin-left: 5px;
  padding-right: 10px; }

.navbar-filtered-by {
  flex: 1 0;
  text-align: left;
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-weight: bold;
  font-size: 15px;
  color: #afafb3;
  padding-right: 10px;
  padding-top: 3px;
  border-bottom: solid 1px #dadada;
  border-right-color: #c6c6c8;
  border-right-width: 1px;
  border-right-style: solid; }

.navbar-no-filters {
  flex: 1 0;
  padding-right: 10px;
  padding-top: 12px;
  border-bottom: solid 1px #dadada;
  height: 42px; }

.navbar-last-child {
  width: 15px;
  border-bottom: solid 1px #dadada; }

.nav.nav-tabs.nav-tabs-adjective, .nav.nav-tabs.nav-tabs-list-level {
  display: flex;
  float: right;
  width: 100%;
  border-bottom: 0; }

.nav.nav-tabs.nav-tabs-adjective > li, .nav.nav-tabs.nav-tabs-list-level > li {
  margin-bottom: 0; }

/*.nav-tabs-adjective > li:last-child {
margin-right: 15px;
}*/
.nav.nav-tabs.nav-tabs-adjective .nav-adjective > a, .nav.nav-tabs.nav-tabs-list-level .nav-list-level > a {
  background-color: #eeeeef;
  font-weight: bold;
  font-size: 15px;
  color: #096dce;
  margin-right: 0;
  border: solid 1px #c6c6c8;
  border-left-color: transparent;
  border-left-width: 0;
  border-radius: 0; }

.nav.nav-tabs.nav-tabs-adjective .nav-adjective-negative.nav-adjective-negative > a, .nav.nav-tabs.nav-tabs-list-level .nav-list-level-negative.nav-list-level-negative > a {
  color: #b81e00; }

.nav.nav-tabs.nav-tabs-adjective .nav-adjective > a:hover, .nav.nav-tabs.nav-tabs-list-level .nav-list-level > a:hover {
  background-color: #fcfcfc; }

.nav.nav-tabs.nav-tabs-adjective .nav-adjective.active > a, .nav.nav-tabs.nav-tabs-adjective .nav-adjective.active > a:hover, .nav.nav-tabs.nav-tabs-adjective .nav-adjective.active > a:focus, .nav.nav-tabs.nav-tabs-adjective .nav-list-level.active > a, .nav.nav-tabs.nav-tabs-adjective .nav-list-level.active > a:hover, .nav.nav-tabs.nav-tabs-adjective .nav-list-level.active > a:focus, .nav.nav-tabs.nav-tabs-list-level .nav-adjective.active > a, .nav.nav-tabs.nav-tabs-list-level .nav-adjective.active > a:hover, .nav.nav-tabs.nav-tabs-list-level .nav-adjective.active > a:focus, .nav.nav-tabs.nav-tabs-list-level .nav-list-level.active > a, .nav.nav-tabs.nav-tabs-list-level .nav-list-level.active > a:hover, .nav.nav-tabs.nav-tabs-list-level .nav-list-level.active > a:focus {
  color: black;
  background-color: #fcfcfc;
  border-bottom-color: #fcfcfc;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-width: 0px;
  border-right-color: transparent;
  border-right-width: 0px; }

.nav.nav-tabs.nav-tabs-adjective .nav-adjective.active + .nav-adjective > a, .nav.nav-tabs.nav-tabs-list-level .nav-list-level.active + .nav-list-level > a {
  border-left-color: #c6c6c8;
  border-left-width: 1px; }

.nav.nav-tabs.nav-tabs-adjective > .nav-adjective.active + li.navbar-last-child, .nav.nav-tabs.nav-tabs-list-level > .nav-list-level.active + li.navbar-last-child {
  border-left-color: #c6c6c8;
  border-left-width: 1px;
  border-left-style: solid; }

/*#export-modal-toggle,#advanced-drilldown {
    margin-top: 11px;
}*/
#exportSelectMaxModal label,
#export-modal label {
  margin-left: 7px;
  margin-top: 4px;
  font-weight: normal; }
#exportSelectMaxModal .modal-title,
#export-modal .modal-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center; }
#exportSelectMaxModal .export-which-export,
#export-modal .export-which-export {
  font-size: 15px; }
#exportSelectMaxModal .modal-body, #exportSelectMaxModal .modal-footer,
#export-modal .modal-body,
#export-modal .modal-footer {
  text-align: center; }
#exportSelectMaxModal button.btn,
#export-modal button.btn {
  color: white;
  border-radius: 2px;
  background-color: #066bbd;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: inset 0px 0px 5px 1px #065089;
  -moz-box-shadow: inset 0px 0px 5px 1px #065089;
  box-shadow: inset 0px 0px 5px 1px #065089; }
  #exportSelectMaxModal button.btn:hover,
  #export-modal button.btn:hover {
    background-color: #097bd3; }

#change-adjective-modal .modal-dialog {
  width: 220px; }

#change-adjective-modal-toggle {
  padding-top: 3px; }

#change-adjective-modal .btn {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#export-modal .modal-dialog {
  width: 400px; }

.node-disambiguator {
  float: left;
  clear: both;
  padding-left: 5px;
  font-size: 11px;
  color: #949090;
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  max-height: 26px;
  /*white-space: nowrap;*/
  max-width: 224px;
  cursor: pointer; }

.disambiguator-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 13px;
  max-width: 200px; }

.item-stats-metadata {
  padding-left: 3px;
  font-size: 13px;
  color: #949090;
  /*text-overflow: ellipsis;*/
  overflow: hidden; }

.list-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.node-score-block {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.node-name-disambiguator-block {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 10;
  -moz-box-flex: 10;
  -webkit-flex: 10 1 auto;
  -ms-flex: 10 1 auto;
  flex: 10 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.node-heading {
  font-weight: bold; }

.love-hate-div {
  margin-top: 28px; }
  .love-hate-div .navbar-last-child {
    width: 7px;
    border-bottom-width: 0 !important;
    border-bottom-style: none !important; }
  .love-hate-div .nav-tabs-adjective li:first-child:nth-last-child(12),
  .love-hate-div .nav-tabs-adjective li:first-child:nth-last-child(12) ~ .navbar-filtered-by:first-child {
    padding-top: 6px; }
    .love-hate-div .nav-tabs-adjective li:first-child:nth-last-child(12) .love-hate-header,
    .love-hate-div .nav-tabs-adjective li:first-child:nth-last-child(12) ~ .navbar-filtered-by:first-child .love-hate-header {
      font-size: 22px; }

.love-hate-header {
  font-size: 25px;
  color: #1e3e66;
  margin-top: 10px; }

.navbar-filtered-by .love-hate-header {
  margin-top: 0px; }

.love-hate-subheader.list-level {
  font-size: 20px;
  color: #030303;
  margin-bottom: 17px;
  margin-top: 5px; }

.love-hate-subheader:not(.list-level) {
  font-size: 16px;
  color: #646464;
  font-style: italic;
  margin: 12px 13px 17px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #EFEFEF; }

.love-hate-node-link {
  text-decoration: none;
  color: inherit; }

.love-hate-node-link:hover {
  color: #086cb8; }

.love-text {
  color: #086cb8; }

.hate-text {
  color: #b81e00; }

.vs-nav {
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  margin-left: 5px !important;
  margin-right: 5px !important; }

.list-row-outer.row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px; }

.vs-image, .vs-heading {
  display: table-cell; }

.group-header {
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  color: #1e3e66;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .group-header .common-uncommon-toolbar {
    width: 100%; }

.group-header-divider {
  border-bottom-color: #b9b9ba;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%; }

.node-image-block.image-block-placeholder, .list-image-block.list-image-block-placeholder {
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  width: 56px;
  height: 56px;
  padding: 2px; }

.node-image.image-placeholder, .list-image.list-image-placeholder {
  border-width: 0px;
  text-align: center;
  /*top: -1px;
  left: 0;*/
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #dcdcdc;
  width: 50px;
  height: 50px;
  padding: 0;
  padding-top: 2px;
  padding-left: 1px; }

.category-icon {
  font-family: 'RankerIconsCategory-Regular', 'RankerIconsCategory';
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal;
  font-stretch: normal; }

.common-icon {
  font-family: 'RankerIconsCommon-Regular', 'RankerIconsCommon';
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal;
  font-stretch: normal; }

.group-header .category-icon {
  margin-right: 12px;
  width: 20px;
  font-size: 30px;
  display: inline-block; }

.node-options-data-holder {
  display: none; }

.node-image-gear-overlay {
  position: absolute;
  width: 56px;
  height: 56px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
  cursor: pointer;
  top: -1px;
  left: -1px; }

.options-overlay-icon {
  font-size: 38px;
  opacity: 1;
  color: white;
  text-align: center;
  display: block;
  margin-bottom: -9px; }

.options-overlay-text {
  display: block;
  font-size: 8px;
  color: white;
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important; }

.see-lists-header {
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  color: black;
  font-size: 22px;
  height: 75px;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  padding-bottom: 3px; }

.see-lists-header .node-name {
  color: #086cb8;
  font-size: 22px; }

.see-lists-subheader {
  color: black;
  font-size: 18px; }

.see-lists-header-col, .see-lists-header-col .node-image-block, .see-lists-pointerline, .see-lists-header-name-block {
  float: left; }

.see-lists-header-col {
  width: 370px;
  margin-top: 10px; }

.see-lists-pointerline {
  margin-right: 10px; }

.see-lists-header-name-block {
  margin-left: 8px; }

.see-lists-header-name {
  margin-top: 1px;
  display: block;
  width: 300px;
  max-height: 44px;
  overflow: hidden;
  line-height: 22px; }

.see-lists-voted-on {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  color: #3C3B3B;
  font-size: 13px;
  font-style: italic;
  margin-left: 2px;
  margin-top: 7px; }

a.why-see-lists {
  color: #007dfa;
  display: block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 4px;
  outline: none !important;
  text-decoration: none !important;
  visibility: hidden; }

.list-row:hover .node-image-gear-overlay {
  display: block; }
.list-row:hover .why-see-lists {
  visibility: visible; }

.list-row .node-image-block {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 2px; }

.node-image, .list-image {
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  width: 56px;
  height: 56px;
  padding: 2px;
  position: relative; }

.node-image img, .list-image img {
  width: 50px;
  height: 50px; }

.see-lists-left-col {
  width: 361px;
  float: left; }

.see-lists-left-col .list-name {
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 15px !important;
  color: black !important; }

.see-lists-right-col {
  width: 425px;
  float: left; }

.see-lists-center-col {
  width: 425px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

.see-lists-center-col .list-name, .see-lists-right-col .list-name {
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  color: black !important; }
.see-lists-center-col .list-name-block, .see-lists-right-col .list-name-block {
  float: left;
  clear: right;
  width: 368px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.see-lists-score {
  width: 55px;
  height: 20px;
  float: left;
  font-size: 15px;
  font-weight: normal;
  margin-right: 2px; }

.see-lists-score.positive {
  /*color: #086cb8;*/
  color: #0670c7; }

.see-lists-score.negative {
  color: #d90300; }

.see-lists-row .list-name-block {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 4px; }

.see-lists-row .list-name {
  color: black;
  text-decoration: none !important;
  font-family: 'Roboto-Light', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 18px; }

.see-lists-row a.list-name:hover {
  color: #086cb8; }

.see-lists-modal .modal-body-inner {
  min-height: 172px;
  max-height: calc(100vh - 173px);
  overflow-y: auto; }
.see-lists-modal .modal-body {
  padding-top: 7px;
  padding-bottom: 7px; }
.see-lists-modal .modal-dialog {
  width: 835px; }
.see-lists-modal .modal-body {
  padding-top: 0; }
.see-lists-modal button.close {
  margin-top: 10px; }

.see-lists-row {
  border-bottom-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  padding-top: 8px;
  padding-bottom: 8px; }

.see-lists-row:last-child {
  border-bottom-width: 0; }

.list-image-block {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.list-image-block {
  display: none !important; }

.node-score {
  margin-top: 12px; }

/*.node-score-block {
    position: absolute;
    right: 9px;
}*/
.node-score-positive, .node-score-negative {
  font-size: 13px;
  font-weight: bold; }

.node-score-positive {
  color: #096dce; }

.list-col.summary .node-score-positive, .list-col.summary .node-score-negative {
  font-size: 18px; }
.list-col.summary .node-score-block.vertical-center {
  height: 100%; }
.list-col.summary .node-score {
  margin-top: 0; }
.list-col.summary .plus-more img {
  margin-top: 10px; }

@media (min-width: 992px) {
  .list-col.summary .list-row-wrapper:nth-child(odd) {
    background-color: #f2f2f2; } }
.node-score-negative {
  color: #c51f00; }

.group-footer-shadow {
  background-image: url("../images/bottom_shadowline.png");
  height: 7px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center; }

.vs-heading {
  vertical-align: middle; }

.vs-image {
  padding: 10px 15px 10px 0px; }

.vs-heading .node-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px; }

.group-header:hover .report-flag, .list-row:hover .report-flag, .vs-heading:hover .report-flag {
  visibility: visible;
  text-decoration: none !important; }

.list-row .report-flag span {
  margin-left: 3px; }

.report-flag {
  visibility: hidden; }

.report-flag .common-icon {
  color: red;
  font-size: 21px; }

.dataSelect {
  margin-right: 120px; }

.whiteBg {
  background: #fff; }

.repNodeBox {
  width: 170px;
  border: 1px solid #bfc9d3;
  z-index: 1000;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17); }

.repNodeBox .boxTitle {
  height: 27px; }

.adjective-tabs-container, .list-level-tabs-container {
  height: 43px; }

.header-container .adjective-tabs-container, .header-container .list-level-tabs-container {
  position: absolute;
  bottom: 0;
  width: 100%; }

/*
@-moz-document url-prefix() {
    .adjective-tabs-container {
        top: -44px;
    }
}*/
.list-level-correlations-container .list-level-tabs-container {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -30px !important; }

.list-level-tabs-container.no-item-stats, .adjective-tabs-container.no-item-stats {
  margin-left: 0;
  /*-21px;*/
  margin-right: -21px;
  margin-top: 0;
  top: 0px; }

.list-level-tabs-container.no-item-stats .navbar-last-child, .adjective-tabs-container.no-item-stats .navbar-last-child {
  width: 21px; }

.list-level-tabs-container .navbar-filtered-by {
  padding-top: 14px; }

.header-container {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  margin-top: 15px; }

.header-image {
  float: left; }

.header-hamburglar {
  margin-top: 31px;
  margin-right: 15px;
  margin-bottom: 10px; }

.header-logo {
  height: 78px;
  width: 471px;
  margin-top: 2px;
  margin-bottom: 10px; }

.header-picker {
  float: right; }

.logo-link {
  outline: none !important;
  text-decoration: none !important; }

.header-logo-div {
  height: 97px; }

.header-category-text-blue, .header-category-text-gray {
  font-weight: bold;
  font-size: 12px; }

.header-category-text-blue {
  color: #096dce; }

.header-category-text-gray {
  color: #b8b9bb; }

.header-category-div {
  margin-bottom: 4px;
  float: right; }

#picker {
  width: 423px;
  height: 46px;
  float: right;
  clear: both;
  background-color: white;
  text-align: center;
  color: #4e4e4e;
  font-size: 17px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(229, 229, 229, 0.9);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(229, 229, 229, 0.9);
  box-shadow: inset 0px 0px 5px 0px rgba(229, 229, 229, 0.9);
  border: 1px solid #d7d7d7; }

.header-item-stats {
  height: 320px;
  width: 100%;
  border: solid 1px #dadada;
  /*border-bottom-width: 0px;*/
  background-color: #fcfcfc; }

.item-stats-main-image {
  float: left;
  width: 318px;
  height: 318px;
  margin-right: 19px;
  display: block;
  position: relative; }

.item-stats-main-image img {
  width: 318px;
  height: 318px;
  float: left;
  display: block; }

.item-stats-main-image.gradient:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -95px 0px 52px -64px white;
  -moz-box-shadow: inset -95px 0px 52px -64px white;
  box-shadow: inset -95px 0px 52px -64px white; }

.item-stats-main-image .gradient {
  width: 50px;
  height: 318px;
  margin-left: -50px;
  z-index: 10;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.5+40,0.9+80,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.9)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  /*background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);*/ }

.item-stats-top-nodes-container.top-10 {
  width: 590px; }

.item-stats-top-nodes-container {
  width: 576px;
  height: 318px;
  float: left;
  margin-right: -20px; }

.item-stats-num-lists {
  width: 112px;
  height: 32px;
  padding-top: 7px;
  margin-top: -2px;
  margin-bottom: 8px;
  /* http://colorzilla.com/gradient-editor/#fcfcfc+0,eeeeee+100 */
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fcfcfc 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcfcfc 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcfcfc 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=1);
  /* IE6-9 */
  -webkit-box-shadow: 1px 1px 2px 0px #d4d4d4;
  -moz-box-shadow: 1px 1px 2px 0px #d4d4d4;
  box-shadow: 1px 1px 2px 0px #d4d4d4; }
  .item-stats-num-lists a span {
    color: #7f7f7f;
    font-size: 16px; }
    .item-stats-num-lists a span:hover {
      color: #086cb8; }

.item-stats-wiki-text {
  font-size: 15px;
  color: #000007;
  max-height: 189px;
  /*if updating this then update the javascript relating to this in nodeOverviewFunctions.php*/
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  line-height: 1.8; }
  .item-stats-wiki-text.has-metadata {
    max-height: 162px; }
  .item-stats-wiki-text .item-stats-wiki-link a {
    color: #114f9c;
    outline: none !important;
    text-decoration: none !important;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #fcfcfc;
    padding-left: 5px; }

.item-stats-authored-node-text {
  font-size: 16px;
  color: #000007;
  max-height: 184px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  line-height: 1.8; }
  .item-stats-authored-node-text a {
    color: #114f9c;
    outline: none !important;
    text-decoration: none !important; }

.item-stats-list-description {
  max-height: 215px;
  line-height: 1.7;
  overflow: hidden;
  font-size: 15px;
  color: #000007; }

.item-stats-top-nodes-container a {
  text-decoration: none !important;
  outline: none; }

.item-stats-top-nodes-container.no-image-block {
  margin-left: 55px;
  width: 798px; }
  .item-stats-top-nodes-container.no-image-block .item-stats-node-name {
    margin-top: 18px; }

.item-stats-top-nodes-vote-button {
  float: left;
  margin-right: 1px; }

.item-stats-top-nodes-vote-button {
  width: 84px; }

.item-stats-top-nodes-vote-button.positive-only {
  margin-top: 45px;
  width: 71px; }

.item-stats-top-nodes-vote-button img {
  display: block; }

.item-stats-top-nodes.no-ranking {
  margin-top: 20px; }

.item-stats-top-nodes-items {
  float: left;
  max-height: 89px; }

.item-stats-top-nodes-items.positive-only + .item-stats-top-nodes-items {
  margin-left: 71px; }

.item-stats-node-name, .item-stats-list-name {
  color: black;
  width: 590px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -2px; }

.item-stats-node-name {
  font-size: 45px;
  margin-top: 0px; }

.item-stats-list-name {
  font-size: 35px;
  margin-top: 26px; }

.item-stats-description {
  margin-top: 16px; }

.item-stats-node-ranking {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  color: #525252;
  font-size: 17px;
  margin-left: 5px;
  margin-top: -7px;
  margin-bottom: 16px; }

.item-stats-node-ranking-black {
  color: black;
  height: 27px;
  background-color: #F5F5F5; }

.item-stats-top-nodes-item {
  float: left;
  width: 101px; }

.item-stats-item-node-name {
  color: #096dce;
  font-size: 11px;
  margin-top: 7px;
  max-height: 28px;
  min-height: 20px;
  overflow: hidden; }

.item-stats-item-node-name .common-icon {
  position: relative;
  top: 1px; }

a .item-stats-item-node-name:hover {
  color: #0990ff; }

.item-stats-image-block:hover + a .item-stats-item-node-name {
  color: #0990ff; }

.item-stats-item-node-name.negative {
  color: #c52000; }

a .item-stats-item-node-name.negative:hover {
  color: #ff2300; }

.item-stats-image-block:hover + a .item-stats-item-node-name.negative {
  color: #ff2300; }

.item-stats-image-block.stats-image-block-placeholder {
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  width: 56px;
  height: 56px;
  padding: 2px;
  margin-left: 22px; }

.item-stats-image.stats-image-placeholder {
  border-width: 0px;
  text-align: center;
  /*top: -1px;
  left: 0;*/
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #dcdcdc;
  width: 50px;
  height: 50px;
  padding: 0;
  padding-top: 2px;
  padding-left: 1px;
  margin-left: 0; }

.item-stats-image {
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  width: 56px;
  height: 56px;
  padding: 2px;
  margin-left: 22px; }

.item-stats-image img {
  width: 50px;
  height: 50px; }

.item-stats-right-div {
  float: right;
  width: 200px;
  margin-right: 20px; }

.item-stats-export-div {
  float: right;
  height: 32px;
  margin-top: 12px; }

.export-text-div .export-text {
  margin: 0;
  margin-top: 1px;
  color: #0B4D8E !important;
  font-weight: bold !important; }

.export-text-div .export-icon {
  margin-top: 0; }

.item-stats-votes-pie-chart-div {
  float: right;
  width: 200px;
  height: 224px;
  margin-top: 16px; }
  .item-stats-votes-pie-chart-div.no-relationships {
    margin-top: 46px; }
  .item-stats-votes-pie-chart-div .item-stats-details {
    padding: 0 10px 10px;
    background-color: #F5F5F5;
    z-index: 1;
    position: relative; }
    .item-stats-votes-pie-chart-div .item-stats-details .item-stats-details-button {
      background-color: #FFFFFF;
      border: 1px solid #D3D3D3;
      box-sizing: border-box;
      border-radius: 3px;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      display: inline-block;
      line-height: 14px;
      text-align: center;
      color: #114F9C;
      height: 25px;
      margin: 0;
      width: 100%; }
      .item-stats-votes-pie-chart-div .item-stats-details .item-stats-details-button:hover {
        color: #0881d3; }
      .item-stats-votes-pie-chart-div .item-stats-details .item-stats-details-button:focus {
        outline: none; }

.item-stats-votes-thumbs {
  font-size: 30px;
  line-height: 30px;
  width: 60px;
  margin: 0 auto;
  margin-top: -27px; }

.item-stats-votes-total-votes-text {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 15px;
  font-style: italic;
  margin-top: -2px;
  text-shadow: 1px 1px 0 white; }

.item-stats-votes-total-votes-count {
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 0 white; }

#item-stats-votes-pie-chart {
  height: 144px;
  width: 200px;
  background-color: #F5F5F5; }

#item-stats-votes-pie-chart.num-correlations {
  height: 139px; }

#item-stats-votes-pie-chart > div {
  top: -27px; }

#item-stats-votes-pie-chart.num-correlations > div {
  top: -28px; }

.audience-affinity {
  /*margin-top: 20px;*/
  margin-bottom: 44px; }

.audience-affinity + .list-level-correlations-container {
  padding-top: 34px; }

.social-targets-outer {
  margin-top: 30px;
  padding-bottom: 15px; }
  .social-targets-outer .social-targets-header {
    margin-bottom: 17px; }
  .social-targets-outer .social-targets-top-nodes {
    height: 140px; }
    .social-targets-outer .social-targets-top-nodes .social-targets-item {
      width: 140px;
      height: 140px;
      float: left;
      margin: 0 15px;
      position: relative; }
      .social-targets-outer .social-targets-top-nodes .social-targets-item:first-child {
        margin-left: 5px; }
      .social-targets-outer .social-targets-top-nodes .social-targets-item:last-child {
        margin-right: 5px; }
      .social-targets-outer .social-targets-top-nodes .social-targets-item .social-targets-image img {
        border-radius: 2px; }
      .social-targets-outer .social-targets-top-nodes .social-targets-item .social-targets-item-node-name {
        color: black;
        font-size: 18px;
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 60px;
        background-color: rgba(255, 255, 255, 0.67);
        text-shadow: 1.1px 1px 0px white;
        overflow: hidden; }
      .social-targets-outer .social-targets-top-nodes .social-targets-item:hover .social-targets-item-node-name {
        background-color: rgba(255, 255, 255, 0.74); }

.rankings-header {
  margin-left: 2px; }

.audience-header, .demographics-header, .rankings-header, .social-targets-header, .voter-trends-header, .love-hate-empty-header {
  clear: both;
  font-size: 25px;
  color: #1e3e66;
  margin-bottom: 5px; }

.demographics-and-rankings {
  margin-top: 20px;
  height: 372px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.demographic-breakdown-outer {
  width: 50%; }

.audience-more-div {
  margin-top: 3px;
  margin-bottom: 35px; }

.audience-more-div + .demographics-and-rankings-outer {
  margin-top: 5px; }

.demographics-and-rankings-outer {
  width: 100%;
  display: inline-block; }
  .demographics-and-rankings-outer.no-demographics .demographics-and-rankings,
  .demographics-and-rankings-outer.no-demographics .rankings {
    height: auto; }
  .demographics-and-rankings-outer.no-demographics .double {
    display: none; }

.audience-cell {
  display: block;
  float: left;
  width: 48.5%;
  height: 35px;
  margin: 3px 0;
  background-color: #e9e9e9;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7);
  -moz-box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7);
  box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7); }

a.audience-cell:hover .audience-name {
  color: #086cb8; }

.audience-cell:nth-of-type(even) {
  margin-right: 1%;
  margin-left: 0.5%; }

.audience-cell:nth-of-type(odd) {
  margin-left: 1%;
  margin-right: 0.5%; }

.audience-name {
  color: black;
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 13px;
  padding-top: 6px;
  width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left; }

.audience-graph {
  width: 150px;
  float: left;
  height: 100%; }

.audience-graph-negative, .audience-graph-positive {
  width: 99%;
  float: left;
  height: 100%; }

.audience-graph-negative {
  width: 0;
  border-right: 1px solid #bfbfbf; }

.audience-graph-negative-bar, .audience-graph-positive-bar {
  margin-top: 7px;
  height: 20px; }

.audience-graph-negative-bar {
  float: right;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc6e57+0,cc2400+50,951700+100 */
  background: #dc6e57;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc6e57), color-stop(50%, #cc2400), color-stop(100%, #951700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc6e57', endColorstr='#951700', GradientType=0);
  /* IE6-9 */ }

.audience-graph-positive-bar {
  float: left;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da2e1+0,0878d4+50,04559b+100 */
  background: #5da2e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da2e1), color-stop(50%, #0878d4), color-stop(100%, #04559b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da2e1', endColorstr='#04559b', GradientType=0);
  /* IE6-9 */ }

.audience-score {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 6px;
  padding-top: 7px;
  float: right; }

.audience-score.positive {
  /*color: #086cb8;*/
  color: #0670c7; }

.audience-score.negative {
  color: #d90300; }

/*.demographic-breakdown {
    background-image: url("../images/demographic-background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height:333px;
    width:100%;
    border-top: 1px solid rgb(212,212,213);
    border-bottom: 1px solid rgb(212, 212, 213);
    border-right: 1px solid rgb(212, 212, 213);
}*/
.demographic-breakdown {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  height: 333px;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }
  .demographic-breakdown #map {
    margin-left: 34px; }
    .demographic-breakdown #map svg, .demographic-breakdown #map svg:hover, .demographic-breakdown #map svg *, .demographic-breakdown #map svg *:hover {
      cursor: default !important; }
  .demographic-breakdown .demographic-map {
    background-image: url("../images/demographic-background.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 333px;
    border-left: 1px solid #d4d4d5;
    width: 97%;
    margin-left: 2%;
    margin-right: 1%;
    float: left; }

.demographic-breakdown-outer + .rankings-outer {
  width: 50%; }
  .demographic-breakdown-outer + .rankings-outer .rankings {
    width: 97%;
    margin-left: 1%;
    margin-right: 2%; }

.adjective-loader {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  margin-top: 120px;
  height: 600px; }

.see-all-link,
.back-link,
.blue-link {
  color: #086cb8; }
  .see-all-link:hover,
  .back-link:hover,
  .blue-link:hover {
    color: #0881D3;
    cursor: pointer; }

.see-all-link,
.back-link {
  text-decoration: none !important;
  font-size: 12px;
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 16px;
  padding-top: 6px; }

.see-all-link {
  margin-left: auto; }

.ranker-chevron-right,
.ranker-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-radius: 100px;
  padding-bottom: 4px; }

.ranker-chevron-right::after,
.ranker-chevron-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 4px; }

.ranker-chevron-left {
  top: 1px; }
  .ranker-chevron-left::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.voter-trends-section, .love-hate-empty-section {
  margin-top: 30px;
  width: 100%; }
  .voter-trends-section hr, .love-hate-empty-section hr {
    margin: 0 0 12px 0; }
  .voter-trends-section iframe, .love-hate-empty-section iframe {
    border: none;
    width: 100%;
    margin-bottom: 30px; }

.love-hate-empty-subheader {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #646464; }

.rankings-outer {
  width: 100%; }
  .rankings-outer .rankings {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    height: 333px;
    float: right;
    border: 1px solid #d4d4d5;
    /*border-radius: 4px;*/ }
    .rankings-outer .rankings .ranking-row {
      height: 55px; }
      .rankings-outer .rankings .ranking-row.double {
        height: 111px; }
      .rankings-outer .rankings .ranking-row .ranking-rank-block {
        width: 12%; }
        .rankings-outer .rankings .ranking-row .ranking-rank-block .ranking-rank {
          font-size: 20px;
          color: #030303;
          width: 100%;
          text-align: center; }
        .rankings-outer .rankings .ranking-row .ranking-rank-block .ranking-rank-small {
          font-size: 8px;
          color: #6d6d6d;
          width: 100%;
          text-align: center; }
      .rankings-outer .rankings .ranking-row .ranking-list-trivia-block {
        width: 88%; }
        .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-trivia {
          width: 100%;
          font-size: 13px;
          color: #086cb8;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding-right: 8px; }
        .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-listname {
          width: 100%;
          font-size: 17px;
          color: #000000;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding-right: 8px; }
          .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-listname a {
            color: #000000;
            text-decoration: none !important; }
            .rankings-outer .rankings .ranking-row .ranking-list-trivia-block .ranking-listname a:hover {
              cursor: pointer; }
      .rankings-outer .rankings .ranking-row:nth-child(odd) {
        background-color: #f0f0f0; }
      .rankings-outer .rankings .ranking-row:nth-child(even) {
        background-color: #fcfcfc; }

.demographic-gender, .demographic-age {
  float: left;
  /*height: 35px;*/
  height: 93%;
  margin: 1% 0;
  margin-right: 1.5%;
  background-color: #e9e9e9;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7);
  -moz-box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7);
  box-shadow: 0px 0px 2px 1px rgba(191, 191, 191, 0.7); }

.demographic-gender {
  width: 24.5%;
  margin-left: 0.5%; }

.demographic-age {
  width: 27.7%; }

.overall-sentiment-subheader {
  background-color: #EFEFEF;
  padding: 2px 0;
  height: 31px; }

.demographic-subheader, .overall-sentiment-subheader {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  color: black; }

.demographic-gender > div:nth-child(odd), .demographic-age > div:nth-child(odd) {
  background-color: #e9e9e9; }

.demographic-gender > div:nth-child(even), .demographic-age > div:nth-child(even) {
  background-color: #f3f3f3; }

.demographic-gender .demographic-subheader, .demographic-age .demographic-subheader {
  height: 10%;
  padding-top: 2px; }

.demographic-gender .demographic-row {
  height: 45%; }

.demographic-age .demographic-row {
  height: 30%; }

.demographic-row-name {
  float: left;
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 16px;
  color: black; }

.demographic-gender .demographic-row-name {
  width: 131px;
  padding-top: 21px; }

.demographic-gender .demographic-row-name.male {
  width: 131px;
  padding-top: 28px; }

.demographic-gender-image {
  margin-bottom: 11px; }

.demographic-pie-chart {
  float: left;
  width: 150px;
  height: 150px;
  margin-top: -27px;
  margin-left: -31px; }

.demographic-age .demographic-row-name {
  width: 130px;
  padding-top: 35px;
  margin-left: -6px; }

.demographic-graph-block {
  width: 199px;
  float: left;
  padding-top: 20px;
  margin-left: -4px; }

.demographic-graph-positive {
  margin-bottom: 11px; }

.demographic-graph-negative, .demographic-graph-positive {
  width: 212px;
  float: left; }

.demographic-graph-negative-bar, .demographic-graph-positive-bar {
  height: 20px; }

.demographic-graph-negative-bar {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc6e57+0,cc2400+50,951700+100 */
  background: #dc6e57;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc6e57), color-stop(50%, #cc2400), color-stop(100%, #951700));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dc6e57 0%, #cc2400 50%, #951700 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc6e57', endColorstr='#951700', GradientType=0);
  /* IE6-9 */ }

.demographic-graph-positive-bar {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da2e1+0,0878d4+50,04559b+100 */
  background: #5da2e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da2e1), color-stop(50%, #0878d4), color-stop(100%, #04559b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5da2e1 0%, #0878d4 50%, #04559b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da2e1', endColorstr='#04559b', GradientType=0);
  /* IE6-9 */ }

.demographic-score {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  float: left;
  width: 41px; }

.demographic-score.positive {
  /*color: #086cb8;*/
  color: #0670c7; }

.demographic-score.negative {
  color: #d90300; }

.demographic-map {
  float: left;
  width: 500px;
  height: 100%; }

.demographic-map-header {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  color: black;
  width: 200px;
  margin: 0 auto;
  margin-top: 6px; }

.demographic-map-subheader {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 14px;
  color: #404040;
  width: 211px;
  margin: 0 auto;
  margin-top: 0; }

.demographic-map-region-thumbs-up {
  float: left;
  position: relative;
  top: -5px;
  margin-left: 5px; }

.demographic-map-region-thumbs-down {
  float: right; }

.demographic-map-region-thumbs {
  margin-top: -14px; }

.demographic-map-region-thumbs .common-icon {
  font-size: 22px; }

.demographic-score-small {
  font-size: 14px;
  font-weight: bold; }

.demographic-score-small.positive {
  /*color: #086cb8;*/
  color: #0670c7; }

.demographic-score-small.negative {
  color: #d90300; }

.demographic-map-region-thumbs .demographic-score-small.negative {
  position: relative;
  top: -5px;
  right: -5px; }

.demographic-map-region-thumbs .demographic-score-small.positive {
  position: relative;
  left: -5px; }

.demographic-map-region-thumbs-up .common-icon {
  position: relative;
  top: 1px; }

#tt_sm {
  opacity: 0.95 !important;
  width: auto !important;
  height: 150px !important;
  padding: 0 !important;
  background-color: #f3f3f3 !important;
  border-radius: 4px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3) !important; }

#tt_title_sm {
  background-color: #e9e9e9 !important;
  height: 32px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

#tt_name_sm {
  font-family: 'Roboto Condensed', 'RobotoCondensed-Regular', 'RobotoCondensed-Bold', Roboto, Roboto-Regular, Arial, Helevtica, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  float: none !important;
  color: black !important;
  text-align: center !important; }

#tt_custom_sm {
  width: 100%; }

#tt_custom_sm .votes-pie-chart {
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  width: 115px;
  height: 115px; }

#tt_custom_sm .demographic-map-region-thumbs {
  width: 115px;
  margin-left: auto;
  margin-right: auto; }

#map {
  margin-top: -21px; }

.ranker-dark-blue-bg {
  background-color: #1e3e66; }

.errorBg {
  background: #e51f00 !important; }

.repNodeFaux {
  top: 4px;
  right: 1px;
  left: 5px;
  padding: 0 1px 1px;
  margin-right: 7px;
  border: 0;
  background: transparent;
  border-radius: 4px; }

.btnFlatWhite {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px 7px 10px;
  background: #fff;
  border: 1px solid #d4d2d2;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btnFlatWhite, .btnFlatWhite:hover, .btnFlatWhite:active, a.btnFlatWhite, a.btnFlatWhite:hover, a.btnFlatWhite:active {
  color: #086cb8;
  text-decoration: none; }

.block {
  display: block; }

.repNodeBox .title {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700; }

.item-options-gear-icon {
  font-size: 23px;
  display: block;
  margin-bottom: -5px;
  margin-top: -3px; }

.visible {
  overflow: visible; }

.absolute {
  position: absolute !important; }

.repNodeBox ul {
  max-height: 255px;
  overflow: auto;
  list-style: none;
  padding-left: 10px;
  padding: 0px;
  margin: 0px; }

.repNodeBox ul li {
  border-bottom: 1px solid #bfc9d3;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.repNodeBox ul li span {
  padding: 7px;
  display: block; }

.repNodeBox ul li:last-child {
  border-bottom: none; }

.rnkrBlue {
  color: #086cb8; }

.rnkrVRRed {
  color: #b81507; }

.float {
  float: left !important; }

.floatRight {
  float: right !important; }

.white {
  color: #fff; }

.repNodeBox ul li:hover {
  background: #f1f3f5; }

.pointer {
  cursor: pointer; }

.ui-icon.white {
  background-image: url(../images/ui-icons_ffffff_256x240.png); }

.ui-icon.black {
  background-image: url(../images/ui-icons_000000_256x240.png); }

.ui-icon.red, .ui-icon.error {
  background-image: url(../images/ui-icons_cd0a0a_256x240.png); }

.why-header {
  color: #1e3e66;
  font-size: 25pt; }

.why-divider {
  border-bottom: 1px solid #444444;
  width: 100%;
  height: 10px;
  margin-bottom: 20px; }

.see-lists-modal .why-header {
  font-size: 25px;
  color: black; }
  .see-lists-modal .why-header button.close {
    margin-top: 0px; }
.see-lists-modal .why-divider {
  border-bottom-width: 0px;
  height: 8px;
  margin-bottom: 0px; }
.see-lists-modal .why-body {
  font-size: 12px;
  line-height: 15.6px; }
.see-lists-modal .why-block {
  border-bottom-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  padding-top: 19px;
  padding-left: 4px;
  padding-right: 4px; }
.see-lists-modal .why-footer-message {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  margin-top: 15px;
  margin-bottom: 15px; }

.why-body {
  font-size: 15px;
  line-height: 1.8; }

.footer-div {
  height: 10px;
  margin-top: 65px;
  text-align: center; }

.mode-link-div {
  height: 76px;
  text-align: center; }

.vertical-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .vertical-center.text-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.vertical-center > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/*# sourceMappingURL=nodeOverview.css.map */
