
.color-block {
	width: 42%;
	background: #fff;
	opacity: 0.9;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.img-block {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

body.page-template-features .hero {
	max-height: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 4px #fff;
}
body.page-template-features .page-header {
	
}

body.page-template-features .page-header h1 {
	padding-bottom: 0;
	text-align: center;
}

body.page-template-features .intro li,
body.page-template-features .intro p { font-size: 18px; }

body.page-template-features .intro li { line-height: 1.2em; padding-bottom: 20px; }

body.page-template-features #locations {
	max-height: 580px;
	background: url(../img/bg-map-pins.jpg) no-repeat center center;
	background-size: 1440px 580px;
}
body.page-template-features #locations .container {
	height: 580px;
}

body.page-template-features #locations .intro {
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

body.page-template-features #locations .intro h3 { padding-bottom: 20px; }
body.page-template-features #locations .intro ul { padding-bottom: 0; }


body.page-template-features #notifications {
	background: url(../img/bg-notifications.jpg) no-repeat center center;
	background-size: 1440px 560px;
	position: relative;
	overflow: hidden;
}

body.page-template-features #notifications .container {
	height: 560px;
}

body.page-template-features #notifications .container .img-wrap.hand {
	width: 710px;
	position: absolute;
	bottom: 0px;
	left: -210px;
}

/*
body.page-template-features #notifications .img-block {
	width: 720px;
	margin-left: -225px;
	top: 0;
	bottom: 0;
	background: url(../img/notifications-hand.png) no-repeat center center;
	background-size: contain;
}
*/


body.page-template-features #notifications .intro {
	padding: 20px 50px;
}
body.page-template-features #notifications .intro .icon {
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
}




body.page-template-features #options {
	
}
body.page-template-features #options .container {
	height: 600px;
}
body.page-template-features #options .container .img-wrap.bills {
	width: 800px;
	position: absolute;
	bottom: 0px;
	right: -60px;
}



body.page-template-features section#solution {
	background-image: url(../img/bg-tile-chalkboard.jpg);
	background-repeat: repeat;
}

body.page-template-features section#solution h3 { color: #fff; }

body.page-template-features .grid-wrap .cell-spec,
body.page-template-features .grid-wrap .cell { border-top: solid 1px rgba(255,255,255,0.1); }

body.page-template-features .grid-wrap .cell-spec.first,
body.page-template-features .grid-wrap .cell.first { border-top: none; }


body.page-template-features .grid-wrap .cell-spec span { display: block; width: 42px; height: 42px; font-size: 40px; margin: 0 auto 5px auto; color: #04A4CC; text-align: center; }
body.page-template-features .grid-wrap .cell-spec h5 { font-size: 20px; font-family: 'ProximaNova-Regular'; line-height: 1.2em; position: relative; color: rgba(255,255,255,0.9); text-align: center; }

body.page-template-features .grid-wrap .cell { border-left: solid 1px rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); min-height: 250px; }
body.page-template-features .grid-wrap .cell p { padding-bottom: 10px; }
body.page-template-features .grid-wrap .cell.list { line-height: 1.2em; }
body.page-template-features .grid-wrap .cell.list li { padding-bottom: 15px; }


body.page-template-features .grid-wrap .cell h5 { color: rgba(255,255,255,0.9); margin-top: 20px; }

body.page-template-features .grid-wrap ul { padding-bottom: 0; }

body.page-template-features .grid-wrap .cell-spec .inner { padding: 40px 20px 40px 40px; }
body.page-template-features .grid-wrap .cell .inner { padding: 45px 40px 40px 20px; }


body.page-template-features .grid-wrap .api { position: relative; padding-left: 45px;}

body.page-template-features .grid-wrap .api h5 { padding-bottom: 0; }

body.page-template-features .grid-wrap .api:before {
    content: "\f1e6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.25em;
    text-decoration: inherit;
    position: absolute;
    top: 3px;
    left: 0px;
    opacity: 1;
}


body.page-template-features section.cta h5 { width: 60%; margin: 45px auto 0 auto; padding-top: 40px; padding-bottom: 0; border-top: solid 1px #ddd; }
body.page-template-features section.cta .button.pill { margin-left: 12px; }







@media only all and (min-width:768px) and (max-width:991px) {
	
	body.page-template-features #locations .intro { margin-top: 40px; }
	
	body.page-template-features #notifications .intro { padding: 0; }
	body.page-template-features #notifications .container .img-wrap.hand { left: -350px; }
	
	body.page-template-features #options .container.pad-vert-lg { padding-top: 40px; }
	body.page-template-features #options .container .img-wrap.bills { right: -160px; bottom: -50px; }
}







@media only all and (max-width:767px) {
	
	body.page-template-features .page-header { text-align: center; }
	
	body.page-template-features .intro h3 { padding-bottom: 15px; }
	body.page-template-features #locations { background-image: none; }
	body.page-template-features #locations .container { height: auto; }
	body.page-template-features #locations .pad-vert-lg { padding-top: 20px; }
	body.page-template-features #locations .intro { padding: 0 0 15px 0; background: none; }
	body.page-template-features #locations .intro .img-wrap { margin-bottom: 20px; }
	
	
	body.page-template-features #notifications .intro { padding: 0; }
	body.page-template-features #notifications .container .img-wrap.hand { width: 470px; left: -60px; bottom: -110px; }
	
	
	body.page-template-features #options .container { height: auto; }
	body.page-template-features #options .intro {  }
	body.page-template-features #options .container .img-wrap.bills { position: relative; width: 100%; padding-bottom: 20px; right: 0; }
	
	
	body.page-template-features .grid-wrap .cell { border-left: none; }
	
	body.page-template-features .grid-wrap .cell-spec .inner,
	body.page-template-features .grid-wrap .cell .inner { padding: 10px; }
	
	body.page-template-features .grid-wrap .cell-spec, body.page-template-features .grid-wrap .cell { border: none; }
	
	body.page-template-features section.cta h5 { width: 100%; font-size: 16px; }
	body.page-template-features section.cta .button.pill { margin-left: 0px; margin-top: 10px; }
	
}











