@charset "utf-8";
/* CSS Document */
#login .login-button {
	background: rgba(0,0,0,.1);
}
#homeHero {
	background-image: url('/images/discover-backgrounds/Discover-Hero-Backpack.jpg');
	background-repeat: no-repeat;
	height: 720px;
	background-size: cover;
	background-position: center top;
	padding-top: 320px;
	position: relative;
}
.heroHeaderContainer {
	margin-left: 72px;
}
.heroImgCont {
	margin-right: 4%;
	max-width: 135px;
}
.heroImgCont img {
	width: 100%;
}
#homeHero h1 {
	margin: 0px;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: normal;
}
#homeHero h1 img {
	width: 750px;
	max-width: 100%;
}
#homeHero p {
	max-width: 500px;
	font-weight: 100;
}
@media screen and (min-width: 1024px) {
	#homeHero h1 img {
		margin-bottom: -12px;
	}
}
@media screen and (max-width: 1024px) {
	#homeHero h1 {
		font-size: 30px;
	}
	.heroHeaderContainer {
		margin-left: 15px;
	}
	.heroHeaderContainer .heroImgCont {
		width: 20%;
	}
	.heroHeaderContainer .unit {
		width: 75%;
	}
}
@media screen and (max-width: 835px) {
	#homeHero h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	#homeHero {
		background-image: url('/images/discover-backgrounds/Discover-Hero-Backpack--mobile.jpg');
	}
	.heroImgCont {
		display: none;
	}
	.mobileUpper {
		text-transform: uppercase;
	}

}
@media screen and (max-width: 40em) {
	#homeHero {
		padding-top: 85px;
		height: auto;
	}
	#homeHero h1 {
		margin-bottom: 48px;
	}
	#homeHero p {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.heroHeaderContainer {
		margin-left: 0;
		padding: 64px 0 0;
	}
	.heroHeaderContainer .unit {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 470px) {
	#homeHero p br {
		display: none;
	}
}




#discoverLogo {
	max-width: 100%;
}

.bottom-hero div i {
	font-size: 42px;
	margin-right: 48px;
}
#hrSoftwareRequest .main-content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 100px 0 48px;
}
@media screen and (max-width: 840px) {
	#hrSoftwareRequest .main-content {
		padding: 30px 0 20px;
	}
}
#hrSoftwareRequest .requestHeader {
	margin-bottom: 60px;
}

.taInfoContainer p {
	max-width: 600px;
}
.activeTAHeader h6 {
	top: 0;
	transform: none;
}

