/* 
 * HTML5 - Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}

body { margin: 0; padding:0; font-size: 13px; line-height: 1.231; height: 100%;}

body, button, input, select, textarea { font-family:'Tinos', serif; line-height:1.5em; height:1.5em; color: #222; padding:1px 4px; font-size:0.9em;}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #20466b; color: #fff; text-shadow: none; }
::selection { background: #20466b; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #28446A; }
a:visited { color: #28446A; }
a:hover { color: #717171; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; font-size:0.9em;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; height: 4em; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =========================================================================
   FDP Resets
   ========================================================================== */

.content_image_box {
border:0 none;
background:0 none;
display:inline-block;
width:auto;
}

.oldie .content_image_box {
display:inline;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
html, body {
	height: 100%;
}

body {
background: url('../graphics/layout/bg_body.gif') top left repeat;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 13.5px;
color: #555;
padding: 0;
}

#wrap {
	background: url('../graphics/layout/bg_main.gif') top left repeat-y;
	max-width: 960px;
	margin: 0 auto -150px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	}
	
#header {
	background: url('../graphics/layout/bg_header.gif') top left no-repeat;
	height: 159px;
	}
	
#primarynav {
	background: url('../graphics/layout/bg_pnav.gif') top left no-repeat;
	height: 53px;
	}

#main {
	background: url('../graphics/layout/bg_main_top.gif') top left no-repeat;
	}
	
#foottop{
	background: url('../graphics/layout/bg_footer_top.gif') top left no-repeat;
	height: 71px;
	width: 960px;
	margin: 0 auto;
	}
	
#footer {
	background: url('../graphics/layout/bg_footer.gif') top left repeat-y;
	height: 70px;
	width: 960px;
	margin: 0 auto;
	}
	
.clear {
	clear: both;
	height: 30px;
	}

.internal .push {
	height: 150px; /* .push must be the same height as .footer */ 
	}

h1  {
	font-weight: bold;
	font-size: 30px;
	color: #2d2d2d;
	line-height: 1em;
	}
	
h2  {
	font-weight: bold;
	font-size: 24px;
	color: #2d2d2d;
	}
	
h3  {
   	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #5a5a5a;
	}
	
h4 {
	font-weight: bold;
	font-size: 18px;
	color: #2d2d2d;
	}
	
h5 {
	font-weight: normal;
	font-size: 18px;
	color: #2d2d2d;
	}
	
h6 {
	font-weight: bold;
	font-size: 15px;
	color: #2d2d2d;
	}
	
p {margin-top: 0;}

/* =============================================================================
   Header
   ========================================================================== */
   
   #header {
   	position: relative;
   	}
   	
   	#logo {
   		padding: 33px 0 0 62px;
   		}
		
	#logo img {padding: 0;}
   
   #tagline {
   	background: url('../graphics/layout/bg_tagline.png') no-repeat top left;
   	height: 148px;
   	width: 86px;
   	position: absolute;
   	right: 48px;
   	top: 0;
   	}


