/*===========================================================================
	Typography (Global)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*
	Headings Glossary
	
	H1 Page Heading
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/
html{font-size:62.5%;}
body,#primary-navigation a,#secondary-navigation a,h3 {font-size:15px;line-height:22px;font-family:Arial,Helvetica,sans-serif;}
#secondary-navigation a:hover,a{text-decoration:none;}
.callout p,h2{font-size:23px;line-height:26px;font-weight:normal;}
a:hover{text-decoration:underline;}
#primary-navigation .currently-selected-item,#primary-navigation a:hover{text-decoration:none;}
#sitemap-navigation a:hover,#sitemap-navigation ul .currently-selected-item{text-decoration:none!important;}
h3{font-weight:bold;}
ul a{font-size:18px;line-height:29px;}
.callout cite{font-size:15px;line-height:22px;font-style:normal;}
#secondary-navigation a {font-weight:bold;}
#sitemap-navigation a,#sitemap-navigation{font-size:12px;}
#tertiary-navigation a{font-weight:normal!important;}
#tertiary-navigation .currently-selected-item{font-weight:bold!important;background-color:transparent;}
.directory ul a {font-size:15px;line-height:22px;}
#secondary-content h3{text-transform:lowercase;font-size:19px;font-weight:normal;}
#secondary-content span{font-size:29px;}
#secondary-content a{font-size:18px;}
.faqs-list strong{font-weight:bold;}
.download{font-size:18px;}
.date{font-weight:normal;}
.sub-heading{font-weight:normal;font-size:15px;}
.form-message.error-message{font-size:15px;font-weight:bold;}
.single{font-size:18px;}
#sitemap-wrapper h2{font-size:20px;}
#sitemap-navigation h3 {font-size:15px;font-weight:normal;}
#sitemap-navigation a{line-height:15px;}
#footer-navigation li,#footer-navigation a{font-size:12px;line-height:12px;}
/* Home
===========================================================================*/
.home #secondary-content p a{font-size:15px;}

/* Page Not Found
===========================================================================*/
.page-not-found #page-title{font-size:54px;}
