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






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




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

@media only screen and (max-width: 320px) {
    .device-grid-copy-fingertips {
       margin-left: -22px;
       font-size: 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: 2%;
	}
}

@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 (min-width:1069px) {
    .section-insights .item-container {
        grid-template-columns: repeat(2,1fr);
    }
}

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