/* =============================================================================
   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%; }

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

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * 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: #c79212; color: #fff; text-shadow: none; }
::selection { background: #c79212; color: #fff; text-shadow: none; }


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

a { color: #245693; }
a:visited { color: #245693; }
a:hover { color: #A2B8D3; }
a:focus { outline: none; }

/* 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; }
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; }

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

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


/* ==|== primary styles =====================================================
Author: 
========================================================================== */

html {
	background: url('../graphics/layout/bg_body_repeat.jpg') repeat bottom left;
	}

body {
	background: url('../graphics/layout/bg_body.jpg') repeat-x top left;
	color: #0f0f0f;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.clear {
	clear: both; 
	overflow: hidden;
	height: 0;
	}

h1{font-size:27px;font-weight:700;margin-top:0;line-height:1;}
h2{font-size:24px;font-weight:700;margin-top:0;}
h3{color:#010101;font-size:21px;font-weight:700; margin-bottom: 5px;}
h4{color:#010101;font-size:18px;font-weight:700; margin-bottom: 5px;}
h5{color:#010101;font-size:16px;font-weight:700;margin-top:0;}
h6{color:#010101;font-size:16px;font-weight:400;margin-top:0;}


/* =============================================================================
Header
========================================================================== */

header {
background:url('../graphics/layout/bg_header.png') no-repeat top center;
height:215px;
margin:0 auto;
padding:0 20px;
position:relative;
width:960px;
}

#logo {
float:left;
padding-left: 20px;
padding-top: 45px;
}

#logo img {
padding:0;
}

#topright {
float:right;
height:45px;
line-height:45px;
max-width: 725px;
padding-right:13px;
padding-top:40px;
vertical-align:middle;
}

#search {
float:right;
height:49px;
position:relative;
width:309px;
}

#search .google_site_search_form_textbox {
background-color:transparent !important;
background-image: none !important;
background-position: 4% 50% !important;
border:0 none;
left:5px;
padding:8px 2px;
position:absolute;
top:9px;
width:255px;
}

#search .google_site_search_form_search_button {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:0.1em;
height:42px;
line-height:0.1em;
position:absolute;
right:4px;
text-indent:-9999px;
top:3px;
width:40px;
}

#utilities {
float:left;
font-family:'Brawler', serif;
line-height:30px;
}

#utilities ul {
list-style:none;
margin:0;
padding: 16px 10px;
}

#utilities ul li {
display:inline-block;
padding:0 6px;
}

#utilities ul li a:link,#utilities ul li a:visited {
color:#0f0f0f;
font-size:12px;
text-decoration:none;
}

#utilities ul li a:hover {
text-decoration:underline;
}

#utilities .collection_item_label {
font-weight: normal;
}

#donate {
float:left;
padding: 0;
}

#donate .content_image img { margin: 0; }
#donate .content_image_box {
	background: none;
	border: none;
	}

#social_media {
bottom:56px;
position:absolute;
right:40px;
}

#social_media ul {
list-style:none;
margin:0;
padding:0;
}

#social_media ul li {
display:inline-block;
}

#social_media .content_image img {
margin:0;
}

#social_media .content_image_box {
background:none;
border:none;
}

#social_media .collection_item_label, #social_media .collection_item_gallery_label {
	display: none;
	}

/* =============================================================================
PrimaryNav
========================================================================== */

nav {
clear:both;
height:44px;
padding-top: 20px;
position:relative;
z-index:5000;
}

nav ul {
line-height:44px;
list-style:none;
margin:0;
padding:0;
text-align:center;
}

nav ul li {
background:url('../graphics/layout/bg_nav_divider.png') right top no-repeat;
display:inline-block;
margin-left: -6px;
position:relative;
}

nav ul li a:link,nav ul li a:visited {
color:#FFF;
display:inline-block;
font-size:13px;
font-weight:700;
padding:0 14px;
text-decoration:none;
}

nav ul li a:hover {
color:#fff;
}

nav ul li:hover {
background:url('../graphics/layout/bg_nav_divider.png') right top no-repeat #9FB5D3;
}

nav ul li:last-child {
background:0 none;
}

nav ul li:last-child:hover {
background:#9fb5d3;
}

