/**************************** GLOBAL ****************************/
body {
	margin: 0px;
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	padding-bottom: 0px;
	line-height: 1.5em;
	text-align: left;
	font-size: 17px;
}
img {
	border: 0;
}
.scalable {
	max-width: 100% !important;
	height: auto !important;
}
a:link, a:active, a:visited {
	color: #0077BC;
	text-decoration: none;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
}
a:hover {
	text-decoration: underline;
}
/*:focus, a:focus {
	outline: #00507e auto 2px;
}*/
.imgover {
	cursor: pointer
}
.imagefit img {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.table {
    display: table;
    border-collapse: collapse;
	padding: 0px;
	margin: 0px auto 0px auto;
	border: 0px;	
}
.row {
    display: table-row;
	margin: 0px;
	padding: 0px;	
}
.cell {
	display: table-cell;
	vertical-align: middle;	
}
.column {
	display: table-cell;
	vertical-align: middle;
}
h1 {
	font-size: 3.8em;
	line-height: 1.05em;
	font-weight: 300;
	letter-spacing: .0em;
	color: #ffffff;
	margin: .25em 0px .25em;
}
h2 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: 700;
	color: #0077bc;
	margin-top: 5px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	/* remove for standard buttons */
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-appearance: none;
	appearance: none;
}
.mobile-only {
	display: none;
}
.inner {
	width: 90%;
	max-width: 1500px;
	margin: 0px auto;
}
/* global compliance styles */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}


/**************************** CONTENT ****************************/

/** ---- ---- Intro ---- ---- **/

.intro {
	padding: 4em 0px;
	margin: 0px auto;
}
.intro .inner {
	width: 80%;
	max-width: 1300px;
	margin: 0px auto;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
	text-align: center;
}

/** ---- ---- Product Cards ---- ---- **/

