@charset "UTF-8";
/**
 * CDC - (X)HTML/CSS Framework
 *
 * @package         TemplatePackage 'B'
 * @version         2.8.2
 * @builddate       2016-12-13
 */

/**
 * = TYPOGRAPHY STYLE SHEET ===============================
 * = Header Styles in the Body Content ====================
 */

sup { /* keep superscript text from breaking the line-spacing */
	position:relative;
	font-size:smaller;
	vertical-align:baseline;
	bottom:0.33em;
}

h1, h2, h3, h4, h5, h6 {margin-top:10px;}
h3 + *, h4 + *, h5 + *, h6 + *, /* this might be an issue when several item are floating right next to text */
h3 + p:first-child, h4 + p:first-child, h5 + p:first-child, h6 + p:first-child {margin-top:0 !important;}

/*
[class*="27"] h1, [class*="27"] h2, [class*="27"] h3, [class*="27"] h4, [class*="27"] h5, [class*="27"] h6, [class*="27"] pre, [class*="27"] code, [class*="27"] p, [class*="27"] #content ul li, [class*="27"] #content dl, [class*="27"] #datestamp ul li, [class*="27"] #siteinfo ul li {font-size:12px; font-size:1.2rem;}
 */

#content-main h1,
#content-main h2,
#content-main h3,
#content-main h4,
#content-main h5 {font-family:"Trebuchet MS", Arial, sans-serif;}

#content-main h1 {
	color:#0c5205;
	font-size:2em;
	font-weight:normal;
	margin-top:0;
	padding-bottom:10px;
}
	[class*="27"] #content-main h1 {font-size:22px; font-size:2.2rem; padding-bottom:0;}

#content-main h2 {
	color:#0c5205;
	font-size:1.6em;
	font-weight:normal;
}
	[class*="27"] #content-main h2 {font-size:18px; font-size:1.8rem;}

#content h3 {
	color:#000;
	font-size:1.5em;
	font-weight:normal;
}
	[class*="27"] #content h3 {font-size:17px; font-size:1.7rem}

#content-main h4 {
	color:#000;
	font-size:1.3em;
	font-weight:bold;
}
	[class*="27"] #content-main h4 {font-size:15px; font-size:1.5rem}

#content-main h5 {
	color:#000;
	font-size:1em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	[class*="27"] #content-main h5 {font-size:12px; font-size:1.2rem}

.subtitle-separator {display: none;}
.subtitle {
	/* color:TBD; */
	display:block;
	/* font-size:14px; */
	font-size:75%;
}


/**
 * = Link Styles in the Body Content =================
 */
#blog .main-inner a:hover {text-decoration:underline;}

#content-main a:visited {color:#4a006e;}

#wrapper/*content*/ a,
#nav-container .related a {color:#0a29a5;}


#content a:hover,
#bottom-container a:hover,
#top-container a:hover,
#blog .main-inner a {text-decoration:none;}

#bottom-container a,
#top-container a,
.main-inner a {
	color:#0a29a5;
	text-decoration:underline;
}

#content #bottom-container a.external + .external,
#content .main-inner a.noDecoration,
#content .main-inner a.external + .external,
#bottom-container .rounders a,
#bottom-container .module a {text-decoration:none;}

#bottom-container .rounders a:hover,
#bottom-container .module a:hover {text-decoration:underline;}

#content .cdc-decorated .external {
	display:inline;
	margin:0;
	padding:0;
}

/**
 * = Bulleted Lists in the Body Content =======
 */
ul, ol {
	margin-left:1em;
	list-style:disc;
}
	/*#content-main .main-inner > ul, #content-main .main-inner > ol, #content-main .main-inner > dl {overflow:auto;}*/

ul li, ol li {margin-left:1.5em;}

ul li,
ol li,
ul li ul li,
ol li ol li,
ul li ul li ul li,
ol li ol li ol li {
	margin-top:.7em;
	margin-bottom:.7em;
}

ul ul {list-style:circle;}

ul ul ul {list-style:square;}

ol {
	list-style:decimal;
	margin-left:0;
	padding-left:2em;
	overflow:hidden;
}
	.uppr-alpha {list-style:upper-alpha;}
	.lwr-alpha {list-style:lower-alpha;}

ol ol {list-style:lower-alpha;}

ol ol ol {list-style:lower-roman;}

ul.inliner {overflow:auto;}

.roundem .inner a/*,
.roundem .cdc-decorated,
.module .cdc-decorated*/ {display:block;}

.roundem .inner p > a {display:inline;}

/**
 * = Paragraph, Text and Table Styles in the Body Content =======
 */
p, .paragraph {
	line-height:1.33em;
	margin:0 0 1em 0;
	text-align:left;
}

[class*="27"] p, [class*="27"] .paragraph {margin:1em 0 0;}

p:first-child, .paragraph:first-child {margin-top:0;}

.centerText, .centerText * {text-align: center;}

table, table td, table th {
	border:1px solid #000;
	padding:2.5px;
}

table caption {
	font-size:1.6em;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, sans-serif;
	padding-bottom:.5em;
}

table th {text-align:center;}

/**
 * = Primary Topic Title Header =======
 */