/*
second tier
*/
nav ul li ul {
background:#9FB5D3;
filter:alpha(opacity=95);
left:0;
line-height:34px;
opacity:0.95;
padding:18px;
position:absolute;
text-align:left;
visibility:hidden;
width:171px;
}

nav ul li ul li {
background:url('../graphics/layout/bg_nav_dd.gif') no-repeat bottom;
display:block;
padding:2px 0;
}

nav ul li ul li a:link,nav ul li ul li a:visited {
color:#252f3c;
font-weight:400;
line-height:14px;
padding: 2px 15px 2px 0;
width: 100%;
}

nav ul li ul li:hover {
background:url('../graphics/layout/bg_nav_dd.gif') no-repeat bottom;
}

/*
third tier
*/
nav ul li ul li ul {
left:189px;
top:0;
}

nav ul li:last-child ul li ul {
left: -207px;
}
			
		
	

/* =============================================================================
Spotlight
========================================================================== */			

#spotlight {
clear:both;
height:364px;
margin:0 auto;
width:960px;
}

#spotlight_content {
height:364px;
position:relative;
width:960px;
overflow: hidden;
}

#spotlight_content ul {
list-style:none;
margin:0;
padding:0;
width: 960px !important;
}

#spotlight_content ul li {
position:relative;
}

#spotlight .content_image img {
margin:0;
}

#spotlight .content_image_box {
background:none;
border:none;
}

#spotlight_content .collection_item_label {
background:rgba(255, 255, 255, 0.7);
color:#008542;
font-family:'Brawler', serif;
font-size:21px;
font-weight:400;
height: 130px;
line-height:30px;
margin-left:27px;
overflow:hidden;
padding:25px 28px 20px;
position:absolute;
top:0;
width: 246px;
}

#spotlight_content .collection_item_label a {
color:#008542;
font-family:'Brawler', serif;
font-size:21px;
font-weight:400;
text-decoration: none;
}


#spotlight_content .collection_item_description {
background:rgba(255, 255, 255, 0.7);
color: #4D4D4D;
font-family: Times New Roman, serif;
font-size: 18px;
font-style:normal;
height: 169px;
line-height: 24px !important;
margin-left:27px;
overflow:hidden;
padding:0 28px 20px;
position:absolute;
top: 175px;
width: 246px;
}

#spotlight_content .collection_item_description p { margin: 0; }

#spotlight_content .collection_item_description a {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#284;
border-radius:4px;
color:#FFF;
line-height: 50px;
padding: 10px;
text-decoration:none;
}

#spotlight_nav {
bottom:10px;
left:10px;
position:absolute;
text-align:center;
width:960px;
z-index:3000;
}

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

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

/* =============================================================================
Main Content Area
========================================================================== */		

#primarycontent {
background:url('../graphics/layout/bg_content.png') repeat-y top center;
color:#2a2a2a;
margin:-3px auto;
padding:0 20px;
width:960px;
}

#content {
padding:30px 27px;
width:906px;
}

#content p {
	margin-top: 0;
	}

#content .left {
	width: 443px;
	float: left;
	}
	
#content .right {
	width: 443px;
	float: right;
	}

#tagline {
background: url('../graphics/layout/bg_tagline.jpg') repeat-y top center;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 18px;
text-align: left;
min-height: 36px;
width: 905px;
margin: 0 auto;
}

#tagline a { text-decoration: none; }

#tagline h4.inthenews {
float: left;
padding-left: 85px;
text-align: left;
margin-top: 8px;
text-transform: uppercase;
font-weight: bold;
border-right: 2px solid #25408F;
padding-right: 4px;
}

#tagline .news_articles { padding-left: 215px; padding-top: 7px; }
#tagline .news_archives { 
padding-left: 215px;
padding-top: 7px; 
text-align: right;
padding-right: 40px;
padding-bottom: 10px;
 }

#tagline .content_news_article_headline { 
float: left;
padding-right: 10px; }

#tagline .content_news_article_by_line { font-style: normal; }



#tagline h1, #tagline h2, #tagline h3, #tagline h4, #tagline h5, #tagline h6 {
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 18px;
text-align: left;
}

#featured {
background:url('../graphics/layout/bg_spotlets.jpg') no-repeat top left;
height:275px;
margin-top:30px;
width:960px;
}

#featured ul {
height:245px;
list-style:none;
margin:0;
overflow:hidden;
padding:0;
text-align:center;
}

