/** @format */
.row.npsrow {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.scoreGauge {
	position: relative;
	margin: 10px auto 20px auto;
	height: 100%;
	width: 100%;
	overflow: visible;
	z-index: 96;
}

.scoreGauge .svg {
	overflow: visible;
}

.scoreGauge .chart-gauge-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.scoreGauge .chart-gauge-container .chart-gauge,
.scoreGauge .chart-gauge-container .chart-gauge-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chart-gauge-label {
	z-index: 95;
	margin-top: 25%;
}

.chart-gauge-label .chart-gauge-label-inner {
	text-align: center;
}

.chart-gauge-label-value-number {
	font-size: 3em;
	font-weight: bold;
}

.output {
	line-height: 35px;
	width: 60px;
	height: 30px;
	background-color: #808080;
	border-radius: 60px 60px 0 0;
	position: absolute;
	top: 135px;
	left: 170px;
	text-align: center;
}

.initialValue {
	border: none;
	border-bottom: 1px solid #007f7b;
	color: #007f7b;
	display: block;
	width: 3em;
	background-color: transparent;
	margin: 1em auto;
	outline: none;
	font-size: 16px;
	text-align: center;
}
/*SVG*/

.chart-gauge {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: visible;
}

.chart-gauge svg {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}

.chart-color1 {
	fill: #ff3b3a;
}

.chart-color2 {
	fill: #ff654b;
}

.chart-color3 {
	fill: #ffc627;
}

.chart-color4 {
	fill: #89cf12;
}

.chart-color5 {
	fill: #00b106;
}

.needle,
.needle-center {
	fill: #fff;
}

.prose {
	text-align: center;
	font-family: sans-serif;
	color: #ababab;
}

li.referenceScore-item span.referenceCompanyName {
	font-size: 1em;
}

li.referenceScore-item progress,
progress[role] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-size: auto;
	height: 100px;
	width: 100%;
}

.referenceScore-list {
	list-style: none;
	margin: 0;
	padding: 1em;
}

.referenceScore-item {
	margin-bottom: 1em;
	position: relative;
}

.referenceScore-item progress {
	max-height: 32px;
}

.referenceScore-item span {
	color: #fff;
	left: 1em;
	line-height: 0.5;
	position: absolute;
	top: 1em;
}
/* For Firefox */
.referenceScore-item progress::-moz-progress-bar {
	background: #464a4f;
}

/* For Chrome or Safari */
.referenceScore-item progress::-webkit-progress-value {
	background: #464a4f;
}

/* For IE10 */
.referenceScore-item progress {
	background: #ababab;
}

.referenceScore-item span.referenceCompany.score {
	right: 1em;
	left: unset;
	font-size: 1em;
}
.referenceScore-item.us progress::-webkit-progress-value {
	background: #007f7b;
}

.referenceScore-item.us progress::-moz-progress-bar {
	background: #007f7b;
}

.referenceScore-item.item-1 progress::-webkit-progress-value {
	background: rgb(0, 115, 166);
}

.referenceScore-item.item-1 progress::-moz-progress-bar {
	background: rgb(0, 115, 166);
}

.referenceScore-item.item-2 progress::-webkit-progress-value {
	background: #c7ddf3;
}

.referenceScore-item.item-2 progress::-moz-progress-bar {
	background: #c7ddf3;
}

.referenceScore-item.item-3 progress::-webkit-progress-value {
	background: #12395b;
}

.referenceScore-item.item-3 progress::-moz-progress-bar {
	background: #12395b;
}

.referenceScore-item.item-4 progress::-webkit-progress-value {
	background: #ff9900;
}

.referenceScore-item.item-4 progress::-moz-progress-bar {
	background: #ff9900;
}

.referenceScore-item.item-5 progress::-webkit-progress-value {
	background: #e50914;
}

.referenceScore-item.item-5 progress::-moz-progress-bar {
	background: #e50914;
}

.referenceScore-item.item-6 progress::-webkit-progress-value {
	background: #da0530;
}

.referenceScore-item.item-6 progress::-moz-progress-bar {
	background: #da0530;
}

@-webkit-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@keyframes bar-fill {
	0% {
		width: 0;
	}
}

.npsawards {
	display: flex;
	flex-wrap: nowrap;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.npsaward {
	display: inline-flex;
	width: 100%;
	max-width: 150px;
	margin: 2%;
	padding: 0;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.npsaward {
		max-width: 125px;
	}
}

.npsaward img {
	margin: 0px;
}

.mobile-flex-basis-fix {
	flex-basis: 100%;
	max-width: 50%;
}

@media (max-width: 1200px) {
	.mobile-flex-basis-fix {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* Thin, modern bars */
.referenceScores .progress {
    height: 6px !important; 
    background-color: #1a1a1a !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.referenceScores .progress-bar {
    border-radius: 0 !important;
}

/* Modern Impressions Glow */
.referenceScores .bg-info {
    background-color: #00cfec !important;
    box-shadow: 0 0 12px rgba(0, 207, 236, 0.6) !important;
}

/* Cleanup text overlap */
.npsawards {
    clear: both;
    padding-top: 20px;
}

.npsawards img {
    height: auto !important;
    margin: 0 10px;
}