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






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




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

@media only screen and (max-width: 320px) {
    .device-grid-copy-fingertips {
       margin-left: -15px;
    }
}

#ac-globalfooter .ac-gf-sosumi {
   padding-top: 40px;
}

@media only screen and (max-width: 734px) {
   .section-privacy .grid-wrapper {
      padding-bottom: 0;
   }
}

@media only screen and (max-width: 1068px) {
	.section-your-health .grid-item-medication-tracking .image {
		left: 55%;
		top: 6%;
	}
}

@media only screen and (max-width: 734px) {
	.section-your-health .grid-item-medication-tracking .image {
		left: 50%;
		top: 0%;
	}
}

@media only screen and (max-width: 1068px) {
	.section-your-health .grid-item-medication-tracking .tile-header {
		max-width: 320px;
	}
}

@media only screen and (max-width: 734px) {
	.section-your-health .grid-item-medication-tracking .tile-header {
		max-width: 286px;
	}
}


@media only screen and (max-width: 1068px) {
	.device-grid-item-wrapper.medications .device-grid-img{
		top: -300px;
	}
}

@media only screen and (max-width: 734px) {
	.device-grid-item-wrapper.medications .device-grid-img {
		top: 93px;
	}
}



@media only screen and (max-width: 734px) {
	.device-grid-item-wrapper.copy-data .device-grid-copy-data {
		--copy-width: 270px;
		max-width: var(--copy-width);
	}
}

@media only screen and (max-width: 734px) {
	.device-grid-item-wrapper.summary .device-grid-img {
		position: absolute;
		left: 50%;
		transform: translate3d(-50%,0,0);
		top: 213px;
	}
}


@media only screen and (max-width: 1068px) {
    .grid-item-afib-history .tile-body {
        --tile-body-padding-top: 100px;
    }
}
@media only screen and (max-width: 734px) {
    .grid-item-afib-history .tile-body {
        --tile-body-padding-top: 25px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-expert .grid-item-cycle-tracking .tile-overlay-content .typography-subsection-copy {
        font-size: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .section-expert .grid-item-cycle-tracking .tile-overlay-content .typography-subsection-copy {
        font-size: 15px;
    }
}

@media (min-width:1069px) {
    .section-insights .item-container {
        grid-template-columns: repeat(2,1fr);
    }
}

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