#featured ul li {
display:inline-block;
height:146px;
padding-right:13px;
padding-top:15px;
width:220px;
}

#featured ul li:last-child {
padding-right:0;
}

#featured .collection_item_label,#featured .collection_item_gallery_label {
font-size:14px;
font-weight:700;
padding-top:10px;
text-align:left;
}

#featured .collection_item_description,#featured .collection_item_gallery_description,#featured .collection_item_description p,#featured .collection_item_gallery_description p {
color:#535353;
font-size:13px;
font-style:normal;
margin-top:4px;
text-align:left;
}

#featured a:link,#featured a:visited {
color:#2A2A2A;
}

#featured a:hover {
text-decoration:underline;
}

#featured .content_image_box {
background:none;
border:none;
}

#featured .content_image img {
border-top-left-radius:10px;
border-top-right-radius:10px;
margin:0;
}
	
div.news_articles ul li {
margin: 0 0 1em !important;
}	


/* =============================================================================
Internal
========================================================================== */	
aside {
background: url('../graphics/layout/bg_sidenav_btm.jpg') bottom left no-repeat;
float:left;
margin-left:9px;
padding-bottom: 89px;
position:relative;
width:301px;
z-index:150;
}

#sidenav {
background:url('../graphics/layout/bg_sidenav.jpg') repeat-y top left;
list-style:none outside none;
margin:0;
padding: 22px 26px 2em 22px;
}

#sidenav li {
background:url("../graphics/layout/bg_sidenav_arrow.png") no-repeat scroll right 10px transparent;
color:#3590ce;
height:auto;
padding: 6px 20px 6px 0;
vertical-align:middle;
}

#sidenav li a {
color:#193f72;
font-size:17px;
font-weight: 400;
line-height: 24px;
padding-right:12px;
text-decoration:none;
}

#sidenav li a:hover {
color:#193f72;
}

#sidenav li ul {
list-style:none;
margin:0;
padding: 0 0 4px 12px;
}

#sidenav li ul li {
background:none repeat scroll 0 0 transparent;
border:medium none;
line-height:0;
min-height:0 !important;
padding: 8px 20px 8px 0;
}

#sidenav li ul li:hover {
background:none;
}

#sidenav li ul li a {
color:#5a779d;
font-size:14px;
line-height: 20px;
padding-right:12px;
}

#sidenav li ul li ul li a {
	font-size: 12px;
	line-height: 14px;
}

#sidenav li ul li a.current_page {
	text-decoration: underline;
}


#undernav {
background:url('../graphics/layout/bg_sidenav.jpg') repeat-y top left;
padding-bottom: 2em;
text-align:center;
}

#sidenav li:hover,#sidenav li.current_page {
background:url("../graphics/layout/bg_sidenav_active.png") no-repeat scroll right 10px transparent;
}


#internalcontent {
float:right;
line-height: 20px;
overflow: hidden;
padding: 5px 20px 25px;
width:610px;
}

#internalcontent p { margin-top: 0; }

#masthead {
float:right;
height:133px;
margin-bottom: 20px;
position:relative;
width:650px;
}

#masthead .sectiontitle {
color:#FFF;
font-size:30px;
font-weight:700;
height:133px;
line-height:133px;
overflow:hidden;
padding-left:20px;
position:absolute;
text-shadow:1px 1px 2px #4A4A4A;
width:650px;
}


div.news_articles ul li h3.content_news_article_headline {
	font-size: 14px;
	}


/* =============================================================================
Footer
========================================================================== */					
footer {
	background: url('../graphics/layout/bg_footer.png') no-repeat top center;
	padding-top: 15px;
	}

#emailmarketing {
background: url("../graphics/layout/email.png") no-repeat scroll 33px center white;
float: left;
height: 90px;
width: 277px;
padding-left: 20px;
}

#emailmarketing .e2ma_signup_form_element INPUT {
border:1px solid #B9C3D9;
float: left;
font-size:12px;
line-height:21px;
padding:5px 20px;
width: 110px !important;
}

#emailmarketing .e2ma_signup_form_button_row input {
background:url('../graphics/layout/subscribe_btn.jpg') no-repeat top left;
border:0 none;
height:28px;
text-indent:-9999px;
width:74px;
}

#emailmarketing .e2ma_signup_reset_button { display: none; }

