﻿/* Landing Page Markup Styles */

/* Main Feature */
h4.lndmfElement-h4 
{
	-ms-name: "Feature Heading";
}
p.lndmfElement-p
{
	-ms-name: "Paragraph";
}
a.lndmfElement-amore
{
	-ms-name: "More Info Link";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 7px;
	background-color: #f78f1e;
	color: #fff;
	text-transform: uppercase;
	margin: 10px;
	cursor: pointer;
}
a.lndmfElement-amore:link, a.lndmfElement-amore:visited { color: #fff; }
a.lndmfElement-amore:hover
{
	background-color: #c60;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}