.VocationsHome {
	width: 100%;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 9pt;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	color: #5A2800;
	border: 1px solid #5f4d41;
}

.VocationsHomeTitle {
	background: #5f4d41;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 8px 10px;
	border-bottom: 1px solid #5f4d41;
	margin-bottom: 0;
}

.VocationsHomeTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #d4c0a1;
	border: 0;
}

.VocationsHomeCell {
	width: 25%;
	padding: 8px;
	vertical-align: top;
	border-right: 1px solid #5f4d41;
}

.VocationsHomeLink {
	display: block;
	text-decoration: none;
	color: inherit;
}

.VocationsHomeLink:hover .VocationsHomeCard {
	border-color: #793d03;
	box-shadow: 0 0 0 1px #793d03 inset;
}

.VocationsHomeLink:hover .VocationsHomeName {
	text-decoration: underline;
}

.VocationsHomeCell:last-child {
	border-right: 0;
}

.VocationsHomeCard {
	width: 100%;
	text-align: left;
	border: 1px solid #5f4d41;
	background: #f1e0c6;
	padding: 6px;
}

.VocationsHomeImageWrap {
	width: 100%;
	height: 140px;
	overflow: hidden;
	border: 1px solid #5f4d41;
	background: #d5c0a1;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.VocationsHomeImage {
	display: block;
	max-width: 100%;
	max-height: 130px;
	width: auto;
	height: auto;
	object-fit: contain;
	border: 0;
	image-rendering: pixelated;
}

.VocationsHomeName {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.VocationsHomePath {
	color: #3a2a10;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 6px 0;
}

.VocationsHomeDesc {
	color: #5A2800;
	font-size: 8pt;
	line-height: 1.35;
	margin: 0;
}