.product-cards {
	padding: 4em 0px 4em;
	background-image: url("../images/main/product-card-back.png"), linear-gradient(#ffffff 20%, rgba(0,90,180,.35));
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.product-cards::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 60%);
}
.product-cards .inner {
	text-align: center;
	width: 85%;
	max-width: 1350px;
}
.product-cards h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	max-width: 1100px;
	margin: 0px auto 1em;
}
.product-cards.home-health-products h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	max-width: 1200px;
	margin: 0px auto 2.5em;
}
.product-cards.home-health-products h2 p {
	display: block;
	padding: 0px;
	width: 90%;
	margin: .5em auto .5em;
}
.product-cards h2 p {
	margin: .5em auto;
}
.product-cards .card {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 1%;
	position: relative;
	z-index: 1;
	padding-bottom: 37%;
}
.product-cards .card:nth-child(4), .product-cards .card:nth-child(5), .product-cards .card:nth-child(6) {
	margin: 2% 1% 0px;
}
.product-cards .top-image {
	width: 100%;
	padding-bottom: 60%;
	background-color: #333333;
	z-index: 1;
	position: absolute;
	background-size: cover;
	background-position: center;
	transition: .2s all ease-in-out;
}
.product-cards .card:hover .top-image, .product-cards .card:focus .top-image, .product-cards .card:active .top-image {
	padding-bottom: 58%;
}
.product-cards .top-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #0077bc;
	opacity: .8;
	transition: .35s all ease-in-out;
}
.product-cards .card:hover .top-image::before, .product-cards .card:focus .top-image::before, .product-cards .card:active .top-image::before {
	opacity: .15;
}
.product-cards .top-image .icon {
	width: 35%;
	padding-bottom: 35%;
	border-radius: 100px;
	position: absolute;
	z-index: 5;
	background-color: #ebebeb;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 53%);
	border: 6px solid #ffffff;
	background-size: 70%, cover;
	background-repeat: no-repeat;
	background-position: center 47%;
	overflow: hidden;
}
.product-cards .top-image .icon::after {
	content: "";
	width: 120%;
	height: 120%;
	position: absolute;
	right: 0;
	bottom: -2px;
	z-index: -2;
}
.product-cards .top-image .icon::before {
	content: "";
	width: 70%;
	padding-bottom: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
}
.product-cards .card:first-child .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-01.png");
}
.product-cards .card:nth-child(2) .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-02.png")
}
.product-cards .card:nth-child(3) .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-03.png")
}
.product-cards .card:nth-child(4) .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-04.png")
}
.product-cards .card:nth-child(5) .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-05.png")
}
.product-cards .card:last-child .top-image .icon::before {
	background-image: url("../images/main/prod-card-icon/icon-06.png");
}
.product-cards .card:first-child .top-image .icon::after, .product-cards .card:last-child .top-image .icon::after {
	background-image: radial-gradient(#57caf4 10%, #0473b8 115%);
}
.product-cards .card:nth-child(2) .top-image .icon::after, .product-cards .card:nth-child(4) .top-image .icon::after {
	background-image: radial-gradient(#67cbe3 20%, #018da7 115%);
}
.product-cards .card:nth-child(3) .top-image .icon::after, .product-cards .card:nth-child(5) .top-image .icon::after {
	background-image: radial-gradient(#47aa87 20%, #15775e 115%);
}
.product-cards .top-image {
	background-image: url("../images/main/prod-card-photo/support-serv-top.jpg")
}
.product-cards .card:first-child .top-image {
	background-image: url("../images/main/prod-card-photo/private-dty-nurs-top.jpg")
}
.product-cards .card:nth-child(2) .top-image::before {
	background-color: #047d96;
}
.product-cards .card:nth-child(2) .top-image {
	background-image: url("../images/main/prod-card-photo/pdhc-top.jpg")
}
.product-cards .card:nth-child(3) .top-image::before {
	background-color: #06866b;
}
.product-cards .card:nth-child(3) .top-image {
	background-image: url("../images/main/prod-card-photo/school-nrsg-top.jpg")
}
.product-cards .card:nth-child(4) .top-image::before {
	background-color: #047d96;
}
.product-cards .card:nth-child(4) .top-image {
	background-image: url("../images/main/prod-card-photo/ped-therapy-top.jpg")
}
.product-cards .card:nth-child(5) .top-image::before {
	background-color: #06866b;
}
.product-cards .card:nth-child(5) .top-image {
	background-image: url("../images/main/prod-card-photo/pers-care-top.jpg")
}
.product-cards .copy-holder {
	padding: 0px 25px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	top: 84%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	transition: .3s all ease-in-out;
	background-color: rgba(255,255,255,0);
}
.product-cards .card:hover .copy-holder, .product-cards .card:focus .copy-holder, .product-cards .card:active .copy-holder {
	top: 78%;
}
.product-cards .card:hover .copy-holder, .product-cards .card:focus .copy-holder, .product-cards .card:active .copy-holder {
	
}
.product-cards .copy-holder h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px auto .35em;
	text-align: center;
	width: 100%;
}
.product-cards .card .copy-holder span {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	margin: 0px;
	padding: 0px 1em;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	opacity: 0;
	transition: .3s all ease-in-out .0s;
}
.product-cards .card:hover .copy-holder span, .product-cards .card:focus .copy-holder span, .product-cards .card:active .copy-holder span {
	opacity: 1;
	transition: .3s all ease-in-out .1s;
}




/*-- ---- PRIVATE DUTY SUB PAGES (GLOBAL) ---- --*/
main.private-duty-sub section .inner {
	width: 80%;
}
.private-duty-sub .sub-page-intro {
	padding: 4em 0px 4em;
}
.private-duty-sub .sub-page-intro a {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	transition: .2s all ease-in-out;
}
.private-duty-sub .sub-page-intro p a:hover, 
.private-duty-sub .sub-page-intro p a:focus, 
.private-duty-sub .sub-page-intro p a:active {
	color: #047d96;
}
section.content-row-2 {
	padding: 13% 0px 14%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.private-duty-sub section {
	position: relative;
	z-index: 1;
}
.private-duty-sub h2 {
	color: #0077bc;
	font-size: 42px;
	line-height: 46px;
	font-weight: 300;
	letter-spacing: -.02rem;
	margin: 0px auto .25em;
	padding: 0px;
}
.private-duty-sub h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	margin: 0em auto .1em;
	padding: 0px;
}
.private-duty-sub p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
}
.private-duty-sub p a:hover, .private-duty-sub p a:focus, .private-duty-sub p a:active {
	color: #047d96 !important;
}


.testimonial-link-section {
	width: 100%;
	padding: 9% 0em 11%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.testimonial-link-section .inner {
	width: 80%;
	max-width: 1500px;
}
.testimonial-link-section .inner .copy {
	width: 42%;
}
.testimonial-link-section .inner .copy p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.testimonial-link-section .background-image {
	background-color: #0077bc;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 57%;
	border-radius: 50%;
	transform: translateY(-50%);
	width: 50%;
	padding-bottom: 60%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(145deg, #4588a1 20%, #0077bc 60%);
}
.testimonial-link-section .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	bottom: 26px;
	left: 16px;
	border-radius: 50%;
	background-image: linear-gradient(165deg, #86cadd 25%, #0077bc 65%);
}
.testimonial-link-section .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -0px;
	right: 0px;
	bottom: 40px;
	left: 30px;
	border-radius: 50% 0px 0px 50%;
	background-image: url("../images/main/pds-main-1.jpg");
	background-color: #adadad;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}



.how-to-qualify.testimonial-link-section .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -0px;
	right: 0px;
	bottom: 40px;
	left: 30px;
	border-radius: 50% 0px 0px 50%;
	background-image: url("../images/sub/habilitation-services/what-care-photo.jpg");
	background-color: #adadad;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.video-row {
	background-color: #3f846d;
	color: #ffffff;
	background-image: url("../images/main/video-loops.png"), linear-gradient(180deg, #3f846d 20%, #326d53 110%);
	background-size: cover;
	background-repeat: no-repeat;
}
.video-row .inner {
	width: 85%;
	max-width: 1350px;
	
	position: relative;
	z-index: 1;
}
.video-row .inner h2 {
	color: #ffffff;
	width: 40%;
	padding: 5%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-weight: 300;
	font-size: 38px;
	line-height: 42px;
	text-shadow: 2px 2px 6px 2px #326d53;
}
.scalable-video {
	width: 50%;
	padding-bottom: calc(30% + 120px);
	background-color: #326d53;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.video-holder {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}





.habilitation-section.callout-02 {
	padding: 5em 0px;
}
.who-benefits {
	padding: 5em 0px;
	border-top: 8px solid #0077bc;
}

.pediatric-pd-intro .copy {
	width: calc(94% - 420px);
	display: inline-block;
	vertical-align: top;
}
.pediatric-pd-intro .intro-quote-block {
	width: 280px;
	padding: 50px 70px 55px;
	margin: -20px 0px -20px 5%;
	display: inline-block;
	vertical-align: top;
	background-color: #0077bc;
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
}
.pediatric-pd-intro .intro-quote-block .quote-text {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
}
.pediatric-pd-intro .intro-quote-block .quote-by-line {
	margin: 1em 0px 0px;
}
.pediatric-pd-qualifications {
	padding: 5em 0px;
	background-color: #0077bc;
	color: #ffffff;
}
.pediatric-pd-qualifications h2 {
	color: #ffffff;
	display: inline-block;
	
}


/*-- ---- ---- PEDIATRIC THERAPY ---- ---- --*/


.occupational-therapy-intro .inner .copy {
	text-align: left;
	width: 67%;
	display: inline-block;
	vertical-align: middle;
}
.occupational-therapy-intro .background-image {
	width: 30%;
	padding-bottom: 30%;
	margin: 0px -2% 0px 4%;
	display: inline-block;
	vertical-align: top;
	border-radius: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(-45deg, rgba(135,200,220,1), rgba(55,120,180,1) 90%);
	position: relative;
	z-index: 1;
}
.occupational-therapy-intro .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 2px;
	bottom: 10px;
	right: 10px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(135,200,220,1), rgba(55,120,180,1));
}
.occupational-therapy-intro .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	border-radius: 500px;
	background-image: url("../images/sub/occ-therapy/occ-therapy-photo-01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.private-duty-sub .sub-page-intro.behavioral-intro {
	padding: 4em 0px 1em;
}
.treatment-plans {
	padding: 0px 0px 4em;
}
.what-aba-means {
	padding: 3.5em 0px;
}
.what-aba-means .inner {
	width: 80%;
	max-width: 1300px;
}
.what-aba-means .col1, .what-aba-means .col2 {
	padding: 3.5em 3% 3em 3%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.what-aba-means .col1 {
	border-bottom: 2px dashed rgba(215,225,235,1);
}
.what-aba-means .col2::before {
	background-image: url("../images/sub/behavioral-therapy/behavioral-therapy-02.jpg")
}
.payment-block {
	padding: 5em 0px;
	background-image: linear-gradient(rgba(235,235,235,1), rgba(255,255,255,1) 25%)
}
.private-duty-sub .sub-page-intro.school-nursing-intro  {
	padding: 5em 0px 2em;
}
.school-nursing-intro .copy {
	width: 74%;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
.school-nursing-intro .background-image {
	width: 20%;
	padding-bottom: 20%;
	margin: -2.5% 1% -6% 3%;
	display: inline-block;
	vertical-align: top;
	border-radius: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(-45deg, rgba(135,200,220,1), rgba(55,120,180,1) 90%);
	position: relative;
	z-index: 1;
}
.school-nursing-intro .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 2px;
	bottom: 10px;
	right: 10px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(135,200,220,1), rgba(55,120,180,1));
}
.school-nursing-intro .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	border-radius: 500px;
	background-image: url("../images/sub/school-nursing/school-nursing-01.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.no-top-margin {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.what-to-expect {
	padding: 5em 0px;
}
.what-to-expect h2 {
	text-align: center;
	margin: 0px auto .65em;
}
.what-to-expect ol {
	column-count: 2;
	column-fill: balance;
}
.image-row {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(210,210,210,1) 10%, rgba(235,235,235,1) 75%);
	padding: 2.5em 0px;
	background-size: cover;
	background-position: bottom center;
	border-bottom: 8px solid #0077bc;
}
.image-row ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 80%;
	max-width: 1400px;
	text-align: center;
}
.image-row ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-bottom: 25%;
	margin: 1% 3.5%;
	background-color: #333333;
	border-radius: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(-45deg, #204769, #01aef0 80%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.image-row ul li::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -2px;
	left:-2px;
	bottom: 10px;
	right: 10px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(135,200,220,1), rgba(55,120,180,1));
}
.image-row ul li::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	border-radius: 500px;
	background-image: url("../images/sub/pediatric-pdn/pediatric-pdn-01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.image-row ul li:nth-child(2) {
	background-image: linear-gradient(-45deg, #3f88a7, #9bc65f 60%);
}
.image-row ul li:nth-child(2)::after {
	background-image: linear-gradient(135deg, #9bc65f, #3f88a7 60%);
}
.image-row ul li:nth-child(2)::before {
	background-image: url("../images/sub/pediatric-pdn/pediatric-pdn-02.jpg");
}
.image-row ul li:nth-child(3)::before {
	background-image: url("../images/sub/pediatric-pdn/pediatric-pdn-03.jpg");
}
.specialty-programs-section {
	margin: 0px auto;
	background-image: linear-gradient(rgba(255,255,255,1), rgba(250,250,250,0) 50%), url("../images/main/grey-loops.png"), linear-gradient(rgba(225,225,225,1), rgba(240,240,240,1));
	padding: 4em 0px;
}
.specialty-programs-section .copy > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.specialty-programs-section h2 {
	text-align: center;
	margin: 0px auto 1em;
}
.specialty-programs-section .copy > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	padding: 5.5% 5% 4.5%;
	margin: 0px .5%;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.specialty-programs-section .copy > ul > li::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 14px;
	background-color: #0077bc;
}
.specialty-programs-section .copy > ul > li:nth-child(2)::before {
	background-color: #047d96;
}
.specialty-programs-section .copy > ul > li:nth-child(3)::before {
	background-color: #06866b;
}
.specialty-programs-section .copy > ul > li h3 {
	line-height: 1em;
	min-height: 3em;
}
.the-caregiver-team {
	padding: 5em 0px;
}
.the-caregiver-team.dotted-list-2 ul {
	list-style: none;
	margin: 1em 0px 0px;
	padding: 0px;
	column-count: 1;
}
.the-caregiver-team.dotted-list-2 ul li {
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
.resources-accordions {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(210,210,210,1), rgba(245,245,245,1));
	background-size: cover;
	background-position: center;
	padding: 4em 0px;
	position: relative;
	z-index: 1;
}
.resources-accordions::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 60%;
	background-image: linear-gradient(rgba(255,255,255,1) 12%, rgba(255,255,255,0) 100%)
}
.resources-accordions h2 {
	margin: 0px auto .65em;
	text-align: center;
}
.bottom-section-spacer {
	padding: 5em 0px;
	position: relative;
	z-index: 1;
}
.bottom-section-spacer::after{
	content: "";
	position: absolute;
	z-index: 1999;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(0,120,190,1) -10%, rgba(0,120,190,.35) 35%, rgba(0,120,190,.35) 65%, rgba(0,120,190,1) 110%);
}
.pediatric-pc-empowering {
	padding: 5em 0px;
	background-color: #0077bc;
	color: #ffffff;
}
.pediatric-pc-empowering h2 {
	color: #ffffff;
}
.pediatric-pc-family {
	padding: 5em 0px;
	position: relative;
	z-index: 1;
}


