
body.single-pnm_billpay header .nav-payment-locations {
	display: none;
}

header .biller-landing-signup a{
	color: #58bf43;
}

.biller-landing,
.biller-landing .container {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.biller-landing .button {
	min-width: 280px;
}

.biller-landing header,
.biller-landing .featured {
	background: #eaecec;
	border-bottom: none;
}

.biller-landing .featured .container {
	padding-top: 70px;
  padding-bottom: 130px;
}

.biller-landing.plug-prism .featured .container {
	padding-top: 50px;
  padding-bottom: 90px;
}

.biller-landing .featured .copy .logo-wrap {
	padding: 0 0 5px 0;
}
.biller-landing .featured .copy .logo-wrap img {
	height: auto;
	width: 100px;
}
.biller-landing .featured .copy span.small {
	display: block;
	padding-top: 10px;
}
.biller-landing .featured .signup {
	padding: 30px 0 0 0;
	text-align: center;
}
.biller-landing .featured .signup .button,
.biller-landing .featured .signup .try-prism  {
	text-align: center;

}
.biller-landing .featured .signup .try-prism {
	margin-top: 30px;
	display: none;
}
.biller-landing .featured .signup .try-prism p {
	font-size: 16px;
	padding-bottom: 0;
}
.biller-landing .featured .signup .try-prism a {
	display: inline-block;
}
.biller-landing.plug-prism .featured .signup .try-prism {
	display: block;
}


.biller-landing .featured h1 {
	padding-top: 0;
	font-size: 34px;
}

.biller-landing .featured h1 br {
	display: none;
}
.biller-landing .featured .button {
	font-size: 13px;
}

.biller-landing .button:focus,
.biller-landing .button:active,
.biller-landing .button:visited {
	color: #fff;
	text-decoration: none;
}
.biller-landing .button:hover {
	color: #fff;
}

.biller-landing .featured p {
	font-size: 18px;
	color: #595c5f;
}

.biller-landing .featured .img-wrap {
	width: 320px;
	position: absolute;
	top: 0px;
	right: 20px;
}

#callout {

}
.biller-landing #callout .signup {
	padding-top: 10px;
	text-align: center;
}



#hero-section {
	background: #fff;
	overflow: visible;
	z-index: 10000;
}
#hero-section .hero-wrap {
	position: relative;
	width: 100%;
	height: 91px;
}
#hero-section .hero-wrap .hero {
	position: absolute;
	bottom: -70px;
    right: -40px;
    width: 460px;
}
#hero-section .hero-wrap .hero span {
	position: absolute;
	top: 180px;
    left: 83px;
    width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.biller-landing .easy .section-header {
	padding-bottom: 0;
}

.biller-landing .easy h2 {
	font-family:'ProximaNova-Light', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 34px;
	padding-bottom: 15px;
}

.biller-landing .easy h3 {
	font-size: 23px;
	color: #6d7273;
}

.biller-landing .features {
	text-align: center;
}
.biller-landing .features p {
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 0px;
}
.biller-landing .features h3 {
	font-size: 23px;
	padding-bottom: 20px;
}

.table-row { display: table-row; }
.table-cell { display: table-cell; }
.biller-landing .step {
	padding: 0 1%;
	text-align: center;
}

.biller-landing .circle {
	font-size: 24px;
	text-align: center;
	color: #71c00a;
	display: block;
	margin: 0 auto 15px auto;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: solid 1px #71c00a;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.biller-landing .step h5 {
	font-family:'ProximaNova-Regular', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 22px;
	padding-bottom: 15px;
	line-height: 1.3em;
}


.biller-landing .step-wrap {
	position: relative;
	padding: 0 0 0 80px;
}


.biller-landing .step-wrap.one {
    background: url('../img/how-it-works-business/STEP1.png') no-repeat top left;
}

.biller-landing .step-wrap.two {
    background: url('../img/how-it-works-business/STEP2.png') no-repeat top left;
}

.biller-landing .step-wrap.three {
    background: url('../img/how-it-works-business/STEP3.png') no-repeat top left;
}

.biller-landing #step2 .bg-img {
    background: url('../img/bg-consumer-why-use.jpg') no-repeat top center #fff;
}
.biller-landing #step2 .bg-img .hand {
	width: 90px;
}


