#greentecsteelChart {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

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

#gtsContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: left 0.5s ease-in-out;
}
#gtsContainer .image .stretch {
	background-size: contain;
}
#gtsContainer sub {
	font-size: 6px;
}

.gtsPagination {
	position: absolute;
	width: 42px;
	height: 100%;
	top: 0;
	background-color: #d3d3d3;
	z-index: 100;
}
.gtsPagination .fa {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-26px);
	font-size: 28px;
}
.gtsPagination.back {
	left: 0;
}
.gtsPagination.back .fa {
	left: 8px;
}
.gtsPagination.forward {
	right: 0;
}
.gtsPagination.forward .fa {
	right: 10px;
}
.gtsPagination.active {
	background-color: #cce8b5;
	cursor: pointer;
}
.gtsPagination.active:hover {
	background: #87d25a;
	box-shadow: 0 0 10px 1px rgba(135,210,90,0.7);
}

#gtsContainerPopup {
	position: absolute;
	width: 360px;
	background: rgba(204,232,181,0.95);
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border: 0.25px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 12px -4px rgba(0,0,0,0.5);
	z-index: 101;
}
#gtsContainerPopupWrapper {
	overflow-y: hidden;
}
#gtsContainerPopup .gtsHeadline {
		position: relative;
		padding-top: 0;
}
#gtsContainerPopup .gtsHeadline .gtsTitle {
	letter-spacing: -0.1px;
	clear: both;
	padding: 3px 10px 8px 10px;
	color: #333;
	font-size: 20px;
	line-height: 1.1;
	display: block;
	position: relative;
	z-index: 1;
}
#gtsContainerPopup .gtsHeadline .gtsTopic {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	background-color: #87d25a;
	color: #fff;
	float: left;
	line-height: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
}
#gtsContainerPopup .gtsImage {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	position: relative;
}
#gtsContainerPopup .gtsImage.green {
	border: 1px solid #87d25a;
}
#gtsContainerPopup .gtsImage.video::after {
	content: "\f144";
  font-family: 'FontAwesome';
  font-size: 100px;
  color: #fff;
  width: 100%;
  display: block;
  z-index: 100;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
	text-shadow: 0 0 20px rgba(255,255,255,1);
}
#gtsContainerPopup .gtsImage.green.video::after {
	color: #87D25A;
	text-shadow: 0 0 20px rgba(204,232,181,1);
}

#gtsContainerContent {
	overflow: hidden;
}

#gtsContainerContent .gtsCopytext {
	padding: 0 25px 12px 10px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	display: block;
}
#gtsContainerContent .gtsCopytext p {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 20px;
}
#gtsContainerContent .gtsCopytext p:last-child {
	margin-bottom: 0;
}
#gtsContainerContent .gtsCopytext p sub,
#gtsContentContainer .gtsHighlightInfo sub,
#gtsContentContainer .gtsMilestoneInfo p span sub,
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge span sub,
#gtsGlossaryContainer .entry .text p sub {
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
}

#gtsContainerContent a:hover {
	text-decoration: underline;
}

#gtsContainerContent .gtsMoreLink {
	display: inline-block;
	background-color: #87d25a;
	color: #fff;
	padding: 2px 10px 4px 10px;
	border-radius: 5px;
	margin: 0 0 15px 10px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	cursor: pointer;
}
#gtsContainerContent .gtsMoreLink i.fa.fa-arrow-right,
#gtsContainerContent .gtsMoreLink i.fa.fa-play {
	color: #fff;
	margin-top: 0;
	transform: translateY(-1px);
	margin-left: 0;
	margin-right: 5px;
	font-size: 12px;
}
#gtsContainerContent .gtsMoreLink:hover {
	text-decoration: underline;
}

#gtsContentContainer {
	position: relative;
	transition: left 0.5s ease-in-out;
}

.gtsArrowContainer {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	margin-left: -10px;
	left: 50%;
	overflow: hidden;
}
.gtsArrowContainer .gtsArrow {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	transform: rotate(45deg);
	transition: background-color 0.3s ease-in-out;
}

#gtsContainerPopup .gtsArrowContainer {
	width: 10px;
	height: 20px;
	top: 50%;
	margin-left: 0;
	margin-top: -10px;
	left: -10px;
}
#gtsContainerPopup .gtsArrowContainer .gtsArrow {
	margin-top: 0;
	margin-left: 5px;
	background-color: #cce8b5;
	border: 0.25px solid #fff;
}

#gtsContainerPopup .gtsArrowContainer.left  {
	left: auto;
	right: -10px;
}

#gtsContainerPopup .gtsArrowContainer.left .gtsArrow {
	margin-left: -15px;
}

#gtsContainerContent.hasImage .gtsCopytext {
	padding-top: 8px;
}

#gtsContainerContent.hasImage .image {
	margin-left: 10px;
	height: 130px;
	width: 230px;
	display: block;
}
#gtsContainerContent.hasLink {
	cursor: pointer;
}