/* =============================================================================
   Navigation
   ========================================================================== */
   
   #primarynav ul {
   	padding: 0;
   	list-style: none;
   	height: 50px;
   	line-height: 57px;
   	width: 940px;
   	margin: 0 auto;
   	text-align: center;
   	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
   	text-transform: uppercase;
   	font-weight: bold;
   	font-size: 12px;
   	}
   	
   	#primarynav ul li {
   		position: relative;
   		display: inline-block;
   		letter-spacing: 1px;
   		height: 50px;
   		margin-right: -3px;
   		}
   		
   	#primarynav ul li a {
   		color: #d0dff1;
   		text-decoration: none;
   		display: block;
   		padding: 0 24px;
   		background: url('../graphics/layout/bg_pnav_divider.gif') no-repeat top left;
   		}
   		
   	#primarynav ul li.last {
		padding: 0;
		width: 0px;
		}
		
	#primarynav ul li:hover {
		background: #1a3958;
		}
   		
   		/* ---------- SECOND TIER  ---------- */
   		
   		#primarynav ul li ul.second {
   			display: none;
   			}
   		
   		 #primarynav ul li:hover ul.second {
   		 	display: block;
			margin: 0;
			padding: 20px 10px;
			list-style: none;
			position: absolute;
			line-height: 24px;
			text-align: left;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-transform: none;
			width: 148px;
			background: url('../graphics/layout/bg_pnav_2.gif') top left no-repeat #717171;
			height: auto;
			top: 50px;
			z-index: 2000 !important;
			}
			
			#primarynav ul li ul.second li {
				display: block;
				position: relative;
				letter-spacing: 0;
				background: none;
				height: auto;
				padding: 4px 0;
				}
				
			#primarynav ul li ul.second li a {
				color: #cbcbcb;
				background: none;
				line-height: 14px;
				}
				
			#primarynav ul li ul.second li a:hover {
				color: #fff;
				}
	

	
		/* ---------- THIRD TIER  ---------- */
		
		#primarynav ul li ul.second li ul.third, #primarynav ul li:hover ul.second li ul.third {
			display: none;
			}
   		
   		 #primarynav ul li ul.second li:hover ul.third {
   		 	display: block;
			margin: 0;
			list-style: none;
			position: absolute;
			line-height: 24px;
			text-align: left;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-transform: none;
			width: auto;
			height: auto;
			background: #2D2D2D;
			left: 158px;
			top: -10px;
			padding: 20px 10px;
			white-space: nowrap;
			}
			
			#primarynav ul li ul.second li ul.third li {
				background: none;
				height: auto;
				}
				
			#primarynav ul li ul.second li ul.third li a {
				background: none;
				}
   	
/* =============================================================================
   Spotlight
   ========================================================================== */
   
#spotlightarea {	
	padding: 8px 0 0 38px;
	position: relative;
	height: 290px;
	}

#spotlight_frame {
	background: url('../graphics/layout/bg_spotlight.png') no-repeat top left;
	height: 280px;
	width: 595px;
	float:left;
	margin-right: 5px;
	}
	
#spotlight_content {width: 895px;}
#spotlight_content_nav {position: absolute;
right: 170px;
bottom: 55px;
}


#spotlight_content ul {
	height: 285px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 895px;
    float: right;
	}
	
	#spotlight_content ul li {
		width: 100%;
		height: 248px;
		list-style: none !important;
		display: none;
		}

#spotlight_content .content_image_box  {
float: left;
border: 0 none !important;
background: none !important;
width: 570px !important;
height: 248px !important;
margin-left: 12px;
margin-top: 9px;
}

#spotlight_content .content_image_box .content_image img {
	margin: 0;
	float: left;
	width: 570px !important;
height: 248px !important;
border: 0 none !important;
	}

#spotlight_content .collection_item_label {
display: none;
}

#spotlight_content  .collection_item_description {
color: #C4D0CB;
font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
margin: 0;
position: absolute;
max-width: 238px;
max-height: 130px;
overflow: hidden;
padding: 0 20px;
top: 75px;
font-size: 15px;
font-weight: 700;
font-style: italic;
right: 13px;
text-align: center;
}

#spotlight_content_nav {right: 148px;}

#spotlight_content_nav a {
	background: url('../graphics/layout/spotlight_btn.png') top left no-repeat;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	padding: 0 4px;
	display: inline-block;
	outline:0 none;
	}

#spotlight_content_nav a.activeSlide {
	background: url('../graphics/layout/spotlight_btn_H.png') top left no-repeat;
	}

#spotlight_text {
background: url('../graphics/layout/bg_spotlight_text.png') no-repeat top left;
height: 267px;
width: 290px;
float: left;
}

