/*
Coors Foundation
Board Book and Grant Application System
Karl Glasgow
code@keg4.com
Copyright 2013, All Rights Reserved
*/


/*
Path Selection */
h1.TrailheadPrompt {
	color: #367A43;
}
.Trailhead {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
	margin: 0 0 2.0rem 0;
	min-width: 600px;
	max-width: 100%;
	border: none;
	border-radius: 10px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
a.Trailhead:hover,
a.Trailhead:active {
}
.Trailhead.non-profit {
	background: #006330;
}
.Trailhead.public-policy {
	background: #003366;
}
.Trailhead .Description {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: 500;
}
a.Trailhead:hover .Description, 
a.Trailhead:active .Description {
}
.Trailhead hr {
	margin: 5px auto;
	margin: 0.5rem auto;
	width: 100%;
	height: 1px;
	border: none;
	background: #FFFFFF;
}
.enrollment-eligibility-message {
	margin-left: 1em;
	color: #F5C453;
	font-style: italic;
}
p.Intro {
	border-bottom: dotted 1px #999999;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: italic;
}
p.Important {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
p.Interest {
	color: #367A43;
}
p.NonInterest {
	color: #999999;
}
ul.Interest, 
ul.NonInterest {
	list-style: none;
	margin: 5px 0 15px 10px;
	margin: 0.5rem 0 1.5rem 1.0rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 1.0rem;
	overflow: hidden;
}
ul.Interest li, 
ul.Interest li ul li, 
ul.NonInterest li, 
ul.NonInterest li ul li {
	margin-left: 1em;
}
ul.Interest li:before, 
ul.Interest li ul li:before, 
ul.NonInterest li:before, 
ul.NonInterest li ul li:before {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
ul.Interest li:before {
	content: '\2713\00A0';
	color: #367A43;
	font-size: 1em;
}
ul.Interest li {
	display: block;
	float: none;
	text-indent: -1em;
}
ul.Interest li ul {
}
ul.Interest li ul li {
}
ul.NonInterest li {
	display: block;
	float: left;
	width: 30%;
	text-indent: -0.75em;
}
ul.NonInterest li:before {
	content: '\2022\00A0';
	color: #CCCCCC;
	font-size: 1.25em;
	font-weight: bold;
}
ul.NonInterest li ul {
}
ul.NonInterest li ul li {
}
a.AcknowledgeButton {
	background: #286339;
	color: #FFFFFF;
}
a.AcknowledgeButton:hover, 
a.AcknowledgeButton:active {
}
a.DenyButton {
	background: #4c4d4e;
	color: #FFFFFF;
}
a.DenyButton:hover, 
a.DenyButton:active {
}

.Emphasized {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
ul.BulletList {
    list-style: disc outside;
    margin: 5px 0 20px 0;
    padding: 0 0 0 30px;
}
ul.CheckmarkList {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
ul.CheckmarkList li:before {
    display: block;
    float: left;
    content: "\2714";
    margin: 0 1em 0 -2em;
}
ul.CheckmarkList li {
    margin: 3px 0;
    padding: 0 0 0 10px;
}
ul.ColumnedList {
    display: block;
    float: left;
    list-style: disc outside;
    margin: 0 0 20px 20px;
    padding: 0 0 0 30px;
}
ul.ColumnedList li {
    margin: 3px 0;
    padding: 0 0 0 10px;
}
