@charset "utf-8";
/*
Theme Name: Federal Highway Administration
Theme URI: https://6ecc834b-3a7a-41fe-a8ce-b181787be01f.p.bardy.io
Author: FHWA IT Web Support <FHWAWEB2@dot.gov>
Description: Print stylesheet for the FHWA website
Created: 9/10/2012 
Last Updated: 9/19/2012
*/

/* update notes - used to keep track of significant addition or changes
***********************************************************************************
0/00/0000 (initals) - description of change
***********************************************************************************
*/

/* items not display during printing */
#fhwaheader, 
#fhwanavmenu,
#featurecontainer,
#fhwabreadcrumbs,
#fhwacontent .subnav,
#fhwacontent .h1box p,
.nosubnav #fhwacontent .subnav,
.nopagedates #fhwacontent #pagedates,
#fhwacontent .returntoplink,
#featurecontainer,
.noticepdf,
#fhwafooter { display:none }

/* fhwa home */
#home #fhwacontent .coretopics ul li a span p { margin:0px }
#home #fhwacontent ul.lstprintpad { margin-left:0px; padding-left:0px }
#home #fhwacontent img { display:block }
#home #fhwacontent .txtboxsmall, #home #fhwacontent .txtboxlarge { border-bottom:#000 1px solid }

/* fhwa content */
#fhwacontent #sectiontitle p { font-size:23px; font-weight:bold } /* section title */
#programtitle p { font-size:23px; font-weight:bold } /* program office title */
h1 { font-size:22px }
h2 { font-size:20px }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
.txtsmall, .footnote, .moddate { font-size:12px }

/* li.hang removes bullets from <ul><li> for indenting lists. 
Only use for content that is actually a list and requires numbers or letters in 
parenthesis, such as an Order, to match hard copy; 
use the padding classes if the content is not a list */
li.hang { list-style-type:none; text-indent: -1.3em }

/* print display components */
#printfhwatitle { font-size:25px; font-weight:bold } /* FHWA page title */
.noprint { display:none } /* not for print */
.noborder { border:0px } /* removes borders */
.lstprintpad li { padding-top:15px }
.lstprintpad li.nopadtop { padding-top:0px }