/*
 * Businesses Section
 *
 */



#business-home #featured-section {
	min-height: 650px;
	background-color: #e5e4df;
	background-image: url("../img/business/bg-featured@2x.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
#business-home #featured-section #featured-container {

}
#business-home #featured-section h1 {
	font-size: 45px;
	line-height: 1.1;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #333537;
	position: relative;
	top: 20px;
}


#business-home #featured-section #business-benefits-wrap {
	padding: 40px 0 0 0;
	margin: 0;
	position: relative;
	top: 25px;
}

#business-home #featured-section #business-benefits-wrap .benefit h5 {
	font-size: 21px;
	padding-bottom: 15px;
}
#business-home #featured-section #business-benefits-wrap .benefit p {
	font-size: 16px;
	line-height: 1.4em;
	opacity: 0.9;
	width: 80%;
	margin: 0 auto;
}

#business-home #featured-section #business-benefits-wrap .benefit .icon {
	display: block;
	width: 64px;
  height: 64px;
  margin: 0 auto 15px auto;
	background-position: center center;
	background-repeat: no-repeat;
  background-size: contain;
}
#business-home #featured-section #business-benefits-wrap .slick-dots {
	background-position: center center;
	background-repeat: no-repeat;
  background-size: contain;
}


#business-home #featured-section #business-benefits-wrap .benefit.guarantee .icon {
	background-image: url(../img/icons/guarantee-colored.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .benefit.guarantee {
	background-image: url(../img/icons/guarantee-colored.png);
}

#business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide00 {
	background-image: url(../img/icons/guarantee-round-dark.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide00 {
	background-image: url(../img/icons/guarantee-round-dark.png);
}




#business-home #featured-section #business-benefits-wrap .benefit.locations .icon {
	background-image: url(../img/icons/map-locations-colored.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .benefit.locations {
	background-image: url(../img/icons/map-locations-colored.png);
}

#business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide01 {
	background-image: url(../img/icons/map-locations-round-dark.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide01 {
	background-image: url(../img/icons/map-locations-round-dark.png);
}





#business-home #featured-section #business-benefits-wrap .benefit.time .icon {
	background-image: url(../img/icons/save-time-colored.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .benefit.time {
	background-image: url(../img/icons/save-time-colored.png);
}

#business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide02 {
	background-image: url(../img/icons/save-time-round-dark.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide02 {
	background-image: url(../img/icons/save-time-round-dark.png);
}




#business-home #featured-section #business-benefits-wrap .benefit.developer .icon {
	background-image: url(../img/icons/developer.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .benefit.developer {
	background-image: url(../img/icons/developer.png);
}

#business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide03 {
	background-image: url(../img/icons/setup-round-dark.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide03 {
	background-image: url(../img/icons/setup-round-dark.png);
}



#business-home #featured-section #business-benefits-wrap .benefit.setup .icon {
	background-image: url(../img/icons/setup-colored.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .benefit.setup {
	background-image: url(../img/icons/setup-colored.png);
}

#business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide04 {
	background-image: url(../img/icons/open-sign-round-dark.svg);
}
.no-svg #business-home #featured-section #business-benefits-wrap .slick-dots #slick-slide04 {
	background-image: url(../img/icons/open-sign-round-dark.png);
}








#business-home #featured-section .slick-dots {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#business-home #featured-section .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	color: #6d7273;
	background: transparent;
	width: 40px;
	height: 40px;
	overflow: hidden;
	opacity: 0.25;
	cursor: pointer;
	transition: all 500ms ease;
}

#business-home #featured-section .slick-dots button {
	opacity: 0;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
#business-home #featured-section .slick-dots button:hover,
#business-home #featured-section .slick-dots button:active {
	border: none;
	outline: none;
}
#business-home #featured-section .slick-dots .slick-active {
	opacity: 1;
}
#business-home #featured-section .slick-dots .slick-active:before {
	color: #fff;
}









#business-home #billers-section {
	text-align: center;
	padding: 20px 0 30px 0;
}
#business-home #billers-section .title {
	font-family: "ProximaNova-Light";
	font-size: 36px;
	padding: 0px 0 30px 0;
	line-height: 1.3em;
}
#business-home #billers-section #billers-list {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#business-home #billers-section #billers-list li {
	display: inline-block;
	width: 18%;
	margin: 0 auto;
	padding: 0;
}
#business-home #billers-section #billers-list li .merchant {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0);
  -moz-box-shadow:    0px 2px 5px 0px rgba(0,0,0,0);
  box-shadow:         0px 2px 5px 0px rgba(0,0,0,0);
	-webkit-transition: -webkit-box-shadow 500ms ease-out;
	-moz-transition: -moz-box-shadow 500ms ease-out;
	-o-transition: -o-box-shadow 500ms ease-out;
	transition: box-shadow 500ms ease-out;
}
#business-home #billers-section #billers-list li a.merchant:hover {
	-webkit-box-shadow: 0px 8px 35px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:    0px 8px 35px 0px rgba(0,0,0,0.2);
  box-shadow:         0px 8px 35px 0px rgba(0,0,0,0.2);
}
#business-home #billers-section #billers-list li .merchant img {
	display: block;
	width: 100%;
	height: auto;
}


