@charset "utf-8";
/* CSS Document */

.same-page-feature {
	display:none;
	margin:0 auto;
	max-width:700px;
}

#feature2-container {
	max-width:700px;
	margin:0 auto;
}

#feature2-container h1 {
	font-size:26px !important;
}

.feature2 {
	clear:both;
	font-size:14px;
	line-height:16px;
	margin:0 0 40px 0;
	display:block;
}

.feature2 h2 {
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
}

.feature2-icon {
	float:left;
	margin-right:20px;
}

.feature2-icon img {
	width:80px;
	height:80px;
}

.feature2-copy {
	float:left;
	width:calc(100% - 120px);

}
.feature2-copy p {
	margin-bottom:10px !important;
	line-height:16px !important;
	display:block;
}

.features-new {
	margin-top:100px;
	text-align:center;
}

.features-new.support .feature-new {
	font-size:13px;
	width:140px;
}

.features-new.support a img{
	width:90px;
}

.feature-new {
	display: inline-block;
	padding:0 ;
	text-align:center;
	width:160px;
}

.feature-new img {
	padding:0 0 10px 0;
}

.feature-new {
	color:#666;
	font-size:90%;
}

.feature-new a:hover {
	color:#ccc;
}

#feature-new-popup {
    position:absolute;
	margin:0 auto;
	background: #ccc;
	width:300px;
	height:178px;
	margin-top:-138px;
	background: url('../img/features-rollover.png') no-repeat top left;
	font-size:70%;
}

#feature-new-popup.subfeature {
	margin:0 auto;
	margin-top:-200px;

}

#feature-new-popup2 {
    padding:20px;
}

#feature-new-popup2 h2 {
    margin-bottom:10px;
	color:#f02a58;
	font-size:1.2em;
}

* {
	margin:0;
	padding:0;
}

.slicknav_menu {
	display:none;
}

body {
	background:#58595b;
	margin:0;
	padding:0;
	font-family: "acumin-pro", helvetica, arial, sans-serif;
	font-weight:100;
	color:#939598;
}

h1 {
	font-weight:100;
	font-size:2em;
	margin:0 0 40px 0;
	line-height:100%;
	color:#f04f23;
}

h2 {
	font-weight:100;
	font-size:1.5em;
	margin:0 0 40px 0;
	line-height:120%;
	color:#f04f23;
}

#content {
	background:#fff;
}

#content h1:first-of-type {

}

.inner.greybg {
	background:#f5f6f8 !important;
	padding:20px !important;
	margin-bottom:20px !important;
}

.inner.greybg p{
	margin: 0px !important;
	font-size:0.9em;
}

.whitebg {
	background:#fff !important;
}

#footer-nav {
	margin-bottom:20px;
}

#footer .textbox {
	max-width:350px !important;
}

.case-study-left .inner,
.case-study-right .inner {
	width:calc(100% - 40px) !important;
	padding:20px !important;
}

img.signup {
	margin:0 10px 10px 0;
	float:left;
}

#footer p.signup {
	line-height:250%;
}

.clear-mobile {
	display:none;
}

#content .bx-wrapper ul.bxslider,
.bx-wrapper  {
	margin:0 !important;
	padding:0 !important;
	-moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}


a {
	text-decoration:none;
	cursor:pointer;
}

#top-nav ul li.active a,
#footer-nav ul li.active a {
	color:#f04f23;
}

#footer a.white {
	color:#fff;
}

#top-nav ul li.active a:hover,
#footer-nav ul li.active a:hover {
	color:#d1d3d4;
}

.orange {
	color:#f04f23;
}

.dark-grey {
	color:#414042;
}

.white {
	color:#fff;
}

.bold {
	font-weight:300;
}

.small {
	font-size:0.7em;
}

.black {
	color:#000;
}
.center {
	text-align:center;
}

#header {
	width:100%;
	background:#58595b;
	float:left;
}

	.inner {
		padding: 20px;
		margin:0 auto;
	}

	#header #logo {
		margin:30px auto 20px auto;
		height:auto;
		text-align:center;
	}

	#top-nav ul {
		color:#d1d3d4;
		font-size:1em;
		font-weight:light;
		text-align:center;
		margin:0;
		padding:0;
		list-style-type:none;
	}

		#top-nav ul li {
			display:inline-block;

		}

		#top-nav ul > li:first-child {
			margin-left:0;
		}

		#top-nav li + li::before {
 		   content: " / ";
		   margin-left:15px;
		   margin-right:15px;
		}

			#top-nav ul li a {
				color:#d1d3d4;
			}

			#top-nav ul li a:hover {
				color:#f26522;
			}