.blue-back-icons {
	padding: 4.5em 0px 4em;
	background-image: url("../images/main/quote-loops.png"), linear-gradient(rgba(5,90,145,1), rgba(0,120,190,1));
	color: #ffffff;
	text-align: center;
}
.blue-back-icons h2 {
	color: #ffffff;
}
.blue-back-icons ul {
	list-style: none;
	margin: 1em auto 0px;
	padding: 0px;
	text-align: center;
}
.blue-back-icons .inner > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 1% 2%;
}
.blue-back-icons li .icon {
	background-color: #ffffff;
	border: 6px solid #49a6da;
	width: 80%;
	padding-bottom: 80%;
	border-radius: 200px;
	margin: 0px auto 1.25em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}
.blue-back-icons li:nth-child(1) .icon {
	background-image: url("../images/global/icons-blue/oversight.png")
}
.blue-back-icons li:nth-child(2) .icon {
	background-image: url("../images/global/icons-blue/conflict-resolution.png")
}
.blue-back-icons li:nth-child(3) .icon {
	background-image: url("../images/global/icons-blue/network.png")
}
.blue-back-icons li:nth-child(4) .icon {
	background-image: url("../images/global/icons-blue/map.png")
}
















.sub-page-intro-photo {
	padding: 0px;
	overflow: hidden;
}
.sub-page-intro-photo .inner {
	position: static;
	width: 80%;
	padding: 11% 0px 11%;
	max-width: 1430px;
	text-align: left;
}
.sub-page-intro-photo .copy {
	width: 47%;
	position: relative;
	z-index: 1;
}
.sub-page-intro-photo h2 {
	font-size: 38px;
	line-height: 1.1em;
	font-weight: 300;
	letter-spacing: -.03rem;
	margin: 0px auto .5em;
}
.sub-page-intro-photo p:last-child {
	margin-bottom: 0px;
}
.sub-page-intro-photo .background-image {
	background-color: #0077bc;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -12%;
	bottom: -12%;
	border-radius: 50%;
	width: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(155deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 50%);
}
.sub-page-intro-photo .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: .5%;
	right: 0px;
	bottom: 4%;
	left: 16px;
	border-radius: 50%;
	background-image: linear-gradient(185deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.4) 100%);
}
.sub-page-intro-photo .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 1%;
	right: 0%;
	bottom: 8%;
	left: 30px;
	border-radius: 50% 0% 0% 50%;
	background-image: url("../images/sub/support-service/support-services-01.jpg");
	background-size: cover;
	background-position: left 55%;
	background-repeat: no-repeat;
}


