.bold-text {
	font-weight: 600 !important;
}

.tooltip {
	background: rgba(255, 255, 255, .85);
	position: absolute;
	pointer-events: none;
	display: none;
	z-index: 100;
	font-weight: 400;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	font-family: 'Roboto', sans-serif;
}

.price-index-tooltip {
	opacity: 1 !important;
	z-index: 998 !important;
}

.tooltip-header {
	margin: 0px 5px 10px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.tooltip-copy {
	font-weight: 400;
	margin: 0px 0px 5px 0px;
}

.tooltip-small {
	font-weight: 400;
	margin: 0px 0px 5px 0px;
}

@media only screen and (min-width : 1000px) {
	.tooltip {
		width: 180px;
		padding: 10px 10px 10px 10px;
	}

	.tooltip-header {
		margin: 0px 5px 10px 0px;
		font-size: 18px;
	}

	.tooltip-copy {
		font-size: 14px;
		margin: 0px 0px 5px 0px;
	}

	.tooltip-small {
		font-size: 12px;
		margin: 0px 0px 5px 0px;
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	.tooltip {
		width: 180px;
		padding: 10px 10px 10px 10px;
	}

	.tooltip-header {
		margin: 0px 5px 10px 0px;
		font-size: 18px;
	}

	.tooltip-copy {
		font-size: 14px;
		margin: 0px 0px 5px 0px;
	}

	.tooltip-small {
		font-size: 12px;
		margin: 0px 0px 5px 0px;
	}
}

@media only screen and (max-width : 763px) {
	.tooltip {
		width: 120px;
		padding: 5px 5px 5px 5px;
	}

	.tooltip-header {
		margin: 0px 5px 5px 0px;
		font-size: 14px;
	}

	.tooltip-copy {
		font-size: 12px;
		margin: 0px 0px 5px 0px;
	}

	.tooltip-small {
		font-size: 10px;
		margin: 0px 0px 5px 0px;
	}
}

.button-grid-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	position: relative;
}

.general-button {
	cursor: pointer;
	color: grey;
	font-weight: 400;
	margin: 0;
	border-right: 1px solid grey;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	pointer-events: all;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	background: none;
}

.general-button-selected {
	color: black;
	background: #d3d3d3;
}

.general-button:hover {
	color: black;
}

.general-button-circle {
	border-radius: 50%;
	display: inline-block;
	background: blue;
}

.general-button p {
	margin: 0;
	display: inline-block;
}

.front-curve-button {
	border-left: 1px solid grey;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.back-curve-button {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.action-button {
	cursor: pointer;
	font-weight: 800;
	background: rgb(10, 61, 98) !important;
	color: white;
	border-radius: 2px;
	border: 1px solid black;
	text-align: center;
}

#find-out {
	text-align: center;
	cursor: pointer;
	pointer-events: all;
	margin: auto;
}

@media only screen and (min-width : 1000px) {
	.button-outer-container {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.button-grid-container {}

	.general-button {
		padding: 6px;
		font-size: 14px;
	}

	.general-button-circle {
		height: 10px;
		width: 10px;
	}

	.action-button {
		padding: 10px;
		font-size: 16px;
	}

	#find-out {
		font-size: 20px;
		width: 200px;
		margin-top: 10px;
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	.button-outer-container {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.button-grid-container {}

	.general-button {
		padding: 6px;
		font-size: 12px;
	}

	.general-button-circle {
		height: 10px;
		width: 10px;
	}

	.action-button {
		padding: 6px;
		font-size: 14px;
	}

	#find-out {
		width: 150px;
		margin-top: 10px;
	}
}

@media only screen and (max-width : 763px) {
	.button-outer-container {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.button-grid-container {}

	.general-button {
		padding: 4px;
		font-size: 12px;
	}

	.general-button-circle {
		height: 8px;
		width: 8px;
	}

	.action-button {
		padding: 2px 4px 2px 4px;
		font-size: 10px;
	}

	#find-out {
		font-size: 14px;
		margin-top: 10px;
		width: 120px;
	}
}

#glossary-tooltip {
	z-index: 999;
	background: white;
	text-align: left;
	pointer-events: none;
}

#glossary-tooltip p {
	color: black;
}

@media only screen and (min-width : 1000px) {
	#glossary-tooltip {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 300px;
		padding: 5px;
	}

	#glossary-tooltip p {
		font-size: 15px;
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	#glossary-tooltip {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 200px;
		padding: 5px;
	}

	#glossary-tooltip p {
		font-size: 14px;
	}
}