#network {
	width:100%;
	height:194px;
	background:#fff url(../img/network.jpg) no-repeat top center;
	float:left;
}

#content {
	float:left;
	margin:0 auto;
	width:100%;
	font-weight:100;
	font-size:1.2em;
}

#content #home {
	font-size:1.2em;
}

	#content .inner {
		padding-top:0;
	}

	#content p,
	#content ul,
	#content ol {
		margin:0 0 40px 0;
		line-height:130%;
	}

	#content ul,
	#content ol {
		margin-left:20px;
	}

	ol {
		  list-style-type: none;
	}

	#content ol li {
		counter-increment: step-counter;
		margin:0 0 20px 0;
		clear:both;
	}

	ol li::before {
		content: counter(step-counter);
		margin: 0 10px 10px 0;
		font-size: 60%;
		background-color: #f04f23;
		color: #fff;
		padding:0px 5px 15px 5px;
		width:15px;
		height:10px;
		border-radius: 15px;
		display:inline-block;
		text-align:center;
		float:left;
		clear:left;
	}

	.quote {
		width:100%;
		padding:30px 0;
		background:#f1f2f2;
		color:#f04f23;
		font-size:1.7em;
	}

.left {
	float:left;
}

.right {
	float:right;
	background:#f3f3f3;
}

	.right .inner {
		width:100%;
	}

.one-col {
	float:left;
	clear:both;
	width:100%;
}

	.pricing-form {
		margin:20px 0 0 0;
		width:100%;
		font-size:0.8em;
	}

		.pricing-form .submit {
			background:#f04f23;
			color:#fff;
			padding:10px 25px;
			float:right;
			border:0;
			margin:0;
			text-transform:uppercase;
			cursor:pointer;
		}

		img.pricing-mobile {
			display:none;
		}

		#content .pricing-form p {
			line-height:200%;
			margin-bottom:10px;
		}

	.textbox {
		width:100%;
		height:30px;
	}

	textarea {
		width:100%;
		height:100px;
	}


#feature-outer {
	margin:0 auto 20px auto;
}

	#feature-inner {
		margin:0 auto;

	}

	.feature {
		font-size:.7em;
		margin: 5px 0px 20px 0px;
		text-align:center;
		width:116px;
		display:inline-block;
		vertical-align:top;
	}

	.feature-info {
		font-size:1.8em;
		color:#000;
		position:fixed;
		float:left;
		background:#fff;
		border:5px solid #f26522;
		border-radius:5px;
		display:block;
		-webkit-box-shadow: 0px 0px 30px 5px rgba(000, 000, 000, 0.5);
		-moz-box-shadow: 0px 0px 30px 5px rgba(000, 000, 000, 0.5);
		box-shadow: 0px 0px 30px 5px rgba(000, 000, 000, 0.5);
		height:auto;
	}

		.feature-info-content {
			padding:20px;
			height:100%;
		}

		.feature img.icon {
			width:80px;
			height:auto;
			margin:0 0 10px 0;

		}

		.feature a {
			color:#f26522;
		}

		.feature-separator {
			border: 1px solid #f26522;
			border-top:0;
			border-left:0;
			border-right:0;
			height:1px;
			width:100%;
			margin:10px 0 30px 0;
			clear:both;
		}

		#feature-inner {
			text-align:center;
		}

		#feature-inner h1 {
			font-size:1em;
			margin-top:20px;
		}

		#feature-inner p {
			font-size:0.8em;
		}

		.feature-info-content {
			position:relative;
			height:100%;
		}

		a.close-feature-info {
			position:absolute;
			top:20px;
			right:20px;
		}

	.case-study-left {
		float:left;
	}

	.case-study-right {
		float:right;
	}

	.case-study-quote {
		font-weight:600;
	}

	.case-study-separator {
			border: 1px solid #939598;
			border-top:0;
			border-left:0;
			border-right:0;
			height:1px;
			width:100%;
			margin:10px 0 30px 0;
			clear:both;
		}

#footer {
	width:100%;
	background:#58595b;
	float:left;
	color:#d1d3d4;
}

	#footer p {
		margin:0 0 20px 0;
	}

	#footer-nav ul {
		list-style-type:none;
		margin:0;
	}

		#footer a,
		#footer-nav ul li a {
			color:#f26522;
		}

		#footer a:hover,
		#footer-nav ul li a:hover {
			color:#d1d3d4;
		}


.cf {
	height:0;
	clear:both;
}

.ht {
	display:none;
}