.with-background {
	overflow: hidden;
}
.with-background .copy {
	width: 47%;
}
.with-background .background-image {
	background-color: #0077bc;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -12%;
	bottom: -12%;
	border-radius: 50%;
	width: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(155deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 50%);
}
.with-background .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: .5%;
	right: 0px;
	bottom: 4%;
	left: 16px;
	border-radius: 50%;
	background-image: linear-gradient(185deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.4) 100%);
}
.with-background .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 1%;
	right: 0%;
	bottom: 8%;
	left: 30px;
	border-radius: 50% 0% 0% 50%;
	background-image: url("../images/sub/accredited/mid-photo.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.nursing-intro .background-image {
	background-color: #06866b;
	background-image: linear-gradient(155deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 50%);
}
.nursing-intro .background-image::after {
	background-image: linear-gradient(185deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.4) 100%);
}
.nursing-intro .background-image::before {
	background-image: url("../images/sub/pediatric-apdn/pediatric-apdn-01.jpg");
}
.pcancc-intro .background-image {
	background-color: #0077bc;
	background-image: linear-gradient(145deg, #3e846c 20%, rgba(255,255,255,.3) 60%);
}
.pcancc-intro .background-image::after {
	background-image: linear-gradient(165deg, #aaca38 15%, rgba(255,255,255,.1) 65%);
}
.pcancc-intro .background-image::before {
	background-image: url("../images/sub/pers-care-and-companionship/personal-care-compan-01.jpg");
}
.pediatric-therapy-intro .background-image {
	background-color: #82bd00;
}
.pediatric-therapy-intro .background-image::before {
	background-image: url("../images/sub/ped-therapy/ped-therapy.jpg");
}
.physical-therapy-intro .background-image {
	background-image: linear-gradient(145deg, #4588a1 20%, #0077bc 60%);
}
.physical-therapy-intro .background-image::before {
	background-image: url("../images/sub/phys-therapy/phys-therapy.webp");
}
.speech-therapy-intro .background-image {
	background-color: #82bd00;
}
.speech-therapy-intro .background-image::before {
	background-image: url("../images/sub/speech-lang-therapy/sl-therapy-photo-01.jpg");
}
.care-centers-intro .background-image::before {
	background-image: url("../images/sub/pdhc/pdhc-01.jpg");
}
.colorado-intro .inner {
	padding: 11.5% 0px 12%;
}
.colorado-intro .inner p {
	font-size: 1.3em;
}
.sub-page-intro-photo.colorado-intro .background-image {
	left: 52%;
	top: -16%;
	bottom: -16%;
	width: 56%;
}
.colorado-intro .background-image::before {
	background-image: url("../images/sub/colorado/colorado-01.jpg");
}

.acc-intro .inner {
	padding: 11.5% 0px 12%;
}
.acc-intro .inner p {
	font-size: 1.3em;
}

.acc-intro .background-image::before {
	background-image: url("../images/sub/accredited/sub-photo-acc.jpg");
}



.our-approach {
	padding: 0px;
	overflow: hidden;
}
.our-approach .inner {
	position: static;
	width: 80%;
	padding: 7% 0px 7%;
	max-width: 1430px;
	text-align: left;
}
.our-approach .copy {
	width: 46%;
	position: relative;
	z-index: 1;
}
.our-approach p:last-child {
	margin-bottom: 0px;
}
.our-approach .background-image {
	background-color: #0077bc;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -12%;
	bottom: -12%;
	border-radius: 50%;
	width: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(145deg, #3e846c 20%, #0077bc 60%);
}
.our-approach .background-image::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: .5%;
	right: 0px;
	bottom: 4%;
	left: 16px;
	border-radius: 50%;
	background-image: linear-gradient(165deg, #aaca38 25%, #0077bc 65%);
}
.our-approach .background-image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 1%;
	right: 0%;
	bottom: 8%;
	left: 30px;
	border-radius: 50% 0% 0% 50%;
	background-size: cover;
	background-position: left 55%;
	background-repeat: no-repeat;
}
.our-approach.phys-our-approach .background-image::before {
	background-image: url("../images/sub/phys-therapy/ped-therapy.webp");
}
.our-approach.occ-our-approach .background-image::before {
	background-image: url("../images/sub/occ-therapy/ped-therapy.jpg");
}
.our-approach.speech-our-approach .background-image::before {
	background-image: url("../images/sub/speech-lang-therapy/ped-therapy.jpg");
}
.our-approach.experienced-pediatric-care .background-image::before {
	background-image: url("../images/sub/pdhc/pdhc-03.jpg");
}

.services-section {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(200,200,200,1), rgba(240,240,240,1));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 4em 0px;
}
.services-section::before, .services-section::after {
	content: "";
	position: absolute;
}
.services-section::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 40%;
	background-image: linear-gradient(rgba(255,255,255,.75) 15%, rgba(255,255,255,0) 85%);
}
.services-section::after {
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(205,205,205,1) 10%, rgba(205,205,205,.45), rgba(205,205,205,.25), rgba(205,205,205,1))
}
.services-section .inner {
	list-style: none;
	padding:0; 
	width: 85%;
}
.services-section .inner > div,
.services-section .inner > li  {
	border-bottom: 2px dashed rgba(0,0,0,.15);
	padding: 4.5% 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.services-section .inner > div:last-child,
.services-section .inner > li:last-child {
	border-bottom: 0px dashed rgba(175,205,225,1);
}


.services-section .icon {
	width: 21%;
	padding-bottom: 21%;
	border-radius: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #333333;
	margin: 0px 40px 0px 0px;
	background-image: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.0) 50%);
	display: inline-block;
	vertical-align: middle;
}
.services-section .icon::before, .services-section .icon::after {
	content: "";
	position: absolute;
}
.services-section .icon::before {
	z-index: 2;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 500px;
	background-color: #444444;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-section .icon::after {
	z-index: 1;
	top: -11px;
	left: -11px;
	right: 11px;
	bottom: 11px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(255,255,255,.6) 20%, rgba(255,255,255,.2) 60%);
}
.services-section div:nth-child(1) .icon, 
.services-section div:nth-child(1) .icon::before, 
.services-section div:nth-child(6) .icon, 
.services-section div:nth-child(6) .icon::before,
.services-section li:nth-child(1) .icon, 
.services-section li:nth-child(1) .icon::before, 
.services-section li:nth-child(6) .icon, 
.services-section li:nth-child(6) .icon::before {
	background-color: #0077bc;
}
.services-section div:nth-child(2) .icon, 
.services-section div:nth-child(2) .icon::before, 
.services-section div:nth-child(7) .icon, 
.services-section div:nth-child(7) .icon::before,
.services-section li:nth-child(2) .icon, 
.services-section li:nth-child(2) .icon::before, 
.services-section li:nth-child(7) .icon, 
.services-section li:nth-child(7) .icon::before {
	background-color: #82bd00;
}
.services-section div:nth-child(3) .icon, 
.services-section div:nth-child(3) .icon::before, 
.services-section div:nth-child(8) .icon, 
.services-section div:nth-child(8) .icon::before,
.services-section li:nth-child(3) .icon, 
.services-section li:nth-child(3) .icon::before, 
.services-section li:nth-child(8) .icon, 
.services-section li:nth-child(8) .icon::before {
	background-color: #008b80;
}
.services-section div:nth-child(5) .icon, 
.services-section div:nth-child(5) .icon::before,
.services-section li:nth-child(5) .icon, 
.services-section li:nth-child(5) .icon::before {
	background-color: #004a72;
}
.services-section div:nth-child(4) .icon, 
.services-section div:nth-child(4) .icon::before,
.services-section li:nth-child(4) .icon, 
.services-section li:nth-child(4) .icon::before  {
	background-color: #047d96;
}
.services-section .copy {
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 50px);
	text-align: left;
}
.services-section p {
	margin: 1em 0px 0px;
	width: 90%;
}

