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






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




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


.detail-tiles .detail-tile {
    min-height: 740px;
  }
  
  @media only screen and (max-width: 1068px) {
    .detail-tiles .detail-tile {
       min-height: 700px;
    }
  }
  
  @media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
       min-height: 632px;
    }
  }

@media only screen and (max-width: 1068px) {
	.grid-item-tile-employee-access .typography-headline-elevated {
		font-size: 44px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-tile-employee-access .typography-headline-elevated {
		font-size: 40px;
	}
}


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