#environmentChart {
	container: envChart / inline-size;
	position: relative;
	width: 100%;
	height: 600px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#ecScreenshot {
	width: 100%;
	height: 100%;
	display: none;
}
#ecScreenshot .ecMobileImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#ecScreenshot .ecMobileMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
}
#ecScreenshot .ecMobileMessage .ecMessageAndIcon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: calc(100% - 40px);
	transform: translateY(-50%);
}
#ecScreenshot .ecMobileMessage .ecMessageAndIcon .ecIcon {
	width: 60px;
	height: 60px;
	background-size: 60px;
	margin: 20px auto;
}

#ecChart .ecImage {
	background-size: contain;
}

#ecContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#ecContainerPopup {
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	background: rgba(255,255,255,0.95);
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
	z-index: 101;
}

#ecContainerPopupWrapper {
	overflow-y: hidden;
}

#ecContainerPopup .ecHeadline {
	position: relative;
}
#ecContainerPopup .ecHeadline .ecTitle {
	letter-spacing: -0.1px;
}

#ecContainerContent .ecCopytext {
	display: block;
	padding: 8px 25px 15px 10px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
#ecContainerPopup .ecCopytext p {
	margin-top: 0;
	line-height: 18px;
	margin-bottom: 0.5rem;
}
#ecContainerPopup .ecCopytext p:last-child {
	margin-bottom: 0;
}
#ecContainerPopup .ecCopytext p sub,
#ecInfoPopup .ecTopic sub {
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
}
#ecContainerPopup .ecCopytext p sup {
  vertical-align: baseline;
  position: relative;
  bottom: 0.4em;
}

#ecContainerPopup .ecCopytext a:hover {
	text-decoration: underline;
}

#ecContainerPopup .ecLinkMore {
	padding: 0 10px 15px 10px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	background: none;
	cursor: pointer;
	color: #0081b4;
}
#ecContainerPopup .ecLinkMore:hover {
	text-decoration: underline;
}

#ecContainerContent {
	overflow: hidden;
}
#ecContainerContent .ecHeadline .ecTopic {
	clear: both;
	padding: 10px 10px 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.1;
	display: block;
	position: relative;
	z-index: 1;
}
#ecContainerContent .ecHeadline .ecTitle {
	clear: both;
	padding: 2px 10px 8px 10px;
	color: #333;
	font-size: 20px;
	line-height: 1.1;
	display: block;
	position: relative;
	z-index: 1;
}

#ecContainerPopup .ecArrowContainer {
	position: absolute;
	width: 10px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: -10px;
	overflow: hidden;
}

#ecContainerPopup .ecArrowContainer .ecArrow {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	transform: rotate(45deg);
	background-color: rgb(255,255,255);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}

#ecContainerPopup .ecArrowContainer.left {
	left: auto;
	right: -10px;
}
#ecContainerPopup .ecArrowContainer.left .ecArrow {
	margin-left:-15px;
}

#ecContainerPopup .ecImage {
	display: none;
}

#ecContainerPopup.hasImage .ecCopytext {
	padding-top: 8px;
}

#ecContainerPopup.hasImage .ecImage {
	margin-left: 10px;
	width: calc(100% - 20px);
	background-size: cover;
	background-position: center;
	display: block;
}
#ecContainerPopup.hasImage .ecImage.hasLink {
	cursor: pointer;
}

#ecContentContainer i.fa {
	color: #fff;
	margin-top: 9px;
	margin-left: 13px;
	font-size: 24px;
}
#ecContentContainer i.fa.fa-play {
	margin-top: 10px;
	margin-left: 16px;
}
#ecContentContainer i.fa.fa-picture-o {
	margin-top: 10px;
	margin-left: 10px;
}
#ecContentContainer i.fa.fa-arrow-right {
	color: #0082b4;
	margin-top: 0;
	margin-left: 0;
	margin-right: 5px;
	font-size: 14px;
}

#ecInfoPopup {
	position: absolute;
	left: 100px;
	top: 100px;
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: left 0.2s ease-in-out, top 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s, background-color 0.3s ease-in-out, color 0.2s ease-in-out;
	box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
	z-index: 100;
	background: #87D25A;
	min-width: 150px;
	max-width: 350px;
}

#ecInfoPopup .ecArrow {
	background: #87D25A;
}
#ecInfoPopup.blur {
	background: #b6b6b6 !important;
}

