.stock-integration h1,
.stock-integration h2{
	display: block;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.stock-integration h3{
	line-height:20px;
}
.stock-integration h4{
	margin-top: 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.stock-integration .row:after {
  content: "";
  display: table;
  clear: both;
}
.stock-integration .column{
	width: 100%;
}
.orange {
	color:#f75f01;
	font-weight:bold;
}
.why-to-join{
	width: 100%;
}
.why-to-join:after {
  content: "";
  display: table;
  clear: both;
}
.why-to-join li{
	position: relative;
	padding-left: 105px;
}
.why-to-join li:after {
  content: "";
  display: table;
  clear: both;
}
.why-to-join li+li{
	margin-top: 30px;
}
.why-to-join img{
	float:left;
	margin-left: -105px;
}
.why-to-join p,
.what-you-get li{
	font-size: 16px;
	line-height: 21px;
	margin-top: 7px;
}
.what-you-get{
	padding: 30px 85px 30px;
}
.row.bottom{
	background:#DDE5E8;
	border:1px solid #D5D5D5;
}
.row.bottom-line{
	background:#f75f01;
}
.what-you-get ul{
	margin-top: 30px;
}
.what-you-get li{
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 55px;
}
.what-you-get li:after {
  content: "";
  display: table;
  clear: both;
}
.what-you-get li:before{
	content: "";
	background-image: url("../images/salespage-bullet.png");
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: -5px;
	margin-left: -55px;
}
.what-you-get li:before img{
	width: 100%;
	height: 100%;
}
.contact-us{
	background: #fff;
	border:1px solid #D5D5D5;
	padding: 30px 200px 62px;
}
.row.bottom h2{
	margin-top: 0;
}
.contact-us label{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #000;
}
.contact-us input{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.contact-us .primary-button{
	width: 100% !important;
	font-size: 16px;
	margin-top: 20px;
}
.contact-us:after {
  content: "";
  display: table;
  clear: both;
}
.stock-integration .laptop-img{
	width:100%;
	position:relative;
	display:inline-block;
	max-width:470px;
	margin:0 auto;
}
.mobile-img{
	display:none;
}
.stock-integration .arrow-img{
	position:relative;
	top:-50px;
	margin-left:-90px;
	margin-right:-100px;
	max-width:280px;
	z-index:2;
}
.stock-integration .arrow-vert-img{
	display:none;
}
/*START RESPONSIVE STYLES FOR SALES PAGE*/

	/* START TABLETS*/
	@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

		.stock-integration .row.bottom{
			margin-top: 30px;
		}
		.stock-integration .row.bottom .column{
			width: 100%;
		}
		.contact-us{
			border:1px solid #D5D5D5;
			padding: 30px 100px 62px;
		}
		.stock-integration .laptop-img{
			width:44%;
			position:relative;
			display:inline-block;
			max-width:470px;
			margin:0 auto;
		}
		.stock-integration .arrow-img{
			width:28%;
			position:relative;
			top:-50px;
			margin-left:-11%;
			margin-right:-11%;
			max-width:280px;
			z-index:2;
		}
		.stock-integration .arrow-vert-img{
			display:none;
		}
		.stock-integration .column{
			width: 100%;
			text-align:left;
		}
		.stock-integration ul{
			margin:0;
			margin-bottom:60px;
		}
	}
	/*END TABLETS*/


	/*START PHONES*/
	@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
		.main-content div,
		.main-content h1,
		.main-content h2,
		.main-content h3{
			margin:0 auto !important;
			text-align:center !important;
			display: block;
			margin-top: 10px !important;
			margin-bottom: 10px !important;
		}
		.main-content ul{
			margin:0 auto !important;
			text-align:left !important;
			margin-bottom:60px !important;
		}
		.main-content h4{
			text-align:left !important;
			margin-left:10px;
			margin-right:10px;
		}
		.stock-integration .column{
			width: 100%;
		}
		.why-to-join li{
			padding-left: 0;
			text-align: center;
		}
		.why-to-join li h2{
			text-align: center;
			margin-top: 15px;
		}
		.why-to-join li img{
			float: none;
			margin-left: 0;
			margin-top: 30px;
			width: 40px;
  			height: auto;
		}
		.why-to-join li+li{
			margin-top: 0;
		}
		.what-you-get,
		.contact-us{
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
		}
		.mobile-img {
			width:100%;
			margin:0 auto;
			max-width:300px;
		}
		.stock-integration .laptop-img{
			width:100%;
			position:relative;
			display:inline-block;
			max-width:470px;
			margin:0 auto;
		}
		.stock-integration .arrow-img{
			display:none;
		}
		.stock-integration .arrow-vert-img{
			position:relative;
			display:inline-block;
			z-index:2;
			margin:0 auto;
			text-align:center;
			width:100%;
			max-width:55%;
			margin-top:-20%;
			margin-bottom:-20%;
		}
	}
	/*END PHONES*/

/*END RESPONSIVE STYLES FOR SALES PAGE*/


