@charset "UTF-8";
/************************************************* */
/* Variables */
/************************************************* */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");
/* Hide the warnings */
.xdebug-error {
  display: none; }

/************************************************* */
/* Core  */
/************************************************* */
a {
  color: #0055a5;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

.a-upsell, .a-upsell:hover, .a-upsell:active {
  text-decoration: none;
  color: inherit; }

/************************************************* */
/* DOM Elements */
/************************************************* */
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

input {
  border-radius: 0; }

textarea:focus, input:focus {
  outline: none; }

.float-break::after {
  content: "";
  clear: both;
  display: block; }

.font-minion-pro {
  font-family: "minion-pro", serif; }

.font-upsell-title {
  color: #e69920 !important; }

.italic {
  font-style: italic; }

.see-more {
  font-weight: bold;
  font-style: italic; }

.fixed {
  position: fixed;
  top: 0; }

img.inline-24x24 {
  position: relative;
  top: 7px;
  margin-right: 5px; }

.rwd-line {
  display: inline; }

.bool-is-mobile {
  display: block;
  height: 0px;
  width: 0px; }

.morecontent span {
  display: none; }

.morelink {
  display: ""; }

.anywhere-lock-32x32 {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.upsell-orange {
  color: #c58b00; }

.push-down {
  margin-top: 0.2rem; }

.two-column-container .column {
  width: 50%;
  float: left; }

.grey, .gray {
  color: #9a9a9a; }

.error-message {
  color: red;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 15px;
  font-style: italic;
  display: none; }

.success-message {
  color: green;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 15px;
  font-style: italic;
  display: none; }

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf"); }
@font-face {
  font-family: "OpenSans-Regular";
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.ttf"); }
.desktop-only {
  display: none !important; }

[v-cloak] {
  display: none; }

.italic {
  font-style: italic; }

.bold {
  font-weight: 700; }

.semi-bold {
  font-weight: 600; }

.title {
  font-size: 24px;
  line-height: 31px; }

.message {
  font-size: 14px;
  line-height: 20px; }

.sub-title {
  font-size: 18px;
  font-weight: 600; }

.cta-button {
  font-size: 14px;
  font-weight: 700; }

.headroom--unpinned .mobile-menu {
  opacity: 0; }

#main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 12;
  transform: translate3d(0px, 0px, 0px);
  transition: all 250ms ease-in-out; }
  #main-header.headroom--unpinned {
    transform: translate3d(0px, -100%, 0px); }

html {
  position: relative;
  min-height: 100%; }

input[type="submit"], button[type="button"] {
  cursor: pointer; }

.mobile-menu {
  opacity: 1;
  position: absolute;
  top: 90px;
  background-color: #000;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out; }
  .mobile-menu.start-hidden {
    display: none; }
  .mobile-menu ul.mobile-menu-options {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-menu ul.mobile-menu-options li.mobile-menu-option {
      color: #fff;
      border-bottom: 2px solid #979797;
      text-transform: uppercase;
      font-size: 14px; }
      .mobile-menu ul.mobile-menu-options li.mobile-menu-option.no-link {
        padding: 20px 20px; }
      .mobile-menu ul.mobile-menu-options li.mobile-menu-option a {
        display: block;
        padding: 20px 20px;
        color: #fff;
        text-decoration: none; }
      .mobile-menu ul.mobile-menu-options li.mobile-menu-option:hover {
        cursor: pointer;
        color: #ef4130; }
      .mobile-menu ul.mobile-menu-options li.mobile-menu-option i.arrow-icon {
        color: #ef4130;
        font-size: 1.2rem; }
        .mobile-menu ul.mobile-menu-options li.mobile-menu-option i.arrow-icon.float-right {
          float: right; }
  .mobile-menu.mobile-main-menu {
    left: 0;
    transition: left 0.5s ease-in-out, opacity 0.5s;
    -moz-transition: left 0.5s ease-in-out, opacity 0.5s;
    -webkit-transition: left 0.5s ease-in-out, opacity 0.5s; }
    .mobile-menu.mobile-main-menu.hide-left {
      left: -100%; }
  .mobile-menu.mobile-sub-menu {
    left: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }
    .mobile-menu.mobile-sub-menu.active {
      left: 0; }

.main-header-container {
  background-color: #000;
  width: 100%; }
  .main-header-container header.main-nav {
    height: 40px;
    padding: 0 15px;
    max-width: 1240px;
    margin: 0 auto; }
    .main-header-container header.main-nav .main-nav-logo {
      display: inline-block; }
      .main-header-container header.main-nav .main-nav-logo img {
        width: 40px;
        height: 40px; }
    .main-header-container header.main-nav .nav-options {
      float: right; }
      .main-header-container header.main-nav .nav-options ul.options {
        margin: 0;
        height: 40px;
        float: left; }
        .main-header-container header.main-nav .nav-options ul.options > li {
          float: left;
          display: table;
          height: 100%; }
          .main-header-container header.main-nav .nav-options ul.options > li > a {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600; }
            .main-header-container header.main-nav .nav-options ul.options > li > a.mobile-menu-icon i {
              color: #ef4130;
              font-size: 1.3rem; }
            .main-header-container header.main-nav .nav-options ul.options > li > a:hover {
              cursor: pointer; }
        .main-header-container header.main-nav .nav-options ul.options .dropdown .dropdown-menu {
          top: 93%;
          background-color: #000;
          border-radius: 0;
          padding: 0; }
          .main-header-container header.main-nav .nav-options ul.options .dropdown .dropdown-menu li {
            width: 100%; }
            .main-header-container header.main-nav .nav-options ul.options .dropdown .dropdown-menu li a {
              text-transform: uppercase;
              color: #fff;
              font-size: 12px;
              font-weight: 600;
              padding-top: 10px;
              padding-bottom: 10px; }
              .main-header-container header.main-nav .nav-options ul.options .dropdown .dropdown-menu li a:hover {
                background-color: #ef4130; }

.main-search-bar {
  height: 50px;
  border-bottom: 1px solid #979797;
  max-width: 1240px;
  margin: 0 auto; }
  .main-search-bar .news-home-btn {
    text-decoration: none;
    float: left;
    background-color: #0073e6;
    font-size: 16px;
    font-weight: 700;
    width: 130px;
    height: 100%; }
    .main-search-bar .news-home-btn a {
      color: #fff;
      display: block;
      padding: 13px 15px;
      text-decoration: none; }
  .main-search-bar .search-bar {
    display: block;
    float: right;
    width: 100%;
    height: 100%; }
    .main-search-bar .search-bar form.form-main-search {
      height: 100%;
      position: relative; }
      .main-search-bar .search-bar form.form-main-search .search-input-container {
        display: inline; }
        .main-search-bar .search-bar form.form-main-search .search-input-container input.search-input {
          width: calc(100% - 50px);
          height: 100%;
          border: none;
          outline: none;
          padding: 0 20px;
          transition: width 0.5s ease-in-out;
          -moz-transition: width 0.5s ease-in-out;
          -webkit-transition: width 0.5s ease-in-out;
          font-size: 14px; }
          .main-search-bar .search-bar form.form-main-search .search-input-container input.search-input.focused {
            width: calc(100% - 130px); }
      .main-search-bar .search-bar form.form-main-search .search-submit-btn {
        background-color: #ffb500;
        height: 100%;
        width: 50px;
        float: right;
        font-size: 16px;
        font-weight: 700;
        transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        border-radius: 0;
        border: none;
        outline: none;
        padding: 0; }
        .main-search-bar .search-bar form.form-main-search .search-submit-btn.active {
          width: 130px; }

footer.main-footer {
  text-align: center;
  background-color: #3c3c3c;
  padding: 50px 30px;
  overflow: hidden; }
  footer.main-footer .title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px; }
  footer.main-footer .legal-container {
    font-size: 10px; }
    footer.main-footer .legal-container ul.legal-links {
      list-style: none;
      overflow: hidden;
      width: 114px;
      margin: auto;
      margin-bottom: 5px; }
      footer.main-footer .legal-container ul.legal-links li.item {
        float: left;
        color: #fff; }
        footer.main-footer .legal-container ul.legal-links li.item a {
          color: #fff; }
        footer.main-footer .legal-container ul.legal-links li.item.separator {
          margin: 0 5px; }
    footer.main-footer .legal-container .copyright {
      color: #fff; }
  footer.main-footer .social-media {
    float: right;
    position: relative;
    left: -50%; }
    footer.main-footer .social-media .social-icons {
      position: relative;
      left: 50%;
      margin: 0;
      padding: 0; }
      footer.main-footer .social-media .social-icons .social-icon {
        color: #979797;
        float: left;
        font-size: 32px;
        margin: 0 20px; }
        footer.main-footer .social-media .social-icons .social-icon a {
          color: #979797; }
  footer.main-footer .logo {
    margin-top: 140px;
    margin-bottom: 20px; }
    footer.main-footer .logo img {
      margin: 0 auto;
      display: block; }
  footer.main-footer .details {
    color: #fff;
    margin-bottom: 30px; }
    footer.main-footer .details p {
      margin-bottom: 20px; }

.suggestions {
  text-align: left;
  border-top: 2px solid #ef4130;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 100%;
  background-color: #fff; }
  .suggestions .list-seperator {
    border-top: 1px solid #eee;
    width: 97%;
    margin: auto;
    margin-top: 10px; }
  .suggestions ul.items {
    list-style: none;
    padding: 0;
    margin: 0; }
    .suggestions ul.items a:link {
      text-decoration: none; }
    .suggestions ul.items .item {
      padding: 10px 20px;
      cursor: pointer;
      color: #000; }
      .suggestions ul.items .item.head {
        cursor: auto;
        padding: 20px 20px 10px 20px;
        color: #ef4130;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px; }
        .suggestions ul.items .item.head:hover {
          background-color: #fff; }
      .suggestions ul.items .item:hover {
        background-color: #eee; }
      .suggestions ul.items .item .name {
        margin: 0;
        font-size: 14px;
        line-height: 20px; }
      .suggestions ul.items .item .detail {
        margin: 0;
        font-size: 12px;
        line-height: 17px;
        color: #979797; }

.loader-line {
  height: 2px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: #ddd; }
  .loader-line:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #ef4130;
    animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
body {
  background-color: #f6f6f6;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #000;
  /* COMPONENTS */
  /********************************************* */
  /* Autocomplete */
  /********************************************* */
  /* CTAS */
  /* Landing Pages */
  /* Banner */
  /* Text Headline */
  /* Report Contents */
  /* Landing Page Forms */
  /* Account Page */
  /* Confirmation Pages */
  /* Reset Password / Login Page */
  /* Plan Table */ }
  body.off-white {
    background-color: #F1F1EF; }
  body .hide-on-mobile {
    display: none; }
  body .show-on-mobile {
    display: block; }
  body .text-center {
    text-align: center; }
  body .alum-filters {
    padding: 1rem 12px 1.5rem 12px; }
  body .alum-filters > div {
    display: block;
    text-align: center; }
  body .alumni-header {
    line-height: 2.5rem;
    word-wrap: break-word; }
  body .loading-img-container {
    margin-top: 10px;
    padding-left: 10px; }
  body .spinner {
    width: 100%;
    margin: auto;
    padding-top: 5px; }
    body .spinner .spinner-img {
      background: url(/assets/images/loading.gif) no-repeat;
      background-size: 25px 25px; }
  body .alumni-signup-button {
    text-align: center;
    position: relative;
    z-index: 3; }
    body .alumni-signup-button h1 {
      margin-bottom: 20px;
      line-height: 40px; }
  body .reldetail-button {
    border: 0.01rem solid;
    padding: 0.2rem 2rem;
    text-decoration: none;
    font-weight: normal !important; }
  body .alt-button {
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #ffbf26;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    margin-right: 10px;
    margin-bottom: 5px; }
  body select.role, body select.industry {
    width: 100%; }
  body a#bugmuncher_button {
    display: none; }
  body .content-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    body .content-container p.description-text {
      font-size: 24px;
      color: #40494E;
      line-height: 1.5;
      margin: 40px 0 0 0;
      text-align: center; }
    body .content-container #account-update-form {
      text-align: center; }
      body .content-container #account-update-form table.fields {
        text-align: left;
        margin-left: auto;
        margin-right: auto; }
      body .content-container #account-update-form button[type="submit"], body .content-container #account-update-form .user-account-link {
        font-weight: bold;
        background-color: #ffc000;
        border: 0;
        padding: 10px 20px;
        text-transform: capitalize;
        margin-top: 20px;
        color: #000;
        font-size: 14px;
        text-transform: capitalize; }
    body .content-container .limit-container {
      display: none;
      width: 100%;
      position: relative;
      z-index: 10;
      bottom: 68px; }
      body .content-container .limit-container.active {
        display: block; }
      body .content-container .limit-container .limit-layover {
        height: 50px;
        background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
        background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
      body .content-container .limit-container .limit-content {
        border: 2px solid #d3d3d3;
        padding: 10px;
        width: 100%;
        margin: auto;
        text-align: center;
        line-height: 28px; }
        body .content-container .limit-container .limit-content a.button {
          display: block; }
        body .content-container .limit-container .limit-content h2 span {
          color: #f13e25; }
        body .content-container .limit-container .limit-content span.message {
          font-size: 14px;
          color: #afafaf; }
    body .content-container .custom-combobox {
      position: relative;
      display: inline-block; }
    body .content-container .custom-combobox-toggle {
      position: absolute;
      top: 0;
      bottom: 0;
      margin-left: -1px;
      padding: 0;
      /* adjust styles for IE 6/7 */
      *height: 1.7em;
      *top: 0.1em; }
    body .content-container .custom-combobox-input {
      margin: 0;
      padding: 0.3em; }
  body div.option-container-title-nonmobile {
    display: none; }
  body div.all-industry-container-nonmobile {
    display: none; }
  body div.option-container-title-mobile {
    padding: 12px 6px;
    margin-bottom: 10px;
    font-size: 22pt;
    color: white;
    line-height: 3rem;
    text-shadow: 2px 2px 4px #000; }
  body header nav.non-mobile {
    display: none;
    width: 100%;
    height: 50px;
    background-color: black; }
    body header nav.non-mobile .logo {
      width: 275px;
      display: inline-block;
      vertical-align: top;
      font-size: 1.25rem;
      font-weight: bold;
      letter-spacing: 0.06rem;
      color: white;
      text-transform: none;
      letter-spacing: 0rem; }
      body header nav.non-mobile .logo img {
        position: relative;
        top: 2px; }
      body header nav.non-mobile .logo a {
        color: #fff;
        text-decoration: none; }
      body header nav.non-mobile .logo .text {
        position: relative;
        top: -12px;
        left: 5px; }
    body header nav.non-mobile .link-list-right {
      float: right;
      text-align: right; }
    body header nav.non-mobile .link-list {
      font-size: 1rem;
      width: 400px;
      padding-top: 14px;
      display: inline-block;
      text-transform: uppercase;
      vertical-align: top;
      color: #baa094;
      font-weight: bold; }
      body header nav.non-mobile .link-list a {
        color: #baa094; }
      body header nav.non-mobile .link-list .box {
        color: #464646;
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
        top: 3px;
        font-size: 1.5rem; }
      body header nav.non-mobile .link-list .box:first-child {
        padding-left: 0; }
    body header nav.non-mobile .search {
      float: right;
      color: red; }
      body header nav.non-mobile .search .search-container {
        padding-top: 8px; }
        body header nav.non-mobile .search .search-container ul.ui-autocomplete li {
          list-style-image: none; }
        body header nav.non-mobile .search .search-container .search-btn {
          display: none; }
        body header nav.non-mobile .search .search-container form.toggle-search.off input {
          width: 0;
          padding: 0; }
        body header nav.non-mobile .search .search-container form.toggle-search.off div.submit {
          display: none; }
        body header nav.non-mobile .search .search-container form.toggle-search.off .search-btn {
          width: 34px;
          height: 34px;
          background-color: #b9afa7;
          display: inline-block;
          cursor: pointer;
          text-align: center; }
          body header nav.non-mobile .search .search-container form.toggle-search.off .search-btn i {
            color: #fff;
            font-size: 24px;
            position: relative;
            top: calc(50% - 12px); }
        body header nav.non-mobile .search .search-container input[type=text] {
          -webkit-transition: width 1s;
          -moz-transition: width 1s;
          transition: width 1s;
          width: 324px;
          height: 34px;
          background-color: #fff;
          color: #828282;
          padding: 0.3rem 0.5rem 0.3rem 0.5rem;
          border: 0;
          display: inline-block; }
        body header nav.non-mobile .search .search-container input[type=text][placeholder] {
          color: #828282;
          font-size: 1.06rem; }
        body header nav.non-mobile .search .search-container div.submit {
          width: 90px;
          height: 34px;
          cursor: pointer;
          background-color: #b9afa7;
          display: inline-block;
          text-align: center;
          padding: 0.3rem 0;
          position: relative;
          color: white;
          font-weight: bold;
          letter-spacing: 1px;
          top: 0; }
  body header nav.mobile {
    width: 100%;
    background-color: black; }
    body header nav.mobile div.topmost {
      padding-top: 4px; }
      body header nav.mobile div.topmost .logo {
        display: inline-block;
        vertical-align: top;
        font-size: 1.12rem;
        font-weight: bold;
        letter-spacing: 0;
        color: white; }
        body header nav.mobile div.topmost .logo img {
          position: relative;
          top: 1px; }
        body header nav.mobile div.topmost .logo a {
          color: #fff;
          text-decoration: none; }
        body header nav.mobile div.topmost .logo .text {
          position: relative;
          top: -14px;
          left: 5px; }
      body header nav.mobile div.topmost .menu-trigger {
        display: inline-block;
        float: right;
        position: relative;
        top: 9px; }
    body header nav.mobile .menu {
      display: none;
      color: #fff; }
      body header nav.mobile .menu a {
        color: #fff;
        text-decoration: none; }
      body header nav.mobile .menu .item {
        padding: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12); }
      body header nav.mobile .menu .dropdown-submenu {
        margin-left: 20px !important;
        text-transform: capitalize; }
      body header nav.mobile .menu .search {
        width: 100%;
        color: red; }
        body header nav.mobile .menu .search .search-container ul.ui-autocomplete li {
          list-style-image: none; }
        body header nav.mobile .menu .search .search-container input[type=text] {
          width: 85%;
          height: 40px;
          background-color: #e5e0d9;
          color: #828282;
          font-size: 1.06rem;
          padding: 0.3rem 0.5rem 0.3rem 0.5rem;
          border: 0;
          display: inline-block; }
        body header nav.mobile .menu .search .search-container input[type=text][placeholder] {
          color: #828282; }
        body header nav.mobile .menu .search .search-container div.submit {
          cursor: pointer;
          width: 15%;
          height: 40px;
          background-color: #b9afa7;
          display: inline-block;
          text-align: center;
          padding: 0.4rem 0;
          position: relative;
          color: white;
          font-weight: bold;
          letter-spacing: 1px;
          top: -2px; }
      body header nav.mobile .menu div.accordion-menu {
        display: none; }
        body header nav.mobile .menu div.accordion-menu div.item {
          margin-left: 10px; }
  body .body {
    background-color: #fff;
    max-width: 1240px;
    margin: auto;
    box-shadow: -10px -40px 18px #dad9d9, 10px -40px 18px #dad9d9;
    overflow: hidden;
    padding-top: 90px;
    /************************************************* */
    /* Components Cross-Usable */
    /************************************************* */
    /* Multi Select Boxes */
    /************************************************* */
    /* Modals */
    /************************************************* */
    /************************************************* */
    /* Tickers */
    /************************************************* */ }
    body .body.body-no-padding {
      padding-top: 0; }
    body .body .clearfix {
      width: 100%;
      clear: both; }
    body .body .right {
      float: right; }
    body .body .left {
      float: left; }
    body .body .error {
      color: #ff2f28;
      clear: both;
      float: left;
      margin-bottom: 10px; }
    body .body .introduction-message {
      width: 100%;
      text-align: center;
      background-color: #fff3e3;
      border-bottom: 1px solid #efefef;
      line-height: 28px;
      padding-bottom: 5px;
      display: none;
      vertical-align: top; }
      body .body .introduction-message.views-left.active {
        display: inline-block; }
      body .body .introduction-message.pro-subscriber.active {
        display: inline-block;
        font-weight: bold; }
        body .body .introduction-message.pro-subscriber.active .red-btn {
          color: #fff;
          background-color: #ff2f28; }
    body .body main.visualizer .header-visualizer {
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 0.066rem dotted #e5e5e5;
      padding-bottom: 15px; }
      body .body main.visualizer .header-visualizer .entity {
        display: inline-block; }
        body .body main.visualizer .header-visualizer .entity div.entity-description {
          font-size: 1.06rem;
          margin-left: 0.12rem;
          margin-bottom: 5px; }
        body .body main.visualizer .header-visualizer .entity h1.entity-name {
          font-weight: bold;
          font-size: 2rem;
          margin-top: 0.12rem;
          margin-bottom: 5px;
          line-height: 36px;
          letter-spacing: -1px; }
    body .body main.visualizer .content section.module {
      margin-bottom: 2rem; }
      body .body main.visualizer .content section.module hgroup.short-margin {
        margin-bottom: 0.75rem; }
      body .body main.visualizer .content section.module hgroup.inline-block-margin-bottom-fix {
        margin-bottom: 1rem; }
      body .body main.visualizer .content section.module hgroup.non-mobile-no-spacing-bottom {
        margin-bottom: 0.75rem; }
      body .body main.visualizer .content section.module hgroup {
        padding-bottom: 0rem;
        border-bottom: 0.066rem dotted #e5e5e5;
        margin-bottom: 0.75rem; }
        body .body main.visualizer .content section.module hgroup .options {
          float: right; }
          body .body main.visualizer .content section.module hgroup .options .option {
            cursor: pointer; }
            body .body main.visualizer .content section.module hgroup .options .option img {
              width: 18px; }
        body .body main.visualizer .content section.module hgroup h2 {
          font-size: 1rem;
          text-align: center;
          font-weight: bold;
          color: #ff2f28;
          letter-spacing: 0;
          margin-top: 0.66rem;
          margin-bottom: 0.15rem; }
          body .body main.visualizer .content section.module hgroup h2 img.sectional {
            position: relative;
            margin-right: 0.1rem;
            top: 0.06rem;
            width: 14px;
            height: 13px; }
    body .body main.profile .header {
      margin-top: 20px;
      margin-bottom: 20px; }
      body .body main.profile .header .entity {
        display: inline-block; }
        body .body main.profile .header .entity div.entity-description {
          font-size: 1.06rem;
          margin-left: 0.12rem;
          margin-bottom: 5px; }
        body .body main.profile .header .entity h1.entity-name {
          font-weight: bold;
          font-size: 2rem;
          margin-top: 0.12rem;
          margin-bottom: 5px;
          line-height: 36px;
          letter-spacing: -1px; }
      body .body main.profile .header .options {
        display: none;
        text-align: right; }
    body .body main.profile .section-list {
      display: none;
      position: relative; }
    body .body main.profile .content .entity-container {
      border-bottom: 0.066rem dotted #e5e5e5;
      display: none;
      letter-spacing: 0;
      margin-bottom: 0px;
      background-color: #fff;
      margin-top: 0px;
      padding: 15px 0; }
      body .body main.profile .content .entity-container h1 {
        line-height: 36px;
        margin: 0;
        font-weight: bold;
        font-size: 2rem; }
      body .body main.profile .content .entity-container.active {
        display: block;
        position: fixed;
        top: 0;
        z-index: 11; }
    body .body main.profile .content section.module {
      margin-bottom: 2rem; }
      body .body main.profile .content section.module hgroup.short-margin {
        margin-bottom: 0.75rem; }
      body .body main.profile .content section.module hgroup.inline-block-margin-bottom-fix {
        margin-bottom: 1rem; }
      body .body main.profile .content section.module hgroup.non-mobile-no-spacing-bottom {
        margin-bottom: 0.75rem; }
      body .body main.profile .content section.module hgroup {
        padding-bottom: 0rem;
        border-bottom: 0.066rem dotted #e5e5e5;
        margin-bottom: 0.75rem; }
        body .body main.profile .content section.module hgroup .options {
          float: right; }
          body .body main.profile .content section.module hgroup .options .option {
            cursor: pointer; }
            body .body main.profile .content section.module hgroup .options .option img {
              width: 18px; }
        body .body main.profile .content section.module hgroup h2 {
          font-size: 1rem;
          font-weight: bold;
          color: #ff2f28;
          letter-spacing: 0;
          margin-top: 0.66rem;
          margin-bottom: 0.15rem; }
          body .body main.profile .content section.module hgroup h2 img.sectional {
            position: relative;
            margin-right: 0.1rem;
            top: 0.06rem;
            width: 14px;
            height: 13px; }
        body .body main.profile .content section.module hgroup h3 {
          font-weight: normal; }
      body .body main.profile .content section.module div.upsell-module-non-mobile {
        display: none; }
    body .body main.search-page div.list-header {
      text-transform: uppercase;
      font-weight: bold;
      color: #ff2f28;
      letter-spacing: 0rem;
      padding-bottom: 0.3rem;
      margin-bottom: 0.3rem;
      border-bottom: 1px dotted #e5e5e5; }
      body .body main.search-page div.list-header img.sectional {
        position: relative;
        margin-right: 0.1rem;
        top: 0.06rem;
        width: 14px;
        height: 13px; }
    body .body main.search-page section.header {
      margin-top: 2rem;
      margin-bottom: 0rem; }
      body .body main.search-page section.header h1.search-result {
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 1.3rem;
        margin-top: 0.12rem;
        margin-bottom: 0; }
        body .body main.search-page section.header h1.search-result span.entity-name {
          color: #ff2f28; }
      body .body main.search-page section.header h3.result-count {
        font-weight: normal;
        display: inline-block;
        margin-bottom: 0; }
    body .body main.search-page section.search-results-list {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-top: 30px; }
      body .body main.search-page section.search-results-list div.result-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        border-bottom: 0.06rem dotted #e5e5e5; }
        body .body main.search-page section.search-results-list div.result-item h2.entity-name, body .body main.search-page section.search-results-list div.result-item .result-title {
          font-size: 1.12rem;
          margin: 0 0 0.18rem;
          letter-spacing: -1px;
          white-space: normal; }
          body .body main.search-page section.search-results-list div.result-item h2.entity-name a img, body .body main.search-page section.search-results-list div.result-item .result-title a img {
            width: 18px; }
        body .body main.search-page section.search-results-list div.result-item h3.entity-description, body .body main.search-page section.search-results-list div.result-item .result-description {
          font-weight: normal;
          color: #000;
          margin: 0; }
      body .body main.search-page section.search-results-list div.pagination {
        padding-bottom: 3rem;
        line-height: 36px; }
        body .body main.search-page section.search-results-list div.pagination div.shortcut {
          font-weight: bold;
          font-size: 1.6rem;
          display: inline-block; }
        body .body main.search-page section.search-results-list div.pagination div.active {
          text-decoration: underline;
          font-size: 2rem; }
        body .body main.search-page section.search-results-list div.pagination div.shortcut-separator {
          padding: 0 1.5rem 0 1.5rem;
          color: #aaa;
          display: inline-block;
          position: relative;
          top: -5px; }
    body .body main.search-page section.shortest-path {
      display: none;
      vertical-align: top; }
    body .body main.homepage {
      padding-top: 25px; }
      body .body main.homepage div.center {
        text-align: center; }
      body .body main.homepage h1 {
        margin-top: 0px;
        margin-bottom: 25px;
        line-height: 36px;
        letter-spacing: -1px; }
      body .body main.homepage h3 {
        font-size: 1rem;
        font-weight: normal; }
      body .body main.homepage .search {
        margin: 20px auto 50px;
        color: red; }
        body .body main.homepage .search .search-container {
          padding-top: 8px; }
          body .body main.homepage .search .search-container ul.ui-autocomplete li {
            list-style-image: none; }
          body .body main.homepage .search .search-container input[type=text] {
            width: 100%;
            height: 40px;
            background-color: #e6e5e3;
            color: #828282;
            font-size: 1.06rem;
            padding: 0.3rem 0.5rem 0.3rem 0.5rem;
            text-align: center;
            border: 0;
            display: inline-block; }
          body .body main.homepage .search .search-container input[type=text][placeholder] {
            color: #828282; }
          body .body main.homepage .search .search-container div.submit {
            width: 150px;
            height: 40px;
            background-color: #b9afa7;
            display: inline-block;
            text-align: center;
            padding: 0.5rem 0;
            cursor: pointer;
            position: relative;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            top: 5px; }
      body .body main.homepage .message {
        display: inline-block;
        margin-bottom: 40px; }
        body .body main.homepage .message h2 {
          color: #000;
          font-size: 20px; }
      body .body main.homepage .trending-container {
        overflow: hidden;
        width: 100%;
        margin: 0 auto; }
        body .body main.homepage .trending-container .trending-body {
          margin-bottom: 40px;
          width: 400px;
          text-align: left;
          float: left;
          padding: 10px;
          margin-left: 30px;
          margin-right: 0; }
          body .body main.homepage .trending-container .trending-body.first {
            margin-left: 0;
            margin-right: 30px; }
          body .body main.homepage .trending-container .trending-body .trending-header {
            font-weight: bold;
            padding-left: 8px;
            border-bottom: 1px dotted #e5e5e5;
            color: #ff2f28;
            font-size: 17px;
            padding-bottom: 10px; }
            body .body main.homepage .trending-container .trending-body .trending-header img {
              width: 14px;
              height: 14px; }
          body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container {
            text-decoration: none; }
            body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item {
              overflow: hidden;
              height: 100px;
              border-bottom: 1px dotted #e5e5e5;
              cursor: pointer;
              padding: 15px;
              text-align: left;
              text-decoration: none; }
              body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item:hover {
                background-color: #eef0f0; }
              body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .name {
                margin-top: 0;
                margin-bottom: 5px;
                color: #0055a5;
                font-size: 18px; }
              body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .article-detail .source-type {
                float: left;
                padding-top: 2px; }
                body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .article-detail .source-type img {
                  width: 14px;
                  height: 14px; }
              body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .article-detail .content {
                color: #000;
                line-height: 20px;
                margin-left: 26px;
                font-size: 14px; }
                body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .article-detail .content p {
                  margin: 0; }
                  body .body main.homepage .trending-container .trending-body .trending-items .trending-item-container .trending-item .article-detail .content p span.source {
                    color: #aaa; }
      body .body main.homepage .news-list .news-item {
        font-size: 20px;
        margin-top: 10px; }
      body .body main.homepage .news-list .mobile-noshow {
        display: none; }
    body .body main.pricing .center {
      text-align: center; }
    body .body main.pricing h1 {
      margin-top: 50px;
      margin-bottom: 15px;
      font-size: 32px;
      line-height: 42px;
      letter-spacing: -1px; }
    body .body main.pricing h2.title {
      line-height: 32px;
      margin-top: 0px;
      letter-spacing: -1px; }
    body .body main.pricing h3 {
      font-size: 1.06rem;
      font-weight: normal; }
    body .body main.pricing h1.title, body .body main.pricing h2.title {
      border-bottom: 0.066rem dotted #e5e5e5;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    body .body main.pricing section.video-carousel-non-mobile {
      display: none; }
    body .body main.pricing section.video-carousel-mobile {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 40px;
      text-align: center; }
      body .body main.pricing section.video-carousel-mobile div.video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        border: 2px solid #efefef;
        margin: 0 auto; }
      body .body main.pricing section.video-carousel-mobile div.video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      body .body main.pricing section.video-carousel-mobile div.carousel-caption {
        font-size: 1.3em;
        font-weight: bold; }
      body .body main.pricing section.video-carousel-mobile div.carousel-controls ol.carousel-indicators {
        margin-left: 0px !important;
        display: inline-block !important;
        position: inherit; }
      body .body main.pricing section.video-carousel-mobile div.carousel-controls a.carousel-control {
        position: relative;
        width: 30px;
        color: black; }
        body .body main.pricing section.video-carousel-mobile div.carousel-controls a.carousel-control span.glyphicon {
          position: static; }
    body .body main.pricing section.pricing-grid-non-mobile {
      display: none; }
    body .body main.pricing section.pricing-grid-mobile:before {
      display: block;
      content: " ";
      margin-top: -56px;
      height: 90px;
      visibility: hidden; }
    body .body main.pricing section.pricing-grid-mobile {
      display: block; }
      body .body main.pricing section.pricing-grid-mobile div.plan {
        margin-top: 25px;
        margin-bottom: 40px; }
        body .body main.pricing section.pricing-grid-mobile div.plan img.push-down {
          position: relative;
          top: 3px; }
        body .body main.pricing section.pricing-grid-mobile div.plan div.row-header {
          background-color: black;
          color: white;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          text-transform: uppercase;
          font-size: 1.25rem;
          font-weight: bold;
          letter-spacing: 0.06rem;
          margin-bottom: 5px;
          text-align: center; }
        body .body main.pricing section.pricing-grid-mobile div.plan div.row {
          padding: 5px 10px;
          border-bottom: 0.066rem dotted #e5e5e5; }
    body .body main.pricing section.customers {
      margin-bottom: 20px; }
      body .body main.pricing section.customers div.logos img {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 35px 40px 35px; }
    body .body main.pricing section.industry-features div.three-column-industry-features {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin-bottom: 40px; }
      body .body main.pricing section.industry-features div.three-column-industry-features img.icon {
        margin: 0 auto 0px auto;
        width: 60px;
        height: 60px; }
      body .body main.pricing section.industry-features div.three-column-industry-features h3.label {
        padding: 0px 20px;
        margin: 0px auto 10px auto;
        text-transform: uppercase;
        font-weight: bold; }
      body .body main.pricing section.industry-features div.three-column-industry-features h4.description {
        padding: 0px 20px;
        margin: 0px auto 0px auto;
        font-weight: normal; }
    body .body main.pricing section.industry-features div.three-column-industry-features-addendum-text {
      width: 100%;
      display: inline-block;
      margin-bottom: 40px;
      text-align: center;
      color: #9a9a9a;
      text-transform: uppercase;
      font-weight: bold; }
    body .body main.pricing section.testimonials:before {
      display: block;
      content: " ";
      margin-top: -56px;
      height: 90px;
      visibility: hidden; }
    body .body main.pricing section.testimonials {
      margin-bottom: 20px; }
      body .body main.pricing section.testimonials div.three-column-testimonial {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 40px;
        text-align: left;
        padding: 0px 20px; }
        body .body main.pricing section.testimonials div.three-column-testimonial h3.quote {
          margin: 0px auto 20px auto;
          font-weight: normal; }
          body .body main.pricing section.testimonials div.three-column-testimonial h3.quote img.start-quote {
            position: relative;
            top: -7px; }
          body .body main.pricing section.testimonials div.three-column-testimonial h3.quote img.end-quote {
            position: relative;
            top: 3px; }
        body .body main.pricing section.testimonials div.three-column-testimonial h4.title, body .body main.pricing section.testimonials div.three-column-testimonial h4.organization {
          margin: 0px auto 0px auto;
          color: #949494;
          font-weight: normal;
          border-left: 3px solid #f1f1f1;
          padding-left: 10px; }
    body .body main.ranked-list {
      margin-top: 1rem; }
    body .body main.ranked-list-of-lists {
      margin-top: 1.5rem; }
      body .body main.ranked-list-of-lists h1 {
        margin-top: 15px; }
      body .body main.ranked-list-of-lists h1.title {
        font-weight: bold;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px; }
      body .body main.ranked-list-of-lists div.list-contents {
        border-top: 0.066rem dotted #e5e5e5; }
      body .body main.ranked-list-of-lists div.column {
        display: block; }
        body .body main.ranked-list-of-lists div.column h2 {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1.1rem;
          letter-spacing: 1px;
          padding-bottom: 15px;
          margin-bottom: 20px;
          border-bottom: 0.066rem dotted #e5e5e5;
          color: #ff2f28; }
          body .body main.ranked-list-of-lists div.column h2 img.sectional {
            position: relative;
            margin-right: 5px;
            top: 0.06rem;
            width: 14px;
            height: 13px; }
        body .body main.ranked-list-of-lists div.column div.list-title {
          padding-bottom: 15px; }
          body .body main.ranked-list-of-lists div.column div.list-title a {
            font-weight: bold; }
      body .body main.ranked-list-of-lists div.list-extras-bar {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        width: 100%; }
        body .body main.ranked-list-of-lists div.list-extras-bar div.label-value-pair {
          margin-bottom: 10px;
          display: inline-block;
          vertical-align: top;
          padding-right: 40px; }
          body .body main.ranked-list-of-lists div.list-extras-bar div.label-value-pair div.label {
            display: inline-block;
            vertical-align: top;
            padding-right: 14px;
            padding-top: 1px;
            min-width: 70px;
            font-size: 1.06rem;
            text-transform: uppercase;
            color: #baa094; }
          body .body main.ranked-list-of-lists div.list-extras-bar div.label-value-pair div.value {
            display: inline-block;
            vertical-align: top;
            font-weight: bold;
            font-size: 1.12rem; }
            body .body main.ranked-list-of-lists div.list-extras-bar div.label-value-pair div.value span {
              color: #000;
              font-size: 0.8rem; }
      body .body main.ranked-list-of-lists div.list-see-more {
        display: none; }
    body .body main.tickers {
      width: 100%; }
      body .body main.tickers div.landing-page {
        margin-top: 1.5rem; }
        body .body main.tickers div.landing-page h1 {
          margin-top: 15px; }
        body .body main.tickers div.landing-page h1.title {
          font-weight: bold;
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 16px;
          padding-bottom: 15px;
          border-bottom: 0.066rem dotted #e5e5e5; }
        body .body main.tickers div.landing-page h3 {
          margin-bottom: 5px; }
        body .body main.tickers div.landing-page div.ticker-selection {
          padding-bottom: 20px;
          margin-bottom: 15px;
          border-bottom: 0.066rem dotted #e5e5e5; }
      body .body main.tickers div.header {
        width: 100%;
        background-image: url("/assets/images/ticker/backgrounds/AllNews.jpg");
        background-size: cover;
        background-position: 0% 35%;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        body .body main.tickers div.header div.hero-section {
          width: 100%; }
        body .body main.tickers div.header div.alt-section {
          display: none; }
      body .body main.tickers div.single-news-ticker-container {
        width: 100%; }
      body .body main.tickers div.related-tickers {
        width: 100%; }
        body .body main.tickers div.related-tickers a {
          text-decoration: none; }
    body .body main.beta-page {
      width: 90%;
      margin: auto; }
      body .body main.beta-page .beta-nonmobile {
        display: none; }
      body .body main.beta-page .beta-header {
        text-align: center;
        font-size: 0.9rem; }
      body .body main.beta-page .beta-section .beta-subsection-header {
        color: red;
        text-transform: uppercase;
        font-size: 18px; }
    body .body main .alumni .header {
      /* Acordeon styles */
      /* :checked */
      /* Icon */ }
      body .body main .alumni .header .m-accordion {
        margin: 0;
        padding: 0; }
      body .body main .alumni .header .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;
        overflow: hidden; }
      body .body main .alumni .header .m-accordion .tab input {
        opacity: 0;
        z-index: -1; }
      body .body main .alumni .header input {
        position: absolute; }
      body .body main .alumni .header label {
        position: relative;
        display: block;
        padding: 0 0 0 1em;
        color: red;
        text-align: center;
        font-weight: bold;
        line-height: 3;
        cursor: pointer; }
      body .body main .alumni .header .tab-content {
        color: #000;
        text-align: center;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s;
        -o-transition: max-height 0.35s;
        transition: max-height 0.35s; }
      body .body main .alumni .header .tab-content ul, body .body main .alumni .header li {
        margin: 0;
        padding: 5px 0; }
      body .body main .alumni .header input:checked ~ .tab-content {
        max-height: 10em; }
      body .body main .alumni .header label::after {
        display: inline-block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      body .body main .alumni .header input[type=checkbox] + label::after {
        content: "▼"; }
      body .body main .alumni .header input[type=checkbox]:checked + label::after {
        transform: rotateX(180deg); }
    body .body div.ranked-list {
      min-width: 320px; }
      body .body div.ranked-list h1.title {
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 6px; }
      body .body div.ranked-list img.share {
        margin-top: 8px;
        margin-bottom: 8px; }
      body .body div.ranked-list div.label-value-pair {
        margin-bottom: 10px; }
        body .body div.ranked-list div.label-value-pair div.label {
          display: inline-block;
          padding-right: 25px;
          font-size: 1.06rem;
          text-transform: uppercase;
          color: #baa094; }
        body .body div.ranked-list div.label-value-pair div.value {
          display: inline-block;
          font-weight: bold;
          font-size: 1.12rem; }
          body .body div.ranked-list div.label-value-pair div.value span {
            color: #000;
            font-size: 0.8rem; }
      body .body div.ranked-list div.list-contents {
        margin-top: 13px; }
        body .body div.ranked-list div.list-contents div.header {
          border-top: 0.066rem dotted #e5e5e5;
          border-bottom: 0.066rem dotted #e5e5e5;
          padding-top: 5px;
          padding-bottom: 5px; }
          body .body div.ranked-list div.list-contents div.header div {
            font-size: 1.06rem;
            text-transform: uppercase;
            color: #ff2f28;
            display: inline-block;
            vertical-align: top; }
          body .body div.ranked-list div.list-contents div.header div.rank {
            width: 5%; }
          body .body div.ranked-list div.list-contents div.header div.score {
            float: right;
            text-align: right; }
        body .body div.ranked-list div.list-contents div.list-item {
          padding-top: 8px;
          background-color: #fafafa; }
          body .body div.ranked-list div.list-contents div.list-item div.rank {
            display: inline-block;
            vertical-align: top;
            min-width: 20px;
            font-weight: bold;
            font-size: 1.12rem; }
          body .body div.ranked-list div.list-contents div.list-item div.entity {
            display: inline-block;
            vertical-align: top;
            width: 75%; }
            body .body div.ranked-list div.list-contents div.list-item div.entity div.name {
              font-weight: bold;
              font-size: 1.12rem; }
            body .body div.ranked-list div.list-contents div.list-item div.entity div.description {
              font-size: 1.06rem; }
              body .body div.ranked-list div.list-contents div.list-item div.entity div.description a {
                color: black; }
          body .body div.ranked-list div.list-contents div.list-item div.score {
            display: inline-block;
            vertical-align: top;
            float: right;
            text-align: right;
            font-weight: bold;
            font-size: 1.3rem; }
          body .body div.ranked-list div.list-contents div.list-item ul.tabs {
            margin: 15px auto 0px auto;
            text-align: center;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 10px;
            list-style: none; }
            body .body div.ranked-list div.list-contents div.list-item ul.tabs li {
              background: none;
              display: inline-block;
              padding: 0px 10px 0px 0px;
              cursor: pointer;
              font-size: 1.06rem;
              text-transform: uppercase;
              color: #baa094; }
              body .body div.ranked-list div.list-contents div.list-item ul.tabs li img.carrot {
                position: relative;
                top: 1px;
                margin: auto;
                display: none; }
            body .body div.ranked-list div.list-contents div.list-item ul.tabs li.current {
              color: #baa094; }
              body .body div.ranked-list div.list-contents div.list-item ul.tabs li.current img.carrot {
                display: block;
                position: relative;
                top: 1px;
                margin: auto;
                display: block; }
          body .body div.ranked-list div.list-contents div.list-item .tab-content {
            display: none;
            background: #fff;
            padding: 12px 12px 28px 12px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6; }
            body .body div.ranked-list div.list-contents div.list-item .tab-content div.criteria {
              margin-bottom: 15px; }
              body .body div.ranked-list div.list-contents div.list-item .tab-content div.criteria div.criteria-label {
                display: inline-block;
                width: 75%;
                font-size: 1.06rem;
                text-transform: uppercase; }
              body .body div.ranked-list div.list-contents div.list-item .tab-content div.criteria div.criteria-score {
                display: inline-block;
                float: right;
                font-weight: bold;
                font-size: 1.06rem;
                text-align: right; }
              body .body div.ranked-list div.list-contents div.list-item .tab-content div.criteria div.scale {
                height: 2px;
                background-color: #d4d4d4;
                position: relative; }
                body .body div.ranked-list div.list-contents div.list-item .tab-content div.criteria div.scale span {
                  display: block;
                  height: 100%;
                  background-color: #e33e2e;
                  position: relative;
                  overflow: hidden; }
            body .body div.ranked-list div.list-contents div.list-item .tab-content section.module section.entity-verbose-background div.attributes div.role {
              font-weight: normal;
              font-style: normal; }
          body .body div.ranked-list div.list-contents div.list-item .tab-content.current {
            display: inherit; }
      body .body div.ranked-list section.methodology {
        margin-top: 25px; }
        body .body div.ranked-list section.methodology h2 {
          line-height: 28px;
          margin-bottom: 10px;
          margin-bottom: 0px; }
        body .body div.ranked-list section.methodology p strong {
          display: block;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #ff2f28; }
        body .body div.ranked-list section.methodology p:first-of-type {
          margin-top: 10px; }
    body .body div.section-wrapper {
      background-color: #fff;
      padding-bottom: 20px;
      border: 1px solid #ddd;
      margin: 40px auto 0;
      border-radius: 3px;
      padding: 20px;
      height: 100%;
      min-height: 100%;
      width: 100%;
      float: left; }
      body .body div.section-wrapper .page-header {
        font-size: 28px;
        text-transform: uppercase; }
      body .body div.section-wrapper .section-header, body .body div.section-wrapper .section-sub-header {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 20px;
        color: #ff2f28; }
      body .body div.section-wrapper .section-sub-header {
        font-size: 18px;
        text-transform: none;
        margin-bottom: 0;
        color: #40494E; }
      body .body div.section-wrapper .section-description {
        font-size: 16px;
        margin-bottom: 20px; }
      body .body div.section-wrapper p {
        color: #40494E;
        font-size: 20px; }
      body .body div.section-wrapper .field-group {
        margin-bottom: 20px; }
        body .body div.section-wrapper .field-group label {
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold; }
    body .body div.ranked-list-desktop {
      display: none; }
    body .body form.form-container div.form-row {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 0.066rem dotted #e5e5e5; }
      body .body form.form-container div.form-row div.label {
        margin-bottom: 5px; }
      body .body form.form-container div.form-row div.value input {
        padding: 5px;
        font-size: 15px;
        width: 100%; }
    body .body form.form-container button[type=submit] {
      width: 100%; }
    body .body div#takeover-container-desktop, body .body div.modal-container {
      display: none; }
    body .body div.ticker-type-identifier {
      margin-bottom: 15px; }
      body .body div.ticker-type-identifier:last-of-type {
        margin-bottom: 15px; }
      body .body div.ticker-type-identifier span.ticker-type {
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 15px;
        padding: 2px 5px;
        border-radius: 3px;
        color: white;
        font-weight: 600;
        letter-spacing: 1px; }
      body .body div.ticker-type-identifier div.ticker-type-value {
        display: block;
        font-size: 30px;
        line-height: 48px;
        color: white; }
        body .body div.ticker-type-identifier div.ticker-type-value img {
          position: relative;
          top: -1px;
          left: 4px;
          width: 20px; }
    body .body div.ticker-title-container {
      padding-bottom: 1rem;
      border-bottom: 0.066rem dotted #e5e5e5;
      margin-bottom: 1rem; }
      body .body div.ticker-title-container div.ticker-title {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        color: #ff2f28;
        font-size: 16px;
        width: 100%;
        padding-top: 16px; }
      body .body div.ticker-title-container div.ticker-title-mobile {
        border-bottom: 0.066rem dotted #e5e5e5;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        margin-top: -10px; }
        body .body div.ticker-title-container div.ticker-title-mobile div.title-button-mobile {
          color: #0055a5;
          display: inline-block;
          font-size: 0.8rem;
          padding-right: 5px;
          padding-left: 5px; }
        body .body div.ticker-title-container div.ticker-title-mobile input.submit-mobile {
          background: none;
          cursor: pointer;
          border: none;
          color: #0055a5;
          font-weight: normal;
          text-transform: none; }
      body .body div.ticker-title-container div.action-bar {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        float: right; }
    body .body div.ticker-story-container {
      padding-bottom: 1rem;
      border-bottom: 0.066rem dotted #e5e5e5;
      margin-bottom: 1rem; }
      body .body div.ticker-story-container div.technical-source-icon {
        display: inline-block;
        vertical-align: top;
        padding-top: 2px;
        width: 22px;
        float: left; }
      body .body div.ticker-story-container div.content-container {
        display: inline-block;
        vertical-align: top; }
      body .body div.ticker-story-container div.headline {
        vertical-align: top;
        font-size: 16px; }
      body .body div.ticker-story-container div.metadata {
        color: #9a9a9a;
        margin-top: 2px; }
        body .body div.ticker-story-container div.metadata a {
          color: #aaa; }
      body .body div.ticker-story-container div.mentions {
        margin-top: 4px;
        color: #9a9a9a; }
        body .body div.ticker-story-container div.mentions img {
          opacity: 0.3;
          position: relative;
          top: 3px;
          margin-right: 7px; }
        body .body div.ticker-story-container div.mentions a {
          color: #0055a5; }
          body .body div.ticker-story-container div.mentions a span {
            color: #aaa; }
      body .body div.ticker-story-container div.snippet {
        padding-left: 10px; }
        body .body div.ticker-story-container div.snippet span.content {
          color: #aaa;
          font-size: 15px; }
          body .body div.ticker-story-container div.snippet span.content strong {
            color: #000;
            font-weight: normal; }
    body .body div.ticker-story-upsell-container {
      margin-top: 30px;
      margin-bottom: 20px;
      width: 93%; }
      body .body div.ticker-story-upsell-container div.message {
        font-size: 18px; }
      body .body div.ticker-story-upsell-container div.cta-container input[type='text'],
      body .body div.ticker-story-upsell-container div.cta-container input[type='password'] {
        margin-top: 10px;
        width: 100%;
        padding: 5px 10px;
        font-size: 12px; }
      body .body div.ticker-story-upsell-container div.cta-container input[type='submit'] {
        margin-top: 10px;
        width: 100%;
        padding: 5px 10px;
        font-size: 14px; }
    body .body div.upsell-signup-agreement {
      font-size: 12px;
      line-height: 18px;
      margin-top: 20px;
      color: #777;
      float: left;
      width: 100%; }
    body .body div.bullets .title {
      font-weight: bold; }
    body .body div.bullets ul {
      padding-left: 20px; }
      body .body div.bullets ul li {
        margin-bottom: 10px; }
    body .body div.article-upsell-container {
      margin-bottom: 20px;
      margin-top: 10px;
      text-align: center;
      padding: 20px 40px;
      width: 100%;
      border: 0.066rem dotted #e5e5e5; }
      body .body div.article-upsell-container div.message {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 15px;
        line-height: 24px; }
        body .body div.article-upsell-container div.message .highlight-name {
          color: #ff2f28; }
      body .body div.article-upsell-container div.spacer {
        height: 10px;
        width: 1px; }
      body .body div.article-upsell-container div.small-message {
        font-size: 1rem;
        color: #9a9a9a; }
      body .body div.article-upsell-container div.upsell-start-trial {
        padding: 1rem 2.8rem; }
      body .body div.article-upsell-container div.article-upsell-relsci-container {
        display: inline-block; }
    body .body div.manage-wide-container {
      display: none; }
    body .body div.related-ticker-thumbnail-container {
      width: 100%;
      height: 80px;
      margin-bottom: 10px;
      text-align: center;
      font-size: 14px;
      color: white;
      text-shadow: 0px 0px 5px #000;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-size: cover; }
      body .body div.related-ticker-thumbnail-container div.background-image {
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.35);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 4px; }
        body .body div.related-ticker-thumbnail-container div.background-image img.related-ticker-icon {
          height: 40px;
          float: left;
          margin-top: 20px;
          margin-left: 20px; }
        body .body div.related-ticker-thumbnail-container div.background-image span.multiline-ellipsis {
          display: block;
          display: -webkit-box;
          max-width: 160px;
          height: 58.8;
          margin: 0 auto;
          font-size: 14px;
          line-height: 1.4;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative;
          top: 50%;
          left: 25%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
      body .body div.related-ticker-thumbnail-container a:hover, body .body div.related-ticker-thumbnail-container a:active {
        text-decoration: none; }
      body .body div.related-ticker-thumbnail-container img {
        margin-right: 15px;
        display: block; }
    body .body div#user-login {
      padding-top: 0; }
    body .body div.modal-container {
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      padding: 0;
      z-index: 100;
      display: none;
      opacity: 0; }
      body .body div.modal-container.login-modal .modal-contents {
        width: 559px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 0;
        border-top: 5px solid #ef4130;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1); }
        body .body div.modal-container.login-modal .modal-contents .modal-header .title {
          font-size: 16px;
          line-height: 22px;
          margin: 50px 0; }
        body .body div.modal-container.login-modal .modal-contents .modal-body {
          padding: 0 75px; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .float-left {
            float: left; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .float-right {
            float: right; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .options {
            overflow: hidden; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .pro-link {
            margin: 30px 0; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .line-break {
            border-top: 2px solid #eee;
            width: 90%;
            margin: auto; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .submit-btn {
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 30px;
            width: 276px;
            height: 56px;
            background-color: #ffb900;
            border: 2px solid #ffb900;
            color: #000;
            border-radius: 0;
            outline: none;
            cursor: pointer; }
          body .body div.modal-container.login-modal .modal-contents .modal-body .form-container {
            position: relative; }
            body .body div.modal-container.login-modal .modal-contents .modal-body .form-container .form-group {
              margin-bottom: 15px; }
              body .body div.modal-container.login-modal .modal-contents .modal-body .form-container .form-group input {
                border-radius: 0;
                height: 50px;
                margin: auto;
                border: 1px solid #979797;
                display: block;
                width: 100%;
                padding: 6px 12px;
                font-size: 14px;
                line-height: 1.42857;
                color: #979797;
                background-color: #fff;
                background-image: none;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
                body .body div.modal-container.login-modal .modal-contents .modal-body .form-container .form-group input:focus {
                  outline: 0;
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
      body .body div.modal-container .input-container {
        position: relative; }
        body .body div.modal-container .input-container .remove-btn {
          top: 8px;
          right: 8px;
          cursor: pointer;
          position: absolute; }
        body .body div.modal-container .input-container .remove-btn.off {
          display: none; }
      body .body div.modal-container div.background-fade {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        background-color: #fff;
        opacity: 0.95;
        z-index: 8; }
      body .body div.modal-container div.modal-contents {
        opacity: 0;
        display: none;
        width: 95%;
        height: 610px;
        padding: 0;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
        z-index: 9;
        margin: 200px auto;
        background-color: #fff;
        position: relative;
        border: 1px solid #d5d5d5;
        border-radius: 5px; }
        body .body div.modal-container div.modal-contents div.ticker-type-option-container {
          padding: 12px 6px;
          border-radius: 4px;
          -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
          cursor: pointer;
          margin-bottom: 10px;
          background-color: rgba(0, 0, 0, 0.65);
          /* TBD glow border */ }
          body .body div.modal-container div.modal-contents div.ticker-type-option-container div.icon {
            width: 40px;
            height: 40px;
            vertical-align: top;
            display: inline-block;
            margin-right: 10px; }
          body .body div.modal-container div.modal-contents div.ticker-type-option-container div.info-container {
            width: 195px;
            vertical-align: top;
            display: inline-block;
            color: white; }
            body .body div.modal-container div.modal-contents div.ticker-type-option-container div.info-container div.ticker-type-option-identifier {
              font-size: 16px; }
            body .body div.modal-container div.modal-contents div.ticker-type-option-container div.info-container div.ticker-type-option-description {
              font-size: 12px; }
        body .body div.modal-container div.modal-contents div.relsci-logo {
          position: relative;
          top: 15px;
          left: 15px;
          opacity: 0.35; }
        body .body div.modal-container div.modal-contents div.button-close-container {
          position: relative;
          top: 15px;
          right: 15px;
          z-index: 10; }
          body .body div.modal-container div.modal-contents div.button-close-container a.button-close {
            position: absolute;
            right: 0;
            top: 0;
            width: 25px;
            height: 25px;
            opacity: 0.35; }
            body .body div.modal-container div.modal-contents div.button-close-container a.button-close:before, body .body div.modal-container div.modal-contents div.button-close-container a.button-close:after {
              position: absolute;
              left: 10px;
              content: " ";
              height: 25px;
              width: 2px;
              background-color: #000; }
            body .body div.modal-container div.modal-contents div.button-close-container a.button-close:before {
              transform: rotate(45deg); }
            body .body div.modal-container div.modal-contents div.button-close-container a.button-close:after {
              transform: rotate(-45deg); }
        body .body div.modal-container div.modal-contents div.header-image {
          position: absolute;
          border-radius: 50%;
          width: 275px;
          height: 275px;
          background-image: url("/assets/images/components/takeover/modal-upsell/header3.png");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-color: #ffffff;
          top: -140px;
          border: 1px solid #ccc;
          margin-left: 185px;
          z-index: 9; }
        body .body div.modal-container div.modal-contents div.content {
          top: 135px;
          text-align: left;
          z-index: 9;
          width: 100%;
          position: relative;
          padding: 0px 10px; }
          body .body div.modal-container div.modal-contents div.content h1 {
            line-height: 40px; }
            body .body div.modal-container div.modal-contents div.content h1 div {
              color: #e4a817;
              margin-top: 5px; }
          body .body div.modal-container div.modal-contents div.content div.point {
            font-size: 18px;
            padding-bottom: 10px;
            color: #555; }
          body .body div.modal-container div.modal-contents div.content div.less-spacing {
            height: 5px;
            width: 1px; }
          body .body div.modal-container div.modal-contents div.content div.spacing {
            height: 20px;
            width: 1px; }
          body .body div.modal-container div.modal-contents div.content div.line-breaker {
            height: 1px;
            width: 100%;
            background-color: #eee;
            margin: 5px auto 15px auto; }
          body .body div.modal-container div.modal-contents div.content div.input-container {
            margin-bottom: 15px; }
            body .body div.modal-container div.modal-contents div.content div.input-container input, body .body div.modal-container div.modal-contents div.content div.input-container select {
              width: 100%;
              font-size: 14px;
              padding: 10px 5px 10px; }
          body .body div.modal-container div.modal-contents div.content div.cta {
            width: 100%; }
          body .body div.modal-container div.modal-contents div.content div.cta-half {
            width: 50%; }
          body .body div.modal-container div.modal-contents div.content div.cta-mobile-button {
            padding: 0.5rem; }
          body .body div.modal-container div.modal-contents div.content a.signup {
            border-radius: 3px;
            display: inline-block;
            margin-right: 8px;
            text-align: center;
            text-decoration: none;
            padding: 19px 37px;
            font-weight: 600;
            font-size: 18px;
            background-color: #ef4130;
            border: 1px solid #b12315;
            color: #fff; }
          body .body div.modal-container div.modal-contents div.content div.displayError {
            padding-bottom: 10px;
            display: none;
            color: red; }
    body .body div.pro-feature-modal div.less-spacing {
      height: 15px;
      width: 1px; }
    body .body div.pro-feature-modal div.line-breaker {
      height: 1px;
      width: 100%;
      background-color: #eee; }
    body .body div.pro-feature-modal div.pro-feature-contents {
      text-align: center;
      padding: 20px 16px; }
    body .body div.pro-feature-modal div.pro-feature-header {
      font-size: 1.4rem;
      font-weight: bold; }
    body .body div.pro-feature-modal div.pro-feature-subheader {
      color: #ff2f28;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: bold; }
    body .body div.pro-feature-modal div.pro-feature-description {
      font-size: 1rem;
      color: #9a9a9a;
      font-weight: bold; }
    body .body div.pro-feature-modal div.pro-feature-fullfeature {
      font-size: 0.9rem;
      color: #9a9a9a; }
    body .body div.pro-feature-modal div.pro-feature-startbutton {
      cursor: pointer;
      text-transform: uppercase;
      margin-bottom: 5px;
      padding: 10px 25px; }
    body .body div.pro-feature-modal div.pro-feature-notnowbutton {
      cursor: pointer;
      text-transform: uppercase; }
    body .body div.pro-feature-modal span.highlight-name {
      color: #ff2f28; }
    body .body main.news-update .news-update-headline {
      font-size: 1.2em;
      line-height: 1em;
      font-weight: bold;
      padding-bottom: 5px; }
    body .body main.news-update .feed-link {
      font-weight: bold;
      margin: 5px 0; }
      body .body main.news-update .feed-link.desktop-only {
        display: none; }
      body .body main.news-update .feed-link.mobile-only {
        text-align: center;
        margin-top: 50px; }
    body .body main.news-update i.red-chevron {
      padding-left: 5px;
      color: #ff2f28; }
    body .body main.news-update .news-update-details {
      font-size: 0.9em; }
    body .body main.news-update .follow-container {
      margin-top: 20px; }
      body .body main.news-update .follow-container input[type="submit"] {
        width: 150px;
        padding: 3px 10px;
        font-size: 13px;
        height: 29px; }
      body .body main.news-update .follow-container .message {
        margin-left: 10px;
        font-size: 18px;
        font-weight: bold; }
    body .body main.news-update .news-update-container {
      /*border-top: rgba(128, 128, 128, 0.42) solid thin */
      margin-top: 10px; }
      body .body main.news-update .news-update-container .news-update-body img {
        width: 100%; }
      body .body main.news-update .news-update-container .mobile-noshow {
        display: none; }
      body .body main.news-update .news-update-container .other-news-title {
        font-weight: bold;
        padding-top: 15px; }
      body .body main.news-update .news-update-container .other-news-headline {
        padding-top: 10px; }
        body .body main.news-update .news-update-container .other-news-headline .subtitle {
          font-size: 0.9em; }
      body .body main.news-update .news-update-container .sub-header {
        border-top: rgba(128, 128, 128, 0.42) solid thin;
        font-weight: bold;
        margin-top: 10px;
        padding-top: 15px; }
      body .body main.news-update .news-update-container .mobile-shift {
        padding-top: 50px; }
      body .body main.news-update .news-update-container .news-body-sidebar .mentions {
        list-style: none;
        padding: 0;
        margin: 0; }
        body .body main.news-update .news-update-container .news-body-sidebar .mentions .entity {
          font-style: normal;
          margin-bottom: 3px; }
    body .body main.news-update .pro-feature-side-message {
      text-align: center;
      font-size: 1.1rem;
      padding: 30px 20px; }
      body .body main.news-update .pro-feature-side-message .spacing {
        height: 10px;
        width: 1px; }
      body .body main.news-update .pro-feature-side-message .highlight-name {
        color: #ff2f28; }
    body .body main.account {
      display: block;
      margin-top: 1.5rem; }
      body .body main.account h1.title {
        font-weight: bold;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px; }
      body .body main.account h3.subtext {
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 0.066rem dotted #e5e5e5; }
      body .body main.account h3.end-text {
        font-size: 16px;
        font-weight: normal;
        color: #777; }
      body .body main.account .ticker-management {
        margin-bottom: 15px;
        border-bottom: 0.066rem dotted #e5e5e5; }
        body .body main.account .ticker-management div.ticker-item {
          background-color: #f5f5f5;
          padding: 10px;
          margin-bottom: 15px;
          cursor: move; }
          body .body main.account .ticker-management div.ticker-item .remove-ticker {
            float: right;
            cursor: pointer; }
    body .body section.module {
      /**************** */
      /* Section Types */
      /**************** */ }
      body .body section.module section {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
        border-bottom: 0.066rem dotted #e5e5e5; }
      body .body section.module section.entity-verbose-background div.attributes {
        min-height: 1px; }
        body .body section.module section.entity-verbose-background div.attributes div.amount {
          font-weight: bold;
          font-size: 1rem; }
        body .body section.module section.entity-verbose-background div.attributes div.amount-unknown {
          font-weight: bold; }
        body .body section.module section.entity-verbose-background div.attributes div.location-date {
          line-height: 1.5rem; }
      body .body section.module section.entity-verbose-background div.verbose-background div.entity-name, body .body section.module section.entity-verbose-background div.verbose-background-no-attributes div.entity-name {
        font-weight: bold;
        font-size: 1.06rem;
        display: inline-block; }
      body .body section.module section.entity-verbose-background div.verbose-background div.entity-role, body .body section.module section.entity-verbose-background div.verbose-background-no-attributes div.entity-role {
        font-weight: bold;
        display: inline-block;
        width: 100%; }
      body .body section.module section.entity-verbose-background div.verbose-background div.entity-sector, body .body section.module section.entity-verbose-background div.verbose-background-no-attributes div.entity-sector {
        color: #9a9a9a;
        display: inline-block; }
      body .body section.module section.entity-verbose-background div.verbose-background span.bullet, body .body section.module section.entity-verbose-background div.verbose-background-no-attributes span.bullet {
        font-size: 1.25rem; }
      body .body section.module section.in-the-news {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
        border-bottom: 0.066rem dotted #e5e5e5; }
        body .body section.module section.in-the-news div.attributes {
          min-height: 1px; }
          body .body section.module section.in-the-news div.attributes div.date {
            font-weight: normal;
            color: #9a9a9a; }
          body .body section.module section.in-the-news div.attributes div.source {
            font-weight: bold;
            color: black; }
        body .body section.module section.in-the-news div.story div.headline {
          display: inline-block;
          margin-left: 20px; }
          body .body section.module section.in-the-news div.story div.headline img.lock {
            position: relative;
            top: 3px;
            margin-right: 5px; }
          body .body section.module section.in-the-news div.story div.headline img.source {
            position: relative;
            top: 3px;
            margin-left: -25px;
            padding-right: 5px; }
        body .body section.module section.in-the-news div.story div.source {
          color: #9a9a9a;
          display: inline-block; }
        body .body section.module section.in-the-news div.story span.bullet {
          font-size: 1.25rem; }
      body .body section.module section.key-value-pair, body .body section.module section.key-value-pair-2col {
        border-bottom: 0.066rem dotted #e5e5e5; }
        body .body section.module section.key-value-pair div.attributes, body .body section.module section.key-value-pair div.attributes-no-value, body .body section.module section.key-value-pair-2col div.attributes, body .body section.module section.key-value-pair-2col div.attributes-no-value {
          vertical-align: top; }
          body .body section.module section.key-value-pair div.attributes div.key, body .body section.module section.key-value-pair div.attributes-no-value div.key, body .body section.module section.key-value-pair-2col div.attributes div.key, body .body section.module section.key-value-pair-2col div.attributes-no-value div.key {
            letter-spacing: 0px;
            font-weight: bold; }
        body .body section.module section.key-value-pair div.attributes-no-value, body .body section.module section.key-value-pair-2col div.attributes-no-value {
          width: 100%; }
        body .body section.module section.key-value-pair div.value, body .body section.module section.key-value-pair-2col div.value {
          vertical-align: top; }
          body .body section.module section.key-value-pair div.value div.label, body .body section.module section.key-value-pair-2col div.value div.label {
            display: inline-block; }
            body .body section.module section.key-value-pair div.value div.label a, body .body section.module section.key-value-pair-2col div.value div.label a {
              font-weight: bold; }
          body .body section.module section.key-value-pair div.value span.bullet, body .body section.module section.key-value-pair-2col div.value span.bullet {
            font-size: 1.25rem;
            color: #9a9a9a; }
      body .body section.module section.relationship-2col {
        border-bottom: none;
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        vertical-align: top; }
        body .body section.module section.relationship-2col div.entity {
          display: inline-block; }
          body .body section.module section.relationship-2col div.entity div.entity-name {
            font-weight: bold;
            display: inline-block; }
          body .body section.module section.relationship-2col div.entity div.entity-role {
            display: inline-block; }
          body .body section.module section.relationship-2col div.entity div.entity-sector {
            color: #9a9a9a;
            display: inline-block; }
          body .body section.module section.relationship-2col div.entity span.bullet {
            font-size: 1.25rem; }
      body .body section.module section.relationship-visualizer-3col {
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        vertical-align: top;
        border: 1px solid #ffe5a8;
        padding: 5px; }
        body .body section.module section.relationship-visualizer-3col div.entity {
          display: inline-block; }
          body .body section.module section.relationship-visualizer-3col div.entity div.entity-name {
            font-weight: bold;
            display: inline-block; }
          body .body section.module section.relationship-visualizer-3col div.entity div.entity-role {
            display: inline-block;
            font-size: 1rem;
            color: #777; }
          body .body section.module section.relationship-visualizer-3col div.entity div.entity-sector {
            color: #9a9a9a;
            display: inline-block; }
          body .body section.module section.relationship-visualizer-3col div.entity span.bullet {
            font-size: 1.25rem; }
      body .body section.module section.paths-non-mobile {
        display: none; }
        body .body section.module section.paths-non-mobile div.entity-name {
          font-size: 1.75rem;
          margin-top: 0.12rem;
          line-height: 36px;
          letter-spacing: 0;
          color: white;
          text-align: center; }
      body .body section.module section.paths-mobile {
        display: block; }
        body .body section.module section.paths-mobile div.node {
          margin-bottom: 2px; }
          body .body section.module section.paths-mobile div.node img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; }
          body .body section.module section.paths-mobile div.node div.node-name {
            display: inline-block;
            vertical-align: middle;
            font-weight: bold; }
      body .body section.module section.relationship-2col {
        border-bottom: 0.066rem dotted #e5e5e5;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem; }
      body .body section.module section.no-spacing-bottom {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      body .body section.module section.horizontal-list div.entry {
        display: inline-block;
        font-weight: bold; }
      body .body section.module section.horizontal-list div.separator {
        display: inline-block;
        padding-left: 1rem;
        padding-right: 1rem; }
  body .promo-placeholder {
    border: 1px solid #ffd6c3;
    background-color: #fff4ef;
    text-align: center;
    width: 100%;
    padding: 2rem; }
    body .promo-placeholder .title {
      color: #e69920;
      font-size: 1.12rem;
      margin-bottom: 2rem; }
    body .promo-placeholder .description {
      color: #858585;
      line-height: 2rem; }
  body span.tooltip {
    background-color: #ddd;
    border-radius: 25px;
    padding: 3px 7px 3px 7px;
    position: relative;
    left: 4px; }
  body ul.ui-autocomplete {
    font-size: 16px;
    line-height: 1.5rem;
    color: #000;
    text-transform: initial; }
    body ul.ui-autocomplete li.ui-autocomplete-category {
      font-size: 0.94rem;
      text-transform: uppercase;
      font-weight: bold;
      color: #ff2f28;
      margin-top: 2px;
      margin-left: 5px;
      margin-bottom: 5px;
      border-bottom: 0.066rem dotted #e5e5e5;
      text-align: left; }
      body ul.ui-autocomplete li.ui-autocomplete-category img.sectional {
        position: relative;
        margin-right: 0.1rem;
        top: 0.06rem;
        width: 14px;
        height: 13px; }
    body ul.ui-autocomplete li.ui-autocomplete-category-not-first {
      margin-top: 10px;
      padding-bottom: 5px; }
    body ul.ui-autocomplete div {
      line-height: 1.12rem; }
      body ul.ui-autocomplete div span.entity-name {
        font-weight: bold;
        color: #0055a5;
        max-height: 1.2rem;
        overflow: hidden;
        display: inline-block; }
      body ul.ui-autocomplete div span.entity-description {
        font-size: 0.86rem;
        color: #777;
        max-height: 1.2rem;
        overflow: hidden;
        display: inline-block; }
    body ul.ui-autocomplete li.ui-autocomplete-people-footer {
      text-align: center;
      color: #ff2f28;
      background-color: #e8e8e8;
      padding: 10px 30px 10px 30px;
      font-weight: bold; }
  body .ui-menu {
    text-align: left; }
    body .ui-menu .ui-menu-item-wrapper {
      padding: 4px 1rem 4px 1.75rem; }
    body .ui-menu .ui-menu-item .ui-state-active, body .ui-menu .ui-menu-item .ui-state-hover {
      background-color: #fff3e3;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
  body .ui-widget.ui-widget-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 0px; }
  body .ui-autocomplete-loading {
    background: url("/assets/images/components/autocomplete-loading.gif") no-repeat 98% center;
    background-size: 32px 32px; }
  body .cta {
    display: inline-block;
    background-color: #ffbf26;
    padding: 0.75rem 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    border: 1px solid #ffbf26; }
    body .cta.follow-btn.following {
      background-color: #fff; }
    body .cta:disabled, body .cta[disabled] {
      background: #ccc; }
    body .cta img.icon {
      position: relative;
      top: 3px;
      padding-right: 3px;
      width: 16px;
      height: 16px; }
    body .cta.cta-button {
      cursor: pointer; }
  body .cta.cta-small {
    padding: 0.5rem 4rem;
    letter-spacing: 0rem;
    background-color: #ffbf26; }
  body .cta.cta-xsmall {
    padding: 0.4rem 2rem;
    letter-spacing: 0rem;
    background-color: #ffbf26; }
  body .cta.cta-small-plans {
    background-color: white;
    border: 1px;
    border-style: solid;
    padding: 0.5rem 4rem;
    letter-spacing: 0rem; }
  body .cta.cta-skinny {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap; }
  body .cta-mobile {
    width: 100%; }
    body .cta-mobile img {
      height: 24px;
      position: relative;
      top: 4px; }
    body .cta-mobile div.text {
      display: inline-block;
      position: relative;
      top: -2px;
      padding-left: 4px; }
  body .cta-red {
    background-color: red !important;
    color: white !important; }
  body .cta-grey {
    background-color: #9a9a9a !important;
    color: white !important; }
  body form {
    margin-bottom: 0; }
  body .sortable-feed-items {
    list-style: none;
    padding-left: 0; }
  body li.sortable-feed-item {
    list-style: none;
    border: 1px solid #CDDBE9;
    background: #F8FAFF;
    padding: 10px 20px 10px 10px;
    color: #40494E;
    margin: 7px 0;
    border-radius: 3px;
    font-weight: bold;
    display: flex;
    align-items: center; }
    body li.sortable-feed-item:hover {
      cursor: pointer; }
    body li.sortable-feed-item button {
      float: right;
      background: none;
      border: none;
      font-weight: bold;
      padding: 0;
      color: #ff2f28;
      line-height: 2.2; }
      body li.sortable-feed-item button:hover {
        cursor: pointer; }
    body li.sortable-feed-item .title {
      flex-grow: 3;
      font-size: 16px; }
    body li.sortable-feed-item svg {
      width: 15px;
      height: 15px;
      fill: #CCC;
      margin-right: 10px;
      margin-top: 4px;
      float: left;
      display: block; }
  body .banner-container {
    background-size: cover;
    background-position: center center; }
    body .banner-container .banner {
      padding: 125px 0;
      color: #fff;
      font-size: 2.5rem;
      line-height: 1.3;
      text-align: center; }
      body .banner-container .banner span {
        color: #ff2f28; }
  body .text-headline h2 {
    padding: 50px 0;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 100; }
  body .report-contents .list-header {
    font-weight: bold;
    color: #ff2f28;
    letter-spacing: 0.1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center; }
    body .report-contents .list-header img {
      margin-right: 5px; }
  body .report-contents .items-container {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    body .report-contents .items-container li {
      color: #555;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      body .report-contents .items-container li .icon {
        width: 48px;
        height: 48px;
        float: left;
        margin-right: 20px; }
        body .report-contents .items-container li .icon svg {
          width: 48px;
          height: auto; }
      body .report-contents .items-container li .text {
        float: left;
        font-size: 18px;
        max-width: 300px; }
  body .landing-page-form {
    margin-top: 75px; }
    body .landing-page-form .form-header {
      font-weight: 600;
      font-size: 21px;
      text-align: center;
      width: 100%; }
    body .landing-page-form .form-container {
      background: #F8F8F8;
      border: 1px solid #E6E6E6;
      border-radius: 5px;
      padding: 20px;
      width: 100%;
      max-width: 550px;
      margin: 20px auto; }
      body .landing-page-form .form-container .fields-container {
        margin-bottom: 20px;
        width: 100%;
        display: block;
        float: left;
        display: block; }
        body .landing-page-form .form-container .fields-container .field-group {
          width: 100%;
          clear: both;
          margin: 10px 0;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          body .landing-page-form .form-container .fields-container .field-group label {
            float: left;
            width: 40%;
            text-align: right;
            padding-right: 3%;
            text-transform: uppercase;
            font-size: 14px; }
          body .landing-page-form .form-container .fields-container .field-group > div {
            float: right;
            width: 60%; }
          body .landing-page-form .form-container .fields-container .field-group input[type='text'] {
            border: 1px solid #999; }
        body .landing-page-form .form-container .fields-container .field-toggle {
          float: right;
          color: #0055a5;
          font-size: 14px;
          margin-bottom: 10px;
          width: 100%;
          text-align: center;
          width: 60%; }
          body .landing-page-form .form-container .fields-container .field-toggle:hover {
            cursor: pointer; }
        body .landing-page-form .form-container .fields-container input:not([role="combobox"]) {
          padding: 7px 10px;
          border-radius: 5px;
          border: 1px solid #ccc; }
        body .landing-page-form .form-container .fields-container input, body .landing-page-form .form-container .fields-container .select {
          width: 100%;
          font-size: 16px; }
      body .landing-page-form .form-container button {
        background: #FFC000;
        color: #000;
        border: 1px solid #666666;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        font-size: 18px;
        padding: 12px 20px;
        margin: 20px auto 10px;
        display: block;
        clear: both; }
      body .landing-page-form .form-container .download-sample {
        display: flex;
        align-items: center;
        justify-content: center; }
        body .landing-page-form .form-container .download-sample svg {
          fill: #0055a5;
          width: 20px;
          margin-top: 2px;
          float: left;
          margin-right: 5px; }
    body .landing-page-form .disclaimer {
      font-size: 12px;
      width: 100%;
      text-align: center;
      color: #999; }
  body .account-form input:not([role="combobox"]) {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px; }
  body .account-form .error {
    float: right;
    clear: both;
    margin-top: 10px; }
  body .subscription {
    margin-top: 10px; }
    body .subscription a.subscribed {
      color: #ff2f28; }
  body .centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 275px); }
    body .centered-content .center {
      text-align: center; }
    body .centered-content .icon {
      width: 80px;
      margin: 0 auto; }
    body .centered-content h1 {
      margin-bottom: 20px; }
    body .centered-content h3 {
      line-height: 1.5;
      color: #666;
      max-width: 640px;
      margin-right: 0;
      padding-right: 0; }
  body .create-password .center {
    margin-top: 20px;
    width: 100%;
    max-width: 500px; }
  body .create-password .login-form {
    width: 100%; }
  body .create-password .form-header {
    font-size: 28px;
    line-height: 1.5; }
  body .create-password .form-container label {
    float: left;
    color: #666;
    font-size: 18px;
    line-height: 1.75; }
    body .create-password .form-container label.point {
      font-size: 18px;
      padding-bottom: 10px;
      color: #555; }
  body .create-password .form-container input[type="email"], body .create-password .form-container input[type="password"] {
    padding: 10px 5px;
    border: 1px solid #999;
    font-size: 14px;
    color: #333;
    width: 100%; }
  body .create-password .form-container input[type="checkbox"] {
    float: left;
    margin-top: 10px; }
  body .create-password .form-container .fields-container {
    margin: 10px 0; }
  body .create-password .form-container button {
    display: inline-block;
    background-color: #ffbf26;
    padding: 0.75rem 3rem;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 0rem;
    width: 100%;
    border: none;
    line-height: 1.5;
    margin: 10px 0; }
    body .create-password .form-container button:hover {
      cursor: pointer; }
  body .create-password .form-container .button-header {
    margin: 10px 0 0;
    font-size: 18px;
    font-size: 18px;
    color: #555;
    padding-top: 10px; }
  body .create-password h3.password-link-sent {
    color: #ff2f28; }
  body table.plan-table {
    width: 100%; }
    body table.plan-table th pre {
      font-size: 16px;
      white-space: pre-wrap; }
    body table.plan-table td {
      padding: 10px 0;
      text-align: center;
      border-top: 1px solid #eee;
      color: #666;
      font-size: 16px;
      border-right: 1px solid #eee; }
      body table.plan-table td.highlighted {
        background-color: #F8FAFF; }
      body table.plan-table td.nan {
        letter-spacing: 0px; }
      body table.plan-table td:first-child {
        text-align: left;
        color: #333;
        font-weight: normal;
        font-size: 18px;
        padding-top: 16px;
        padding-left: 3px;
        max-width: 600px; }
      body table.plan-table td:nth-child(2), body table.plan-table td:last-child {
        min-width: 20%; }
      body table.plan-table td.pricing {
        font-size: 18px;
        font-weight: bold;
        color: #0055a5;
        background-color: #f8f8f8; }
      body table.plan-table td svg {
        fill: #6EC45F;
        width: 20px;
        height: 20px; }
      body table.plan-table td .cta:hover {
        cursor: pointer; }
    body table.plan-table tr.cta-row td {
      border-right: none; }
    @media screen and (max-width: 1098px) {
      body table.plan-table tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        border: 1px solid #ddd;
        margin: 10px 0; }
        body table.plan-table tr:nth-child(even) {
          background-color: #f8f8f8; }
        body table.plan-table tr:first-child {
          border: none; }
        body table.plan-table tr:last-child {
          background: none;
          border: none; }
          body table.plan-table tr:last-child td {
            border: none;
            width: 100%; }
        body table.plan-table tr .cta {
          padding: 5px 35px;
          font-size: 0.8rem; }
      body table.plan-table td {
        display: block;
        width: 50%;
        border-top: none;
        padding: 10px 5px; }
        body table.plan-table td button {
          float: none !important; }
      body table.plan-table th {
        display: block;
        width: 50%; }
        body table.plan-table th:first-child {
          text-align: center;
          width: 100%; }
      body table.plan-table td:first-child {
        text-align: center;
        width: 100%;
        border-bottom: 1px dashed #ccc;
        color: #555;
        text-transform: uppercase; }
      body table.plan-table td:nth-child(2) {
        border-right: 1px dashed #ccc; }
      body table.plan-table td.nan {
        font-weight: bold;
        font-size: 24px;
        color: #ff2f28; }
      body table.plan-table th:first-child {
        display: none; } }
  body .enterprise-cta {
    background-color: #F7F7F7;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
    margin-top: 20px; }
    body .enterprise-cta a {
      font-size: 18px;
      margin-top: 10px;
      display: block; }

.logoSection {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  margin-top: 60px;
  border-top: 1px solid #E6E6E6; }
  .logoSection h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px;
    color: #666;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5; }
  .logoSection .logos-wrapper {
    display: inline-block;
    width: calc(28 * 200px) !important;
    margin: 1rem auto;
    position: relative;
    align-items: center; }
  .logoSection .logo {
    float: left;
    width: 150px;
    height: 120px;
    align-items: center;
    margin-right: 50px;
    display: flex;
    padding: 0; }
    .logoSection .logo .image {
      max-width: 150px;
      max-height: 120px;
      display: inline-block;
      transition: transitionCubic; }

#power-tools {
  box-sizing: border-box; }
  #power-tools .page-title {
    color: #000;
    font-size: 32px;
    character: 0px;
    line: 43px 1.3; }
  #power-tools .pt-long-description {
    color: #000;
    font-size: 16px;
    line: 22px 1.4;
    margin-bottom: 70px; }
  #power-tools #accordion {
    width: 95%; }
    #power-tools #accordion .ui-accordion-header {
      background: #EFEFEF;
      color: #000;
      text-align: left;
      border: none; }
  #power-tools #donoer-filters {
    min-height: unset; }
  #power-tools .form-container {
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 10px; }
    #power-tools .form-container .form {
      margin: 0 auto;
      padding: 0;
      width: 90%; }
      #power-tools .form-container .form #spinner {
        margin-top: 10px; }
      #power-tools .form-container .form .form-group {
        width: 100%;
        margin: 0 auto 10px auto; }
        #power-tools .form-container .form .form-group .disabled {
          cursor: not-allowed; }
        #power-tools .form-container .form .form-group input {
          height: 30px;
          line-height: 30px;
          vertical-align: middle;
          border: solid 1px #a6a6a6; }
        #power-tools .form-container .form .form-group .select2-selection, #power-tools .form-container .form .form-group .select2-selection__rendered {
          border-radius: 0px; }
        #power-tools .form-container .form .form-group label:not(last-child) {
          display: inline-block;
          margin-bottom: 20px; }
      #power-tools .form-container .form .form-group-action {
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        #power-tools .form-container .form .form-group-action .button-primary, #power-tools .form-container .form .form-group-action .button-clear {
          width: 280px;
          height: 60px;
          text-transform: none;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          color: #000; }
        #power-tools .form-container .form .form-group-action .button-clear {
          -moz-box-shadow: 0px 1px 0px 0px #fff;
          -webkit-box-shadow: 0px 1px 0px 0px #fff;
          box-shadow: 0px 1px 0px 0px #fff;
          background-color: #fff;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 2px;
          border: 1px solid #ffbf26;
          font-size: 15px;
          font-weight: bold;
          padding: 4px 24px;
          text-decoration: none;
          text-shadow: 0px 1px 0px #fff; }
      #power-tools .form-container .form .input {
        width: 100%; }
    #power-tools .form-container h3 {
      color: #000;
      font-size: 24px;
      character: 1px;
      line: 33px 1.4;
      text-align: left;
      background: none;
      border: none; }
      #power-tools .form-container h3 div.start-over {
        margin-top: 20px;
        -moz-box-shadow: 0px 1px 0px 0px #fff;
        -webkit-box-shadow: 0px 1px 0px 0px #fff;
        box-shadow: 0px 1px 0px 0px #fff;
        background-color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #ffbf26;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        padding: 4px 24px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #fff;
        margin-right: 10px;
        margin-bottom: 5px; }
    #power-tools .form-container .left {
      order: 1;
      flex-basis: 100%;
      text-align: right; }
    #power-tools .form-container .right {
      padding-left: 15px;
      order: 2;
      flex-basis: 100%;
      text-align: left; }
  #power-tools .wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  #power-tools .pull-center {
    text-align: center; }
  #power-tools .nav-bar > a {
    text-decoration: none;
    color: black;
    border-bottom: solid 0.125rem gray; }
  #power-tools .nav-bar > a:hover {
    border-bottom-color: #FF2F28; }
  #power-tools .result {
    width: 100%; }
    #power-tools .result .result-footer {
      padding-top: 80px;
      text-align: center; }
      #power-tools .result .result-footer .cta {
        text-transform: unset;
        margin-top: 50px;
        margin-bottom: 80px; }
    #power-tools .result .result-meta {
      border-bottom: solid 1px #a6a6a6;
      padding: 30px 0;
      margin: 0 auto; }
  #power-tools .grid {
    width: 100%;
    margin: 0 auto; }
  #power-tools .grid > div {
    border: 1px solid #FF2F28;
    padding: 1rem;
    text-align: center;
    radius: 0px; }
  #power-tools .grid > div:not(last-child) {
    cursor: hand;
    cursor: pointer; }
  #power-tools .grid > div > a {
    text-decoration: none;
    color: black; }
  #power-tools .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    grid-auto-rows: minmax(auto, auto); }
  #power-tools .row {
    padding: 1.25rem;
    grid-column: 1/6;
    grid-row: auto; }
  #power-tools .row-ie-1 {
    -ms-grid-row: 1; }
  #power-tools .row-ie-2 {
    -ms-grid-row: 3; }
  #power-tools .row-ie-3 {
    -ms-grid-row: 5; }
  #power-tools .row-ie-4 {
    -ms-grid-row: 7; }
  #power-tools .row-ie-5 {
    -ms-grid-row: 9; }
  @media screen and (max-width: 1098px) {
    #power-tools .pull-center-sc {
      text-align: center; }
    #power-tools .nav-bar-sc {
      border: solid 2px gray;
      width: 100%;
      height: 45px;
      padding: 10px;
      margin: 0 auto; }
    #power-tools .result .result-rank, #power-tools .result .result-meta {
      padding-bottom: 30px;
      margin: 0;
      border-bottom: solid 1px #a6a6a6; }
    #power-tools .result .result-meta {
      display: block;
      padding-top: 30px; }
      #power-tools .result .result-meta small {
        color: #e5e5e5; }
      #power-tools .result .result-meta .path-header {
        display: none; }
    #power-tools .result .list-item {
      background: #F5F5F5;
      margin: 10px auto;
      border-bottom: 0.066rem dotted #e5e5e5; }
    #power-tools .result .people {
      background: #fff;
      width: 100%;
      padding: 10px 0;
      text-align: center; }
      #power-tools .result .people .entity .name {
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 20px; }
      #power-tools .result .people .entity .description {
        margin-bottom: 20px; }
    #power-tools .result .path {
      width: 100%;
      padding: 10px;
      text-align: center; }
      #power-tools .result .path .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      #power-tools .result .path img {
        width: fit-content;
        vertical-align: middle; }
    #power-tools .filter-container {
      width: 100%;
      border-top: 0.125rem solid red;
      position: relative;
      margin: 0.625rem auto;
      text-align: center;
      background: #efefef;
      -ms-input-placeholder-text-align: center; }
      #power-tools .filter-container ::-webkit-input-placeholder {
        text-align: center; }
      #power-tools .filter-container ::-moz-placeholder {
        text-align: center; }
      #power-tools .filter-container .form-container {
        width: 90%;
        margin: 0 auto; }
      #power-tools .filter-container select, #power-tools .filter-container input {
        width: 100%; }
      #power-tools .filter-container .select2 {
        width: 100%; }
      #power-tools .filter-container div {
        padding: 10px 0; }
    #power-tools .filter-container:after {
      content: "";
      display: block;
      width: 50%;
      height: 0.125rem;
      padding: 0;
      margin: 0;
      background-color: white;
      position: absolute;
      right: 0;
      top: -0.125rem; } }

@media only screen and (min-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 42px; }

  .message {
    font-size: 16px;
    line-height: 25px; }

  .sub-title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600; }

  .cta-button {
    font-size: 16px;
    font-weight: 700; }

  .desktop-only {
    display: block !important; }

  .mobile-only {
    display: none !important; }

  .main-header-container header.main-nav {
    padding: 0; }
    .main-header-container header.main-nav .nav-options ul.options > li > a:hover {
      background-color: #ef4130;
      text-decoration: none; }

  .main-footer-container {
    width: 100%;
    background-color: #3c3c3c; }
    .main-footer-container footer.main-footer {
      padding: 50px 30px 80px;
      max-width: 1240px;
      margin: 0 auto;
      position: relative;
      text-align: left; }
      .main-footer-container footer.main-footer .columns {
        width: 100%;
        display: flex; }
        .main-footer-container footer.main-footer .columns .column {
          flex: 1;
          margin-left: 100px;
          display: inline-block; }
          .main-footer-container footer.main-footer .columns .column > ul.items {
            margin: 0;
            padding: 0; }
            .main-footer-container footer.main-footer .columns .column > ul.items > ul.items {
              padding-left: 10px; }
          .main-footer-container footer.main-footer .columns .column ul.items {
            list-style: none; }
            .main-footer-container footer.main-footer .columns .column ul.items li {
              color: #eee;
              padding: 10px 0; }
              .main-footer-container footer.main-footer .columns .column ul.items li a {
                color: #eee; }
          .main-footer-container footer.main-footer .columns .column .title {
            font-size: 14px;
            margin: 0; }
          .main-footer-container footer.main-footer .columns .column .details {
            color: #eee;
            margin-bottom: 10px; }
      .main-footer-container footer.main-footer .legal-container {
        font-size: 12px;
        text-align: left;
        position: absolute;
        left: 130px;
        bottom: 11px;
        line-height: normal; }
        .main-footer-container footer.main-footer .legal-container .details {
          display: inline-block;
          margin-left: 5px; }
          .main-footer-container footer.main-footer .legal-container .details ul.legal-links {
            width: auto;
            margin: unset;
            padding: 0px; }
        .main-footer-container footer.main-footer .legal-container .logo {
          display: inline-block;
          margin: 0; }
          .main-footer-container footer.main-footer .legal-container .logo img {
            margin: unset; }
      .main-footer-container footer.main-footer .social-media {
        position: absolute;
        float: none;
        right: 78px;
        bottom: 35px;
        left: auto; }
        .main-footer-container footer.main-footer .social-media .social-icons {
          left: auto; }
          .main-footer-container footer.main-footer .social-media .social-icons .social-icon {
            margin: 0 10px; }

  .main-search-bar .search-bar form.form-main-search .search-input-container .suggestions {
    width: calc(100% - 130px); } }
@media only screen and (min-width: 1099px) {
  /********************************************* */
  /* Common */
  /********************************************* */
  .rwd-line {
    display: block; }

  .bool-is-mobile {
    display: none; }

  body {
    /************************************************* */
    /* Landing Pages */
    /************************************************* */
    /* Banner */
    /* Text Headline */
    /* Report Contents */
    /* Contact Form */
    /* Login Form */
    /* Account Page */ }
    body .body {
      padding-top: 90px;
      min-height: calc(100vh - 392px); }
    body .body-no-news-bar {
      padding-top: 50px; }
    body .alt-button {
      width: 360px;
      margin-right: 5px; }
    body .loading-img-container {
      margin-top: 10px;
      padding-left: 10px; }
    body .alum-links {
      font-style: normal !important;
      letter-spacing: 1px !important;
      font-weight: bold !important;
      text-decoration: none !important; }
    body .hover-over, body .highlight {
      border: 3px solid #ffe5a8 !important;
      padding: 6px !important; }
    body .alum-alt-button {
      width: 270px; }
    body .spinner {
      padding-left: 5px;
      margin-top: -5px; }
      body .spinner .spinner-img {
        background: url(/assets/images/loading.gif) no-repeat;
        background-size: 25px 25px; }
    body .no-right-margin {
      margin-right: 0px !important; }
    body .alum-filters {
      padding: 0px 12px 3rem 12px; }
    body .alum-filters > div {
      display: inline; }
    body .alumni-link {
      padding-top: 18px;
      letter-spacing: 0.1rem;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none; }
    body select.role, body select.industry {
      width: 200px;
      text-align: left; }
    body .content-container {
      margin: 0 auto;
      min-width: 1100px;
      max-width: 1100px;
      text-align: inherit;
      background-color: inherit;
      padding-left: 0;
      padding-right: 0; }
      body .content-container .limit-container .limit-content {
        padding: 20px 50px;
        width: 65%; }
    body #alumni-role-label {
      padding-left: 20px;
      padding-right: 5px; }
    body #alumni-industry-label {
      padding-right: 5px; }
    body .feedbody-content-container div.news-feed-title {
      background-color: white;
      width: 800px;
      z-index: 8; }
    body a#bugmuncher_button {
      display: block; }
    body .hide-on-mobile {
      display: block; }
    body .show-on-mobile {
      display: none; }
    body header .dropdown-submenu {
      margin-left: 10px;
      text-transform: capitalize; }
    body header nav.non-mobile {
      height: 50px;
      display: block; }
      body header nav.non-mobile div.content-container {
        height: 50px; }
        body header nav.non-mobile div.content-container a#navigation-header {
          padding-right: 10px;
          text-decoration: none;
          cursor: pointer; }
        body header nav.non-mobile div.content-container ul.navigation-options {
          background-color: black;
          margin-left: -20px; }
    body header nav.mobile {
      height: 50px;
      display: none; }
    body header div.topic-list {
      width: 100%;
      position: relative;
      text-align: left;
      background-color: #f5f5f5;
      border-bottom: 1px solid #e8e8e8;
      height: 36px; }
      body header div.topic-list a {
        color: #000; }
      body header div.topic-list div.content-container {
        background: none; }
        body header div.topic-list div.content-container a.news-home-btn {
          color: #fff;
          background-color: #000;
          text-align: center;
          padding: 6px 9px;
          border-radius: 3px;
          font-style: normal; }
          body header div.topic-list div.content-container a.news-home-btn img {
            width: 18px;
            position: relative;
            top: 2px;
            margin-right: 5px; }
          body header div.topic-list div.content-container a.news-home-btn:hover {
            text-decoration: none; }
      body header div.topic-list .list-label {
        background: none;
        padding-top: 7px;
        height: 34px;
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        font-size: 16px;
        margin-right: 12px;
        color: #aaa; }
      body header div.topic-list .topic {
        padding-top: 7px;
        height: 34px;
        display: inline-block;
        vertical-align: top;
        padding-right: 22px;
        border-right: 1px dotted #dddddd;
        margin-right: 11px;
        font-size: 16px; }
        body header div.topic-list .topic.first {
          padding-top: 6px;
          padding-right: 8px; }
      body header div.topic-list .topic:last-child {
        margin-right: 0; }
    body .body {
      /************************************************* */
      /* Components Cross-Usable */
      /************************************************* */
      /************************************************* */
      /* Modals */
      /************************************************* */
      /************************************************* */
      /* Tickers */
      /************************************************* */ }
      body .body .introduction-message {
        padding-top: 5px; }
        body .body .introduction-message.pro-subscriber.active .red-btn {
          margin-left: 15px; }
      body .body main.profile .header .entity h1.entity-name {
        letter-spacing: 0;
        margin-bottom: 0px;
        margin-top: 0px; }
      body .body main.profile .header .entity div.entity-description {
        margin-left: 0.12rem;
        margin-bottom: 0; }
      body .body main.profile .header .options {
        display: inline-block;
        width: -moz-calc(100% - 310px);
        width: -webkit-calc(100% - 310px);
        width: calc(100% - 310px); }
      body .body main.profile .section-list {
        float: left;
        display: block;
        width: 225px;
        min-height: 100px; }
        body .body main.profile .section-list .section-item {
          padding: 0.2rem 0.6rem 0.2rem 0;
          border-top: 1px solid #f3f0eb;
          font-weight: bold;
          cursor: pointer; }
        body .body main.profile .section-list .section-item:hover {
          color: #ff2f28; }
        body .body main.profile .section-list .section-bottom-border {
          border-bottom: 1px solid #f3f0eb; }
      body .body main.profile .content {
        float: left;
        min-height: 100px;
        padding-left: 25px;
        padding-bottom: 50px;
        width: -moz-calc(100% - 250px);
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        border-left: 1px solid #f3f0eb; }
        body .body main.profile .content section.module hgroup.short-margin {
          margin-bottom: 0.6rem; }
        body .body main.profile .content section.module hgroup.non-mobile-no-spacing-bottom {
          margin-bottom: 0rem; }
        body .body main.profile .content section.module hgroup {
          margin-bottom: 0.75em; }
          body .body main.profile .content section.module hgroup .options {
            float: right; }
            body .body main.profile .content section.module hgroup .options .option {
              cursor: pointer; }
              body .body main.profile .content section.module hgroup .options .option img {
                width: 18px; }
          body .body main.profile .content section.module hgroup h2 {
            margin-bottom: 0.5rem; }
            body .body main.profile .content section.module hgroup h2 img.sectional {
              position: relative;
              margin-right: 0.5rem; }
        body .body main.profile .content section.module div.upsell-module-mobile {
          display: none; }
        body .body main.profile .content section.module div.upsell-module-non-mobile.active {
          margin-top: -20px;
          display: block;
          /* div.remaining-listings */
          /* font-weight: bold */
          /* color: #e69920 */
          /*  */
          /* font-style: italic */ }
          body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar {
            margin-top: 2rem;
            width: calc(100% + $profile-content-padding-left); }
            body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar .left-side {
              display: inline-block;
              width: 210px;
              height: 1px;
              vertical-align: top; }
            body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar .right-side {
              display: inline-block;
              width: -moz-calc(100% - 220px);
              width: -webkit-calc(100% - 220px);
              width: calc(100% - 220px);
              vertical-align: top; }
              body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar .right-side .lock {
                height: 32px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px; }
              body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar .right-side .message {
                display: inline-block;
                vertical-align: middle;
                font-weight: 600;
                color: black;
                margin-right: 8px; }
              body .body main.profile .content section.module div.upsell-module-non-mobile.active .bar .right-side .button {
                display: inline-block;
                vertical-align: middle;
                float: right; }
      body .body main.search-page div.list-header img.sectional {
        margin-right: 0.5rem; }
      body .body main.search-page section.header {
        margin-top: 3rem; }
        body .body main.search-page section.header h1.search-result {
          font-size: 2rem; }
        body .body main.search-page section.header h3.result-count {
          font-size: 1.1rem;
          color: #777; }
      body .body main.search-page section.search-results-list {
        width: 49%;
        padding-right: 40px;
        margin-top: 25px; }
        body .body main.search-page section.search-results-list div.result-item {
          font-size: 0.9rem; }
          body .body main.search-page section.search-results-list div.result-item h2.entity-name, body .body main.search-page section.search-results-list div.result-item .result-title {
            font-weight: bold;
            letter-spacing: 0; }
            body .body main.search-page section.search-results-list div.result-item h2.entity-name a img, body .body main.search-page section.search-results-list div.result-item .result-title a img {
              width: 18px; }
          body .body main.search-page section.search-results-list div.result-item h3.entity-description, body .body main.search-page section.search-results-list div.result-item .result-description {
            color: #777; }
      body .body main.search-page section.shortest-path {
        display: inline-block;
        width: 480px; }
      body .body main.homepage {
        padding-top: 50px; }
        body .body main.homepage h1 {
          letter-spacing: 1px; }
        body .body main.homepage .search {
          margin: 30px auto 50px; }
          body .body main.homepage .search .search-container {
            padding-top: 8px;
            width: 670px;
            margin: 0 auto; }
            body .body main.homepage .search .search-container input[type=text] {
              width: 520px;
              text-align: left;
              background-color: #e5e0d9; }
            body .body main.homepage .search .search-container div.submit {
              top: 0px; }
        body .body main.homepage .news-list {
          width: 100%; }
          body .body main.homepage .news-list .content-container {
            margin: 0 auto;
            min-width: 1100px;
            max-width: 1100px; }
            body .body main.homepage .news-list .content-container .news-item {
              display: inline-block;
              font-size: 20px; }
              body .body main.homepage .news-list .content-container .news-item:after {
                content: "·";
                font-size: 45px;
                vertical-align: sub;
                padding: 10px; }
              body .body main.homepage .news-list .content-container .news-item.last:after {
                display: none; }
            body .body main.homepage .news-list .content-container .mobile-noshow {
              display: block; }
        body .body main.homepage .trending-container {
          width: 860px; }
          body .body main.homepage .trending-container .trending-body {
            margin-bottom: 0; }
      body .body main.pricing h2.title {
        letter-spacing: 0px; }
      body .body main.pricing section.video-carousel-non-mobile {
        margin-bottom: 60px;
        display: block; }
        body .body main.pricing section.video-carousel-non-mobile span.glyphicon-chevron-right {
          color: black;
          font-size: 4em;
          left: 0px; }
        body .body main.pricing section.video-carousel-non-mobile span.glyphicon-chevron-left {
          color: black;
          font-size: 4em;
          left: 100px; }
        body .body main.pricing section.video-carousel-non-mobile div.carousel-caption {
          font-size: 1.5em;
          font-weight: bold; }
      body .body main.pricing section.video-carousel-mobile {
        display: none; }
      body .body main.pricing section.pricing-grid-mobile {
        display: none; }
      body .body main.pricing section.pricing-grid-non-mobile:before {
        display: block;
        content: " ";
        margin-top: -86px;
        height: 86px;
        visibility: hidden; }
      body .body main.pricing section.pricing-grid-non-mobile {
        display: block;
        margin: 50px auto 0px auto;
        width: 930px; }
        body .body main.pricing section.pricing-grid-non-mobile img.push-down {
          position: relative;
          top: 3px; }
        body .body main.pricing section.pricing-grid-non-mobile div.row-skip-two-cols {
          margin-left: 305px;
          border-left: 0.066rem dotted #e5e5e5; }
        body .body main.pricing section.pricing-grid-non-mobile div.row-header {
          color: white;
          padding-top: 10px;
          text-transform: uppercase;
          font-size: 0.5rem;
          font-weight: bold;
          letter-spacing: 0.06rem; }
          body .body main.pricing section.pricing-grid-non-mobile div.row-header div.column-feature {
            color: #baa094;
            font-style: normal; }
          body .body main.pricing section.pricing-grid-non-mobile div.row-header div.row-title {
            background-color: black;
            height: 78px; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-feature {
          width: 260px;
          display: inline-block;
          vertical-align: top;
          font-weight: 600;
          font-size: 1.06rem;
          text-align: left;
          padding: 5px 0px 5px 0px;
          border-bottom: 0.066rem dotted #e5e5e5; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-help {
          width: 40px;
          font-size: 1.06rem;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          padding: 5px 0px 5px 0px;
          border-right: 0.066rem dotted #e5e5e5;
          height: 35px;
          border-bottom: 0.066rem dotted #e5e5e5;
          margin-left: -5px; }
          body .body main.pricing section.pricing-grid-non-mobile div.column-help span.tooltip {
            margin-right: 15px; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-plan {
          width: 200px;
          padding: 5px 0px 5px 0px;
          display: inline-block;
          vertical-align: top;
          font-size: 1.06rem;
          text-align: center;
          border-right: 0.066rem dotted #e5e5e5;
          height: 36px;
          border-bottom: 0.066rem dotted #e5e5e5;
          margin-left: -3px; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-header {
          height: inherit;
          border-right: none;
          border-bottom: none; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-plan-subheader {
          height: 60px;
          border-right: 0.066rem dotted #e5e5e5;
          border-bottom: none;
          font-size: 1.24rem; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-plan-description {
          font-size: 0.8rem;
          height: 130px;
          border-bottom: none; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-plan-topbutton {
          height: 65px;
          border-bottom: none; }
        body .body main.pricing section.pricing-grid-non-mobile div.no-border {
          border-bottom: none;
          border-right: none; }
        body .body main.pricing section.pricing-grid-non-mobile div.column-deep {
          background-color: #e8e8e8;
          border-bottom: 0.066rem dotted white;
          border-right: 0.066rem dotted white; }
          body .body main.pricing section.pricing-grid-non-mobile div.column-deep span.news-alert-feature {
            margin-left: 30px; }
      body .body main.pricing section.industry-features div.three-column-industry-features {
        width: 350px;
        margin-right: 10px; }
        body .body main.pricing section.industry-features div.three-column-industry-features:last-of-type {
          margin-right: 0px; }
      body .body main.pricing section.testimonials:before {
        display: block;
        content: " ";
        margin-top: -86px;
        height: 86px;
        visibility: hidden; }
      body .body main.pricing section.testimonials {
        margin-bottom: 20px; }
        body .body main.pricing section.testimonials div.three-column-testimonial {
          width: 350px;
          margin-right: 10px; }
          body .body main.pricing section.testimonials div.three-column-testimonial:last-of-type {
            margin-right: 0px; }
          body .body main.pricing section.testimonials div.three-column-testimonial h3.quote {
            margin: 0px auto 20px auto; }
      body .body main.ranked-list-of-lists .center {
        text-align: center; }
      body .body main.ranked-list-of-lists div.list-extras-bar {
        display: inline-block;
        vertical-align: top;
        width: 60%; }
      body .body main.ranked-list-of-lists div.column {
        display: inline-block;
        width: 548px;
        vertical-align: top;
        margin-bottom: 15px; }
        body .body main.ranked-list-of-lists div.column:nth-child(odd) {
          padding-right: 30px; }
      body .body main.ranked-list-of-lists div.list-see-more {
        display: inline-block;
        float: right;
        vertical-align: top;
        font-size: 1.12rem;
        text-align: right;
        font-weight: bold; }
      body .body main.tickers {
        z-index: 5; }
        body .body main.tickers div.header {
          margin-bottom: 0px;
          padding-top: 15px; }
          body .body main.tickers div.header div.hero-section {
            padding-top: 10px;
            width: 800px;
            display: inline-block;
            vertical-align: top;
            margin-right: 20px; }
          body .body main.tickers div.header div.alt-section {
            width: 275px;
            display: inline-block;
            vertical-align: top; }
        body .body main.tickers div.manage-wide-container {
          background-color: #fffaef;
          padding: 12px 0px;
          border-bottom: 1px solid #fbeedb; }
          body .body main.tickers div.manage-wide-container.bottom-upsell {
            width: 100%; }
          body .body main.tickers div.manage-wide-container span.fine-print-message {
            font-size: 0.6rem;
            word-wrap: break-word;
            line-height: 1rem;
            width: 300px; }
          body .body main.tickers div.manage-wide-container div.main-section-wide {
            width: 1025px !important; }
          body .body main.tickers div.manage-wide-container div.main-section {
            width: 800px;
            display: inline-block;
            vertical-align: top;
            padding-top: 4px;
            margin-right: 20px;
            font-weight: bold;
            color: #e69920; }
            body .body main.tickers div.manage-wide-container div.main-section div.message {
              display: inline-block;
              vertical-align: top;
              margin-right: 10px;
              padding-top: 5px; }
            body .body main.tickers div.manage-wide-container div.main-section div.cta-container {
              display: inline-block;
              vertical-align: top; }
              body .body main.tickers div.manage-wide-container div.main-section div.cta-container input[type='text'] {
                width: 225px;
                padding: 5px 10px;
                font-size: 12px; }
              body .body main.tickers div.manage-wide-container div.main-section div.cta-container input[type='submit'] {
                width: 150px;
                padding: 3px 10px;
                font-size: 13px; }
              body .body main.tickers div.manage-wide-container div.main-section div.cta-container button.manage-subs {
                font-size: 13px;
                padding: 3px 20px; }
          body .body main.tickers div.manage-wide-container button.manage-subs-single {
            font-size: 13px;
            padding: 3px 20px; }
          body .body main.tickers div.manage-wide-container div.alt-section {
            width: 275px;
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            color: #aaa;
            line-height: 16px; }
        body .body main.tickers div.single-news-ticker-container {
          width: 800px;
          display: inline-block;
          vertical-align: top;
          margin-right: 20px; }
        body .body main.tickers div.related-tickers {
          width: 275px;
          display: inline-block;
          vertical-align: top; }
          body .body main.tickers div.related-tickers .related-ticker-buttons {
            width: 275px; }
          body .body main.tickers div.related-tickers div.section-title {
            width: 275px; }
      body .body main.news-update .feed-link.desktop-only {
        display: block;
        float: right; }
      body .body main.news-update .feed-link.mobile-only {
        display: none; }
      body .body main.news-update .news-update-headline {
        clear: right;
        margin-top: 5px;
        font-size: 2em;
        line-height: 1em;
        font-weight: bold; }
      body .body main.news-update .news-update-details {
        font-size: 1em; }
      body .body main.news-update .news-update-container {
        /*border-top: rgba(128, 128, 128, 0.42) solid thin */
        margin-top: 20px;
        padding-top: 0px; }
        body .body main.news-update .news-update-container .mobile-noshow {
          display: inherit; }
        body .body main.news-update .news-update-container .mobile-shift {
          padding-top: 0px; }
        body .body main.news-update .news-update-container .other-news-headline .subtitle {
          font-size: 1em;
          font-style: italic; }
        body .body main.news-update .news-update-container .other-news-title {
          padding-top: 0px; }
        body .body main.news-update .news-update-container .sub-header {
          border-top: none;
          margin-top: 10px;
          padding-top: 0px; }
      body .body main.news-update .news-update-body {
        width: 800px;
        float: left;
        /*border-right: rgba(128, 128, 128, 0.42) solid thin */
        padding: 0px 10px 0px 0px;
        min-height: 400px; }
      body .body main.news-update .news-update-body-long {
        width: 100%;
        border-right: none;
        text-align: center;
        min-height: 0px; }
      body .body main.news-update .news-body-sidebar {
        width: 275px;
        float: left;
        padding: 10px 0px 0px 10px;
        font-weight: bold; }
        body .body main.news-update .news-body-sidebar .pro-feature-side-message {
          text-align: center;
          font-size: 1.1rem;
          padding: 30px 20px; }
          body .body main.news-update .news-body-sidebar .pro-feature-side-message .spacing {
            height: 10px;
            width: 1px; }
          body .body main.news-update .news-body-sidebar .pro-feature-side-message .highlight-name {
            color: #ff2f28; }
      body .body main.beta-page {
        width: 80%;
        max-width: 1100px;
        margin: auto; }
        body .body main.beta-page .beta-mobile {
          display: none; }
        body .body main.beta-page .beta-nonmobile {
          display: block; }
        body .body main.beta-page .beta-header {
          text-align: center;
          font-size: 1rem; }
        body .body main.beta-page .beta-section {
          padding: 0px 40px; }
          body .body main.beta-page .beta-section .beta-subsection-header {
            color: red;
            text-transform: uppercase;
            font-size: 18px; }
      body .body div.ranked-list {
        display: none; }
      body .body div.ranked-list-desktop {
        display: block;
        margin-top: 1.5rem; }
        body .body div.ranked-list-desktop h1.title {
          font-weight: bold;
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 16px; }
        body .body div.ranked-list-desktop div.list-extras-bar {
          display: inline-block;
          vertical-align: top;
          width: 69%; }
          body .body div.ranked-list-desktop div.list-extras-bar div.label-value-pair {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: top;
            padding-right: 40px; }
            body .body div.ranked-list-desktop div.list-extras-bar div.label-value-pair div.label {
              display: inline-block;
              vertical-align: top;
              padding-right: 14px;
              padding-top: 1px;
              font-size: 1.06rem;
              color: #baa094; }
            body .body div.ranked-list-desktop div.list-extras-bar div.label-value-pair div.value {
              display: inline-block;
              vertical-align: top;
              font-weight: bold;
              font-size: 1.12rem; }
              body .body div.ranked-list-desktop div.list-extras-bar div.label-value-pair div.value span {
                color: #000;
                font-size: 0.8rem; }
        body .body div.ranked-list-desktop div.list-see-more {
          display: inline-block;
          vertical-align: top;
          float: right;
          font-size: 1.12rem;
          text-align: right;
          font-weight: bold; }
        body .body div.ranked-list-desktop div.list-contents {
          margin-top: 5px; }
          body .body div.ranked-list-desktop div.list-contents div.header {
            border-top: 0.066rem dotted #e5e5e5;
            border-bottom: 0.066rem dotted #e5e5e5;
            padding-top: 5px;
            padding-bottom: 5px; }
            body .body div.ranked-list-desktop div.list-contents div.header.fixed-header {
              position: fixed;
              background: #fff;
              top: 86px;
              padding-right: 8px; }
            body .body div.ranked-list-desktop div.list-contents div.header div {
              font-weight: bold;
              letter-spacing: 1px;
              color: #ff2f28;
              display: inline-block;
              vertical-align: middle; }
              body .body div.ranked-list-desktop div.list-contents div.header div img.sectional {
                position: relative;
                margin-left: 10px;
                margin-right: 10px;
                top: 0.06rem;
                width: 14px;
                height: 13px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.rank-and-name-5column {
              width: 439px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.criteria-5column {
              width: 115px;
              font-size: 17px;
              text-align: center;
              cursor: pointer; }
            body .body div.ranked-list-desktop div.list-contents div.header div.rank-and-name-4column {
              width: 574px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.criteria-4column {
              width: 115px;
              text-align: center; }
            body .body div.ranked-list-desktop div.list-contents div.header div.rank-and-name-3column {
              width: 554px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.criteria-3column {
              width: 152px;
              text-align: center; }
            body .body div.ranked-list-desktop div.list-contents div.header div.rank-and-name-2column {
              width: 554px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.criteria-2column {
              width: 228px;
              text-align: center; }
            body .body div.ranked-list-desktop div.list-contents div.header div.rank-and-name-1column {
              width: 706px;
              margin-right: 40px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.criteria-1column {
              width: 350px;
              text-align: center; }
            body .body div.ranked-list-desktop div.list-contents div.header div.separator {
              display: inline-block;
              vertical-align: middle;
              font-size: 1.3rem;
              color: #fff;
              width: 11px; }
            body .body div.ranked-list-desktop div.list-contents div.header div.active {
              color: #d2980d; }
          body .body div.ranked-list-desktop div.list-contents div.list-item, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor {
            border-bottom: 0.066rem dotted #e5e5e5;
            padding-top: 22px;
            padding-bottom: 22px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item:nth-child(even), body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor:nth-child(even) {
              background-color: #fff; }
            body .body div.ranked-list-desktop div.list-contents div.list-item:nth-child(odd), body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor:nth-child(odd) {
              background-color: #fcfcfc; }
            body .body div.ranked-list-desktop div.list-contents div.list-item .row, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor .row {
              border-bottom: 1px dotted #e5e5e5; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.rank, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.rank {
              display: inline-block;
              vertical-align: top;
              width: 35px;
              font-weight: bold;
              font-size: 1.6rem;
              text-align: center; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.rank img, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.rank img {
                position: relative;
                left: 2px;
                top: 0px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity {
              display: inline-block;
              vertical-align: top; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.entity div.name, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity div.name {
                font-weight: bold;
                font-size: 1.6rem;
                margin-bottom: 5px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.entity div.description, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity div.description {
                font-size: 1.06rem;
                padding-bottom: 10px; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.entity div.description a, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity div.description a {
                  color: black; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.entity div.long-content, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity div.long-content {
                font-weight: normal;
                font-style: normal; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-5column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-5column {
              width: 400px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-4column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-4column {
              width: 535px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-3column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-3column {
              width: 504px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-2column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-2column {
              width: 504px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-1column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-1column {
              width: 666px;
              margin-right: 40px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-only, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-only {
              width: 1055px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.entity-only div.description, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.entity-only div.description {
                margin-top: 8px; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container {
              display: inline-block;
              vertical-align: middle;
              padding-top: 4px;
              padding-bottom: 20px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score {
                display: inline-block;
                vertical-align: top;
                font-weight: bold;
                font-size: 1.9rem;
                text-align: center; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score-5column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score-5column {
                width: 115px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score-4column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score-4column {
                width: 115px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score-3column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score-3column {
                width: 152px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score-2column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score-2column {
                width: 228px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.score-1column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.score-1column {
                width: 350px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.score-container div.separator, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.score-container div.separator {
                width: 11px;
                display: inline-block;
                vertical-align: middle;
                font-size: 1.3rem;
                color: #ebebeb; }
            body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container {
              margin-top: 12px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.rank-area-placeholder, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.rank-area-placeholder {
                display: inline-block;
                vertical-align: top;
                width: 35px;
                height: 1px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column {
                display: inline-block;
                vertical-align: top;
                width: 325px;
                margin-right: 25px; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column:last-of-type, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column:last-of-type {
                  margin-right: 0px; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-title, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-title {
                  letter-spacing: 1px;
                  text-transform: uppercase;
                  color: #000;
                  display: inline-block; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-title a, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-title a {
                    color: #000; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-items, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-items {
                  color: #787878;
                  line-height: 26px; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-items a, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-items a {
                    color: #787878; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-items div.bullet-block, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-items div.bullet-block {
                    display: inline-block;
                    vertical-align: top; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.data-collection-3column div.collection-items div.content-block, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.data-collection-3column div.collection-items div.content-block {
                    display: inline-block;
                    vertical-align: top;
                    width: 305px; }
              body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news {
                margin-top: 10px;
                display: inline-block;
                vertical-align: top;
                width: 1000px; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news:last-of-type, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news:last-of-type {
                  margin-right: 0px; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-title, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-title {
                  margin-bottom: 10px;
                  letter-spacing: 1px;
                  text-transform: uppercase;
                  color: #000;
                  display: inline-block; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-title a, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-title a {
                    color: #000; }
                body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-items, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-items {
                  color: #787878;
                  line-height: 26px;
                  margin-bottom: 10px; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-items a, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-items a {
                    color: #0055a5; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-items div.headline img.source, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-items div.headline img.source {
                    position: relative;
                    top: 2px;
                    padding-right: 4px; }
                  body .body div.ranked-list-desktop div.list-contents div.list-item div.supplementary-data-container div.news div.collection-items div.subtitle, body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor div.supplementary-data-container div.news div.collection-items div.subtitle {
                    padding-left: 23px; }
          body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor {
            border-top: 0.066rem dotted #e5e5e5;
            border-bottom: none; }
            body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor:nth-child(even) {
              background-color: #fff; }
            body .body div.ranked-list-desktop div.list-contents div.list-item-nocolor:nth-child(odd) {
              background-color: #fff; }
          body .body div.ranked-list-desktop div.list-contents div.footer section.methodology {
            margin-top: 45px; }
            body .body div.ranked-list-desktop div.list-contents div.footer section.methodology h2 {
              line-height: 28px;
              font-size: 20px;
              margin-bottom: 0px; }
            body .body div.ranked-list-desktop div.list-contents div.footer section.methodology p {
              margin-bottom: 25px; }
              body .body div.ranked-list-desktop div.list-contents div.footer section.methodology p strong {
                display: block;
                font-weight: bold;
                letter-spacing: 1px;
                color: #ff2f28; }
              body .body div.ranked-list-desktop div.list-contents div.footer section.methodology p:first-of-type {
                margin-top: 2px; }
      body .body .section-wrapper .section-description {
        max-width: 60%; }
      body .body .section-wrapper .field-group {
        width: 48%;
        float: left; }
        body .body .section-wrapper .field-group:nth-child(odd) {
          margin-right: 4%; }
      body .body form.form-container div.form-row {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 0.066rem dotted #e5e5e5; }
        body .body form.form-container div.form-row div.label {
          display: inline-block;
          width: 200px; }
        body .body form.form-container div.form-row div.value {
          display: inline-block;
          width: 500px; }
          body .body form.form-container div.form-row div.value input {
            padding: 5px;
            font-size: 15px;
            width: 50%; }
      body .body form.form-container button[type=submit] {
        width: 455px; }
      body .body div#takeover-container-desktop, body .body div.modal-container {
        display: none;
        padding-top: 86px; }
      body .body div.ticker-type-identifier {
        margin-bottom: 40px; }
        body .body div.ticker-type-identifier:last-of-type {
          margin-bottom: 30px; }
        body .body div.ticker-type-identifier div.ticker-type-value span.open-modal {
          cursor: pointer;
          font-size: 46px;
          margin-top: 15px; }
        body .body div.ticker-type-identifier div.ticker-type-value span.open-modal:hover {
          color: #ffbf26; }
        body .body div.ticker-type-identifier div.ticker-type-value img {
          position: relative;
          top: -6px;
          left: 4px;
          width: auto; }
      body .body div.ticker-title-container div.ticker-title {
        margin-top: 0; }
        body .body div.ticker-title-container div.ticker-title span.singleline-ellipsis {
          display: block;
          width: 700px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      body .body div.ticker-title-container div.ticker-title-mobile {
        display: none; }
      body .body div#ticker-choice-industries div.icon {
        background-image: url("/assets/images/ticker/industries-and-topics.png"); }
      body .body div#ticker-choice-industries:hover div.icon {
        background-image: url("/assets/images/ticker/industries-and-topics-hover.png"); }
      body .body div#ticker-choice-industries:hover div.info-container {
        color: #ffbf26; }
      body .body div#ticker-choice-people div.icon {
        background-image: url("/assets/images/ticker/people.png"); }
      body .body div#ticker-choice-people:hover div.icon {
        background-image: url("/assets/images/ticker/people-hover.png"); }
      body .body div#ticker-choice-people:hover div.info-container {
        color: #ffbf26; }
      body .body div#ticker-choice-org div.icon {
        background-image: url("/assets/images/ticker/companies.png"); }
      body .body div#ticker-choice-org:hover div.icon {
        background-image: url("/assets/images/ticker/companies-hover.png"); }
      body .body div#ticker-choice-org:hover div.info-container {
        color: #ffbf26; }
      body .body div#ticker-choice-alumni div.icon {
        background-image: url("/assets/images/ticker/schools.png"); }
      body .body div#ticker-choice-alumni:hover div.icon {
        background-image: url("/assets/images/ticker/schools-hover.png"); }
      body .body div#ticker-choice-alumni:hover div.info-container {
        color: #ffbf26; }
      body .body div#ticker-my-contacts div.icon {
        background-image: url("/assets/images/ticker/contacts.png"); }
      body .body div#ticker-my-contacts:hover div.icon {
        background-image: url("/assets/images/ticker/contacts-hover.png"); }
      body .body div#ticker-my-contacts:hover div.info-container {
        color: #ffbf26; }
      body .body div.all-industry-container-nonmobile {
        width: 24%;
        float: left;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        display: block; }
      body .body div.option-container-title-nonmobile {
        padding: 12px 6px;
        margin-bottom: 10px;
        font-size: 36pt;
        color: white;
        line-height: 3rem;
        text-shadow: 2px 2px 4px #000;
        display: block; }
      body .body div.option-container-title-mobile {
        display: none; }
      body .body div.ticker-type-option-container {
        padding: 4px 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
        cursor: pointer;
        margin-bottom: 5px;
        background-color: rgba(0, 0, 0, 0.65);
        /* TBD glow border */ }
        body .body div.ticker-type-option-container div.icon {
          width: 40px;
          height: 40px;
          vertical-align: top;
          display: inline-block;
          margin-right: 10px;
          margin-top: 5px; }
        body .body div.ticker-type-option-container div.info-container {
          width: 185px;
          vertical-align: top;
          display: inline-block;
          color: white; }
          body .body div.ticker-type-option-container div.info-container div.ticker-type-option-identifier {
            font-size: 16px; }
          body .body div.ticker-type-option-container div.info-container div.ticker-type-option-description {
            font-size: 12px; }
      body .body div.manage-wide-container {
        display: block; }
      body .body div.related-ticker-thumbnail-container {
        background-size: 100% 100%; }
      body .body div.ticker-story-upsell-container {
        width: 550px;
        padding: 20px 50px;
        margin-left: 100px; }
        body .body div.ticker-story-upsell-container div.message {
          text-align: left;
          font-size: 18px;
          font-weight: 600;
          margin-top: 15px; }
        body .body div.ticker-story-upsell-container div.cta-container {
          margin: 0 auto; }
          body .body div.ticker-story-upsell-container div.cta-container input[type='text'],
          body .body div.ticker-story-upsell-container div.cta-container input[type='password'] {
            width: 450px;
            display: inline-block;
            vertical-align: top;
            height: 33px; }
          body .body div.ticker-story-upsell-container div.cta-container input[type='submit'] {
            width: 125px;
            display: inline-block;
            vertical-align: top;
            height: 33px; }
      body .body div.article-upsell-container {
        width: 750px; }
        body .body div.article-upsell-container div.message {
          font-size: 2.4rem;
          line-height: 42px; }
      body .body div.modal-container div.background-fade {
        opacity: 0.85; }
      body .body div.modal-container div.modal-contents {
        width: 450px; }
        body .body div.modal-container div.modal-contents div.contents {
          padding: 0px 25px; }
      body .body section.module section {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem; }
      body .body section.module section.entity-verbose-background {
        /* One set */
        /* Another set without attributes */ }
        body .body section.module section.entity-verbose-background div.attributes {
          float: left;
          width: 210px;
          padding-right: 10px; }
          body .body section.module section.entity-verbose-background div.attributes div.location-date {
            color: #9a9a9a; }
        body .body section.module section.entity-verbose-background div.verbose-background {
          float: left;
          width: -moz-calc(100% - 220px);
          width: -webkit-calc(100% - 220px);
          width: calc(100% - 220px); }
        body .body section.module section.entity-verbose-background div.verbose-background-no-attributes {
          float: left;
          width: -moz-calc(100%);
          width: -webkit-calc(100%);
          width: calc(100%); }
          body .body section.module section.entity-verbose-background div.verbose-background-no-attributes div.entity-bio {
            margin-top: 0.2rem; }
      body .body section.module section.in-the-news div.attributes {
        display: inline-block;
        width: 210px;
        vertical-align: middle; }
      body .body section.module section.in-the-news div.story {
        vertical-align: middle;
        display: inline-block;
        width: -moz-calc(100% - 215px);
        width: -webkit-calc(100% - 215px);
        width: calc(100% - 215px); }
        body .body section.module section.in-the-news div.story div.headline {
          width: 94%; }
      body .body section.module section.key-value-pair {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem; }
        body .body section.module section.key-value-pair div.attributes {
          float: left;
          width: 210px; }
          body .body section.module section.key-value-pair div.attributes div.key {
            letter-spacing: 0px; }
        body .body section.module section.key-value-pair div.value {
          float: left;
          width: -moz-calc(100% - 210px);
          width: -webkit-calc(100% - 210px);
          width: calc(100% - 210px); }
      body .body section.module section.key-value-pair-2col {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        margin-top: -5px;
        display: inline-block;
        padding-right: 20px;
        width: 49%; }
        body .body section.module section.key-value-pair-2col div.attributes {
          float: left;
          width: 210px;
          vertical-align: top; }
          body .body section.module section.key-value-pair-2col div.attributes div.key {
            letter-spacing: 0px; }
        body .body section.module section.key-value-pair-2col div.value {
          float: left;
          width: -moz-calc(100% - 210px);
          width: -webkit-calc(100% - 210px);
          width: calc(100% - 210px); }
      body .body section.module section.relationship-2col {
        display: inline-block;
        padding-right: 20px;
        width: 49%;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
      body .body section.module section.break-relationship-2col {
        width: 100%;
        border-bottom: 0.066rem dotted #e5e5e5; }
      body .body section.module section.relationship-visualizer-3col {
        display: inline-block;
        padding: 8px;
        min-height: 90px;
        margin-right: 5px;
        width: 360px;
        margin-bottom: 15px;
        padding-bottom: 0;
        border: 1px solid #ffe5a8;
        border-radius: 2px; }
      body .body section.module section.break-relationship-visualizer-3col {
        width: 100%;
        border-bottom: 0.066rem dotted #e5e5e5; }
      body .body section.module section.paths-non-mobile {
        display: block;
        width: 825px;
        height: 338px;
        background-image: url("/assets/images/profile/paths/paths-non-mobile.png"); }
      body .body section.module section.paths-mobile {
        display: none; }
      body .body section.module div.break-2col {
        border-bottom: 0.066rem dotted #e5e5e5;
        width: 100%;
        height: 1px;
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem; }
      body .body .lexis-nexis-attribution {
        text-align: center; }
      body .body .other-news-section {
        margin-bottom: 20px; }
        body .body .other-news-section .other-news-title {
          font-weight: bold;
          margin-bottom: 10px; }
        body .body .other-news-section .other-news-headline {
          padding-left: 20px;
          margin-bottom: 5px; }
    body .banner-container .banner {
      padding: 150px 0;
      font-size: 2.8rem;
      width: 80%;
      margin: 0 auto; }
    body .text-headline {
      padding: 50px 0; }
      body .text-headline h2 {
        font-size: 2.8rem;
        width: 80%;
        margin: 0 auto; }
    body .report-contents .list-header, body .report-contents .items-container {
      width: 80%;
      margin: 0 auto; }
    body .report-contents .items-container {
      flex-wrap: wrap;
      display: flex;
      flex-direction: row; }
      body .report-contents .items-container li {
        padding: 20px 40px;
        width: 50%; }
    body .landing-page-form {
      width: 100%; }
    body .create-password .center {
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 10px;
      -webkit-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.15); }
    body table.plan-table {
      margin: 0 auto; }

  /* tools preview styles */
  #power-tools {
    box-sizing: border-box; }
    #power-tools .page-title {
      margin-top: 100px; }
    #power-tools .pull-center {
      text-align: center; }
    #power-tools .form-container {
      min-height: 1192px;
      padding-top: 50px; }
      #power-tools .form-container .form .form-group {
        margin: 0 auto 30px auto;
        width: 600px; }
        #power-tools .form-container .form .form-group .select2-selection, #power-tools .form-container .form .form-group .select2-selection__rendered, #power-tools .form-container .form .form-group input {
          height: 65px;
          line-height: 65px;
          vertical-align: middle;
          border-radius: 0px;
          padding: 0; }
        #power-tools .form-container .form .form-group .form-check-input {
          display: inline-block;
          margin-bottom: 20px;
          width: 45px;
          height: 45px; }
        #power-tools .form-container .form .form-group label:not(last-child) {
          display: inline-block;
          margin-bottom: 10px; }
      #power-tools .form-container .form .form-group:last-child {
        margin-bottom: 50px !important; }
      #power-tools .form-container .form .form-group:first-child {
        margin-top: 10px; }
      #power-tools .form-container .form .form-group-action .button-clear {
        margin-top: 20px; }
    #power-tools .nav-bar {
      margin-bottom: 60px; }
    #power-tools .nav-bar > a {
      width: 20%;
      text-decoration: none;
      color: black;
      border-bottom: solid 0.125rem gray; }
    #power-tools .nav-bar > a:not(last-child) {
      margin-right: 55px; }
    #power-tools .nav-bar > a:hover {
      border-bottom-color: #FF2F28; }
    #power-tools .result {
      width: 1233px;
      margin-top: 100px; }
      #power-tools .result .result-rank, #power-tools .result .result-meta {
        padding-bottom: 30px;
        margin: 0;
        border-bottom: solid 1px #a6a6a6; }
      #power-tools .result .result-meta {
        display: block;
        padding: 30px 0;
        margin: 0; }
        #power-tools .result .result-meta small {
          color: #e5e5e5; }
        #power-tools .result .result-meta .path-header {
          text-align: center;
          width: 25%; }
      #power-tools .result .list-item {
        background: #F5F5F5;
        margin: 0;
        border-bottom: 0.066rem dotted #e5e5e5; }
      #power-tools .result .people {
        background: #fff;
        float: left;
        width: 75%;
        padding: 50px 0; }
        #power-tools .result .people .entity .name {
          font-weight: bold;
          font-size: 1.6rem;
          margin-bottom: 20px; }
        #power-tools .result .people .entity .description {
          margin-bottom: 20px; }
      #power-tools .result .path {
        float: left;
        width: 25%;
        padding-top: 90px;
        text-align: center; }
        #power-tools .result .path .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        #power-tools .result .path img {
          width: 100%;
          vertical-align: middle; }
    #power-tools #donoer-filters {
      min-height: 917px; }
    #power-tools .filter-container {
      width: 1233px;
      border-top: 0.125rem solid red;
      position: relative;
      margin: 0 auto;
      text-align: center;
      background: #efefef;
      -ms-input-placeholder-text-align: center; }
      #power-tools .filter-container ::-webkit-input-placeholder {
        text-align: center; }
      #power-tools .filter-container ::-moz-placeholder {
        text-align: center; }
      #power-tools .filter-container .form-container {
        width: 30%;
        margin: 0 auto; }
      #power-tools .filter-container select, #power-tools .filter-container input {
        width: 100%; }
      #power-tools .filter-container .select2 {
        width: 100%; }
    #power-tools .filter-container:after {
      content: "";
      display: block;
      width: 50%;
      height: 0.125rem;
      padding: 0 !important;
      margin: 0;
      background-color: white;
      position: absolute;
      right: 0;
      top: -0.125rem; }
    #power-tools .grid {
      max-width: 100%;
      margin: 0 auto; }
    #power-tools .grid > div > a:not(last-child) {
      text-decoration: none;
      color: black; }
    #power-tools .grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 25% 10% 25% 10% 25%;
      -ms-grid-rows: 200px 20px 200px;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 0rem;
      grid-auto-rows: minmax(5rem, auto); }
    #power-tools .box {
      padding: 54px 0 60px 0 !important;
      width: 350px;
      height: 250px; }
    #power-tools .box a {
      margin-top: 30px; }
    #power-tools .box > * {
      vertical-align: middle; }
    #power-tools .box:nth-child(-n+3) {
      margin-bottom: 50px; }
    #power-tools .box:nth-child(-n+5) > h2 {
      font-size: 24px;
      color: #000;
      font-family: OpenSans-Regular;
      character: 0px;
      line: 33px 1.4; }
    #power-tools .box:last-child > h2 {
      font-size: 24px;
      font-family: OpenSans-Regular;
      color: #000;
      character: 0px;
      line: 33px 1.4; }
    #power-tools .col-1 {
      -ms-grid-row: 1;
      grid-row: 1/3;
      -ms-grid-column: 1;
      grid-column: 1;
      margin-right: 50px; }
    #power-tools .col-2 {
      -ms-grid-row: 1;
      grid-row: 1/3;
      -ms-grid-column: 3;
      grid-column: 2;
      margin-right: 50px; }
    #power-tools .col-3 {
      -ms-grid-row: 1;
      grid-row: 1/3;
      -ms-grid-column: 5;
      grid-column: 3; }
    #power-tools .col-4 {
      -ms-grid-row: 3;
      grid-row: 3/5;
      -ms-grid-column: 1;
      grid-column: 1;
      margin-right: 50px; }
    #power-tools .col-5 {
      -ms-grid-row: 3;
      grid-row: 3/5;
      -ms-grid-column: 3;
      grid-column: 2;
      margin-right: 50px; }
    #power-tools .col-6 {
      padding-left: 60px !important;
      padding-right: 60px !important;
      -ms-grid-row: 3;
      grid-row: 3/5;
      -ms-grid-column: 5;
      grid-column: 3; } }

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