#spotlight_text p, #spotlight_text h1, #spotlight_text h2, #spotlight_text h3, #spotlight_text h4, #spotlight_text h5, #spotlight_text h6 {
color: #C4D0CB;
font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
font-size: 15px;
font-weight: 700;
font-style: italic;
height: 110px;
line-height: 24px;
overflow: hidden;
padding: 70px 45px 40px 40px;
text-align: center;
}





	
/* =============================================================================
   Content
   ========================================================================== */
   
   #content {
   	padding: 0 0 0 52px;
   	}
   	
   	.column1 {
		float: left;
		}
		
	.column2 {
		float: right;
		}
   	
   	#primarycontent {
   		background: url('../graphics/layout/bg_content_top.png') top left no-repeat;
   		padding-top: 123px;
   		width: 560px;
   		}
   		
   	#primarycontent .content {
   		background: url('../graphics/layout/bg_content.png') top left repeat-y;
   		padding: 0 64px 1.5em 100px;
   		}
   		
   	#primarycontent_btm {
   		background: url('../graphics/layout/bg_content_btm.png') top left no-repeat;
   		height: 20px;
   		}
   		
   	#primarycontent .position {
   		position: relative;
   		top: -82px;
   		}
   		
.tagline, .tagline h1, .tagline h2, .tagline h3, .tagline h4, .tagline h5, .tagline h6 {
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	padding: 0 0 1em 0;
	margin: 0;
	}

#news {
color: #777;
font-family: "Trebuchet MS", Helvetica, sans-serif;
    float: right;
    margin-right: 26px;
    width: 295px;
    padding-top: 2px;
}

#news ul {padding: 0 0 0 15px;}

#news h5 {
background: url("../graphics/layout/news_underline.gif") no-repeat scroll left bottom transparent;
color: #767676;
font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 8px;
margin-left: 20px;
padding-bottom: 6px;
padding-left: 2px;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 0;
}

#news .content_news_article_headline a {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 13.5px;
font-weight:700;
color:#28446a;
}

#news .content_news_article_headline a:hover, #news .news_archives a:hover {
color:#444;
}

#news .news_articles ul {
margin-top:0;
padding-left:20px;
}

#news .news_articles ul li {
padding-bottom:10px;
padding-left: 2px;
margin:0;
}

#news .news_archives {
	float: right;
	padding-right: 13px;
	}
	
#news .news_archives a {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:12px;
	font-weight: bold; 
	font-style: italic;
	color:#28446a;
	text-decoration: none;
	}

#main ul li {
list-style-image:url('../graphics/layout/bullet.png');
padding: 2px 0;
}	


#quicklinks {
	}
	
	#quicklinks ul {	
		list-style: none;
		padding-left: 18px;
		width: 940px;
		text-align: center;
		margin: 2em 0;
		}
		
		#quicklinks ul li {
			display: inline-block;
			padding: 10px !important;
			background: url('../graphics/layout/bg_images.gif') repeat top left;
			margin-right: 15px;
			}
			
		#quicklinks ul li:hover {
			background: url('../graphics/layout/bg_image_hover.gif') repeat top left;
			}
			

/* =============================================================================
   Internal Styles
   ========================================================================== */			
   .internal #main {
   	background: none;
   	}
   	
   	.internal #content {
   		padding: 6px 0 0 52px;
   		}
   	
   .internal #primarycontent {
   	background: none;
   	padding-left: 10px;
	width: 510px;
	padding-top: 22px;
   	}
   
   
 #sidenav {
 	float: right;
 	width: 340px;
 	}
 	
 #sidenav h5 {
 	background: url('../graphics/layout/bg_sidenav.png') no-repeat 19px;
	height: 44px;
	padding-left: 40px;
	line-height: 44px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:12px;
	font-weight: bold; 
	color: #ebf2ef;
	text-transform: uppercase;
	letter-spacing: 1px;
 	}
 	
 	#sidenav ul {
 		margin: 0;
 		}
 		
 		#sidenav ul li {
 			font-weight: bold;
 			line-height: 24px;
 			font-size: 12px;
 			color: #28446a;
 			letter-spacing: 1px;
 			}
 			
 		#sidenav ul li a {
 			color: #28446a;
 			text-decoration: none;
 			text-transform: uppercase;
 			}
 			
 			#sidenav ul li a:hover {
 				color: #6e020e;
 				}
 			
 	#sidenav ul li ul {
 		list-style: none;
 		margin: 11px 0;
 		}
 		
 		#sidenav ul li ul li {
 			list-style: none;
 			letter-spacing: 0;
 			}
 		
 		#sidenav ul li ul li a {
 			color: #5f7690;
 			text-transform: none;
 			}
 
 #sidenav #quicklinks ul {
 	width: auto;
 	margin: 1em 0;
 	}
 	
 	 #sidenav #quicklinks ul li {
 	 	margin: 5px 0 5px -36px;
		padding: 10px
 	 	}


