/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.home-care-detection-emergency {
    display: block;
    --p-width: 620px;
    --p-height: 620px;
    width: var(--p-width);
    height: var(--p-height);
}
@media only screen and (max-width: 1068px) {
    .home-care-detection-emergency {
        --p-width: 462px;
        --p-height: 530px;
    }
}
@media only screen and (max-width: 734px) {
    .home-care-detection-emergency {
        --p-width: 642px;
        --p-height: 440px;
    }
}
@media only screen and (max-width:480px) {
    .home-care-detection-emergency {
        --p-width: 420px;
        --p-height: 440px;
    }
}

.home-care-detection-alert {
    display: block;
    --p-width: 620px;
    --p-height: 620px;
    width: var(--p-width);
    height: var(--p-height);
}
@media only screen and (max-width: 1068px) {
    .home-care-detection-alert {
        --p-width: 462px;
        --p-height: 530px;
    }
}
@media only screen and (max-width: 734px) {
    .home-care-detection-alert {
        --p-width: 642px;
        --p-height: 440px;
    }
}
@media only screen and (max-width:480px) {
    .home-care-detection-alert {
        --p-width: 420px;
        --p-height: 440px;
    }
}


.grid-continuing-care-connected .tile-content-headline {
    max-width: 550px;
}
@media only screen and (max-width: 1068px) {
	.grid-continuing-care-connected .tile-content-headline {
		max-width: 400px;
	}
}

@media only screen and (max-width: 734px) {
    .section-explore .typography-section-headline {
        font-size: 38px;
    }
}

.section-tiles .grid-item.image-align-center .home-care-health-metrics.tile-background {
    left: 33%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1068px) {
	.section-tiles .grid-item.image-align-center .home-care-health-metrics.tile-background {
    	left: 30%;
    	transform: translateX(-60%);
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .grid-item.image-align-center .home-care-health-metrics.tile-background {
    	left: 50%;
    	transform: translateX(-50%);
	}
}

.grid-continuing-care-progress .tile-content-headline {
	max-width: 25.35rem;
}
@media only screen and (max-width: 1068px) {
.grid-continuing-care-progress .tile-content-headline {
	max-width: 22.35rem;
}
}

.modal.modal-tiles.modal-tiles-early-detection .modal-content-hero .card-headline {
	max-width: 67.88rem;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 