.services-section ul.inner {
	list-style: none;
}

.services-section div.services-habilitation .icon::before,
.services-section li.services-habilitation .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/habilitation-services.jpg");
}
.services-section div.services-behavioral .icon::before,
.services-section li.services-behavioral .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/behavioral-therapy.jpg");
}
.services-section div.services-school .icon::before,
.services-section li.services-school .icon::before  {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/educational-services.jpg");
}
.services-section div.services-california .icon::before,
.services-section li.services-california .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/california.jpg");
}
.services-section div.services-colorado .icon::before,
.services-section li.services-colorado .icon::before  {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/colorado.jpg");
}
.services-section div.services-arizona .icon::before,
.services-section li.services-arizona .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/arizona.jpg");
}
.services-section div.services-mil-fam .icon::before,
.services-section li.services-mil-fam .icon::before  {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/support-service/section-photo/tricare.jpg");
}
.services-section div.services-pediatric-nursing .icon::before,
.services-section li.services-pediatric-nursing .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/pediatric-apdn/pediatric-pdn.jpg");
}
.services-section div.services-adult-nursing .icon::before,
.services-section li.services-adult-nursing .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/pediatric-apdn/adult-pdn.jpg");
}
.services-section div.services-p-therapy .icon::before,
.services-section li.services-p-therapy .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/ped-therapy/phys-therapy.jpg");
}
.services-section div.services-s-therapy .icon::before,
.services-section li.services-s-therapy .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/ped-therapy/sl-therapy.jpg");
}
.services-section div.services-o-therapy .icon::before,
.services-section li.services-o-therapy .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/ped-therapy/occ-therapy.jpg");
}
.services-section div.services-personal-care .icon::before,
.services-section li.services-personal-care .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/pers-care-and-companionship/pediatric-care.jpg");
}
.services-section div.services-companionship .icon::before,
.services-section li.services-companionship .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/pers-care-and-companionship/adult-care.jpg");
}
.services-section div.services-concierge .icon::before,
.services-section li.services-concierge .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/pers-care-and-companionship/concierge.jpg");
}
.services-section a.copy-link::before, .payment-block a.copy-link::before {
	background-image: url("../images/global/right-arrow-white.png");
	background-size: 40%;
	background-position: center;
}
.services-section a.copy-link:hover::before, .services-section a.copy-link:focus::before, .services-section a.copy-link:active::before, .payment-block a.copy-link:hover::before, .payment-block a.copy-link:focus::before, .payment-block a.copy-link:active::before {
	background-image: url("../images/global/right-arrow-dark.png");
}
.payment-block .inner > div a::after {
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: left;
	background-color: #ffffff;
	transform: scaleX(0);
}
.payment-block .inner > div a:hover::after, .payment-block .inner > div a:focus::after, .payment-block .inner > div a:active::after {
	background-color: #06866b;
	transform: scaleX(1);
}


.bubble-left {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(215,215,215,1), rgba(245,245,245,1));
	padding: 5.5% 0px 5%;
	background-size: 95%, cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.bubble-left::before, .bubble-left::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.bubble-left::before {
	z-index: 1;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(210,210,210,.25) 35%, rgba(210,210,210,.25) 65%, rgba(210,210,210,1) 100%);
}
.bubble-left::after {
	z-index: -1;
	bottom: 20%;
	background-image: linear-gradient(180deg, rgba(255,255,255,.6) 10%,  rgba(255,255,255,0));
}
.bubble-left .background-image {
	width: 26%;
	padding-bottom: 26%;
	margin: 0px 3.5% 0px 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 500px;
	overflow: hidden;
	background-color: #333333;
	background-image: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.0) 50%);
	position: relative;
	z-index: 1;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,.12);
}
.bubble-left .background-image::before, .bubble-left .background-image::after {
	content: "";
	position: absolute;
}
.bubble-left .background-image::before {
	z-index: 2;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	border-radius: 500px;
	background-color: #444444;
	background-size: cover;
	background-position: center, center 45%;
	background-repeat: no-repeat;
}
.bubble-left .background-image::after {
	z-index: 1;
	top: -12px;
	left: -12px;
	right: 12px;
	bottom: 12px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(255,255,255,.6) 20%, rgba(255,255,255,.2) 60%);
}
.bubble-left .copy {
	text-align: left;
	width: 69%;
        font-size: 18px;
        line-height: 2em;
        font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}

