#overview .link-overview, #whats-included .link-whats-included, #how-it-works .link-how-it-works {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

#enroll .ac-ln-action-button {
	display: none;
}

.icon-checkcircle::before {
	margin-left: -1.8em;
	padding-right: 0.7em;
	color: #007d1b;
	font-weight: 400;
}
@media only screen and (max-width: 735px) {
	.icon-checkcircle::before {
		display: block;
		margin-left: 0;
		padding-right: 0;
		padding-bottom: 0.2em;
		color: #007d1b;
	}
}


@media only screen and (max-width:767px) {
	.right {
		float: none;
	}
	#ac-localnav .ac-ln-title {
		width: 150px;
		font-size: 16px;
		white-space: normal;
	}
	#ac-localnav .ac-ln-title a {
		white-space: normal;
	}
}

.main {
	overflow: hidden;
}

.bg-light {
	overflow: hidden;
	background-color: #fafafa;
}

.platform-icon {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 24px;
}

.hero-section-hero {
	background-repeat: no-repeat;
	background-size: 950px 557px;
	background-image: url('/programs/images/adp-program-dark-hero-large.jpg');
	width: 950px;
	height: 564px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 50px;
}

.image-screen-1 {
    background: url('/programs/images/screen-3-large.jpg');
}
.image-screen-2 {
    background: url('/programs/images/screen-4-large.jpg');
}

.distribution-section-hero {
	background-repeat: no-repeat;
	background-size: 1392px 423px;
	background-image: url('/programs/images/distribution-hero.jpg');
	width: 1393px;
	height: 423px;
	margin-left: -500px;
}

.capabilities-section-hero {
	background-repeat: no-repeat;
	background-size: 572px 599px;
	background-image: url('/programs/images/capabilities-hero.png');
	width: 572px;
	height: 599px;
	margin-bottom: -1.5em;
	margin-left: -150px;
	margin-top: 90px;
}

.capabilities-section h2 {
	margin-top: 140px;
}

.analytics-section-hero {
	background-repeat: no-repeat;
	background-size: 948px 549px;
	background-image: url('/programs/images/app-analytics-hero.png');
	width: 948px;
	height: 549px;
	margin: 50px auto 0;
}

.footer-promos .block {
	text-align: center;
	padding: 1em inherit;
}

.footer-promos .block img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
	.hero-section-hero {
		background-size: 700px 410px;
		background-image: url('/programs/images/adp-program-dark-hero-medium.jpg');
		width: 693px;
		height: 411px;
		margin: 0 auto 50px;
	}
	.distribution-section-hero {
		background-size: 1100px 334px;
		background-image: url('/programs/images/distribution-hero-medium.jpg');
		width: 1100px;
		height: 344px;
		margin-left: -385px;
	}
	.capabilities-section-hero {
		background-size: 425px 445px;
		background-image: url('/programs/images/capabilities-hero-medium.png');
		width: 425px;
		height: 445px;
		margin-bottom: -1.5em;
		margin-left: -80px;
		margin-top: 100px;
	}
	.capabilities-section h2 {
		margin-top: 110px;
	}
	.analytics-section-hero {
		background-repeat: no-repeat;
		background-size: 700px 405px;
		background-image: url('/programs/images/app-analytics-hero-medium.png');
		width: 700px;
		height: 405px;
		margin: 50px auto 0;
	}
}

@media only screen and (max-width: 735px) {
	.hero-section-hero {
		background-size: 300px 176px;
		background-image: url('/programs/images/adp-program-dark-hero-small.jpg');
		width: 300px;
		height: 178px;
		margin: 0 auto 50px;
	}
	.distribution-section-hero {
		background-size: 400px 122px;
		background-image: url('/programs/images/distribution-hero-small.jpg');
		width: 400px;
		height: 122px;
		margin-left: -130px;
	}
	.capabilities-section-hero {
		background-size: 425px 445px;
		background-image: url('/programs/images/capabilities-hero-medium.png');
		width: 425px;
		height: 445px;
		margin-bottom: -1em;
		margin-left: -100px;
		margin-top: 50px;
	}
	.capabilities-section h2 {
		margin-top: 40px;
	}
	.analytics-section-hero {
		background-size: 300px 174px;
		background-image: url('/programs/images/app-analytics-hero-small.png');
		width: 300px;
		height: 174px;
		margin: 50px auto 0;
	}
	.platform-icon {
		width: 64px;
		height: 64px;
	}
	.footer-promos [class*='divider-'] {
		border-left: none;
		border-right: none;
	}
}


/** FOOTER **/
.international-links {
	margin: 15px 0 -5px;
	text-align: center;
}
.international-links a {
	margin: 0 7px;
	font-size: 12px !important;
}
.international-links a.selected {
	color: #888;
}