#business-home #billers-section .button {
	margin: 20px auto 0 auto;
}


#business-home #footprint-section {
	background-color: #04A4CC;
	background-image: url("../img/bg-wave-light.png");
	background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
}
#business-home #footprint-section .container {
	padding-top: 100px;
	padding-bottom: 130px;
}
#business-home #footprint-section h1 {
	text-align: center;
	padding-bottom: 60px;
}
#business-home #footprint-section .locations-count .logo-wrap {
	display: block;
	width: 72px;
	height: 72px;
	border: solid 2px rgba(255,255,255,0.3);
	border-radius: 300px;
	margin: 0 auto 25px auto;
}
#business-home #footprint-section .locations-count h3,
#business-home #footprint-section .locations-count span {
	display: block;
	text-align: left;
	line-height: 1em;
	padding: 0;
	margin: 0;
	text-align: center;
}
#business-home #footprint-section .locations-count h3 {
	font-family: 'ProximaNova-Light', "Helvetica-Neue", Helvetica, Sans-serif;
	font-size: 48px;
}
#business-home #footprint-section .locations-count h3:after {
	content: "";
}
#business-home #footprint-section .locations-count span {
	font-size: 14px;
	opacity: 0.7;
}










#business-home #features-section {
	background-color: #f4f3ed;
	background-image: url("../img/business/bg-developer-desk.jpg");
	background-repeat: no-repeat;
  background-position: bottom left;
	background-size: 850px;
}
#business-home #features-section .container {
	padding-bottom: 250px;
}
.section-intro {
	text-align: center;
	padding: 0 0 40px 0;
}
.section-intro p {
	font-size: 18px;
}
#business-home #features-section .features-list-wrap .feature-wrap {
	position: relative;
	padding: 16px 20px 15px 60px;
}
#business-home #features-section .features-list-wrap .feature-wrap span {
	display: block;
	width:48px;
	height: 48px;
	position: absolute;
	top: 11px;
	left: 0px;
	font-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
  background-size: contain;
}

#business-home #features-section .features-list-wrap .feature-wrap span.api  {
	background-image: url(../img/icons/developer-colored.svg);
}
.no-svg #business-home #features-section .features-list-wrap .feature-wrap span.api {
	background-image: url(../img/icons/developer-colored.png);
}
#business-home #features-section .features-list-wrap .feature-wrap span.growth  {
	background-image: url(../img/icons/growth-chart-round.svg);
}
.no-svg #business-home #features-section .features-list-wrap .feature-wrap span.growth {
	background-image: url(../img/icons/growth-chart-round.png);
}
#business-home #features-section .features-list-wrap .feature-wrap span#section-mobile-app  {
	background-image: url(../img/icons/mobile-app-colored.svg);
}
.no-svg #business-home #features-section .features-list-wrap .feature-wrap span#section-mobile-app {
	background-image: url(../img/icons/mobile-app-colored.png);
}
#business-home #features-section .features-list-wrap .feature-wrap span.integrated  {
	background-image: url(../img/icons/integrated-colored.svg);
}
.no-svg #business-home #features-section .features-list-wrap .feature-wrap span.integrated {
	background-image: url(../img/icons/integrated-colored.png);
}