@media only screen and (max-width : 763px) {
	#glossary-tooltip {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 200px;
		padding: 0px 10px 0px 10px;
	}

	#glossary-tooltip p {
		font-size: 13px;
	}
}

.tick {
	pointer-events: none;
	z-index: 0;
}

.tick text {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.legend-container {
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

.legend-container p {
	margin: 0px 0px 5px 0px;
}

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

.legend {
	display: inline-block;
}

@media only screen and (min-width : 1000px) {
	.tick text {
		font-size: 13px;
	}

	.legend-text {
		font-size: 12px;
		margin-bottom: 14px;
	}

	.legend {
		width: 200px;
		height: 20px;
		display: inline-block;
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	.tick text {
		font-size: 12px;
	}

	.legend-text {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.legend {
		width: 200px;
		height: 20px;
		display: inline-block;
	}
}

@media only screen and (max-width : 763px) {
	.tick text {
		font-size: 10px;
	}

	.legend-text {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.legend {
		width: 80px;
		height: 10px;
		display: inline-block;
	}
}

.centered-Y {
	position: absolute;
	top: calc(50%);
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dot-dist-wrapper {
	width: 100%;
}

#dot-dist-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.search-dot-dist-dot {
	stroke: #52661a;
	fill: #A3CB38;
	fill-opacity: 1;
}

.hover-dot-dist-dot {
	fill-opacity: 1;
}

@media only screen and (min-width : 1000px) {
	.dot-dist-wrapper {
		width: 100%;
		max-width: 1500px;
		height: 400px;
	}
}

@media only screen and (max-width : 999px) {
	.dot-dist-wrapper {
		width: 100%;
		height: 900px;
		max-width: 500px;
	}
}

#dot-dist-search-bar-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#dot-dist-search-bar-container .search-bar-text {
	line-height: 2;
}

.search-bar-circle {
	display: inline-block;
	position: relative;
	margin: 8px 10px 0px;
}

.search-bar-circle img {
	width: 16px;
}

.final-map-dot {
	cursor: pointer;
}

#final-map-search-bar-container {
	margin: auto;
	text-align: center;
	position: relative;
}

.hide-search {
	display: none !important;
	position: absolute !important;
}

.generate-dashboard {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
}

.generate-off {
	background: rgba(10, 61, 98, 0.3) !important;
	cursor: none;
	pointer-events: none;
}

.generate-on {
	background: rgb(10, 61, 98);
	cursor: pointer;
	pointer-events: all;
}

.searched-CBSA-container .action-button {
	position: absolute;
	font-size: 12px;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	padding: 6px;
	border: none;
	display: none;
	text-transform: uppercase;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 10px;
}

#HMI-Dashboard {
	overflow: visible;
}

.instructions-container {
	position: absolute;
	height: 100px;
}

.instructions-container p {
	position: absolute;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid black;
	background: white;
	padding: 8px;
	width: 200px;
	text-align: left;
}

@-webkit-keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 -3px grey;
		box-shadow: 0 0 -3px grey;
	}

	40% {
		-webkit-box-shadow: 0 0 3px grey;
		box-shadow: 0 0 3px grey;
	}

	60% {
		-webkit-box-shadow: 0 0 3px grey;
		box-shadow: 0 0 3px grey;
	}

	100% {
		-webkit-box-shadow: 0 0 -3px grey;
		box-shadow: 0 0 -3px grey;
	}
}

@keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 -3px grey;
		box-shadow: 0 0 -3px grey;
	}

	40% {
		-webkit-box-shadow: 0 0 3px grey;
		box-shadow: 0 0 3px grey;
	}

	60% {
		-webkit-box-shadow: 0 0 3px grey;
		box-shadow: 0 0 3px grey;
	}

	100% {
		-webkit-box-shadow: 0 0 -3px grey;
		box-shadow: 0 0 -3px grey;
	}
}

@-webkit-keyframes glowingCircle {
	0% {
		r: 6;
	}

	40% {
		r: 8;
	}

	60% {
		r: 8;
	}

	100% {
		r: 6;
	}
}

@keyframes glowingCircle {
	0% {
		r: 6;
	}

	40% {
		r: 8;
	}

	60% {
		r: 8;
	}

	100% {
		r: 6;
	}
}

.glow {
	-webkit-animation: glowing 3000ms infinite;
	animation: glowing 3000ms infinite;
}

.glow-circle {
	-webkit-animation: glowingCircle 3000ms infinite;
	animation: glowingCircle 3000ms infinite;
}

.hide-instructions {
	opacity: .3;
	pointer-events: none;
}

.end-instructions {
	position: absolute;
	cursor: pointer;
}

.end-instructions:hover {}

@media only screen and (min-width : 1000px) {
	.instructions-container p {
		font-size: 16px;
		padding: 8px;
		width: 200px;
	}

	@-webkit-keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	@keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	.end-instructions {
		padding: 5px 15px 5px 15px;
		border-radius: 4px;
		font-size: 25px;
		top: 40%;
		left: calc(50% - 100px);
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	.instructions-container p {
		font-size: 15px;
		padding: 8px;
		width: 150px;
	}

	@-webkit-keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	@keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	.end-instructions {
		padding: 5px 15px 5px 15px;
		border-radius: 4px;
		top: 40%;
		left: calc(50% - 100px);
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		font-size: 20px;
	}
}

@media only screen and (max-width : 763px) {
	.instructions-container p {
		font-size: 12px;
		padding: 6px;
		width: 80px;
	}

	@-webkit-keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	@keyframes glowingCircle {
		0% {
			r: 6;
		}

		40% {
			r: 8;
		}

		60% {
			r: 8;
		}

		100% {
			r: 6;
		}
	}

	.end-instructions {
		padding: 5px 15px 5px 15px;
		border-radius: 4px;
		top: calc(110% - 20px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.fa-times-circle {
	color: grey;
	cursor: pointer;
	margin-left: 6px;
	padding-top: 2px;
}

.fa-times-circle:hover {
	color: black;
}

#dashboards-wrapper {
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
}

.dashboard-container h3 {
	text-align: center;
	margin: 0;
	font-weight: 700;
	position: relative;
}

.dashboard-container h3 span {
	/*
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    */
	width: 100%;
}

.dashboard-container p {
	text-align: center;
	margin: 0;
}

.dashboard-header {
	font-weight: 600;
}

.dashboard-header-highlight {
	font-weight: 800;
}

.dashboard-dot-plot-header {
	margin-bottom: 0px !important;
}

.dashboard-nat-avg {
	font-style: italic;
	font-size: 13px !important;
}

.nat-avg-bold {
	font-weight: 600;
}

.dashboard-line-chart-container {
	width: 100%;
	margin: auto;
	position: relative;
}

.dashboard-dot-plot-container {
	width: 100%;
	position: relative;
	margin: auto;
}

@media only screen and (min-width : 1200px) {
	#dashboards-wrapper {
		margin-left: 20px;
	}

	.dashboard-container {
		width: 22%;
		height: 450px;
		margin: 0px 10px 0px 10px;
	}

	.dashboard-line-chart-container {
		height: 250px;
	}

	.dashboard-dot-plot-container {
		height: 40px;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.dashboard-container h3 {
		font-size: 20px;
		height: 45px;
		margin-bottom: 20px;
	}

	.dashboard-container p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.dashboard-header-highlight {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1000px) and (max-width : 1199px) {
	#dashboards-wrapper {
		margin-bottom: 40px;
	}

	.dashboard-container {
		width: 35%;
		height: 350px;
		margin: 0px 10px 60px 10px;
	}

	.dashboard-line-chart-container {
		height: 200px;
	}

	.dashboard-dot-plot-container {
		height: 40px;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.dashboard-container h3 {
		font-size: 18px;
		height: 40px;
		margin-bottom: 20px;
	}

	.dashboard-container p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.dashboard-header-highlight {
		font-size: 16px;
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	#dashboards-wrapper {
		margin-bottom: 20px;
	}

	.dashboard-container {
		width: 35%;
		height: 300px;
		margin: 0px 10px 40px 10px;
	}

	.dashboard-line-chart-container {
		height: 200px;
	}

	.dashboard-dot-plot-container {
		height: 40px;
		margin-bottom: 20px;
	}

	.dashboard-container h3 {
		font-size: 16px;
		height: 30px;
		margin-bottom: 10px;
	}

	.dashboard-container p {
		font-size: 12px;
	}

	.dashboard-header-highlight {
		font-size: 14px;
	}
}

@media only screen and (max-width : 763px) {
	.dashboard-container {
		width: 90%;
		height: 350px;
		margin: 0px 10px;
		max-width: 400px;
	}

	.dashboard-line-chart-container {
		height: 200px;
	}

	.dashboard-dot-plot-container {
		height: 40px;
		margin-bottom: 20px;
	}

	.dashboard-container h3 {
		font-size: 14px;
		height: 25px;
		margin-bottom: 10px;
	}

	.dashboard-container p {
		font-size: 12px;
	}

	.dashboard-header-highlight {
		font-size: 12px;
	}
}

.national-avg-label {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left !important;
	width: 60px;
	line-height: .7;
}

.national-avg-label span {
	font-size: 10px;
}

.line-y-axis .domain {
	display: none;
}

.line-y-axis .tick line {
	stroke: grey;
}

.line-label-end {
	font-size: 10px;
	font-weight: 800;
	alignment-baseline: middle;
}

.line-label-inner {
	font-size: 10px;
}

.line-label-outline {
	font-size: 12px;
}

.line-label {
	font-weight: 800;
	text-anchor: middle;
	alignment-baseline: middle;
	pointer-events: none;
	font-family: 'Roboto', sans-serif;
}

.return-map-button {
	display: none;
	position: absolute;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	color: white;
	cursor: pointer;
}

.return-map-button i {
	margin-right: 5px;
}

.dashboard-logo {
	display: none;
	position: absolute;
	-webkit-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%);
	width: 200px;
	color: grey;
}

.download-wrapper {
	display: none;
}

.fa-download {
	color: grey;
	cursor: pointer;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
}

@media only screen and (min-width : 1200px) {
	.return-map-button {
		left: 50%;
		top: 500px;
		font-size: 17px;
	}

	.return-map-button i {
		margin-right: 5px;
	}

	.dashboard-logo {
		left: 50%;
		/* top: 100%; */
		margin-right: 5px;
	}
}

@media only screen and (min-width: 1000px) and (max-width : 1200px) {
	.return-map-button {
		left: 50%;
		top: calc(100% - 30px);
		font-size: 15px;
		padding: 5px;
	}

	.return-map-button i {
		left: 50%;
		top: 100%;
		margin-right: 5px;
	}

	.dashboard-logo {
		left: 50%;
		/* top: 100%; */
	}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
	.return-map-button {
		left: 50%;
		top: calc(100% - 30px);
		font-size: 15px;
		padding: 5px;
	}

	.return-map-button i {
		left: 50%;
		top: 100%;
		margin-right: 5px;
	}

	.dashboard-logo {
		left: 50%;
		/* top: 100%; */
	}
}

@media only screen and (max-width : 763px) {
	.return-map-button {
		left: 50%;
		top: 100%;
		font-size: 13px;
		padding: 5px;
	}

	.return-map-button i {
		left: 50%;
		top: 100%;
		margin-right: 5px;
	}

	.dashboard-logo {
		left: 50%;
		/* top: 100%; */
	}

	.fa-download {
		margin-right: 5px;
		margin-left: 5px;
	}
}