.bubble-left.physical-therapy-section .background-image {
	background-color: #82bd00;
}
.bubble-left.physical-therapy-section .background-image::before {
	background-image: url("../images/sub/phys-therapy/phys-therapy-photo-02.webp");
}
.bubble-left.speech-therapy-section .background-image {
	background-color: #0077bc;
}
.bubble-left.speech-therapy-section .background-image::before {
	background-image: url("../images/sub/speech-lang-therapy/speech-photo-round.jpg");
}
.bubble-left.what-is-pediatric .background-image {
	background-color: #0077bc;
}
.bubble-left.what-is-pediatric .background-image::before {
	background-image: url("../images/sub/adult-pdn/adult-pdn-01.jpg");
}
.bubble-left.what-is-aba .background-image {
	background-color: #82bd00;
}
.bubble-left.what-is-aba .background-image::before {
	background-image: url("../images/sub/behavioral-therapy/behavioral-therapy-01.jpg");
}
.bubble-left.dhcc-section .background-image {
	background-color: #0077bc;
}
.bubble-left.dhcc-section .background-image::before {
	background-image: url("../images/sub/pdhc/pdhc-02.jpg");
}


.bubble-left.janet .background-image {
	background-color: #0077bc;
}
.bubble-left.janet .background-image::before {
	background-image: url("../images/sub/habilitation-services/janet.jpg");
}




.multi-color-divider {
	position: relative;
	z-index: 10;
	width: 100%;
	padding-bottom: 30px;
	background-color: #dedede;
	background-image: url("../images/main/color-divider.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}


.white-to-grey {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(225,225,225,1), rgba(240,240,240,1));
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.white-to-grey::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 30%;
	background-image: linear-gradient(rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%)
}
.white-to-grey h2 {
	text-align: center;
}

a.copy-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .1rem;
	color: #ffffff;
	background-color: #0077bc;
	padding: 13px 35px 13px 50px;
	border-radius: 50px;
	margin-top: 2em;
	position: relative;
	z-index: 1;
	transition: .3s all ease-in-out;
	overflow: hidden;
}
a.copy-link:hover, a.copy-link:focus, a.copy-link:active {
	text-decoration: none;
}
a.copy-link::before, a.copy-link::after {
	content: "";
	position: absolute;
	transition: .3s all ease-in-out;
}
a.copy-link::before {
	z-index: 1;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/global/magnifying-glass-white.png");
	background-color: #053d5d;
}
a.copy-link:hover::before, a.copy-link:focus::before, a.copy-link:active::before {
	background-image: url("../images/global/magnifying-glass-on.png");
	background-color: #ffffff;
}
a.copy-link::after {
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: left;
	background-color: #ffffff;
	transform: scaleX(0);
}
a.copy-link:hover::after, a.copy-link:focus::after, a.copy-link:active::after {
	background-color: #06866b;
	transform: scaleX(1);
}


.skills-section {
	background-image: url("../images/main/grey-loops.png"), linear-gradient(rgba(210,210,210,1), rgba(245,245,245,1));
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5em 0px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.skills-section::before, .skills-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.skills-section::before {
	z-index: 1;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(0,120,190,1) -10%, rgba(0,120,190,.35) 35%, rgba(0,120,190,.35) 65%, rgba(0,120,190,1) 110%);
}
.skills-section::after {
	z-index: -1;
	bottom: 50%;
	background-image: linear-gradient(180deg, rgba(255,255,255,.65),  rgba(255,255,255,0));
}
.skills-section h2 {
	color: #333333;
	text-align: center;
	margin: 0px auto .5em;
}
.skills-section h3 {
	text-align: center;
	margin: 1em 0px;
}

.icon-list {
	list-style: none;
	margin: 1em auto 0px;
	padding: 0px;
	text-align: center;
}
.icon-list > li {
	display: inline-block;
	vertical-align: top;
	max-width: 300px
}
.icon-list > li .icon {
	width: 70%;
	padding-bottom: 70%;
	border-radius: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #333333;
	margin: 0px auto 1em;
	background-image: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.0) 50%);
}
.icon-list > li .icon::before, .icon-list > li .icon::after {
	content: "";
	position: absolute;
}
.icon-list > li .icon::before {
	z-index: 2;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 500px;
	background-color: #444444;
	background-size: cover, 65%;
	background-position: center, center 45%;
	background-repeat: no-repeat;
}
.icon-list > li .icon::after {
	z-index: 1;
	top: -9px;
	left: -9px;
	right: 9px;
	bottom: 9px;
	border-radius: 500px;
	background-image: linear-gradient(135deg, rgba(255,255,255,.6) 20%, rgba(255,255,255,.2) 60%);
}
.icon-list > li:nth-child(1) .icon, .icon-list > li:nth-child(1) .icon::before, .icon-list > li:nth-child(11) .icon, .icon-list > li:nth-child(11) .icon::before, .icon-list > li:nth-child(6) .icon, .icon-list > li:nth-child(6) .icon::before {
	background-color: #0077bc;
}
.icon-list > li:nth-child(2) .icon, .icon-list > li:nth-child(2) .icon::before, .icon-list > li:nth-child(7) .icon, .icon-list > li:nth-child(7) .icon::before, .icon-list > li:nth-child(9) .icon, .icon-list > li:nth-child(9) .icon::before {
	background-color: #82bd00;
}
.icon-list > li:nth-child(3) .icon, .icon-list > li:nth-child(3) .icon::before, .icon-list > li:nth-child(8) .icon, .icon-list > li:nth-child(8) .icon::before {
	background-color: #008b80;
}
.icon-list > li:nth-child(5) .icon, .icon-list > li:nth-child(5) .icon::before, .icon-list > li:nth-child(10) .icon, .icon-list > li:nth-child(10) .icon::before {
	background-color: #004a72;
}
.icon-list > li:nth-child(4) .icon, .icon-list > li:nth-child(4) .icon::before, .icon-list > li:nth-child(12) .icon, .icon-list > li:nth-child(12) .icon::before {
	background-color: #047d96;
}
.icon-list li .copy {
	color: #333333;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin: 0px auto 1em;
}
.icon-list.icon-list.column6 li .copy, .icon-list.icon-list.column5 li .copy {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin: 0px auto 0em;
}
.icon-list li .copy .footnote {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	display: block;
}
.icon-list li h3 {
	margin: 0px auto .25em;
}
.icon-list li h4 {
	margin: 1em auto .25em;
	font-weight: 500;
}
.icon-list li ul {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	list-style: none;
	margin: 1em 0px;
	padding: 0px;
}
.icon-list.column3 > li {
	width: 28%;
	margin: 1% 2.5%;
}
.icon-list.column3 > li .copy > ul li {
	margin: 0px auto 1em;
	width: 100% !important;
	display: block;
}
.icon-list.column4 > li {
	width: 20%;
	margin: 1% 2%;
}
.icon-list.column4 > li .icon {
	width: 85%;
	padding-bottom: 85%;
}
.icon-list.column5 > li {
	width: 15.5%;
	margin: 1% 2%;
}
.icon-list.column5 > li .icon {
	width: 92%;
	padding-bottom: 92%;
}
.icon-list.column6 > li {
	width: 14.2%;
	margin: 1% 1%;
}
.icon-list.column6 > li .icon {
	width: 92%;
	padding-bottom: 92%;
}
.icon-list li .copy .footnote {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	display: block;
}