#business-home #features-section .features-list-wrap .feature-wrap h4 {
	font-size: 18px;
	font-family: 'ProximaNova-SemiBold';
	color: #33393f;
}
#business-home #features-section .features-list-wrap .feature-wrap p {
	line-height: 1.4em;
}

#business-home #features-section .features-list-wrap .feature-wrap .sub {

}
#business-home #features-section .features-list-wrap .feature-wrap .sub h5 {
	font-size: 15px;
}
#business-home #features-section .features-list-wrap .feature-wrap .sub ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#business-home #features-section .features-list-wrap .feature-wrap .sub li {
	padding: 5px 0 10px 15px;
	font-size: 0.825em;
	line-height: 1.4em;
	position: relative;
}
#business-home #features-section .features-list-wrap .feature-wrap .sub li:before {
	font-family: FontAwesome;
	color: #04A4CC;
	content: "\f101";
	position: absolute;
	top: 9px;
	left: 0;
}











#business-home {

}

#business-home  {
	overflow: hidden;
}

#business-home .img-wrap {
	width: 52px;
	height: auto;
	margin-bottom: 5px;
}
#business-home h2 {

}
#business-home .sub-header {
	font-size: 18px;
	line-height: 1.4em;
	text-align: left;
}





#business-home .heading {
	text-align: center;
}

#business-home .hr {
	display: block;
	width: 65px;
	height: 3px;
	background: #04A4CC;
	margin: 15px auto 40px auto;
}


#business-home #section-web-forms {
	overflow: hidden;
}
#business-home #section-web-forms .container {
	padding-top: 70px;
	padding-bottom: 120px;
}
#business-home #section-web-forms .value-props {
	background: #fff;
	margin: 40px auto 20px auto;
}
#business-home #section-web-forms .value-props .img-wrap {
	width: 128px;
	height: auto;
	margin-bottom: 5px;
}
#business-home #section-web-forms .value-props .col-sm-4 {
	border-right: solid 1px #dcdfdf;
	padding: 40px;
}
#business-home #section-web-forms .value-props .col-sm-4:last-child {
	border-right: solid 1px transparent;
}
#business-home #section-web-forms .value-props .value {
	text-align: center;
}
#business-home #section-web-forms .value-props .value h4 {
	font-family: 'ProximaNova-SemiBold', "Helvetica-Neue", Helvetica, Sans-serif;
	font-size: 16px;
	height: 65px;
  padding-bottom: 0;
  padding-top: 20px;
}
#business-home #section-web-forms .value-props .value p {
	font-size: 15px;
	line-height: 1.3em;
	min-height: 95px;
	padding-bottom: 20px;
}
#business-home #section-web-forms .value-props .value em {
	font-family: font-family:'ProximaNova-Regular', "Helvetica-Neue", Helvetica, Sans-serif;
	font-style: italic;
}
#business-home #section-web-forms .value-props .value .img-wrap {
	margin: 0 auto;
}
#business-home #section-web-forms .value-props .value .button {
	font-size: 11px;
	padding: 1em 1.8em;
}

#business-home #section-web-forms .hero-wrap {
	position: absolute;;
	width: 100%;
	right: 0px;
	bottom: -100px;
}
#business-home #section-web-forms .hero-wrap .device {
	position: relative;
	z-index: 1;
}
#business-home #section-web-forms .hero-wrap .screen {
	width: 74.2%;
  position: absolute;
  top: 14%;
  left: 13%;
	z-index: 2;
	opacity: 0.5;
}
#business-home #section-web-forms .hero-wrap .overlay {
	width: 36%;
  position: absolute;
  top: 25%;
  left: 33%;
	z-index: 3;
}


#business-home #section-mobile-app {
	overflow: hidden;
	background: #f0efed;
}
#business-home #section-mobile-app .container {
	padding-top: 140px;
  padding-bottom: 130px;
}
#business-home #section-mobile-app .hero-wrap {
	position: absolute;
	width: 400px;
	left: 70px;
	bottom: 470px
}
#business-home #section-mobile-app .hero-wrap .device {
	position: absolute;
	z-index: 5;
}
#business-home #section-mobile-app .hero-wrap .device-android {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
}
#business-home #section-mobile-app .hero-wrap .device-android.animated {
	left: -90px;
	top: 0px;
	opacity: 1;
	transition-delay: 800ms;
}
#business-home #section-mobile-app .hero-wrap .bubble {
	width: 150px;
	position: absolute;
	top: -5px;
	right: -20px;
	z-index: 10;
}