#ecInfoPopup .ecArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
}
#ecInfoPopup .ecArrowContainer .ecArrow {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
}
#ecInfoPopup .ecArrowContainer .ecArrow.blur {
	background: #b6b6b6 !important;
}

#ecInfoPopupContent {
	padding: 6px;
	text-align: left;
	line-height: 1.1;
	font-size: 14px;
	color: #fff;
}

#ecContentContainer .ecHighlightBox {
	position: absolute;
	display: flex;
	flex-direction: column;
	opacity: 0;
	z-index: 90;
	box-shadow: 0 0 4px 4px rgba(100,100,100, 0.1);
}
#ecContentContainer .ecHighlightBox .ecHighlightInfo {
	padding: 6px;
	text-align: left;
	line-height: 1.1;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	top: 0;
	left: 0;
	background: #0082b4;
	transition: background-color 0.3s ease-in-out;
	box-sizing: border-box;
}
#ecContentContainer .ecHighlightBox .ecHighlightInfo.blur {
	background: #b6b6b6 !important;
}

#ecContentContainer .ecHighlightBox .ecHighlightImage {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 200px;
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: none;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#ecContentContainer .ecHighlightBox .ecHighlightImage.contain {
	background-size: contain !important;
}
#ecContentContainer .ecHighlightBox.top {
	flex-direction: column-reverse;
}
#ecContentContainer .ecHighlightBox .ecHighlightImage.blur {
	opacity: 0.3;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#ecContentContainer .ecHighlightBox .ecArrow {
	background: #0082b4;
  transition: background-color 0.3s ease-in-out;
}
#ecContentContainer .ecHighlightBox .ecArrow.blur {
	background: #b6b6b6 !important;
}

#ecContentContainer .ecHighlightBox .ecArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
	transition: opacity 1s ease-in-out;
}
#ecContentContainer .ecHighlightBox .ecArrowContainer .ecArrow {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out;
}
#ecContentContainer .ecHighlightBox .ecArrowContainer .ecArrow.top {
	margin-top: -15px;
}

#ecContentContainer .ecHighlightBox.visible {
	opacity: 1;
}

#ecContentContainer .bubble {
	position: absolute;
	z-index: 100;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: background-color 0.2s ease-in-out, margin-top 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	cursor: pointer;
	background-color: #87D25A;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
#ecContentContainer .bubble.b1 {
	margin-top: -65px;
}
#ecContentContainer .bubble.b1.ecHighlight {
	margin-top: -70px;
}
#ecContentContainer .bubble.b2 {
	margin-top: -115px;
}
#ecContentContainer .bubble.b2.ecHighlight {
	margin-top: -120px;
}
#ecContentContainer .bubble.b3 {
	margin-top: -165px;
}
#ecContentContainer .bubble.b3.ecHighlight {
	margin-top: -170px;
}
#ecContentContainer .bubble.b4 {
	margin-top: -215px;
}
#ecContentContainer .bubble.b4.ecHighlight {
	margin-top: -220px;
}
#ecContentContainer .bubble.b5 {
	margin-top: -265px;
}
#ecContentContainer .bubble.b5.ecHighlight {
	margin-top: -270px;
}
#ecContentContainer .bubble.hidden {
	margin-top: 0px;
	opacity: 0;
	transform: scale(0.1);
}
#ecContentContainer .bubble.hidden.ecHighlight {
	margin-top: 0px;
}
#ecContentContainer .bubble.top.b1 {
	margin-top: 20px;
}
#ecContentContainer .bubble.top.b1.ecHighlight {
	margin-top: 25px;
}
#ecContentContainer .bubble.top.b2 {
	margin-top: 70px;
}
#ecContentContainer .bubble.top.b2.ecHighlight {
	margin-top: 75px;
}
#ecContentContainer .bubble.top.b3 {
	margin-top: 120px;
}
#ecContentContainer .bubble.top.b3.ecHighlight {
	margin-top: 125px;
}
#ecContentContainer .bubble.top.b4 {
	margin-top: 170px;
}
#ecContentContainer .bubble.top.b4.ecHighlight {
	margin-top: 175px;
}
#ecContentContainer .bubble.top.b5 {
	margin-top: 220px;
}
#ecContentContainer .bubble.top.b5.ecHighlight {
	margin-top: 225px;
}
#ecContentContainer .bubble.top.hidden {
	margin-top: -30px !important;
}

@container envChart (width < 690px) {
	#ecContainerPopup.hasImage .ecImage {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	#ecChart {
		display: none;
	}
	#ecScreenshot {
		display: block;
	}
}