.nursing-section ul li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/check-list.png);
	background-size: cover, 71%;
}
.nursing-section ul li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/aid-services.png)
}
.nursing-section ul li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/family.png);
	background-size: cover, 78%;
}
.nursing-section ul li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/data.png);
	background-size: cover, 70%;
	background-position: center;
}
.nursing-section ul li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/hands-care.png);
	background-size: cover, 68%;
}
.nursing-section ul li:nth-child(6) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/background-checks.png);
	background-size: cover, 73%;
	background-position: center;
}
.dhcc-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/skilled-nursing.png");
}
.dhcc-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/phys-therapy.png");
}
.dhcc-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/aid-services.png");
}
.dhcc-section .icon-list li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/positive.png");
}
.dhcc-section .icon-list li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/development-activities.png");
}
.dhcc-section .icon-list li:nth-child(6) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/social-skills.png");
}
.dhcc-section .icon-list li:nth-child(7) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/physicians-service.png");
}
.dhcc-section .icon-list li:nth-child(8) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/speach-therapy.png");
}
.dhcc-section .icon-list li:nth-child(9) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/school.png");
}
.dhcc-section .icon-list li:nth-child(10) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/transport.png");
}
.school-staffing-skills ul li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/school.png);
}
.school-staffing-skills ul li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/check-list.png)
}
.school-staffing-skills ul li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/family.png);
}
.school-staffing-skills ul li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url(../images/global/icons-white/development-activities.png);
}
.school-staffing-skills ul li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/aid-services.png");
}
.educational-services-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/skilled-nursing.png");
}
.educational-services-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/phys-therapy.png");
}
.educational-services-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/school.png");
}
.educational-services-section .icon-list li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/development-activities.png");
}
.educational-services-section .icon-list li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/mask.png");
}
.habilitation-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/grooming.png");
}
.habilitation-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/social-skills.png");
}
.habilitation-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/school.png");
}
.habilitation-section .icon-list li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/safety.png");
}
.habilitation-section .icon-list li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/ask-for-help.png");
}
.habilitation-section .icon-list li:nth-child(6) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/money.png");
}
.behavioral-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/data.png");
}
.behavioral-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/check-list.png");
}
.behavioral-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/positive.png");
}
.behavioral-section .icon-list li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/development-activities.png");
}
.behavioral-section .icon-list li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/hands-care.png");
}
.ped-personal-services .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/grooming.png");
}
.ped-personal-services .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/bathing.png");
}
.ped-personal-services .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/food.png");
}
.ped-personal-services .icon-list li:nth-child(4) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/mobility.png");
}
.ped-personal-services .icon-list li:nth-child(5) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/safety.png");
}
.ped-personal-services .icon-list li:nth-child(6) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/laundry.png");
}
.ped-personal-services .icon-list li:nth-child(7) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/light-housekeeping.png");
}
.ped-personal-services .icon-list li:nth-child(8) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/aid-services.png");
}
.ped-personal-services .icon-list li:nth-child(9) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/medication.png");
}
.colorado-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/skilled-nursing.png");
}
.colorado-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/grooming.png");
}
.colorado-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/food.png");
}

.support-services-section .icon-list li:nth-child(1) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/aid-services.png");
}

.support-services-section .icon-list li:nth-child(2) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/house.png");
}
.support-services-section .icon-list li:nth-child(3) .icon::before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/global/icons-white/temp-worker.png");
}



.dotted-list ul {
	list-style: none;
	margin: 1em 0px 0px;
	padding: 0px;
}
.dotted-list ul li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	color: #333333;
	padding: 7px 0px 7px 30px;
	position: relative;
	z-index: 1;
}
.dotted-list ul li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 1em;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #047d96;
}
.dotted-list ul ul {
	margin: .5em 0px;
}
.dotted-list ul ul li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 1em;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border: 2px solid #047d96;
}
.list2 ul {
	column-count: 2;
	column-fill: balance;
}
.list3 ul {
	column-count: 3;
	column-fill: balance;
}


.qualify-pd {
	padding: 0em 0em 4em !important;
}
.nursing-section.skills-section::after {
	z-index: -1;
	bottom: 0%;
	background-image: linear-gradient(180deg, rgba(255,255,255,.95) 45%,  rgba(255,255,255,.45));
}


.juicer-section {
	width: 90%;
	max-width: 1500px;
	margin: 1em auto;
}
.juicer-header {
	background-color: #0077bc;
	padding: 25px;
	margin-top: 10px;
	font-size: 2em;
	display: block;
	width: calc(100% - 50px);
	text-align: center;
	color: #ffffff;
}
.juicer-header h2 {
	font-size: inherit;
 	line-height: 1em;
 	font-weight: 400;
	color: #ffffff;
 	margin: 0px;
}
.colorado-section {
	padding: 5em 0px
}
.w2-notification {
	display: none !important;
	font-size: 1.6em;
	line-height: 1em;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,.1)
}
.w2-notification a.inner {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: .65em 5%;
	text-align:center;
	color: #0077bc;
	position: relative;
	z-index: 1;
	transition: .15s all ease-in-out .1s;
}
.w2-notification a.inner:hover, .w2-notification a.inner:focus, .w2-notification a.inner:active {
	color: #ffffff;
	transition: .15s all ease-in-out 0s;
}
.w2-notification a.inner::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002d4c;
	opacity: 0;
	transform: scaleX(0);
	transition: .25s all ease-in-out;
}
.w2-notification a.inner:hover::before, .w2-notification a.inner:focus::before, .w2-notification a.inner:active::before {
	opacity: 1;
	transform: scaleX(1);
}
.w2-notification a.inner strong {
	color: #053d5d;
	transition: .15s all ease-in-out .1s;
}
.w2-notification a.inner:hover strong, .w2-notification a.inner:focus strong, .w2-notification a.inner:active strong {
	color: #ffffff;
	transition: .15s all ease-in-out 0s;
}
.alt-w2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 1em auto 0px;
	box-shadow: 0px 5px 40px 0px rgba(0,0,0,.1);
}