#business-home #testimonial-section {

	background-color: #04A4CC;;
	background-image: url("../img/bg-wave-light.png");
	background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;

}












@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {


	#features-section {
		background-image: url("../img/business/bg-developer-desk@2x.jpg") !important;
	}

}


@media (max-width: 992px) {


}


@media (max-width: 991px) {

	#business-home #section-web-forms .value-props .value h4 {
		font-size: 16px;
	}
	#business-home #section-web-forms .value-props .value p {
		font-size: 14px;
	}
	#business-home #section-web-forms .value-props .col-sm-4 {
		padding: 30px 15px;
	}

	#business-home #section-mobile-app .container {
    padding-top: 90px;
    padding-bottom: 90px;
	}
	#business-home #section-mobile-app .hero-wrap {
		width: 320px;
		left: 40px;
		bottom: 390px;
	}
	#business-home #section-mobile-app .hero-wrap .device-android {
		width: 330px;
	}
	#business-home #section-mobile-app .hero-wrap .device-android.animated {
		left: -70px;
	}
	#business-home #section-mobile-app .hero-wrap .bubble {
		width: 110px;
		right: 0px;
	}

}


@media (max-width: 768px) {


}

@media (max-width: 767px) {

	#business-home #featured-section {
		min-height: auto;
	}
	#business-home #featured-section h1 {
    font-size: 34px;
    padding-top: 110px;
		padding-bottom: 0px;
		position: relative;
		top: 20px;
	}
	#business-home #featured-section #business-benefits-wrap {
    padding: 40px 0 0 0;
    top: 0px;
	}
	#business-home #featured-section #business-benefits-wrap .benefit p {
    font-size: 16px;
		width: 100%;
	}
	#business-home #featured-section #business-benefits-wrap .benefit h5 {
    font-size: 18px;
    padding-bottom: 12px;
	}


	#business-home #section-web-forms {
    background: #f1f3f3;
	}
	#business-home #section-web-forms .container {
    padding-top: 50px;
    padding-bottom: 80px;
	}
	#business-home #section-web-forms .value-props .value h4 {
    height: 60px;
	}
	#business-home #section-web-forms .value-props .value p {
    height: 80px;
	}
	#business-home #section-web-forms .value-props .col-sm-4 {
    border-right: none;
		border-bottom: solid 1px #dcdfdf;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#business-home #section-web-forms .value-props .col-sm-4:last-child {
		border-bottom: solid 1px transparent;
	}


	#business-home #section-mobile-app .container {
    padding-top: 60px;
	}
	#business-home #section-mobile-app .img-wrap {
		margin: 0 auto;
	}
	#business-home #section-mobile-app h3 {
		text-align: center;
	}
	#business-home .sub-header {
    font-size: 16px;
		text-align: center;
		padding-bottom: 40px;
	}
	#business-home #section-mobile-app .hero-wrap {
    width: 320px;
    left: inherit;
    bottom: inherit;
    position: relative;
    height: 220px;
    margin: 0 auto;
	}

}

@media (max-width: 480px) {
	#business-home #billers-section #billers-list li {
    width: 49%;
	}
	#business-home #billers-section #billers-list li .merchant {
    padding: 0px 0;
	}
	#business-home #featured-section {
    min-height: auto;
    background-image: none;
	}
	#business-home #featured-section h1 {
    padding-top: 0px;
	}
	#business-home #featured-section #business-benefits-wrap .benefit p {
    font-size: 14px;
		width: 100%;
	}
	#business-home #featured-section #business-benefits-wrap .benefit h5 {
    font-size: 16px;
    padding-bottom: 12px;
	}
	#business-home #featured-section #business-benefits-wrap .benefit .icon {
    display: block;
    width: 48px;
    height: 48px;
	}
}