.biller-landing .cta-wrap .button { background: transparent; }

.biller-landing #where {

	background: url(../img/bg-map-pins.jpg) no-repeat center center #eaedf0;
	background-size: cover;
}

.biller-landing #where .container {
	min-height: 450px;
	text-align: center;
}

.biller-landing #where .color-block {
	width: 100%;
	opacity: 0.8;
}

.biller-landing #testimonial-section {
	background: #04A4CC;
}

@media screen and (min-width: 992px) {
	.biller-landing #where .color-block {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.biller-landing .features .container {
		padding-bottom: 140px;
	}
}

.biller-landing #where .inner {
	padding: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.biller-landing #where em {
	padding: 20px 0;
}

.biller-landing .cta-wrap .button {
	min-width: 280px;
	margin: 0px 5px;
}

.biller-landing .questions {
	margin: 0px auto;
	padding: 40px 0 0 0;
}

footer.biller-landing-footer {
	padding-top: 45px;
	padding-bottom: 45px;
}

footer.biller-landing-footer .copyright {
	clear: both;
}

footer.biller-landing-footer #menu-biller-landing-footer {
	float: none;
}

footer #menu-biller-landing-footer li.menu-item {
	padding: 0;
}

#menu-biller-landing-footer .menu-item a {
	padding: 0 5px;
	color: #fff;
	border-right: 1px solid #fff;
}

#menu-biller-landing-footer .menu-item:last-child a {
	border-right: none;
}

.page-template-biller-landing #footer-bottom {
	padding: 0;
}
.biller-landing-footer #footer-bottom .menu {
	float: none;
}
.biller-landing-footer #footer-bottom .copyright {
	display: block;
}

@media (max-width: 1200px) {

	.biller-landing .featured .container {
    padding-top: 70px;
    padding-bottom: 100px;
	}
	.biller-landing.plug-prism .featured .container {
    padding-top: 30px;
    padding-bottom: 70px;
	}
}


@media (max-width: 991px) {

	#hero-section .hero-wrap .hero {
		width: 380px;
    right: -30px;
		bottom: -50px;
	}
	#hero-section .hero-wrap .hero span {
		top: 145px;
    left: 69px;
    width: 170px;
    font-size: 16px;
	}
	.biller-landing .featured h1 {
		font-size: 30px;
	}
	.biller-landing .featured p {
    font-size: 16px;
	}

	.biller-landing .featured .container {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	#hero-section .hero-wrap {
    height: 20px;
	}
	.biller-landing .featured .signup {
    padding: 20px 0 0 0;
	}

	.biller-landing.plug-prism .featured .container {
		padding-top: 30px;
    padding-bottom: 50px;
	}

	.biller-landing .featured .signup .try-prism {
    margin-top: 20px;
	}

}


@media (max-width: 768px) {

	.biller-landing .featured {
		background: url(../img/bg-consumer-hiw-mobile.jpg) no-repeat center center;
		background-size: cover;
		text-align: center;
	}
	.biller-landing .featured .container {
		height: auto;
		padding-top: 50px;
	}
	.biller-landing .featured .try-prism {
    border-left: none;
    padding: 0px 0 0 0;
	}

	#menu-biller-landing-footer {
		display: block;
	}

	.biller-landing .featured h1 { padding-bottom: 10px; }
	.biller-landing .featured p { padding-bottom: 10px; }

	.biller-landing .featured .copy {
		position: relative;
		top: -10px;
	}
	.biller-landing .featured .signup {
		max-width: 80%;
		margin: -10px auto 0 auto;
	}
	.biller-landing .featured h1 br {
		display: block;
	}
	.biller-landing .features .feature {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hero-section {
		display: none;
	}
}


@media (max-width: 767px) {
	.biller-landing .featured {
		padding-top: 15px;
		padding-bottom: 160px;
	}
}

@media (max-width: 488px) {

	.biller-landing .featured .signup {
    max-width: 100%;
	}

}

@media (max-width: 480px) {

	.biller-landing .featured h1 { font-size: 25px; }
	.biller-landing .featured p { font-size: 16px; line-height: 1.4em; }
	.biller-landing .cta-wrap .button {
		width: 100%;
		margin: 5px auto;
	}
	.biller-landing .easy br.no-break-sm {
		display: none;
	}
}