#branding-pageheader h1 {
	margin:0;
	padding:0 4px;
	line-height:1.8;
	height:36px;
	clear:left;
}

#index #branding-pageheader h1 a,
#index #branding-pageheader h1 a:visited,
#branding-pageheader h1 a,
#branding-pageheader h1 a:visited {
	color:#5a8e29;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:2.5em;
	margin:0 0 0 10px;
	padding:0;
	text-decoration:none;
	font-weight:normal;
}

#index #branding-pageheader h1 a:hover,
#branding-pageheader h1 a:hover {
	color:#5a8e29;
	text-decoration:none;
	margin:0;
	margin-left:10px;
	padding:0;
	border-bottom:1px dotted #5a8e29;
}

#branding-pageheader h1 a,
#branding-pageheader h1 a:visited {
	color:#fff;
	font-size:1.8em;
	border-bottom:1px dotted #fff;
}

#branding-pageheader h1 a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

#topic-title {
	position:relative;
	width:auto;
	overflow:hidden;
}
body.cdcHomePage #topic-title {margin:0;}

#topic-title h1,
#topic-title h2, #topic-title div.h1 {
	color:#0c5205;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	position:relative;
	margin:10px;
}

#moduleTypeII #topic-title h1, #moduleTypeII #topic-title h2, #moduleTypeII #topic-title div.h1 { /* [disabled]margin:0 0 10px; */ }

#topic-title h1 a:hover,
#topic-title h2 a:hover, #topic-title div.h1 a:hover {border-bottom:1px solid #5a8e29;}

#topic-title h1 a,
#topic-title h2 a, #topic-title div.h1 a {
	color:#0c5205;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	border-bottom:none;
}
#topic-title h1 em,
#topic-title h2 em,
#topic-title div.h1 em {
	/* [disabled]font-size:0.85rem; */
	/* [disabled]font-style:normal; */
	/* [disabled]color:#999; */
}

/**
 * = Module Heading Styles =======
 */
body div#two-column-grid h2 {
	background:transparent url("/TemplatePackage/images/bg_gradient-yellow.gif") 0 0;
	color:#72490E;
	font:1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 -4px;
	border:none;
	padding:2px 5px;
	min-height:15px;
}

body#index #topic-intro a {text-decoration:none;}

body#index #topic-intro a:hover {text-decoration:underline;}

/**
 * = Contact Info and Datestamp Modules =======
 */
#contact-info h5 {
	margin:0 0.5em 0.75em;
	font-family:"Trebuchet MS";
	font-size:1.1em;
	font-weight:bold;
	width:auto;
}

#contact-info li {font-size:0.9em;}

#contact-info li a {
	color:#0a29a5;
	text-decoration:underline;
}

#contact-info li a:hover {
	color:#0a29a5;
	text-decoration:none;
}

#siteinfo-credits p,
#siteinfo-credits address {
	background:transparent;
	padding:10px 0 0 10px;
	font-size:0.9em;
	line-height:1.55em;
	text-align:left;
}

#siteinfo-credits address a {
	color:#0a29a5;
	text-decoration:underline;
}

#siteinfo-credits address a:hover {text-decoration:none;}

#datestamp, #blog #datestamp {
	background-color:#fff;
	clear:left;
	margin:0 185px 0 0;
	border:none;
	padding:1em 1em 1em 0;
	color:#696969;
	font-size:0.9em;
	list-style:none;
	min-height:30px;
}
#index #datestamp, #blog #datestamp, .widePage #datestamp, .homepage #datestamp {padding:1em;}
.secondTier.optionalTwo #datestamp {margin-right:0;}

#applicationsPage #datestamp {padding-top:0;}

.secondTier #datestamp {
	border-left:189px solid #fff;
	overflow:hidden;
}

#datestamp ul {margin-left:0;}/* -- This is used to override line rule on line 102 -- */

.secondTier #datestamp ul {
	margin:0;
	z-index:-2;
}
*:first-child+html .secondTier #datestamp ul {min-width:100%;}

#datestamp ul li {
	margin:0 1em 0 0;
	padding:0;
	line-height:14px;
	list-style:none;
}
	#datestamp ul li h3 {
		clear:left;
		padding-top:2px;
		font-size:1.1em;
		color:#999;
		font-weight:bold;
		border:none;
		position:relative;
	}
#datestamp ul li.contentsource {
	padding-right:0;
	position:relative;
	float:left;
}
#datestamp ul a, #datestamp ul a:visited {color:#0a29a5;}
#datestamp ul a:hover {text-decoration:underline;}

#pageOptions li a:hover {text-decoration:underline;}

/**
 * = THIS IS USED TO MAKE STANDARD TEXT SMALLER FOR APPEARANCE =======
 */

.smallerFont{font-size:0.85em;}

.heavyFont{font-size:1.25em;}

.fontWeight5 {font-weight: 500}
.fontWeight6 {font-weight: 600}
.fontWeight7 {font-weight: 700}
.fontWeight8 {font-weight: 800}
.fontWeight9 {font-weight: 900}

/* FONT FOR DIGIGOV SEARCH */
body #usasearch_sayt .ui-autocomplete a,
body #usasearch_sayt .ui-menu a {
	font-size: 12px;
}