.mascus-tools h1,
.mascus-tools h2{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: 30px;
}
.mascus-tools .column.left h2{
	margin-top:60px;
	font-size:24px;
	line-height:38px;
	color:#f75f01;
}
.mascus-tools h3 {
	line-height:30px;
}
.mascus-tools .row:after {
  content: "";
  display: table;
  clear: both;
}
.mascus-tools h2{
	text-align: left;
}
.mascus-tools .column{
	width: 50%;
}
.why-to-join{
	width: 100%;
}
.why-to-join:after {
  content: "";
  display: table;
  clear: both;
}
.why-to-join li{
	margin-top:30px;
	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{
	margin-top:30px;
	background:#DDE5E8;
	border:1px solid #D5D5D5;
}
.what-you-get ul{
	margin-top: 35px;
}
.what-you-get li{
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 55px;
}
.what-you-get li:after {
  content: "";
  display: table;
  clear: both;
  margin-top:20px;
}
.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-left:1px solid #D5D5D5;
	padding: 30px 85px 84px;
	
}
.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;
}
.mascus-tools .laptop-img{
	max-width:400px;
}
.mascus-tools-icons {
	margin-top:-20px;
}
/*START RESPONSIVE STYLES FOR SALES PAGE*/

	/* START TABLETS*/
	@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

		.mascus-tools .row.bottom{
			margin-top: 0px;
		}
		.mascus-tools .row.bottom .column{
			width: 100%;
		}
		.mascus-tools .column{
			width:100%;
		}
		.contact-us{
			border-left: 0;
		}
		.mascus-tools .laptop-img{
			width: 100%;
			max-width:400px;
			height: auto;
			margin:0 auto;
			margin-bottom:10px;
			text-align:center;
			display:block;
		}
	}
	/*END TABLETS*/


	/*START PHONES*/
	@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
		.mascus-tools .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;
		}
		.mascus-tools .laptop-img{
			display: block;
		}
		.mascus-tools-icons {
			margin-top:0px;
			width:75px !important;
		}
	
	}
	/*END PHONES*/

/*END RESPONSIVE STYLES FOR SALES PAGE*/


