@charset "UTF-8";
html {
  box-sizing: border-box; }

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

@media only screen and (min-width: 0) and (max-width: 766px) {
  .-hide-small {
    display: none !important; } }

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .-hide-medium {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .-hide-large {
    display: none !important; } }

/*
THIS SECTION SHOULD BE MERGED WITH THE MAIN SASS
*/
.page-credit-report #security-freeze {
  display: none; }

.page-credit-report .reports-flow-container {
  position: relative; }
  .page-credit-report .reports-flow-container::after {
    clear: both;
    content: "";
    display: table; }
  .page-credit-report .reports-flow-container:not(.is-active) {
    display: none; }

.page-credit-report .secondary-nav {
  background: white;
  list-style: none;
  border-bottom: 4px solid #fcd800; }
  .page-credit-report .secondary-nav ul {
    margin: 0;
    padding: 0; }
  .page-credit-report .secondary-nav .nav-item {
    display: inline-block;
    padding: 1em;
    color: black;
    font-size: 16px; }
    .page-credit-report .secondary-nav .nav-item.is-active {
      background: #fcd800; }

.page-credit-report .small-tab-toggle {
  width: 100%;
  background: #fcd800;
  height: 5em;
  padding-left: 1em;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  position: relative;
  z-index: 1; }
  .page-credit-report .small-tab-toggle a {
    height: 100%;
    width: 100%;
    font-weight: 200;
    font-size: 16px;
    padding: 20px 10px;
    color: black;
    display: inline-block; }
  .page-credit-report .small-tab-toggle:after {
    content: '>';
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 24px; }
  .page-credit-report .small-tab-toggle.is-active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media only screen and (min-width: 992px) {
    .page-credit-report .small-tab-toggle {
      display: none; } }

.page-credit-report .report-toggle {
  width: 100%;
  background: white;
  height: 5em;
  padding-left: 1em;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .page-credit-report .report-toggle h1 {
    font-weight: 200;
    font-size: 16px;
    padding: 10px; }
  .page-credit-report .report-toggle.is-active {
    border-left: 4px solid #777777;
    background: #eeeeee; }
  @media only screen and (min-width: 0) and (max-width: 991px) {
    .page-credit-report .report-toggle:after {
      content: '>';
      position: absolute;
      right: 15px;
      top: 25px;
      font-size: 24px; }
    .page-credit-report .report-toggle.is-active:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.page-credit-report .report-section {
  width: 100%;
  display: none;
  background: white; }
  .page-credit-report .report-section.is-active {
    display: block;
    min-height: 30em; }

.page-credit-report .bureau-selector {
  display: none;
  overflow: hidden;
  list-style: none;
  -webkit-transition: margin 0.2s linear;
  -moz-transition: margin 0.2s linear;
  transition: margin 0.2s linear; }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .page-credit-report .bureau-selector {
      display: block; } }
  .page-credit-report .bureau-selector li {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 0; }
    .page-credit-report .bureau-selector li.is-active img {
      -webkit-transition: height 0.2s linear;
      -moz-transition: height 0.2s linear;
      transition: height 0.2s linear;
      -webkit-transition: padding 0.2s linear;
      -moz-transition: padding 0.2s linear;
      transition: padding 0.2s linear;
      border-bottom: 4px solid #fcd800; }

.page-credit-report .report-section-inner {
  padding: 1em;
  position: relative; }

.page-credit-report .section-title {
  display: none;
  font-size: 16px;
  margin-bottom: 20px; }

.page-credit-report .dispute-link {
  position: absolute;
  right: 1em;
  top: 12px;
  font-size: 16px; }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .page-credit-report .dispute-link {
      display: none; } }

.page-credit-report .no-data-warning {
  display: none; }

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .page-credit-report .report {
    margin-top: 50px; } }

@media only screen and (min-width: 992px) {
  .page-credit-report .section-title {
    display: block; }
  .page-credit-report .reports-flow-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-credit-report .report-toggle {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    width: 30%; }
  .page-credit-report .report-section {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-left: 30%; }
    .page-credit-report .report-section .report-section-inner {
      border-left: 1px solid #e1e1e1; }
    .page-credit-report .report-section.is-active {
      display: block; } }

/*
END SECTION
*/
.report-table .fcell, .report-table .fhcell,
.report-account-table .fcell,
.report-account-table .fhcell {
  /*
         * Everycell must have an inner div that has padding/etc because
         * IE is too stupid to size the cell correctly if it has padding.
         * This is why you will see > div constanly in this file, because
         * Microsoft though hiring idiots would make for good products
         */
  text-align: left; }
  .report-table .fcell:not(.reports-cell), .report-table .fhcell:not(.reports-cell),
  .report-account-table .fcell:not(.reports-cell),
  .report-account-table .fhcell:not(.reports-cell) {
    overflow: hidden; }
  .report-table .fcell > div, .report-table .fhcell > div,
  .report-account-table .fcell > div,
  .report-account-table .fhcell > div {
    padding: 10px 15px; }
  @media only screen and (min-width: 767px) {
    .report-table .fcell, .report-table .fhcell,
    .report-account-table .fcell,
    .report-account-table .fhcell {
      border-left: 1px solid black; }
      .report-table .fcell:first-child, .report-table .fhcell:first-child,
      .report-account-table .fcell:first-child,
      .report-account-table .fhcell:first-child {
        border-left: 0px; } }

.report-table .fcell > div,
.report-account-table .fcell > div {
  word-break: break-all;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto; }

.report-table .fcell .money:before,
.report-account-table .fcell .money:before {
  content: '$'; }

.report-table .3br-table-upsell {
  color: #e04025;
  background: #a9d161;
  display: none; }

.report-table {
  position: relative;
  width: 100%;
  word-break: normal;
  /*
    *  cg - Change cell
    *  pr - Prev cell
    *  cr - current (TUC) cell
    */ }
  .report-table .frow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .report-table .fcell, .report-table .fhcell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 25%;
    -moz-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; }
  .report-table .thead {
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-right: 2px solid rgba(255, 255, 255, 0); }
  .report-table .tbody {
    border: 2px solid #eeeeee;
    border-top: 0px; }
  .report-table .report-row {
    position: relative; }
    .report-table .report-row:nth-child(odd) {
      background: #eeeeee; }
  .report-table .table-upsell-3br {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, 0.6); }
    .report-tu .report-table .table-upsell-3br {
      display: block; }
  .report-3br .report-table .discrepency .fhcell > div {
    padding-left: 28px; }
    .report-3br .report-table .discrepency .fhcell > div:before {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Regular';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -2px;
      height: 100%;
      padding-left: 8px;
      padding-top: 3px;
      border-left: 2px solid #e04025;
      content: "";
      color: #e04025;
      padding-top: 10px;
      font-size: 16px; }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .tu-selected.report-3br .report-table .tu-noData .fhcell > div,
    .tu-selected.report-comparison .report-table .tu-noData .fhcell > div {
      padding-left: 28px; }
      .tu-selected.report-3br .report-table .tu-noData .fhcell > div:before,
      .tu-selected.report-comparison .report-table .tu-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 0) and (max-width: 766px) and (min-width: 0) and (max-width: 766px) {
  .tu-selected.report-3br .report-table .tu-noData .tu-cell > div:before, .tu-selected.report-3br .report-table .tu-noData .eq-cell > div:before, .tu-selected.report-3br .report-table .tu-noData .ex-cell > div:before,
  .tu-selected.report-comparison .report-table .tu-noData .tu-cell > div:before,
  .tu-selected.report-comparison .report-table .tu-noData .eq-cell > div:before,
  .tu-selected.report-comparison .report-table .tu-noData .ex-cell > div:before {
    content: '---'; } }
  @media only screen and (min-width: 767px) {
    .report-3br .report-table .tu-noData .fhcell > div,
    .report-comparison .report-table .tu-noData .fhcell > div {
      padding-left: 28px; }
      .report-3br .report-table .tu-noData .fhcell > div:before,
      .report-comparison .report-table .tu-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 767px) and (min-width: 0) and (max-width: 766px) {
  .report-3br .report-table .tu-noData .tu-cell > div:before, .report-3br .report-table .tu-noData .eq-cell > div:before, .report-3br .report-table .tu-noData .ex-cell > div:before,
  .report-comparison .report-table .tu-noData .tu-cell > div:before,
  .report-comparison .report-table .tu-noData .eq-cell > div:before,
  .report-comparison .report-table .tu-noData .ex-cell > div:before {
    content: '---'; } }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .eq-selected.report-3br .report-table .eq-noData .fhcell > div,
    .eq-selected.report-comparison .report-table .eq-noData .fhcell > div {
      padding-left: 28px; }
      .eq-selected.report-3br .report-table .eq-noData .fhcell > div:before,
      .eq-selected.report-comparison .report-table .eq-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 0) and (max-width: 766px) and (min-width: 0) and (max-width: 766px) {
  .eq-selected.report-3br .report-table .eq-noData .tu-cell > div:before, .eq-selected.report-3br .report-table .eq-noData .eq-cell > div:before, .eq-selected.report-3br .report-table .eq-noData .ex-cell > div:before,
  .eq-selected.report-comparison .report-table .eq-noData .tu-cell > div:before,
  .eq-selected.report-comparison .report-table .eq-noData .eq-cell > div:before,
  .eq-selected.report-comparison .report-table .eq-noData .ex-cell > div:before {
    content: '---'; } }
  @media only screen and (min-width: 767px) {
    .report-3br .report-table .eq-noData .fhcell > div,
    .report-comparison .report-table .eq-noData .fhcell > div {
      padding-left: 28px; }
      .report-3br .report-table .eq-noData .fhcell > div:before,
      .report-comparison .report-table .eq-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 767px) and (min-width: 0) and (max-width: 766px) {
  .report-3br .report-table .eq-noData .tu-cell > div:before, .report-3br .report-table .eq-noData .eq-cell > div:before, .report-3br .report-table .eq-noData .ex-cell > div:before,
  .report-comparison .report-table .eq-noData .tu-cell > div:before,
  .report-comparison .report-table .eq-noData .eq-cell > div:before,
  .report-comparison .report-table .eq-noData .ex-cell > div:before {
    content: '---'; } }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .ex-selected.report-3br .report-table .ex-noData .fhcell > div,
    .ex-selected.report-comparison .report-table .ex-noData .fhcell > div {
      padding-left: 28px; }
      .ex-selected.report-3br .report-table .ex-noData .fhcell > div:before,
      .ex-selected.report-comparison .report-table .ex-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 0) and (max-width: 766px) and (min-width: 0) and (max-width: 766px) {
  .ex-selected.report-3br .report-table .ex-noData .tu-cell > div:before, .ex-selected.report-3br .report-table .ex-noData .eq-cell > div:before, .ex-selected.report-3br .report-table .ex-noData .ex-cell > div:before,
  .ex-selected.report-comparison .report-table .ex-noData .tu-cell > div:before,
  .ex-selected.report-comparison .report-table .ex-noData .eq-cell > div:before,
  .ex-selected.report-comparison .report-table .ex-noData .ex-cell > div:before {
    content: '---'; } }
  @media only screen and (min-width: 767px) {
    .report-3br .report-table .ex-noData .fhcell > div,
    .report-comparison .report-table .ex-noData .fhcell > div {
      padding-left: 28px; }
      .report-3br .report-table .ex-noData .fhcell > div:before,
      .report-comparison .report-table .ex-noData .fhcell > div:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        height: 100%;
        left: -2px;
        padding-left: 8px;
        padding-top: 3px;
        border-left: 2px solid #999999;
        content: "";
        color: #777777;
        padding-top: 10px;
        font-size: 16px; } }

