@charset "UTF-8";
.chartContainer {
  overflow: hidden;
  padding: 0;
  margin: -1px 0 0 0;
  position: relative;
  top: 0;
  left: 0;
}
.chartContainer .grid path {
  display: none;
}
.chartContainer .grid line {
  stroke: #989898;
  stroke-width: 1;
}
.chartContainer .margin.left {
  fill: #ffffff;
}
.chartContainer .margin.right {
  fill: #ffffff;
}
.chartContainer .margin.bottom {
  fill: #ffffff;
}
.chartContainer .margin.top {
  fill: #ffffff;
}
.chartContainer.creditLineChart .axis.y text {
  font: bold 10px Arial;
  fill: #5C7575;
}
.chartContainer.creditLineChart .axis.x text {
  font: bold 10px Arial;
  fill: #5C7575;
}
.chartContainer.creditLineChart .axis path {
  fill: none;
  stroke: #5C7575;
  stroke-width: 2;
  stroke-dasharray: 0;
}
.chartContainer.creditLineChart path {
  fill: none;
}
.chartContainer.creditLineChart path.transunion {
  stroke: #DD8926;
  stroke-width: 2;
}
.chartContainer.creditLineChart path.experian {
  stroke: #3075B6;
  stroke-width: 0;
}
.chartContainer.creditLineChart path.equifax {
  stroke: #981e32;
  stroke-width: 0;
}
.chartContainer.creditLineChart path.goalscore {
  stroke: #5EA70D;
  stroke-width: 1px;
}
.chartContainer.creditLineChart .goalscorelabel {
  fill: #5EA70D;
}
.chartContainer.creditLineChart circle {
  fill: #DD8926;
  stroke-width: 0;
  stroke: #58d27e;
  stroke-opacity: 0.6;
}
.chartContainer.creditLineChart circle.transunion {
  fill: #DD8926;
}
.chartContainer.creditLineChart circle.experian {
  fill: #3075B6;
}
.chartContainer.creditLineChart circle.equifax {
  fill: #981e32;
}
.chartContainer.creditLineChart .gradientDefinition .backgroundGradientStop1 {
  stop-color: #fafafa;
  stop-opacity: 1;
}
.chartContainer.creditLineChart .gradientDefinition .backgroundGradientStop2 {
  stop-color: #efefef;
  stop-opacity: 1;
}
.chartContainer.creditLineChart .gradientDefinition .navBackgroundGradientStop1 {
  stop-color: #dedede;
  stop-opacity: 1;
}
.chartContainer.creditLineChart .gradientDefinition .navBackgroundGradientStop2 {
  stop-color: #dedede;
  stop-opacity: 1;
}
.chartContainer.creditLineChart .gradientDefinition .navViewportGradientStop1 {
  stop-color: #cccccc;
}
.chartContainer.creditLineChart .gradientDefinition .navViewportGradientStop2 {
  stop-color: #999999;
}
.creditLineChart.chartTooltip {
  max-width: 150px;
  box-shadow: 3px 3px 3px rgba(35, 31, 32, 0.25);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$flyoverBackgroundTopColor", endColorstr="$flyoverBackgroundTopColor", GradientType=0);
  /* IE6-9 */
  font: normal 11px arial;
  color: #707070;
  position: absolute;
  text-align: left;
  padding: 7px;
  border: #efefef solid 0px;
  border-radius: 2px;
  pointer-events: none;
  display: none;
}
.creditLineChart.chartTooltip .content {
  padding-top: 10px;
  margin-top: 5px;
  border-top: solid 1px #ccc;
  padding-bottom: 0;
}
.creditLineChart.chartTooltip .content:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 5px;
}
.creditLineChart.chartTooltip .content p.fico {
  color: #979797;
  margin: 11px 0 11px 0;
}
.creditLineChart.chartTooltip .content .score {
  font: bold 20px arial;
  text-align: center;
  padding: 8px 0;
  letter-spacing: 0;
  color: #000 !important;
}
.creditLineChart.chartTooltip .content .score .min, .creditLineChart.chartTooltip .content .score .max {
  color: #979797;
  font: normal 11px Arial;
  padding-top: 5px;
}
.creditLineChart.chartTooltip .content .score .min {
  float: left;
}
.creditLineChart.chartTooltip .content .score .max {
  float: right;
}
.creditLineChart.chartTooltip .content .score .experian {
  color: #3075B6;
}
.creditLineChart.chartTooltip .content .score .equifax {
  color: #981e32;
}
.creditLineChart.chartTooltip .content .score .transunion {
  color: #DD8926;
}
.creditLineChart.chartTooltip .content .tick {
  color: #003451;
  font-size: 0.5em;
}
.creditLineChart.chartTooltip .content .rank {
  font: normal 11px arial;
  color: #707070;
}
.creditLineChart.chartTooltip .content .min, .creditLineChart.chartTooltip .content .max {
  font: normal 11px arial;
  color: #707070;
}
.creditLineChart.chartTooltip .content.transunion .score {
  color: #DD8926;
}
.creditLineChart.chartTooltip .content.experian .score {
  color: #3075B6;
}
.creditLineChart.chartTooltip .content.equifax .score {
  color: #981e32;
}
.creditLineChart.chartTooltip.active {
  display: block;
}
.tooltip-bureau {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.scoreSeparator {
  color: white;
  z-index: 20;
}
/* COMBINED CREDIT LIMIT */
.chartContainer.combinedCreditLimitBarChart .axis.y text {
  font: bold 10px Arial;
  fill: #5C7575;
}
.chartContainer.combinedCreditLimitBarChart .axis.x text {
  font: bold 10px Arial;
  fill: #5C7575;
}
.chartContainer.combinedCreditLimitBarChart .axis line {
  fill: none;
  stroke: #5C7575;
  stroke-width: 1;
}
.chartContainer.combinedCreditLimitBarChart .axis path {
  fill: none;
  stroke: #5C7575;
  stroke-width: 2;
}
.chartContainer.combinedCreditLimitBarChart .bar {
  fill: #4A7AC1;
}
.chartContainer.combinedCreditLimitBarChart .bar:hover {
  fill: #315283;
}
.chartContainer.combinedCreditLimitBarChart .line {
  fill: none;
  cursor: pointer;
}
.chartContainer.combinedCreditLimitBarChart .trendline {
  fill: none;
  cursor: pointer;
}
.chartContainer.combinedCreditLimitBarChart .backgroundGradientStop1 {
  stop-color: #fafafa;
  stop-opacity: 1;
}
.chartContainer.combinedCreditLimitBarChart .backgroundGradientStop2 {
  stop-color: #efefef;
  stop-opacity: 1;
}
.combinedCreditLimitBarChart_d3-tip {
  line-height: 1;
  /*font-weight: bold;*/
  font-size: 10px;
  padding: 8px;
  background: #999999;
  color: #000000;
  border-radius: 1px;
  border: 1px solid #000000;
}
.combinedCreditLimitBarChart_value_d3-tip {
  color: #A00000;
  font-weight: bold;
}
/* Creates a small triangle extender for the tooltip */
.combinedCreditLimitBarChart_d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #EEEEEE;
  content: "▼";
  position: absolute;
  text-align: center;
}
/* Style northward tooltips differently */
.combinedCreditLimitBarChart_d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
.legendDiv {
  /*float: center; //this isn't a thing */
  font-size: 10px;
}
.legendInline {
  display: inline;
}
.legendBar {
  background-color: #4A7AC1;
}
.bureaus {
  padding: 15px;
  width: 100%;
  text-align: right;
}
.bureaus div {
  display: inline-block;
  margin: 0 3px 0 3px;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
}
.bureaus div.transunion span {
  color: #DD8926;
}
.bureaus div.experian span {
  color: #3075B6;
}
.bureaus div.equifax span {
  color: #981e32;
}
.rank.fico {
  width: 85px;
  padding: 6px;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: bold;
  color: #fff !important;
  text-align: center !important;
  text-transform: uppercase;
}
.rank.fico.verygood {
  background-color: #7ed321;
}
.rank.fico.good {
  background-color: #f8e81c;
  color: #000 !important;
}
.rank.fico.poor {
  background-color: #e7001c;
}
.rank.fico.fair {
  background-color: #f6a623;
}
.rank.fico.exceptional {
  background-color: #417505;
}
.fico8 {
  font-size: 14px;
  color: #000;
}