#undernav {
padding: 0 32px 0 16px;
width: 293px;
margin-bottom: 1em;
}			
/* =============================================================================
   FDP Styles
   ========================================================================== */
.content_image_box {
		background: none !important;
		border: 0 none !important;
		}   
		
		.content_image img {
			border: 1px solid #b4b4b4 !important;
			padding: 0;
			margin: 0 !important;
			}

#primarycontent .content_image_box {
	margin: 0px 15px 15px;
	}
	
	
h5.form_title {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size: 12px;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2D2D2D;
	padding: 5px 0;
	}

div.form_row {
	clear: both;
	}
	
div.form_label {
font-weight: normal !important;
font-size: 15px;
float: left;
min-width: 140px;
}

div.form_field * {
border: 1px solid #CBCBCB;
}

div.form_row_submit {
	background: url('../graphics/layout/bg_images.gif') repeat top left;
	width: auto;
	margin: 0px auto 40px;
	}
	
div.form_row_submit:hover {
	background: url('../graphics/layout/bg_image_hover.gif') repeat top left;
	}
	
	
.form_submit_button, .form_reset_button {	
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	padding: 10px 15px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #388365), color-stop(1, #1f5b40) );
	background:-moz-linear-gradient( center top, #388365 5%, #1f5b40 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#388365', endColorstr='#1f5b40');
	background-color:#388365;
	border: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	height: auto;
	display: inline-block !important;
	}


/* =============================================================================
  	Footer
   ========================================================================== */

#contactinfo {
	float: left;
	width: 365px;
	padding-left: 340px;
	padding-top: 28px;
	color: #28446A;
	font-size: 12px;
	line-height: 18px;
	}
	
	#contactinfo a {
		color:#28446a;
		}
		
	#contactinfo span {
		color: #A0732F;
		}

#socialmedia {
	font-size: 12px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-weight: bold;
	font-style: italic;
	color: #A0732F;
	float: right;
	padding-top: 23px;
	width: 247px;
	}
	
	#socialmedia ul {
		list-style: none;
		padding: 0;
		}
		
		#socialmedia ul li {
			display: inline-block;
			padding-left: 5px;
			}


#news, #news .news_archives {
margin-bottom: 1.5em;
}


			
			
			
/* =============================================================================
  	Browser Fixes
   ========================================================================== */
   
   	.ie7 #primarynav {z-index: 4000 !important; position: relative;}
   	.ie7 #primarynav ul li {float: left;}
   	.ie7 #primarynav ul li ul li, .ie7 #primarynav ul li ul li ul li {float:none;}
   	.ie7 #quicklinks ul {padding-left: 20px;}
   	.ie7 #quicklinks ul li {float: left;}
   	.ie7 #wrap {position: relative;}
	.ie7 #header {width: 1000px;}
	.ie7 #tagline {right:100px;}
	.ie7 #socialmedia ul li {float:left;}
   	.ie7 #spotlight_content ul li {background: transparent !important;}
   
   
   

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Design Classes */

.wrap {
width:940px;
margin:0 auto;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  /*
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */ 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}