* {
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
	margin: 0;
	padding: 0;
}
.ms-rtestate-field {
	background: #d8e1e1;
	font: 14px/1.4 'Roboto', Helvetica, arial, sans-serif;
	-webkit-text-size-adjust: none;
}
.ms-rtestate-field .graph-wrap {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.ms-rtestate-field .column-labels {
	height: 30px;
}
.ms-rtestate-field .column-labels div {
	text-transform: uppercase;
	color: #231f20;
	letter-spacing: 0.05em;
	font-size: 11px;
	position: absolute;
	top: 0;
	font-weight: bold;
}
.ms-rtestate-field .column-labels > div:first-child {
	left: 115px;
}
.ms-rtestate-field .column-labels > div:last-child {
	left: 575px;
}
.ms-rtestate-field #sankey {
	height:380px;
	overflow: hidden;
}
.ms-rtestate-field .mobile .graph-wrap {
	width: auto;
	max-width: 620px;
}
.ms-rtestate-field .mobile .column-labels > div:last-child {
	left: 442px;
}
.ms-rtestate-field #intro {
	max-width: 800px;
	margin: 0 auto 50px;
	padding: 46px 60px 0 20px
}
.ms-rtestate-field #intro .intro-left {
	width: 53%;
	float: left;
}
.ms-rtestate-field #intro h1 {
	font-size: 23px;
	line-height: 1.25;
	font-weight: normal;
}
.ms-rtestate-field #intro h2 {
  font-size: 14px;
  font-weight: 300;
}
.ms-rtestate-field #intro p {
	font-size: 14px;
}
.ms-rtestate-field #intro .intro-right {
	width: 45%;
	float: right;
}
.ms-rtestate-field #intro:after {
	content: ' ';
	display: block;
	clear: both;
}
.ms-rtestate-field .mobile .column-labels > div {
	width: 110px;
}
.ms-rtestate-field .mobile .column-labels > div:first-child {
	left: 130px;
}
.ms-rtestate-field .mobile .column-labels > div:last-child {
	left: auto;
	right: 103px;
	text-align: right;
	width: auto;
}
.ms-rtestate-field .solid-bar {
	display: none;
}
.ms-rtestate-field .source {
	display: none;
}

@media screen and (max-width: 760px) {
	.ms-rtestate-field #intro > div {
		float: none !important;
		width: auto !important;
	}
	.ms-rtestate-field #intro .intro-right {
		padding-top: 20px;
	}
}
@media screen and (max-width: 670px) {
	.ms-rtestate-field .source {
		display: block;
		font-size: 14px;
		color: black;
		padding: 0 20px;
	}
	.ms-rtestate-field .solid-bar {
		display: inline-block;
		position: fixed;
		top: 0;
		width: 100vw;
		height: 50px;
		/*background-color: #d7ffeb;*/
	}
	.ms-rtestate-field #intro {
		margin-bottom: 40px;
		padding-right: 20px;
		padding-top: 60px;
	}
}
@media screen and (max-width: 620px) {
	.ms-rtestate-field #sankey {
		height: 81vw;
		overflow: hidden;
	}
	
}
@media screen and (max-width: 580px) {
	.ms-rtestate-field .mobile .column-labels > div:first-child {
		left: 20px;
	}
	.ms-rtestate-field .mobile .column-labels > div:last-child {
		right: 20px;
	}
}

.ms-rtestate-field svg rect[fill="#b4d5c4"]{
  fill:#c7d0d0;
  stroke:#c7d0d0;
}

@media screen and (min-height: 526px) and (max-height: 621px) and (min-width: 414px){
	.ms-rtestate-field body{
    overflow:hidden;
  }
}