#emailmarketing p {
font-size:15px;
font-weight:600;
margin-bottom:0;
}

#emailmarketing .content_image_box {
border: none;
background: none;
}

#emailmarketing .e2ma_login_container {
	width: 310px !important;
	}

#emailmarketing .e2ma_signup_message {
	margin-left: 70px;
	font-weight: bold;
	width: 200px;
}

#emailmarketing .e2ma_signup_form_container {
	margin-left: 70px;
}

#emailmarketing .e2ma_signup_form_button_row {
	float: right;
}

#emailmarketing #e2ma_signup_reset_button { display: none; }

#emailmarketing .e2ma_signup_form_label, #emailmarketing .e2ma_signup_form_required_footnote { display: none; }


#sponsors {
float:left;
padding-top:10px;
width:430px;
}

#sponsors ul {
list-style:none;
margin:0;
padding:0;
text-align:center;
}

#sponsors ul li {
display:inline-block;
padding:0 5px;
}

#sponsors .content_image_box {
background:none;
border:none;
}

#sposors .content_image img {
margin:0;
}

#sponsors .collection_item_label, #sponsors .collection_item_gallery_label { display: none; }

#googletranslate {
float:right;
height:80px;
padding-right:30px;
width:197px;
}

#copyright {
background:url('../graphics/layout/bg_footer_btm.jpg') top center no-repeat;
margin:-14px auto 4em;
padding:0 20px;
text-align:center;
width:960px;
}

#copyright p {
color:#95641e;
font-size:13px;
margin-bottom:0;
padding-top:30px;
}



/* correcting footer for additional email marketing information - AS */

#emailmarketing { min-height: 90px; height: auto; }
#emailmarketing .e2ma_signup_form_groups { clear: both; padding: 6px 0; font-size: 12px; }

#utilities {
float: right;
clear: right;
margin-right: 16px;
}
#utilities ul {
padding: 5px 10px;
}

.buttons {
float: left !important;
clear: none !important;
margin-right: 0 !important;
}

.buttons .content_image img { margin: 0; }

.buttons .content_image_box {
border: none;
background: none;
}

.buttons .collection_item_label { display: none; }

.buttons ul {
padding: 9px 0px !Important;
}

.buttons ul li { padding: 0 !important; }


/* =============================================================================
Browser Fixes
========================================================================== */		
.ie7 header { z-index: 9000; }
.ie7 #topright { width: 600px; }
.ie7 #donate { float: right; padding-top: 10px; }
.ie7 #utilities ul li {float: left; }
.ie7 nav { z-index: 7000 !important; position: relative; }
.ie7 nav ul { padding-left: 30px; }
.ie7 nav ul li {float: left; }
.ie7 nav ul li ul { top: 42px; z-index: 6500 !important; }
.ie7 nav ul li ul li { float: none;  width: 195px !important; }
.ie7 nav ul li ul li ul { top: 0; }
.ie7 #featured ul li { float: left; }
.ie7 #sponsors ul li { float: left; }
.ie7 #spotlight_content .collection_item_label { background: #fff; }
.ie7 #spotlight_content .collection_item_description { background: #fff; }
.ie7 #spotlight_nav a { text-indent: 0px; font-size: 0px; line-height: 0; }
.ie7 #featured ul { padding-left: 20px; }
.ie7 #social_media { z-index: 200000 !important; zoom: 1; position: relative; top: 135px; left: 600px; }
.ie7 #social_media ul li { float: left; padding: 0 4px 0 0; }
.ie7 #emailmarketing .button { font-size: 0; line-height: 0; }
.ie7 #spotlight_content .collection_item_label, .ie7 #spotlight_content .collection_item_description {
filter: Alpha(Opacity=70);
}
.ie7 #tagline .news_articles { padding-left: 230px; }

.ie8 nav ul li ul li ul { padding-top: 8px; }
.ie8 #spotlight_content .collection_item_label { background: #fff; }
.ie8 #spotlight_content .collection_item_description { background: #fff; }
.ie8 #featured ul { padding-left: 10px; }
.ie8 #tagline .news_articles { padding-left: 230px; }


@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
nav ul li ul li ul { left: 195px; }
nav ul li:last-child ul li ul { left: -207px; }
}


/* ==|== 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; }



/* ==|== 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; }
  .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; }
}
