﻿.LandingPageMainBlock {
	background-color: rgba(255,255,255,.3);
	margin: 2rem 5%;
	max-width: 1440px;
	/* 
		To keep layout/spacing correct only allow 3 items per row
		1 item is 360px wide
		360 * 3 = 1080 
		360 * 4 = 1440
	*/
}

.LandingPageMainBlock {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

	.LandingPageMainBlock > * {
		text-align: left;
		-ms-text-justify: auto;
		text-justify: auto;
	}

	.LandingPageMainBlock *:not(dd) {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.LandingPageMainBlock > a {
		text-decoration: none;
		height: 100%;
	}

		.LandingPageMainBlock > a:hover > * {
			background-color: rgba(111,111,111,.1);
		}

.LandingPageMainBlockSection {
	margin-top: 20px;
	width: 360px;
}

	.LandingPageMainBlockSection img {
		width: 150px;
		height: 150px;
	}

	.LandingPageMainBlockSection dl {
		width: 175px;
	}

	.LandingPageMainBlockSection span {
		font-size: 1.5rem;
	}

.rightArrow_MyServices {
	color: rgb(7,106,33)
}

.rightArrow_CaseInformation {
	color: rgb(217,171,0)
}

.rightArrow_Guardianship {
	color: rgb(70,118,163)
}

.rightArrow_PayOnline {
	color: rgb(217,106,0)
}

.rightArrow_PACFile {
	color: rgb(37,61,124)
}

.rightArrow_HelpAndSupport {
	color: rgb(130,159,128)
}

dl {
	vertical-align: top;
	margin: 0px;
}

	dl dt {
		font-weight: bold;
		color: black;
	}

	dl dd {
		margin-left: 1rem;
		color: black;
	}

.justifyText {
	text-align: justify;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
