/* Logged in/Home page CSS */

.page-logged-in .main-intro .skipped_registration_notice{
	border: solid 2px red;
	padding: 10px 30px;
	border-radius: 4px;
	background-image: url(/images/icons/notice.png);
	background-position: 2px 2px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
 }

 /*TILES */
 .page-logged-in .tile_container {
 	display: grid;
 }

.page-logged-in h3 {
	font-size: 24px;
	line-height: 1.2;
}

.tile a.full_tile_link {
	position: absolute;
	height: 100%;
	width: 100%;
}

 .tile.schedule_apt_tile {
 	background-color: #486a70;
 	color:white;
 	padding: 15px 1% 45px 1%;
 	margin: 0 0 12px;
 }