.article-title {
	margin: 20px 0px 30px 0px;
	font-family: "HaasDisplayBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #262626;
}
.dek {
	margin-bottom: 35px;
}
.selection {
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #767676;
	border-radius: 0;
	margin-top: 20px;
}
.compareProjections {
	margin-right: 4px;
}
.selectionCompared {
	margin: 0 4px;
}
.selection select {
	padding: 8px;
	height: 34px;
	font-size: 18px;
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	background: #efefef;
	color: #464646;
	border: none;
}
.selection select:hover, .select-wrap:hover {
	background: #ddd;
	color: #262626;
}
.selection select:focus {
    outline: none;
}
.select-wrap, .select-wrap {
	background: #c00;
	background: #efefef;
	display: inline-block;
	height: 34px;
}
#legend {
	margin-top: 40px;
}
.keyContainer {
	display: block;
	clear: both;
	margin: 14px 0px 0px 0px;
	height: 36px;
	padding: 2px 0px;
}
.keySection {
	display: block;
	height: auto;
	margin: 0px 25px 0px 0px;
	padding: 4px 0px;
	float: left;
}
.keyText {
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #464646;
	float: left;
}



.keyCircle {
	position: relative;
	display: block;
	float: left;
	/*background-color: #efefef;*/
	border-radius: 20px;
}
#dotPast {
	top: 0px;
	height: 10px;
	width: 10px;
	border: solid 2px #00DC3C;
	margin-right: 4px;
}
#dotPresent {
	top: 0px;
	height: 14px;
	width: 14px;
	background-color: #00DC3C;
	margin-right: 6px;
}
#dot1, #dot4, #dot16 {
	background-color: #00DC3C;
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #464646;
	text-align: center;
}
#dot1 {
	top: 2px;
	height: 10px;
	width: 10px;
	margin-right: 6px;
	line-height: 11px;
}
#dot4 {
	top: -2px;
	height: 18px;
	width: 18px;
	margin-right: 6px;
	line-height: 19px;
}
#dot16 {
	top: -10px;
	height: 34px;
	width: 34px;
	margin-right: 8px;
	line-height: 35px;
}
#medianPast {
	top: 3px;
	height: 4px;
	width: 4px;
	border: solid 2px #2800D7;
	margin-right: 4px;
}
#medianPresent {
	top: 3px;
	height: 8px;
	width: 8px;
	background-color: #2800D7;
	margin-right: 6px;
}

/*---------- CHART STYLES ----------*/

.axis line, .axis path {
	fill: none;
	stroke: #ccc;
	shape-rendering: crispEdges;
}

.axis text{
	font-size: 13px;
	fill: #999;
}

.axis path {
	stroke: none;
}

div.tooltip {
	top: -1000px;
	width: auto;
	position: absolute;
	padding: 10px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid lightgray;
	pointer-events: none;
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #767676;
}
.tooltip-hidden{
	opacity: 0;
}

.meeting .trend, .meeting .median {
	transition: opacity .4s;
}

.meetings span {
	background: lightgray;
	padding: 2px 12px;
	border-radius: 0px;
	margin: 2px;
	cursor: pointer;
	line-height: 30px;
}

.meetings span.active {
	background: #f90;
}

.nopointerevents {
	pointer-events: none;
}

.tooltip { color: #555; }

.tooltip .rate {
	color: #00DC3C;
	font-family: "BWHaasText-75Bold", "Helvetica Neue Bold", Helvetica bold, Arial bold, sans-serif;
	font-size: 18px;
	line-height: 14px;
}
.tooltip .median {
	font-family: "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2800D7;
	padding-top: 6px;
}
.dividers {
	stroke: #ccc;
}

.dots {
	stroke: #00DC3C;
	stroke-width: 2;
	fill: #00DC3C;
}

.dots.past {
	fill: #fff;
}

.meetings circle {
	opacity: 0.85;
}
.meetings circle:hover {
	stroke: #000;
	opacity: 1;
}
.median {
	stroke: #2800D7;
	stroke-width: 2;
	fill: #2800D7;
}

.median.past {
	fill: #fff;
}

.trend {
	fill: none;
	stroke: #2800D7;
	stroke-width: 1.5;
}

.hidden {
	opacity: 0;
}

#fomc-dot-plot {
	font-family: "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	fill: #464646;
}

.tooltip:after, .tooltip:before {
	opacity: 0;
}

/*-------------- RESPONSIVE STYLES --------------*/

@media only screen and (max-width: 679px) {

	.article-title {
		margin: 15px 0px 25px 0px;
		font-size: 28px;
		line-height: 28px;
	}
	.dek {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.selection {
		font-size: 16px;
		height: auto;
	}
	select#meeting1, select#meeting2 {
		font-size: 16px;
		padding: 6px;
		margin-bottom: 12px;
	}
	#legend {
		margin-top: 30px;
	}
	.keySection {
		margin: 0px 12px 0px 0px;
	}
	#firstKeyContainer, #secondKeyContainer {
		clear: both;
	}
	.keyText {
		font-size: 13px;
	}
	#dot1, #dot4, #dotPast, #medianPast {
		margin-right: 2px;
	}
	#dot16, #dotPresent, #medianPresent {
		margin-right: 4px;
	}
	.axis text{
		font-size: 12px;
	}
	#fomc-dot-plot {
		font-size: 12px;
	}
}

@media only screen and (max-width: 540px) {
	.compareProjections{
		display: block;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.selection {
		font-size: 15px;
	}
	select#meeting1, select#meeting2 {
		font-size: 15px;
	}
	.keyText {
		font-size: 12px;
	}
	#dot1, #dot4, #dot16 {
		font-size: 12px;
	}

}


@media only screen and (max-width: 350px) {
	.keyText {
		font-size: 10px;
		padding-top: 2px;
	}
}

@media only screen and (max-width: 300px) {
	.keyText {
		font-size: 9px;
	}
}