#gtsGlossaryOpener {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 60px;
	background-color: #87d25a;
	border-radius: 20px;
	text-align: center;
	z-index: 100;
	box-shadow: 0 0px 24px 0 rgba(255,255,255,1);
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
}
#gtsGlossaryOpener i.fa {
	margin: 6px 0;
	font-size: 26px;
	color: #fff;
	transition: all 0.1s linear;
}
#gtsGlossaryOpener div {
	position: absolute;
	top: 2px;
	left: 15px;
	opacity: 1;
	transition: all 0.6s ease-in-out;
}
#gtsGlossaryOpener .close {
	left: 45px;
	top: 0;
	opacity: 0;
}
#gtsGlossaryOpener.active .info {
	left: -35px;
	opacity: 0;
}
#gtsGlossaryOpener.active .close {
	left: 9.5px;
	opacity: 1;
}
#gtsGlossaryOpener:hover i.fa {
	margin: 2px 0;
	font-size: 32px;
	transform: translateX(-1px);
}
#gtsGlossaryOpener:hover i.fa.fa-close {
	margin: 2.75px 0;
	transform: translateX(-2.25px);
}

#gtsGlossaryContainer {
	position: absolute;
  box-sizing: border-box;
	width: 500px;
	height: 100%;
	padding: 26px 20px;
	background-color: #fff;
	right: -500px;
	z-index: 95;
	transition: all 0.5s ease-in-out;
	line-height: 20px;
}
#gtsGlossaryContent {
	opacity: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	overflow-y: hidden;
}
#gtsGlossaryContainer.active {
	right: 40px;
	box-shadow: 0 0 18px -8px rgba(0,0,0,0.5);
}
#gtsGlossaryContainer.active #gtsGlossaryContent {
	opacity: 1;
}
#gtsGlossaryContainer .title {
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 20px;
	color: #87d25a;
}
#gtsGlossaryContainer .intro {
	margin-bottom: 0;
	line-height: 24px;
}
#gtsGlossaryContainer .entries {
	padding: 16px 0 0 0;
	margin-top: 24px;
	border-top: 1px solid #87d25a;
	height: calc(100% - 140px);
	overflow-y: auto;
}
#gtsGlossaryContainer .entries .entry {
	width: 90%;
}
#gtsGlossaryContainer .entry .title {
	font-weight: 500;
	font-size: 18px;
	margin: 20px 0 10px 0;
	color: #87d25a;
	cursor: pointer;
}
#gtsGlossaryContainer .entry:first-child .title {
	margin: 0 0 10px 0;
}
#gtsGlossaryContainer .entry .title i.fa {
	margin: 0 10px 0 0;
	transform: translateY(2px);
	color: #87d25a;
	transition: all 0.3s ease-in-out;
}
#gtsGlossaryContainer .entry.open .title i.fa-plus {
	transform: translateY(2px) rotate(45deg);
}
#gtsGlossaryContainer .entry.closed .text {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
#gtsGlossaryContainer .entry.open .text {
	max-height: 500px;
}
#gtsGlossaryContainer .entry .text p {
	line-height: 24px;
}

i.fa {
	color: #fff;
	margin-top: 9px;
	margin-left: 12.5px;
	font-size: 24px;
}
i.fa.fa-play {
	margin-top: 10px;
	margin-left: 15px;
}
i.fa.fa-picture-o {
	margin-top: 10px;
	margin-left: 10px;
}

#gtsInfoPopup {
	position: absolute;
	left: 100px;
	top: 100px;
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0.2s, background-color 0.3s ease-in-out, color 0.2s ease-in-out;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: 0 0 12px -4px rgba(0,0,0,0.5);
	z-index: 100;
	background: #87d25a;
	min-width: 150px;
	max-width: 450px;
	white-space: nowrap;
}
#gtsInfoPopup .gtsArrowContainer {
	position: absolute;
	width: 30px;
  height: 10px;
  top: -10px;
  margin-left: -10px;
	left: 50%;
	overflow: hidden;
}
#gtsInfoPopup .gtsArrowContainer .gtsArrow {
	background: #87d25a;
}
#gtsInfoPopup.blur {
	background: #e0e0e0;
	box-shadow: 0 0 12px -4px rgba(0,0,0,0.2);
}
#gtsInfoPopup.blur .gtsArrowContainer .gtsArrow {
	background: #e0e0e0;
}

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

#gtsContentContainer .gtsHighlightBox {
	position: absolute;
	width: 320px;
	height: 255px;
	opacity: 0;
	z-index: 90;
	box-shadow: 0 0 15px 1px rgba(135,210,90,0.2);
	transition: opacity 0.5s ease-in-out;
}
#gtsContentContainer .gtsHighlightBox.blur {
	box-shadow: 0 0 15px 1px rgba(135,210,90,0);
}

