/* GLOBALS and RESETS */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-size: 100%;
	  font: inherit;
	  vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
	  display: block;
	}
	body {
	  line-height: 1;
	  font-family: 'CharlesModernLight';
	  font-weight: 300;
	  background: #f6f6f6;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: "CharlesModernLight";
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	ol, ul {
	  list-style: none;
	}
	blockquote, q {
	  quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
	  content: '';
	  content: none;
	}
	table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	.clear {clear:both;}
	#enhance .left-pane h3 a {text-decoration:underline;}
	a.anchor{display: block; position: relative; top: -75px; visibility: hidden;}
	#enhance .pagination.hide {visibility:hidden; opacity:0;}
	@font-face {
	  font-family: 'CharlesModernLight';
	  font-style: normal;
	  font-weight: 300;
	  src: url('./fonts/EOT/CharlesModern-Light.eot');
	  src: url('./fonts/EOT/CharlesModern-Light.eot%3F') format('embedded-opentype'), url('./fonts/WOFF/CharlesModern-Light.woff') format('woff'), url('./fonts/TTF/CharlesModern-Light.ttf') format('truetype'), url('./fonts/SVG/CharlesModern-Light.svg') format('svg');
	}
	@font-face {
	  font-family: 'CharlesModernBold';
	  font-style: normal;
	  font-weight: 300;
	  src: url('./fonts/EOT/CharlesModern-Bold.eot');
	  src: url('./fonts/EOT/CharlesModern-Bold.eot%3F') format('embedded-opentype'), url('./fonts/WOFF/CharlesModern-Bold.woff') format('woff'), url('./fonts/TTF/CharlesModern-Bold.ttf') format('truetype'), url('./fonts/SVG/CharlesModern-Bold.svg') format('svg');
	}
	@font-face {
	  font-family: 'CharlesModern';
	  font-style: normal;
	  font-weight: 400;
	  src: url('./fonts/EOT/CharlesModern-Regular.eot');
	  src: url('./fonts/EOT/CharlesModern-Regular.eot%3F') format('embedded-opentype'), url('./fonts/WOFF/CharlesModern-Regular.woff') format('woff'), url('./fonts/TTF/CharlesModern-Regular.ttf') format('truetype'), url('./fonts/SVG/CharlesModern-Regular.svg') format('svg');
	}
	.bolder-text {
	  font-family: 'CharlesModern';
	}
	.chevron {
	  display: inline-block;
	  width: 16px;
	  height: 16px;
	  background-image:url('./assets/chevron.png');
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size:contain;
	  vertical-align: top;
	}
	.chev-down {
		font-size:1.6em;
		line-height:70px;
		display:inline-block;
		margin-left:5px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.chev-up {
		font-size:1.6em;
		line-height:70px;
		display:inline-block;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		vertical-align: middle;
	}
	.trade-source-wrapper a.underline {
		text-decoration: underline;
		cursor: pointer;
		padding: 0;
		background: none;
		color: #333;
		font-size: 14px;
	}
	.noBtmPad {padding-bottom:0;}
	.smaller-text {padding:0; font-size:14px}
	.trade-source-wrapper .chevron { height:14px}
	.desktop-phone {
	  display: block;
	  color: #000 !important;
	  font-weight: bold;
	}
	.mobile-phone {
	  display: none;
	}
	.hover{
		cursor: pointer;
	}

	.hamburger {
	  width: 35px;
	  height: 22px;
	  position: relative;
	  display: inline-block;
	  background-image:url('./assets/arrow.png');
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-position: right;
	}
	.hamburger span {
	  height: 4px;
	  width: 100%;
	  position: absolute;
	  background: #000;
	  top: 50%;
	  margin-top: -2px;
	  border-radius: 1px;
	  left: 0;
	  display: none;
	}
	.hamburger span:first-child {
	  top: 0;
	  margin-top: 0px;
	}
	.hamburger span:last-child {
	  bottom: 0;
	  margin-top: 0px;
	  top: auto;
	}
	.page-wrapper {
	  max-width: 1000px;
	  margin: 0 auto;
	  padding-top: 100px;
	  background: #fff;
	}
	.page-wrapper > header {
	  width: 100%;
	  height: 74px;
	  border-bottom: 1px solid #ccc;
	}
	.page-wrapper > header {
	  width: 100%;
	  height: 74px;
	  margin-top: 20px;
	  padding: 0 70px;
	  overflow: hidden;
	  box-sizing: border-box;
	}
	body > header {
	  overflow: hidden;
	  height: 74px;
	  border-bottom: 1px solid #ccc;
	  margin-bottom: 35px;
	  left: 0;
	  right: 0;
	  position: fixed;
	  z-index: 999;
	  background: #fff;
	}
	body > header .header-inner {
	  max-width: 1000px;
	  margin: 0 auto;
	  position: relative;
	  height: 74px;
	}
	header .logo {
	  width: 74px;
	  height: 74px;
	  position: absolute;
	  border-bottom: 1px solid #ccc;
	  background-image:url('./assets/logo.jpg');
	  background-repeat: no-repeat;
	  background-size: contain;
	}
	header .logo a {
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	header .try {
	  width: auto;
	  height: 42px;
	  border-bottom: 1px solid #ccc;
	  background: #000;
	  color: #edda1c;
	  padding: 13px;
	  box-sizing: border-box;
	  float: right;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	header .try a {
	  color: #edda1c;
	  text-decoration: none;
	}
	section > section {
	  position: relative;
	}
	section .section-wrapper {
	 -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	section > section h2 {
	  font-size: 45px;
	  padding: 80px 0 0 0;
	}
	section > section h2.bold {
	  font-family: 'CharlesModern';
	}
	section > section h2.reduced {
	  padding: 20px 0 0 0;
	}
	section > section h3 {
	  font-size: 27px;
	  padding: 10px 0;
	}
	section > section p {
	  font-size: 20px;
	  padding: 17px 14.1%;
	  line-height: 32px;
	}
	section > section p.extra-padding {
	  margin-bottom: 15px;
	}

/* TRADE SOURCE */
	section > .trade-source {
	  height: auto;
	  color: #000;
	  text-align: center;
	  background: transparent;
	  overflow: hidden;
	  position: relative;
	}
	.trade-source-wrapper {
	  background: #edda1c;
	  height: 500px;
	  overflow: hidden;
	}
	.trade-source-wrapper:after {
	  content:'';
	  left: 0;
	  right: 0;
	  height: 60px;
	}
	.trade-source-wrapper .intro-image-wrapper {
	  max-width:950px;
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	  position: relative;
	}
	.trade-source-wrapper .intro-image-wrapper img {
	  width: 100%;
	  display: block;
	}
	.intro-image-wrapper .feature {
	  width: 44px;
	  height: 44px;
	  border-radius: 100%;
	  background: #333;
	  position: absolute;
	  margin: 0;
	  display: none;
	  cursor:pointer;
	}
	.intro-image-wrapper .feature.active {background:#000}
	.trade-source-wrapper.open .feature {
	  display: block;
	}
	.trade-source-wrapper a {
	  padding: 11px 14px;
	  background: #000;
	  color: #edda1c;
	  border: none;
	  font-size: 13px;
	  text-decoration: none;
	  display: inline-block;
	}
	.trade-source-wrapper h2 br {
	  display: none;
	}
	.intro-image-wrapper .feature h3 {
	  position: absolute;
	  background: #000;
	  padding: 20px;
	  min-width: 300px;
	  z-index: 99;
	  color: #fff;
	  top: 30px;
	  left: 30px;
	  display: block;
	  font-size: 16px;
	  visibility: hidden;
	  opacity: 0;
	  cursor: text;
	}
	.intro-image-wrapper .feature.active h3 {
	  visibility: visible;
	  opacity: 1;
	}
	.intro-image-wrapper .feature  p {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  padding-top: 5px;
	  font-size: 20px;
	  color: #fff;
	}
	.intro-image-wrapper .feature span {
	  position: absolute;
	  background: transparent;
	  top: 0;
	  z-index: 99;
	  left: 0;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	}
	.intro-image-wrapper .feature span.close i {
	 height: 15px;
	 display: block;
	 -webkit-transform: rotate(40deg);
	  -moz-transform: rotate(40deg);
	  -ms-transform: rotate(40deg);
	  -o-transform: rotate(40deg);
	  transform: rotate(40deg);
	  background: #fff;
	  width: 2px;
	  position: absolute;
	  top: 6px;
	  right: 0;
	  left:0;
	  margin: 0 auto;
	}
	.intro-image-wrapper .feature span.close i:first-child {
	 -webkit-transform: rotate(-40deg);
	  -moz-transform: rotate(-40deg);
	  -ms-transform: rotate(-40deg);
	  -o-transform: rotate(-40deg);
	  transform: rotate(-40deg);
	}
	.intro-image-wrapper .feature .ft-image {
	  display: none;
	}

	/*//950 687*/
	.intro-image-wrapper .feature.ft-1{
	  left: 9.368421053%;
	  top: 10.04366812%;
	}
	.intro-image-wrapper .feature.ft-2{
	  left: 2.526316%;
	  top: 16.59388646%;
	}
	.intro-image-wrapper .feature.ft-3{
	  left: 48.21052632%;
	  top: 27.65647744%;
	}
	.intro-image-wrapper .feature.ft-4{
	  left: 47.89473684%;
	  top: 61.5720524%;
	}
	.intro-image-wrapper .feature.ft-5{
	  left: 75.05263158%;
	  top: 27.80203785%;
	}
	.intro-image-wrapper .feature.ft-6{
	  left: 94.94736842%;
	  top: 17.90393013%;
	}

	.intro-image-wrapper .feature.ft-7{
	  left: 79.15789474%;
	  top: 10.48034934%;
	}

	/*Text*/
	.intro-image-wrapper .feature.ft-5 h3{
	  right: 26px;
	  left: auto;
	}
	.intro-image-wrapper .feature.ft-6 h3{
	  right: 26px;
	  left: auto;
	}
	.intro-image-wrapper .feature.ft-7 h3{
	  right: 26px;
	  left: auto;
	}

	/*close*/
	.intro-image-wrapper .feature.ft-4 h3 .close{
	  left: 0px;
	  right: auto;
	}
	.intro-image-wrapper .feature.ft-5 h3 .close{
	  left: auto;
	  right: 0;
	}
	.intro-image-wrapper .feature.ft-6 h3 .close{
	  left: auto;
	  right: 0;
	}
	.intro-image-wrapper .feature.ft-7 h3 .close{
	  left: auto;
	  right: 0;
	}

	.trade-source .toggle, .design .toggle {
	  background: #666;
	  color: #fff;
	  padding: 10px;
	  height: 20px;
	  max-width: 109px;
	  margin: 0 auto;
	  padding-right: 30px;
	  position: relative;
	  line-height: 20px;
	  cursor: pointer;
	}
	.trade-source .toggle:after, .design .toggle:after {
	  content: "";
	  width: 30px;
	  height: 81%;
	  background-image: url('./assets/arrow-down.png');
	  background-repeat: no-repeat;
	  background-size: cover;
	  z-index: 100;
	  position: absolute;
	  right: 7px;
	  background-position: center center;
	  top: 4px;
	}
	.trade-source .open ~ .toggle:after, .design .open ~ .toggle:after {
	  -webkit-transform: rotate(180deg);
	     -moz-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	       -o-transform: rotate(180deg);
	          transform: rotate(180deg);
	}

/* TOOLS */
	section > .tools {
	  overflow: hidden;
	  background: #fff;
	  width: 100%;
	  height: 500px;
	  box-sizing:border-box;
	}
	section > .tools .left {
	  float: left;
	  width: 36%;
	  height: 100%;
	}
	section > .tools .left h2 span{
	  display: block;
	  padding-top: 15px;
	  padding-right: 34px;
	}
	section > .tools .left .trading-services  {
	  position: absolute;
	  bottom: 40px;
	  left: 33px;
	}
	section > .tools .right {
	  width: 64%;
	  float: left;
	  height: 96%;
	  margin-top: 4%;
	  background-image:url('./assets/main-hero.png');
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	.left-content {
	  padding-left: 33px;
	}
	.trading-services {
	  font-size: 12px;
	}
	.trading-services .schwab {
	  height: 74px;
	  width: 74px;
	  background: #000;
	  color: #fff;
	  padding: 10px;
	  margin: 0;
	  font-size: 12px;
	  box-sizing:border-box;
	  line-height: 16px;
	}

/* LEARN */
	section > .learn {
	  min-height: 370px;
	  background: #fff;
	  color: #000;
	  text-align: center;
	  display: table;
	  width: 100%;
	}
	section > .learn .learn-wrapper {
	  padding: 80px 6.3%;
	  margin: 0 auto;
	  line-height: 45px;
	  display: table-cell;
	  vertical-align: middle;
	}
	section > .learn .learn-wrapper img {
	  padding: 17px;
	  padding-bottom: 10px;
	  width: 25%;
	  display: block;
	  float: right;
	  margin-top: 15px;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
	section > .learn .learn-wrapper h2 span a{
	  color: #009ed8;
	  text-decoration: none;
	}
	section > .learn a, section > .learn span {
	  color: #000;
	  font-weight: bold;
	  font-size: 40px;
	  text-decoration: none;
	}
	section > .learn h2 {
	  padding: 0;
	}
	section > .learn .reduced-font-size {
	  font-size: 40px;
	}
	section > .learn .learn-wrapper {
	  color: #000;
	  background: transparent;
	  overflow: hidden;
	}

/* ENHANCE */
	#enhance {
		overflow: hidden;
		margin: 65px 0 0;
	}
	#enhance header {
		padding: 0 40px;
		background: #000;
		box-sizing:border-box;
		margin-top: 10px;
		color:#fff;
		cursor:pointer;
		position: relative;
		z-index: 10;
	}
	#enhance h1, #enhance h2 {
		font-family: "CharlesModernLight";
		padding: 0;
		margin: 0 0 15px 0;
		font-size: 44px;
		text-align: center;
	}
	#enhance h2 {
		font-size: 33px;
		margin-bottom: 40px;
	}
	#enhance h6 {
		font-size: 28px;
		line-height: 90px;
		margin: 0;
	}
	#enhance .tab-wrap {
		position:relative;
	}
	#tab4 .tab-wrap{
		position:relative;
	}
	.tab-wrap .tab-content {
		display: none;
	}
	#tab1.tab-wrap .tab-content {
		display: none;
	}
	#enhance .slide-content {
		min-height: 371px;
		background-color:#1d1d1d;
		padding: 20px 40px;
		display: none;
		overflow: hidden;
	}
	#enhance .slide-content.active {
		display: block;
	}
	#tab4 .slide-content.active {
		display: block;
	}

	/* Left Pane */
		#enhance .left-pane {
			float: left;
			width: 310px;
			height: 340px;
			padding: 0px 30px 0 0;
			box-sizing: border-box;
			position: relative;
		}
		/*#enhance #tab1 .left-pane {height:340px}*/
		#enhance .left-pane a {color:#fff;text-decoration:none;}
		#enhance h3, #enhance h4 {
			font-size: 23px;
			font-weight: 300;
			color: #fff;
			padding:0;
			margin-bottom: 20px;
		}
		#enhance h4 {
			width: 240px;
			font-size: 18px;
			line-height: 22px;
		}
		#enhance .left-pane p {
			font-size: 16px;
			line-height: 24px;
			color:#fff;
			padding:0 0 20px 0;
		}
		#enhance .controls {
			padding-top: 10px;
			position: absolute;
			bottom: 0;
			width: 100%;
		}
		#enhance .controls img {
			float:left;
		}
		#enhance .prev {
			float:left;
			cursor:pointer;
		}
		#enhance .prev .arrow {
			height: 24px;
			float: left;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		#enhance .next {
			float: right;
			cursor: pointer;
			margin-right: 40px;
		}
		#enhance .next .arrow {
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		#enhance .next img {
			height: 24px;
		}
		#enhance .controls p {
			font-size: 16px;
			line-height: 24px;
			color: #fff;
			padding: 0 0 0 10px;
			float: left;
		}
		#enhance .next p {
			padding: 0 10px 0 0;
		}

	/* Right Pane */
		#enhance .right-pane {margin-left:310px; padding-left:13%;}
		#enhance .right-pane img {max-width:100%; max-height:368px}
		#enhance #tab1 .right-pane img {width:auto; max-height:368px}

	/* Video panel */
		#enhance .video-content {
			background: #000;
			display:none;
		}
		#enhance video {
			max-height:507px;
		}
		#enhance .video-link {
			cursor:pointer;
			margin:0 20px 20px 0;
		}
		#enhance .video-link p {
			display:inline-block;
			font-size:16px;
			padding:0 10px 0 0;
		}
		#enhance .video-link img {margin:0;height:22px;vertical-align:middle;}
		#enhance .video-content .close {
			position: absolute;
			z-index:10;
			right: 20px;
			top: 23px;
			width: 50px;
			height: 50px;
			cursor: pointer;
			background-color: #fff;
			background-color: rgba(255,255,255,0.8);
		}
		#enhance .video-content .close:hover {
			background-color: rgba(255,255,255,0.9);
		}

		#enhance .video-content .close span {
			height: 25px;
			display: block;
			-webkit-transform: rotate(40deg);
			-moz-transform: rotate(40deg);
			-ms-transform: rotate(40deg);
			-o-transform: rotate(40deg);
			transform: rotate(40deg);
			background: #747474;
			width: 2px;
			position: absolute;
			top: 10px;
			right: 0;
			left:0;
			margin: 0 auto;
		}
		#enhance .video-content .close span:first-child {
			-webkit-transform: rotate(-40deg);
			-moz-transform: rotate(-40deg);
			-ms-transform: rotate(-40deg);
			-o-transform: rotate(-40deg);
			transform: rotate(-40deg);
		}

	/* pagination */
		#enhance .pagination {
			position: absolute;
			height: 11px;
			bottom: 30px;
			left: 120px;
			display:block;
			opacity:1;
			z-index: 9;
			transition: opacity .1s ease-in-out;
			-moz-transition: opacity .1s ease-in-out;
			-webkit-transition: opacity .1s ease-in-out;
		}
		#enhance .pagination div {
			cursor: pointer;
			width: 11px;
			height: 11px;
			margin: 0 1px;
			background-color: #999;
			display: inline-block;
			zoom: 1;
			*display: inline;
			vertical-align: top;
		}
		#enhance .pagination div.active-page {background-color: #fff}