@media ( min-width : 1600px) {
	.inner {
		width:1450px;
	}

	.left {
		float:left;
		width:590px;
		margin-right: 40px;
	}

	.right {
		float:right;
		width:750px;
		background:#f3f3f3;
	}

	.right .inner {
		width:100%;
		max-width:710px;
	}

	.one-col {
		margin-top:40px;
	}

	.pricing {
		background: url(../img/pricing.jpg) no-repeat bottom center;
		height:530px;
		background-size:initial;

	}

	.feature {
		font-size:0.6em;
		margin: 5px 0px 20px 0px;
		text-align:center;
		width:116px;
		display:inline-block;
	}

	.feature-info {
		width:800px;
		min-height:600px;
		top: 50%;
	    left: 50%;
		margin-top:-300px;
		margin-left:-400px;
		padding:30px;
	}


		.feature img.icon {
			width:80px;

		}

	.case-study-left {
		width: 700px;
		float:left;
	}

	.case-study-right {
		width: 700px;
		margin-left:40px;
		float:right;
	}

	.footer-left {
		float:left;
		width:700px;
	}

		.footer-left2 {
			width:500px;
			float:right;
		}

	.footer-right {
		float:right;
		width:700px;
		margin-left:40px;
	}

		.footer-right2 {
			width:500px;
			float:left;
		}

	#footer .textbox {
		width:300px;
	}


}

@media ( min-width : 1160px) and ( max-width : 1599px) {

	.inner {
		width:1100px;
	}

	.left {
		float:left;
		width:550px;
		margin-right: 40px;
	}

	.right {
		float:right;
		width:450px;
		background:#f3f3f3;
	}

	.right .inner {
		width:100%;
		max-width:710px;
	}

	.one-col {
		margin-top:40px;
	}

	.pricing {
		background: url(../img/pricing.jpg) no-repeat bottom center;
		height:530px;
	}

		.pricing-form {
			width:410px;
		}

	.feature {
		margin: 5px 0px 20px 0px;
		text-align:center;
		width:116px;
		display:inline-block;
	}

	.feature-info {
		width:800px;
		min-height:600px;
		top: 50%;
	    left: 50%;
		margin-top:-300px;
		margin-left:-400px;
	}


		.feature img.icon {
			width:80px;

		}

	.case-study-left {
		width: 530px;
		float:left;
	}

	.case-study-right {
		width: 530px;
		margin-left:40px;
		float:right;
	}

	.footer-left {
		float:left;
		width:500px;
	}

		.footer-left2 {
			width:380px;
			float:right;
		}

	.footer-right {
		float:right;
		width:500px;
		margin-left:40px;
	}

		.footer-right2 {
			width:380px;
			float:left;
		}

	#footer .textbox {
		width:200px;
	}

}

@media  ( max-width : 1159px) {
	.inner {
		width:auto !important;
	}

	.left {
		float:left;
		width:calc(100% - 500px) !important;
		max-width:auto !important;
		margin-right: 40px;
	}

	.right {
		float:right;
		width:400px;
		background:#f3f3f3;
	}

	.right .inner {
		width:100%;

	}

	.one-col {
		margin-top:40px;
	}

	.pricing {
		height:530px;
		background: url(../img/pricing.jpg) no-repeat bottom center;
	}

	.feature {
		margin: 5px 0px 20px 0px;
		text-align:center;
		width:116px;
		display:inline-block;
	}

	.feature-info {
		width:800px;
		min-height:600px;
		top: 50%;
	    left: 50%;
		margin-top:-300px;
		margin-left:-400px;
	}


		.feature img.icon {
			width:80px;

		}

	.case-study-left {
		width: 100%;
		float:left;
	}

	.case-study-right {
		width: 100%;
		margin-left:0px;
		float:left;
	}

	.clear-mobile {
		clear:both;
		height:0;
	}



}

@media ( min-width : 1px) and ( max-width : 839px) {


#mobile-nav {
	margin:0;
}

.slicknav_menu {
	display:block;
}

#top-nav  {
	display:none;
}

.feature-info {
		width:calc(100% - 40px);
		min-height:auto !important;
		height: auto;
		margin:10px;
		top:0;
		left:0;
	}


.left {
		float:left;
		width:100% !important;
		margin-right: 0px;
	}

	.right {
		float:left;
		width:100%;
		background:#f3f3f3;
	}

	.pricing {
		background:none;
		height:auto;
	}

	img.pricing-mobile {
		display:block;
		width:100%;
	}

	br.nobreak {
		display:none;
	}

	.clear-mobile {
		clear:both;
		height:1px;
		width:100%;
		display:block;
	}


}