@media screen and (max-width: 840px) {
	#infoBuffer {
		display: none;
	}
	.taInfoIcon {
		width: 100px;
	}
}
@media screen and (max-width: 40em) {
	.taInfoIcon {
	}
	.activeTAHeader h6 {
		font-size: 32px;
	}
}
.hireCont { color: #F16323; }
.engageCont {color: #009ABE; }
.payCont { color: #008e4b; }
.manageCont { color: #e6b800; }
.trackCont { color: #77bc1f; }
.activeIcon { color: #86939e!important; }
.activeIcon {
	border-bottom: 4px solid #86939e !important;
}
.taInfoContainer {
	display: none;
}
.taInfoContainer.visibleInfo {
	display: block;
}

.stripesBar.leftStripes {
	left: -400px;

}
.stripesBar.rightStripes {
	right: -400px;

}

@media screen and (max-width: 840px) {
	.stripesBar {
		display:none;
	}
}

.hrStep {
	text-align: center;
}
.hrStep .stepImgCont {
	min-height: 100px;
}
.hrStep h4 {
	font-size: 18px;
}

#hrSoftwareRequest .btn-cont a button {
	padding: 12px 54px;
}
#hrSoftwareRequest .btn-cont {
	text-align: center;
	clear: both;
}
@media screen and (max-width: 1340px) {
	.dotHR-first, .dotHR-second {
		display: none;
	}
}
@media screen and (min-width: 1059px) {
	.hrStep p {
		padding: 0 24px;
	}
}
@media screen and (min-width: 1059px) {
	.dotHR-first {
		left: 380px;
	}
}
@media screen and (min-width: 1059px) {
	.dotHR-second {
		right: 380px;
	}
}
@media screen and (min-width: 1059px) {
	.dotHR-first, .dotHR-second {
		position: absolute;
		top: 40px;
	}
}

#card-full-width {
	/*background-image: url(/images/discover-backgrounds/Discover-Onboarding-cover.jpg);*/
	background-image: url('/images/discover-backgrounds/Paycom-App-Banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: right center;
	position: relative;
}

#card-full-width .half-card {
	background-color: #3fae49;
	margin: 6.5em 0 7.5em 1em;
	max-width: 555px;
	color: #fff;
}
.half-card p {
	padding: 24px 50px;
}
.bottom-half-card {
	border-radius: 0 0 6px 6px;
}
#card-full-width .half-card .bottom-half-card span.fa {
	font-style: normal;
	font-size: 12px;
}
.bottom-half-card a br {
	display: none;
}
.bottom-half-card .cardSocialIcons a:first-child {
	margin-right: 72px;
}
@media screen and (max-width: 1024px) {
	#card-full-width .half-card {
		background-color: rgba(0,0,0,.4);
		-webkit-transition: background 2s ease-out;
		-moz-transition: background 2s ease-out;
		-o-transition: background 2s ease-out;
		transition: background 2s ease-out;
	}
	.bottom-half-card {
		background-color: rgba(244,244,244,.6)!important;
	}
}


@media screen and (max-width: 580px) {
	#card-full-width .half-card {
		margin: 4em 1em 7.5em;
	}
}
@media screen and (max-width: 425px) {
	.half-card p {
		text-align: center;
	}
	.bottom-half-card a br {
		display: block;
	}
}

#newsSubscribe {
	min-height: 400px;
}

/*// BLOG ARTICLES BLOCKQUOTE //*/
#blog-article1 > div.entry > blockquote {
	position: relative;
}

#blog-article1 > div.entry > blockquote > p {
	padding: 40px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}



/* Added Hero CTA Bar */
#heroCtaBar {
	background: #006242;
	bottom: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
}

#heroCtaBar h3 {
	float: left;
	padding: 48px 0px;
	margin-left: 24px;
	font-size: 2.4em;
	font-weight: 300;
}

#heroCtaBar button {
	float: right;
	margin-top: 45px;
}

#happyPeople {
	float: left;
	display: inline-block;
	margin-left: 8%;
}

@media screen and (max-width: 1360px) {
	#happyPeople {
		margin-left: -12px;
	}
}
@media screen and (max-width: 1170px) {
	#happyPeople {
		margin-left: -12px;
		height: 100px;
	}
	#heroCtaBar h3 {
		float: left;
		padding: 33px 0px;
		font-size: 2em;
	}
	#heroCtaBar button {
		float: right;
		margin-top: 25px;
	}
}
@media screen and (max-width: 960px) {
	#homeHero {
		height: auto;
		background-size: auto 80%;
	}
	#heroCtaBar {
		position: relative;
		margin-top: 30px;
		padding-top: 5px;
		display:block;
	}
	#happyPeople {
		height: auto;
		float: none;
		display: block;
		margin: 10px auto;
	}

	#heroCtaBar h3 {
		float: none;
		padding: 12px 0px;
		margin-left: 0;
	}
	#heroCtaBar button {
		float: none;
		margin: 10px auto 20px;
	}
}

@media screen and (max-width: 640px) {
	#homeHero {
		height: auto;
		background-size: auto 60%;
	}
}
@media screen and (max-width: 500px) {
	#heroCtaBar {
		padding: 3px 0px 0px!important;
	}

	#happyPeople {
		margin-top: 10px;
		width: 100%;
	}

}
@media screen and (max-width: 430px) {
	#heroCtaBar h3 {
		font-size: 1.6em;
	}
}