@media only screen and (min-width: 767px) and (min-width: 0) and (max-width: 766px) {
  .report-3br .report-table .ex-noData .tu-cell > div:before, .report-3br .report-table .ex-noData .eq-cell > div:before, .report-3br .report-table .ex-noData .ex-cell > div:before,
  .report-comparison .report-table .ex-noData .tu-cell > div:before,
  .report-comparison .report-table .ex-noData .eq-cell > div:before,
  .report-comparison .report-table .ex-noData .ex-cell > div:before {
    content: '---'; } }
  .report-table .cg-hcell,
  .report-table .cg-cell {
    -webkit-flex-basis: 15%;
    -moz-flex-basis: 15%;
    flex-basis: 15%;
    -ms-flex-preferred-size: 15%; }
    .report-table .cg-hcell > div:before,
    .report-table .cg-cell > div:before {
      font-size: 1.5em;
      line-height: .5em;
      margin-right: 5px; }
  .report-table .pr-hcell,
  .report-table .pr-cell,
  .report-table .cr-hcell,
  .report-table .cr-cell {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    -ms-flex-preferred-size: 30%; }
  .report-table .cg-change .cg-cell > div:before {
    color: #e04025;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .report-table .cg-green-up .cg-cell > div:before {
    color: #a9d161;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .report-table .cg-green-down .cg-cell > div:before {
    color: #a9d161;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .report-table .cg-red-up .cg-cell > div:before {
    color: #e04025;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .report-table .cg-red-down .cg-cell > div:before {
    color: #e04025;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .report-table .account-change-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 14.8%;
    margin-left: 2px;
    background: white; }
    .report-table .account-change-wrapper .account-change-inner {
      width: 100%;
      text-align: center;
      position: relative;
      top: 50%;
      left: 1px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .report-table .account-change-wrapper .account-change-inner i {
        font-size: 4em;
        color: #e04025; }
  @media only screen and (min-width: 767px) {
    .-has-new-account .report-table .account-addition {
      display: block; }
    .-has-removed-account .report-table .account-removal {
      display: block; } }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .report-table .thead,
    .report-table .tu-cell,
    .report-table .eq-cell,
    .report-table .ex-cell {
      display: none;
      text-align: right; }
    .tu-selected .report-table .tu-cell {
      display: block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 25%;
      -moz-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; }
    .eq-selected .report-table .eq-cell {
      display: block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 25%;
      -moz-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; }
    .ex-selected .report-table .ex-cell {
      display: block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 25%;
      -moz-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; }
    .report-tu .report-table .table-upsell-3br {
      display: none; }
    .report-comparison .report-table .report-row {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .report-comparison .report-table .report-row .fhcell {
        -webkit-flex-basis: 55%;
        -moz-flex-basis: 55%;
        flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        order: 1; }
        .report-comparison .report-table .report-row .fhcell > div {
          padding-left: 5px; }
      .report-comparison .report-table .report-row .cg-cell {
        -webkit-flex-basis: 10%;
        -moz-flex-basis: 10%;
        flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        order: 0; }
        .report-comparison .report-table .report-row .cg-cell > div {
          visibility: hidden;
          white-space: nowrap;
          padding: 10px 5px; }
          .report-comparison .report-table .report-row .cg-cell > div:before {
            visibility: visible; }
      .report-comparison .report-table .report-row .cr-cell {
        -webkit-flex-basis: 35%;
        -moz-flex-basis: 35%;
        flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        text-align: right;
        order: 2;
        font-weight: 600; }
      .report-comparison .report-table .report-row .pr-cell {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        order: 3;
        text-align: right; }
        .report-comparison .report-table .report-row .pr-cell > div:before {
          content: 'Previous: '; } }

.report-account-table {
  width: 100%;
  margin-bottom: 4em; }
  .report-account-table .frow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .report-account-table > .thead {
    font-family: font(bold); }
  .report-account-table > .thead .fcell, .report-account-table > .thead .fhcell,
  .report-account-table .account-row .fcell,
  .report-account-table .account-row .fhcell {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .report-account-table .account-row {
    cursor: pointer; }
    .report-account-table .account-row .fcell,
    .report-account-table .account-row .fhcell {
      background: #eeeeee;
      border-top: 1px solid white; }
      .report-account-table .account-row .fcell:first-child > div,
      .report-account-table .account-row .fhcell:first-child > div {
        padding-left: 15px; }
        .report-account-table .account-row .fcell:first-child > div:before,
        .report-account-table .account-row .fhcell:first-child > div:before {
          position: relative;
          left: -10px;
          position: relative;
          top: 1px;
          display: inline-block;
          font-family: 'Glyphicons Regular';
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: top;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ">";
          font-size: 1.1em; }
    .report-3br .report-account-table .account-row.-has-no-data .fcell:first-child,
    .report-comparison .report-account-table .account-row.-has-no-data .fcell:first-child {
      border-left: 2px solid #999999; }
    .report-3br .report-account-table .account-row.-has-new-account .fcell:first-child, .report-3br .report-account-table .account-row.-has-removed-account .fcell:first-child, .report-3br .report-account-table .account-row.-has-changes .fcell:first-child, .report-3br .report-account-table .account-row.-has-discrepency .fcell:first-child,
    .report-comparison .report-account-table .account-row.-has-new-account .fcell:first-child,
    .report-comparison .report-account-table .account-row.-has-removed-account .fcell:first-child,
    .report-comparison .report-account-table .account-row.-has-changes .fcell:first-child,
    .report-comparison .report-account-table .account-row.-has-discrepency .fcell:first-child {
      border-left: 2px solid #e04025; }
    .report-account-table .account-row.is-active .fcell,
    .report-account-table .account-row.is-active .fhcell {
      background: #fcd800; }
      .report-account-table .account-row.is-active .fcell:first-child > div:before,
      .report-account-table .account-row.is-active .fhcell:first-child > div:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 5px; }
  .report-account-table .data-row:not(.is-active) {
    display: none; }
  .report-account-table .data-row {
    width: 100%; }
  .report-account-table .fcell.reports-cell {
    padding: 0px;
    width: 100%; }
    .report-account-table .fcell.reports-cell .report-cell-inner {
      text-align: center;
      border: 2px solid #fcd800;
      padding: 30px 15px 15px; }
    .report-account-table .fcell.reports-cell .account-details-wrapper,
    .report-account-table .fcell.reports-cell .payment-status-wrapper {
      display: none; }
    .report-account-table .fcell.reports-cell.details-active .account-details-wrapper {
      display: block; }
    .report-account-table .fcell.reports-cell.status-active .payment-status-wrapper {
      display: block; }
    .report-account-table .fcell.reports-cell .history-title {
      display: inline-block; }
      .report-account-table .fcell.reports-cell .history-title h2 {
        display: inline-block;
        margin: 2em .5em; }
    .report-account-table .fcell.reports-cell .history-footer {
      margin: 1em auto; }
    .report-account-table .fcell.reports-cell .payment-history-table .tbody .frow:not(.is-active) {
      display: none; }
  .report-account-table .account-data-selectors {
    display: inline-block;
    margin: 0px auto 30px;
    border: 1px solid #fcd800; }
    .report-account-table .account-data-selectors .account-toggle {
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px; }
      @media only screen and (min-width: 0) and (max-width: 766px) {
        .report-account-table .account-data-selectors .account-toggle {
          padding: 5px 10px; } }
  .report-account-table .details-active [data-toggle="details"] {
    background: #fcd800; }
  .report-account-table .status-active [data-toggle="status"] {
    background: #fcd800; }
  @media only screen and (min-width: 0) and (max-width: 766px) {
    .report-account-table .thead {
      display: none; }
    .report-account-table .account-row {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 2em;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      border: 2px solid #eeeeee;
      background: #fafafa; }
      .report-account-table .account-row .fcell {
        border-top: 0px;
        border-right: 1px solid #eeeeee; }
        .report-account-table .account-row .fcell:not(:first-child) {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -moz-box-align: stretch;
          box-align: stretch;
          -webkit-align-items: stretch;
          -moz-align-items: stretch;
          -ms-align-items: stretch;
          -o-align-items: stretch;
          align-items: stretch;
          -ms-flex-align: stretch;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start;
          -webkit-box-lines: none;
          -moz-box-lines: none;
          box-lines: none;
          -webkit-flex-wrap: none;
          -moz-flex-wrap: none;
          -ms-flex-wrap: none;
          flex-wrap: none;
          background: white; }
          .report-account-table .account-row .fcell:not(:first-child) > div {
            padding: 5px 5px 5px 10px; }
          .report-account-table .account-row .fcell:not(:first-child):before {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 0;
            -moz-flex: 1 0;
            -ms-flex: 1 0;
            flex: 1 0;
            background: #fafafa;
            display: block;
            content: attr(data-label);
            margin: -5px -5px 5px -10px;
            padding: 5px 5px 5px 10px; }
        .report-account-table .account-row .fcell:first-child {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%; }
      .report-account-table .account-row.is-active {
        border-color: #fcd800;
        background: #fcd800; }
        .report-account-table .account-row.is-active .fcell {
          border-color: #fcd800; }
          .report-account-table .account-row.is-active .fcell:not(:first-child):before {
            background: #fef3c0; }
    .report-account-table .data-row.is-active .report-cell-inner {
      padding: 10px 1px 0px; } }

.report-icon-key {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 1.72727;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1em; }
  .report-icon-key i {
    font-size: 1.4em; }
    .report-icon-key i .icon {
      vertical-align: sub; }
  .report-icon-key .discrepency {
    margin-right: .5em; }
    .report-icon-key .discrepency i {
      color: #e04025; }
  .report-icon-key .no-data i {
    color: #777777; }
  .report-icon-key .up-down-discrepancy {
    margin-right: .5em; }
    .report-icon-key .up-down-discrepancy i {
      color: #a9d161; }
    .report-icon-key .up-down-discrepancy .tufa-up-right {
      margin-left: -4px; }

@media only screen and (min-width: 0) and (max-width: 766px) {
  .tu-selected .inquiries-table .report-row:not(.tu-row) {
    display: none; }
  .eq-selected .inquiries-table .report-row:not(.eq-row) {
    display: none; }
  .ex-selected .inquiries-table .report-row:not(.ex-row) {
    display: none; } }

.upsell-inner {
  width: 100%;
  background: white;
  text-align: center;
  position: relative;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .upsell-inner h3 {
    display: inline-block; }
  .upsell-inner a {
    margin: 1em 0; }
  .upsell-inner.redirect-3br {
    display: none; }
  .has-3br .upsell-inner {
    display: none; }
    .has-3br .upsell-inner.redirect-3br {
      display: block; }

.mobile-upsell-3br {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  z-index: 10; }
  .report-tu.eq-selected .mobile-upsell-3br,
  .report-tu.ex-selected .mobile-upsell-3br {
    display: block; }

/*
*  CSS for the Tooltip
*/
.tooltip {
  position: relative; }
  .tooltip a.tip-trigger {
    color: #999999 !important;
    cursor: pointer; }
    .tooltip a.tip-trigger i {
      margin-right: 8px;
      margin-left: 8px;
      vertical-align: bottom;
      color: #777777;
      border-bottom: none; }
    .tooltip a.tip-trigger .trigger-wrap {
      text-decoration: none;
      border-bottom: 2px dotted #999999; }
      .tooltip a.tip-trigger .trigger-wrap a {
        text-decoration: none; }
  .tooltip.inline a.tip-trigger {
    color: !important; }
  .tooltip .tip {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    border: solid 6px #fcd800;
    padding: 1em;
    z-index: 100;
    background: white;
    white-space: normal;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400; }
    .tooltip .tip:after {
      content: '';
      position: absolute;
      top: -15px;
      left: 50%;
      height: 0;
      width: 0;
      border-bottom: 9px solid #fcd800;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent; }
  .tooltip.showing .tip {
    display: inline-block; }