#gtsContentContainer .gtsHighlightInfo {
	padding: 6px;
	text-align: left;
	line-height: 18px;
	color: #333;
	width: 100%;
	background: #cce8b5;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	box-sizing: border-box;
}
#gtsContentContainer .gtsHighlightInfo {
	font-size: 14px;
	font-weight: 300;
	height: 48.5px;
}
#gtsContentContainer .gtsHighlightInfo span {
	font-weight: 500;
}
#gtsContentContainer .gtsHighlightBox.current .gtsHighlightInfo {
	font-weight: 400;
}
#gtsContentContainer .gtsHighlightBox.active .gtsHighlightInfo,
#gtsContentContainer .gtsHighlightBox.active .gtsArrow {
	background: #87d25a;
	color: #fff;
}
#gtsContentContainer .gtsHighlightBox.blur .gtsHighlightImage {
	filter: grayscale(1);
	opacity: 0.4;
}
#gtsContentContainer .gtsHighlightBox.blur .gtsHighlightInfo {
	background: #e0e0e0;
	color: #fff;
}
#gtsContentContainer .gtsHighlightBox.blur .gtsArrow,
#gtsContentContainer .gtsMilestoneBox.blur .gtsArrowContainer .gtsArrow {
	background: #e0e0e0;
}
#gtsContentContainer .gtsHighlightImage {
	left: 0;
	top: 35px;
	background-position: center center;
	background-size: cover;
	filter: none;
	transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#gtsContentContainer .gtsHighlightBox .gtsArrowContainer	.gtsArrow.top {
	margin-top: -15px;
}

#gtsContentContainer .gtsArrow {
	background: #cce8b5;
	transition: background-color 0.3s ease-in-out;
}
#gtsContentContainer .gtsArrow.top {
	margin-top: -15px;
}
#gtsContentContainer .gtsHighlightBox.visible,
#gtsContentContainer .gtsMilestoneBox.visible {
	opacity: 1;
}

#gtsContentContainer .gtsMilestoneBox {
	position: absolute;
	opacity: 0;
	z-index: 90;
	transition: opacity 0.5s ease-in-out;
}
#gtsContentContainer .gtsMilestoneInfo {
	position: absolute;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	top: 15px;
	left: 0;
	right: auto;
	line-height: normal;
}
#gtsContentContainer .gtsMilestoneInfo.bottom {
	top: 4px;
}
#gtsContentContainer .gtsMilestoneInfo.text-right {
	text-align: right;
	right: 0;
	left: auto;
}
#gtsContentContainer .gtsMilestoneInfo p {
	margin: 0 0 2px 0;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge {
	margin: 6px 0;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge.top {
	margin: 0 0 6px 0;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge.bottom {
	margin: 7px 0 6px 0;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsIntro {
	margin: 0 0 4px 0;
}
#gtsContentContainer .gtsMilestoneInfo p span {
	font-weight: 300;
	padding: 2px 8px;
	color: #fff;
	background-color: #87d25a;
	transition: all 0.3s ease-in-out;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsIntro span {
	line-height: 26px;
}
#gtsContentContainer .gtsMilestoneInfo p span sub {
	font-size: 12px;
	font-weight: 400;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge span {
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
}
#gtsContentContainer .gtsMilestoneInfo p.gtsLarge span sub {
	font-size: 18px;
	font-weight: 700;
	line-height: 0;
}
#gtsContentContainer .gtsMilestoneBox.blur .gtsMilestoneInfo p span {
	background: #e0e0e0;
}
#gtsContentContainer .gtsMilestoneBox .gtsArrowContainer {
	top: -8px;
}
#gtsContentContainer .gtsMilestoneBox .gtsArrowContainer .gtsArrow {
	background-color: #87d25a;
}
#gtsContentContainer .gtsMilestoneBox .gtsArrowContainer	.gtsArrow.top {
	margin-top: -15px;
}

#gtsContentContainer .bubble {
	position: absolute;
	z-index: 100;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	box-sizing: content-box;
	cursor: pointer;
	background-color: #87D25A;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: 0 0 12px -4px rgba(0,0,0,0.5);
	transition: all 0.5s ease-in-out;
}
#gtsContentContainer .bubble.b1 {
	margin-top: -45px;
}
#gtsContentContainer .bubble.b2 {
	margin-top: -100px;
}
#gtsContentContainer .bubble.b3 {
	margin-top: -155px;
}
#gtsContentContainer .bubble.b4 {
	margin-top: -210px;
}
#gtsContentContainer .bubble.b5 {
	margin-top: -265px;
}
#gtsContentContainer .bubble.top.b1 {
	margin-top: 48px;
}
#gtsContentContainer .bubble.top.b2 {
	margin-top: 103px;
}
#gtsContentContainer .bubble.top.b3 {
	margin-top: 158px;
}
#gtsContentContainer .bubble.top.b4 {
	margin-top: 213px;
}
#gtsContentContainer .bubble.top.b5 {
	margin-top: 268px;
}
#gtsContentContainer .bubble.bubblehidden,
#gtsContentContainer .bubble.top.bubblehidden {
	margin-top: 0;
	opacity: 0;
	transform: scale(0.1);
}

@media screen and (max-width: 400px) {
	#gtsContainer, #gtsGlossaryOpener, .gtsPagination {
		display: none;
	}
	#gtsScreenshot {
		display: block;
	}
}