.hero-graphic-sub.arizona-banner .inner .copy h1 {
	font-size: 39px;
}


.sub-page-contact-form.arizona-form  .fsBody .fsForm {
	float: none !important;
	padding-bottom: 50px;
	margin: 0 auto;
}

.sub-page-contact-form.arizona-form  .fsBody .fsForm .fsSubmitButton {
	margin: 0 auto;
	display: block;
}


.sub-page-contact-form.arizona-form  .fsBody .fsForm h1{
	display: none;
}

.sub-page-intro.arizona-intro {
	padding: 7% 0;
	background: url('../images/main/grey-loops-trans.png'), linear-gradient(-90deg, #3b806c, #306b58);
	color: #fff;
}

.sub-page-intro.arizona-intro  h2 {
	color: #fff;
}

.sub-page-intro.arizona-intro .background-image::before, 
.sub-page-intro.arizona-intro .background-image::after {
  content: "";
  position: absolute;
}
.sub-page-intro.arizona-intro .inner {
	position: relative;
	z-index: 1;
}
.sub-page-intro.arizona-intro .copy {
	width: 70%;
}

.sub-page-intro.arizona-intro .background-image {
		width: 26%;
		padding-bottom: 26%;
		border-radius: 500px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
		overflow: hidden;
		background-color: #3c826e;
		margin: 0px auto 1em;
		background-image: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.0) 50%);
		display: inline-block;
		vertical-align: middle;
	
}

.sub-page-intro.arizona-intro .background-image:before {
	content:'';
	z-index: 2;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 500px;
	background-color: #3c826e;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/arizona/new-program.jpg");

}
.sub-page-intro-photo.lha-intro {
	background-color: #f7f7f7;
}

.private-duty-sub p.large{
	font-size: 21px;
	
}
.private-duty-sub p.large strong {
	font-weight: 700;
}
.sub-page-intro-photo.lha-intro .background-image {
	background-color: #85ce60;
}
.sub-page-intro-photo.lha-intro  .background-image {
	background-image:none;

	background-image: linear-gradient(155deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 50%);
}

.sub-page-intro-photo.lha-intro  .inner {
	padding: 9% 0 9%;
}
.sub-page-intro-photo.lha-intro  .background-image::after {
	background-image: linear-gradient(185deg, #84ce60  30%, #3b806c 100%);
}
.sub-page-intro-photo.lha-intro .background-image:before {
	background-image: url('../images/sub/arizona/how-will-it-work.jpg');
}


.sub-page-intro-photo.lha-intro .table-wrap {
	border: 1px solid #005ca3;
	border-radius: 20px;
	
	background-image: linear-gradient(#f0f7f5, #e4f1ee);
}

.sub-page-intro-photo.lha-intro table {
	width: 100%;
	line-height: 1;
	border-collapse: collapse;
}



.sub-page-intro-photo.lha-intro table tr td {
	border-right:  1px solid #005ca3;
	margin:0;
	line-height: 1;
	padding: 10px 10px;
	white-space: nowrap;
}
.sub-page-intro-photo.lha-intro table tr:first-child td {
	padding-top: 30px;
}
.sub-page-intro-photo.lha-intro table tr:last-child td {
	padding-bottom: 30px;
}
.sub-page-intro-photo.lha-intro table tr td:first-child {
	padding-left:  30px;
}
.sub-page-intro-photo.lha-intro table tr td:before {
	content: '•';
	margin-right: 10px;
}
.sub-page-intro-photo.lha-intro table tr td:last-child {
	border-right: none;
}

.private-duty-sub .sub-page-intro.arizona-training {
	padding: 8em 0px 8em;
}

.sub-page-intro.arizona-training  .background-image::before, 
.sub-page-intro.arizona-training  .background-image::after {
  content: "";
  position: absolute;
}
.sub-page-intro.arizona-training  .inner {
	position: relative;
	z-index: 1;
}
.sub-page-intro.arizona-training .copy {
	width: 70%;
	float:right;
}

.sub-page-intro.arizona-training  .background-image {
		width: 26%;
		padding-bottom: 26%;
		border-radius: 500px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
		overflow: hidden;
		background-color: #3c826e;
		margin: 0px auto 1em;
		background-image: linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.0) 50%);
		display: inline-block;
		vertical-align: middle;
	
}

.sub-page-intro.arizona-training .background-image:before {
	content:'';
	z-index: 2;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 500px;
	background-color: #3c826e;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/arizona/training.jpg");

}


.sub-page-intro-photo.arizona-sign-up-info {
	background: #f7f7f7;
}

.sub-page-intro-photo.arizona-sign-up-info .background-image:before {
	background-image: linear-gradient(145deg, rgba(255,255,255,.4), rgba(255,255,255,0) 50%), url("../images/sub/arizona/how-do-i-sign-up.jpg");
}

.btn-wrap .btn {
	background-color: #0b88d1;
	text-transform: uppercase;
	color: #fff;
	font-size:16px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
}
.btn-wrap .btn:hover {
	text-decoration: none;
	background-color: #053d5d;
}
.btn-wrap .btn:nth-child(2) {
	padding: 10px 45px 10px 15px;
}
.btn-wrap .btn:nth-child(2):after {
	content: '';
	background-image: url('../images/sub/arizona/mail.png');
	width: 25px;
	height: 15px;
	display:inline-block;
	background-size:80%;
	background-repeat: no-repeat;
	margin-left: 5px;
	position: absolute;
	right:7px;
}
.btn-wrap .btn:nth-child(3) {
	padding: 10px 45px 10px 15px;
}
.btn-wrap .btn:nth-child(3):after {
	content: '';
	background-image: url('../images/sub/arizona/phone.png');
	width: 25px;
	height: 20px;
	display:inline-block;
	background-size: 70%;
	background-repeat: no-repeat;
	margin-left: 5px;
	position: absolute;
	right:7px;
}

#arizona-form h2 {
	margin-bottom: 30px;
}

.hero-graphic-sub.arizona-banner {
	background-image: url("../images/sub/arizona/arizona-banner.jpg");
}

p.larger {
	font-size: 21px;
}

.sign-on-callout {
	padding: 30px 0;
	background-color: #0191ff;
	text-align: center;
}

.sign-on-callout h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