/* DESIGN */
	section > .design {
	  background-color: transparent;
	  background-image: linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, .09) 25%, rgba(0, 0, 0, .09) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .09) 75%, rgba(0, 0, 0, .09) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, .09) 25%, rgba(0, 0, 0, .09) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .09) 75%, rgba(0, 0, 0, .09) 76%, transparent 77%, transparent);
	  height:100%;
	  background-size:20px 20px;
	}
	section > .design .title-section{
	  text-align: center;
	  min-height: 222px;
	  line-height: 28px;
	}
	section > .design .design-wrapper {
	  height: 1120px;
	  overflow: hidden;
	}
	section > .design .float-section {
	  height: 590px;
	  width: 100%;
	  margin-top: 80px;
	  overflow: hidden;
	}
	section > .design .float-section .left {
	  float: left;
	  width: 60%;
	  height: 100%;
	  background-image:url('./assets/sketch.png');
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	section > .design .float-section .right {
	  float: left;
	  width: 40%;
	  height: 100%;
	  background-image:url('./assets/sketch-2.png');
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	section > .design .thirds-section {
	  position: relative;
	}
	section > .design .thirds-section:after {
	  content:"";
	  background: rgba(255,255,255, 0.8);
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  left: 0;
	}
	section > .design .open .thirds-section:after {
	  display: none;
	}
	section > .design .thirds-section section{
	  height: auto;
	  width: 100%;
	  display: table;
	  overflow: hidden;
	  background: #f0f0f0;
	}
	section > .design .thirds-section .third{
	  height: 250px;
	  width: 33%;
	  display: table-cell;
	  padding: 5px;
	  box-sizing:border-box;
	  background: #fff;
	  position: relative;
	  background-image:url('./assets/share-profile.jpg');
	  background-repeat: no-repeat;
	  background-size: contain;
	}
	section > .design .mobile {
	  display: none;
	}
	section > .design .thirds-section .two-third{
	  width: 66%;
	  vertical-align: top;
	  background-image:url('./assets/graph.jpg');
	  background-repeat: no-repeat;
	  background-size: contain;
	}

	section > .design .thirds-section .third-wrapper {
	  height: 100%;
	  width: 100%;
	  position: relative;
	  border: 1px solid #e7e8e9;
	}
	section > .design .photo-section {
	  height: 446px;
	  overflow: hidden;
	}
	section > .design .photo-section .photo{
	  width: 50%;
	  float: left;
	  background: #ccc;
	  height: 446px;
	}
	section > .design .photo-section .photo-1 {
	  background-image:url('./assets/discussion.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	section > .design .photo-section .photo-2 {
	  background-image:url('./assets/design-photo-2.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	.design .toggle {
	  margin: 0 auto 40px;
	  text-align: center;
	}

/* TESTIMONIALS */
	.testimonials {
	  background-image:url('./assets/testimonials.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
	  height: 600px;
	}
	.testimonial-wrapper {
	  color: #edda1c;
	  position: absolute;
	  right: 40px;
	  top: 40px;
	  bottom: 40px;
	  width: 50%;
	}
	.testimonial {
	  color: #edda1c;
	  position: absolute;
	  width: 200px;
	}
	.testimonial-1 {
	  width: 200px;
	  top: 30px;
	  left: 0;
	}
	.testimonial-2 {
	  width: 200px;
	  top: 140px;
	  right: 0;
	}
	.testimonial-3 {
	  width: 400px;
	  bottom: 20px;
	  left: 0;
	}
	.testimonial h3 {
	  color: #edda1c;
	  line-height: 32px;
	}
	.testimonial h4 {
	  font-style: italic;
	}
	.testimonial-discalimer {
	  font-size: 14px;
	  color: #fff;
	  position: absolute;
	  bottom: -31px;
	  right: -16px;
	  max-width: 500px;
	  font-style: italic;
	}

/* FOOTER */
	section > .footer {
	  height: auto;
	  background: #ECECEC;
	  color: #ccc;
	  box-sizing:border-box;
	  padding: 70px;
	}
	section > .footer p {
	  color: #000;
	  font-size: 11px;
	  line-height: 13px;
	  padding: 10px 5%;
	}
	.footer a {
	 color: #009ed8;
	}
	.social {
	  float: right;
	  padding-right: 5%;
	  width: 223px;
	}
	.social div {
	  background-image:url('./assets/social-icons.png');
	  background-repeat: no-repeat;
	  background-size:cover;
	  width: 25px;
	  height: 25px;
	  float: left;
	  margin: 0 2px;
	}
	.social div a {
	  display: block;
	  width: 100%;
	  height: 100%;
	  cursor: pointer;
	}
	.social .connect {
	  width: auto;
	  float: left;
	  background: transparent;
	  margin-right: 10px;
	  padding-top: 6px;
	  color: #8E8E8E;
	  font-size: 15px;
	}
	.facebook {
	  background-position: 0 0;
	}
	.twitter {
	  background-position: -32px 0;
	}
	.youtube {
	  background-position: -66px 0;
	}
	.linkedin {
	  background-position: -100px 0;
	}
	.google {
	  background-position: -132px 0;
	}
	.ftLnks {
	  padding: 11px 12%;
	}
	.ftLnks ul {
	  overflow: hidden;
	  list-style: none outside none;
	  margin: 0;
	  padding: 0;
	  font-size: 11px;
	}
	.ftLnks li {
	  float: left;
	  padding-right: 3px;
	}
	.ftLnks li a {
	  color: #8E8E8E;
	  text-decoration: none;
	  font-size: 10px;
	}

@media screen and (max-width: 999px) {
  body > header {padding: 0 20px}
  header .try {right: 20px}
  section > .tools {padding-left: 20px}
  .trading-services .schwab {margin-left: 20px}
  section > section .left h2.reduced {white-space: nowrap}
  .tools .left h2 {padding: 45px 0 0 0}
  .tools .left h2.reduced {padding: 20px 0 0 0}
  section > .tools .left .trading-services {left: 0px}
  .left-content {padding-left: 0}
}

@media screen and (max-width: 900px) {
	#enhance header {padding:0 20px}
	#enhance h6 {font-size:26px}
	#enhance h6, .chev-down {line-height:80px;}
	#enhance .slide-content {padding:20px}
	#enhance .left-pane {padding:0 20px 0 0; width:270px;}
	#enhance h3 {font-size:22px;margin-bottom:25px;}
	#enhance .left-pane p {font-size:14px;line-height:22px;}
	#enhance .controls p {font-size:14px;}
	#enhance .right-pane {margin-left:300px;}
	#enhance .pagination {left:90px;}
}

@media screen and (max-width: 840px) {
	#enhance .right-pane {margin-left:280px;}
  .testimonial h3 {
    font-size: 21px;
    line-height: 25px;
    position: relative;
    width: 100%;
  }
  .testimonial {
    position: relative;
    top: auto;
    left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
	#enhance h1, #enhance h2 {font-size:33px}
	#enhance h2 {font-size:20px; margin-bottom:20px;}
	#enhance .left-pane {
		width:100%;
		height: auto;
		float:none;
		padding:0 0 20px 0;
	}
	#enhance .right-pane {padding-left:0;}
	#enhance .right-pane {margin:30px 0 0 0; text-align:center}
	#enhance .right-pane img {width:auto}
	#enhance h4 {width:100%;}
	#enhance .pagination {display:none}
	#enhance .video-link {margin:0 0 20px}
	#enhance .pagination {display:none;}

}

@media screen and (max-width: 700px) {
  /* Globals */
	  header .try {
	    right: 0px;
	  }
	  section > section {
	    min-height: 300px;
	  }
	  .section-wrapper {
	    padding: 0 30px;
	  }
	  section > section h2 {
	    font-size: 33px;
	    padding: 50px 0 0 0;
	  }
	  section > section h2.bold {
	    padding-top: 10px !important;
	  }
	  section > section h3 {
	    font-size: 20px;
	    padding: 10px 0;
	  }
	  section > section p {
	    font-size: 16px;
	    padding: 11px 0;
	    line-height: 20px;
	  }

  /* TOOLS */
	  section > .tools {
	    height: 310px;
	    min-height: 310px;
	    padding: 0 0 0 30px;
	  }
	  section > .tools .left {
	    width: 100%;
	    height: 40%;
	  }
	  section > .tools .right {
	    width: 100%;
	    height: 60%;
	    margin-top: 0;
	  }

	  section > .tools .left h2 {
	    padding: 0;
	  }

  /* Trade Source */
	  .trade-source-wrapper {
	    height: 371px;
	  }
	  .trade-source-wrapper .intro-image-wrapper {
	    background-image: none;
	    height: auto;
	  }
	  .trade-source-wrapper .intro-image-wrapper img {
	    display: none;
	  }
	  .intro-image-wrapper {
	    background-image: none;
	  }
	  .intro-image-wrapper .feature .ft-image {
	    display: none;
	  }
	  .intro-image-wrapper .feature {
	    position: relative;
	    left: auto !important;
	    right: auto !important;
	    border-bottom: 1px solid #000;
	    width: 100%;
	    background: transparent;
	    border-radius: 0;
	    height: 210px;
	    overflow: hidden;
	    opacity: 0;
	    display: table !important;
	    table-layout: fixed;
	  }
	  .open .intro-image-wrapper .feature {
	    opacity: 1;
	  }
	  .intro-image-wrapper .feature span.close {
	    display: none;
	  }
	  .intro-image-wrapper .feature p {
	    display: none;
	  }
	   .intro-image-wrapper .feature h3 {
	    background: transparent;
	    color: #000;
	    padding: 0;
	    position: relative;
	    left: auto;
	    right: auto !important;
	    width: auto;
	    display: table-cell;
	    vertical-align: middle;
	    top: 0;
	    text-align: left;
	    padding-left: 20px;
	    font-size: 16px;
	    line-height: 20px;
	    min-width: 10px;
	    visibility: visible;
	    opacity: 1;
	  }
	  .intro-image-wrapper .feature.ft-7 {
	    border-bottom: none;
	  }
	  .intro-image-wrapper .feature .ft-image {
	    width: 168px;
	    height: 155px;
	    min-width: 120px;
	    display: table-cell !important;
	    vertical-align: middle;
	    background: transparent;
	  }
	  .intro-image-wrapper .feature.ft-1 .ft-image {
	    background-image:url('./assets/feature-1.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-2 .ft-image {
	    background-image:url('./assets/feature-symbole.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-3 .ft-image {
	    background-image:url('./assets/feature-portfolio.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-4 .ft-image {
	    background-image:url('./assets/feature-details.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-5 .ft-image {
	    background-image:url('./assets/feature-stay-connected.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-6 .ft-image {
	    background-image:url('./assets/feature-orders.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .intro-image-wrapper .feature.ft-7 .ft-image {
	    background-image:url('./assets/feature-place-stock.jpg');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size:contain;
	  }
	  .extra-padding br {
	    display: none;
	  }

  /* DESIGN */
	  section > .design .float-section {
	    height: 270px;
	    margin-top: 32px;
	  }
	  section > .design .design-wrapper {
	    height: 720px;
	    overflow: hidden;
	  }
	  section > .design .photo-section {
	    display: none;
	  }
	  .design .toggle {
	    display: none;
	  }
	  section > .design .thirds-section .third {
	    height: 130px;
	    border: 1px solid #e7e8e9;
	    margin-top: 30px;
	  }
	  section > .design .thirds-section:after {
	    display: none;
	  }
	  section > .design .thirds-section .third-wrapper {
	    border: none;
	  }
	  section > .design .thirds-section section {
	    margin-top: 10px;
	  }
	  section > .design .mobile {
	    display: block;
	  }
	  section > .design .desktop {
	    display: none;
	  }

  /* Testimonial */
	  .testimonial-wrapper {
	    padding: 0;
	    right: 15px;
	    bottom: 0;
	    width: 51%;
	    left: auto;
	    top: 20px;
	  }
	  .testimonial {
	    width: 100%;
	    right: 0;
	    left: auto;
	    bottom: 0;
	  }
	  .testimonial-discalimer {
	    font-size: 14px;
	    color: #fff;
	    position: absolute;
	    bottom: 20px;
	    right:20px;
	    max-width: 400px;
	    font-style: italic;
	  }

  #enhance {margin:40px 0 0;}

  /* LEARN */
	  section > .learn {
	    min-height: 250px;
	  }
	  section > .learn .learn-wrapper {
	    padding: 10%;
	  }
	  section > .learn a, section > .learn h2 {
	    font-size: 25px;
	    line-height: 33px;
	  }
	  section > .learn .learn-wrapper img {
	    width: 40%;
	  }
	  section > .learn a, section > .learn .reduced-font-size {
	    font-size: 23px;
	  }
	  .desktop-phone {
	    display: none;
	  }

	  .mobile-phone {
	    display: inline;
	  }

  /* FOOTER */
	  section > .footer {
	    padding: 20px 6px;
	    padding-bottom: 47px;
	  }
	  .ftLnks {
	    padding: 11px 0;
	  }
}
@media screen and (max-width: 580px) {.trading-services .schwab {margin-left:0px}}
@media screen and (max-width: 400px) {
  section > .design .thirds-section .third:first-child {display: none}
  #enhance h1, #enhance h2 {font-size:29px}
  #enhance h2 {font-size:20px}
  #enhance h6 {font-size:24px}
}
@media screen and (max-width: 400px) {
  section > .tools {
    height: 410px;
    min-height: 340px;
    padding: 0 0 0 20px;
  }
  .trade-source-wrapper h2 br {
    display: block;
  }
  section > section h2 {
    font-size: 29px;
  }
  .section-wrapper {
    padding: 0 20px;
  }
  section > .learn .learn-wrapper {
    padding: 10% 28px;
  }
  section > .footer {
    height: auto;
  }
  .intro-image-wrapper .feature .ft-image {
    width: 120px;
    min-width: 120px;
  }
  .testimonial-wrapper {
    width: 70%;
  }
  .testimonials {
    background-position: -369px;
  }
  .trading-services .schwab {
    height: 50px;
    width: 50px;
    background: #000;
    color: #fff;
    padding: 4px;
    margin: 0;
    font-size: 10px;
    box-sizing: border-box;
    line-height: 13px;
  }
  body > header {
    height: 50px;
    padding: 0;
  }
  header .logo {
    height: 50px;
    width: 50px;
  }
  header .try {
    right: 0px;
    font-size: 13px;
    padding: 9px 7px;
    height: 33px;
    bottom: 0px;
    top: 9px;
  }
  body > header .header-inner {
    height: 50px;
  }
  .page-wrapper {
    padding-top: 70px;
  }
}

@media screen and (max-width: 380px) {
  section > .tools .right {
    margin-top: 0%;
  }
  .left-content {
    padding-top: 14px;
  }
}

@media screen and (max-width: 345px) {
  section > .tools .right {
    margin-top: 6%;
  }
  .left-content {
    padding-top: 0px;
  }
}
sup{vertical-align: super;
font-size: 9px;}
