/*
 * 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.
 */

/* NOTE: APX_Change indicates changes from original normalize.css */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; font-family: Roboto, Verdana, sans-serif !important; }

body, button, input, select, textarea { font-family: Roboto, Verdana; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/* APX_Change: removed
a { color: #00e; }
a:visited { color: #551a8b; }
*/
a:focus {outline: thin dotted;}
.accessibility a:focus { outline: thin dotted  !important; text-decoration: underline  !important; } /* APX_Change - set anchor focus to show dotted border AND underline for Accessibility */

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
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: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
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: gist.github.com/413930 */
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: 0; padding: 0; list-style: none; }  /* APX_Change: originally margin: 1em 0; padding: 0 0 0 40px; Added list-style */
dd { margin: 0 0 0 10px; }
/* nav ul, nav ol { list-style: none; margin: 0; padding: 0; } APX_Change: removed line */


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 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; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 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; }

/*
 * 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"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles (Not part of orginal normalize.css)
   Author: Graham Churchley
   ========================================================================== */



/**
 * Primary styles
 *
 * Copied/modified from portal-main.css 
 */

/* ------------------------------------------------------------------------
	RESET TYPOGRAPHY
   ------------------------------------------------------------------------*/


a { text-decoration: none; }

a, a:active, a:visited { color: #607890; }

a:hover { color: #036; text-decoration: underline; }

a:link, a:visited { color:#336699; }

select, label {
	font-size: 11px;
}


h1 {
	font-size: 136%;
}

h2 {
	font-size: 107%;
}

h3 {
	font-size: 100%;
}

/* further resets by G.C. */

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------
	LAYOUT
   ------------------------------------------------------------------------*/

html, body {
	height: 100%;      		
	width: 100%;       		
	overflow: hidden;
}


#wrapper {
	background-color: #FFF;
	overflow: hidden;
}

#masterHeader {
	position: absolute;
	top: 0;
	height: 34px;
	width: 100%;
	z-index: 5;
}

#main {
	position: absolute; 
	top: 36px; 
	right:0px; 
	bottom: 25px; 
	left: 0px; 
	background: transparent url(../images/backgrounds/bg_silver_appnav.png) repeat-x left top;
	overflow: hidden; 
	z-index: 1;
}

#footer {
	position: absolute; 
	bottom: 0px; 
	left: 0; 
	height: 27px; 
	width: 100%; 
}

#utility {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 34px;
	width: 450px;
	z-index: 2;
}

#utility ul { 
	text-align: right;
}

#utility li { 
	display: inline; 
	padding: 0 8px;
	font-size: 85%;
	line-height: 34px; 
	border-right: 1px solid #C2D5FC;
}

#utility li:last-child {
	border-right: none;
}

#utility a:link,
#utility a:visited,
#utility a:active,
#utility a:hover {
	color: #FFF;
}

#banner { 
	position: relative;
	height: 34px;
	width: 355px;
	background-image:url(../images/banners/banners-all2.png);
	background-repeat: no-repeat;	
}

/* Note: see Environments below */

#banner h1 { 
	position: absolute; 
	left: -2000px; 
}

#banner h1 span { 
	font-weight: normal; 
}

/* ------------------------------------------------------------------------
	NAVIGATION - GLOBAL
   ------------------------------------------------------------------------*/

a.skiplink, .hiddenText { /* 'hidden' for screen readers */
    position: absolute;
    left: -1000px;   
    top: 10px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html.js a.skiplink { /* adj for html5 masterpage */
    top: 0px;
}

a.skiplink:focus,
a.skiplink:active {
    left: 0px;   
    width: auto;
    height: auto;
}

/* superfish menu system */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}

.nav {
	position: relative;
	margin-left: 20px;
	height: 34px;
	font-size: 95%;
	line-height:1.0;
	z-index: 1000;
}

.nav ul {
	position:absolute;
	top:-999em;
	width: 225px;   /* menu width */
}

.nav ul ul {
	border-top-width: 1px;
	background-color: #FBFBF3;
}

.nav ul li {
	width: 100%;
}

.nav li {
	position:relative;
	float:left;
	border: none;
	padding: 0;
	color: #FFF;
	line-height: 34px;
	z-index:1000;
}

.nav a {
	display:block;
	color: #FFF;
	line-height: 34px;
}

.nav li span,
.nav li.simple a  {
	padding: 0 1.3em;
}

.sub li span,
.nav li.simple span {
	padding: 0;
}

.nav li:hover ul,
.nav li:focus ul,
ul.nav li.sfHover ul {
	top:34px;
	left:0px;
}

.nav li:hover li ul,
.nav li:focus li ul,
.nav li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul,
.nav li li:focus ul,
ul.nav li li.sfHover ul {
	top:-2px;
	left: 227px;    /* menu width */
}

.superfish li:hover ul,
.superfish li:focus ul,
.superfish li li:hover ul,
.superfish li li:focus ul {
	top: -999em;
}

/*** Superfish APX Skin ***/
.nav {
	float:left;
}

.nav ul {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color:	#072057 #253652 #253650 #889EBE;
	background-color: #FBFBF3;
	color: #0B2B5F;
}

.nav li {
	width:auto;
}

.nav a {
	color: #FFF;
	text-decoration:none;
}

.nav a:hover, .nav a:focus, .nav a:active {
	color: #FFF;
	text-decoration: none;
}

/* **** REMOVED ****
.nav li:hover, .nav li.sfHover,
.nav a:hover, .nav a:focus, .nav a:active {
	background:url(../images/backgrounds/blue_gradient_2.png) repeat-x top left;
	cursor: pointer;
}
* **** **** **** **** */

.nav li li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	padding: 0;
	height: 20px;
    background: #FBFBF3 url(../images/backgrounds/bg_menu_all.png) no-repeat left top;
	color: #0B2B5F;
	line-height: 20px;
}

.nav li li.hasChild {
    background: #FBFBF3 url(../images/backgrounds/bg_menu_all.png) no-repeat right -152px;
}

.nav li li span {
	display: block;
	background: none;
	line-height: 20px;
}

.nav li li.hasChild span  {
	padding-left: 30px;
}

/*hide icons in 3rd level*/
#topnav ul.sub2 li span {  
	background: none;
}

ul#topnav li li span a.appLink {
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background: none;
	color: #0B2B5F;
}

ul#topnav li li li span a.appLink {
	padding-left: 10px;
}

ul#topnav li li li span.no_auth a.appLink {
	padding-left: 0px;
}

ul#topnav li li span a.appLink:hover,
ul#topnav li li span a.appLink:focus,
ul#topnav li li span a.appLink:active 
{
    color: #FFF;
}

ul#topnav li li span.no_auth a.appLink:hover,
ul#topnav li li span.no_auth a.appLink:focus,
ul#topnav li li span.no_auth a.appLink:active
{
    color: #000;
    cursor: default;
}

ul#topnav li li span.tabLink a {
	padding: 0px;
	height: 20px;
	line-height: 20px;
	color: #0B2B5F;
}

ul#topnav li.sfHover li.sfHover span.tabLink a {
    background-color: transparent;
    color: #FFF;
}

ul#topnav li span.tabLink a {
	display: inline;
}

.nav li li a:visited{
	color: #0B2B5F;
}

.nav li li:hover,
.nav li li:focus {
	background: #3C6FA2 url(../images/backgrounds/bg_menu_all.png) no-repeat 24px -72px;
	color: #FFF;
}

/* .nav li.sfHover li a:hover, */
.nav li.sfHover li.sfHover {
	background: #3C6FA2 url(../images/backgrounds/bg_menu_all.png) no-repeat 24px -72px;
	color: #FFF;
}

.nav li.sfHover li.sfHover li.sfHover {
	background: #3C6FA2 url(../images/backgrounds/bg_menu_all.png) no-repeat 0px -72px;
	color: #FFF;
}

.nav li li.hasChild:hover,
.nav li li.hasChild:focus {
    background: #3C6FA2 url(../images/backgrounds/bg_menu_all.png) no-repeat right -116px;
}

.nav li li li {
    background:url(../images/backgrounds/bg_menu_all.png) no-repeat 0px -36px;
}

.nav li li li span,
.nav li li.hasChild li span {
	padding-left: 0px;
}

ul#topnav li li li span  {
	padding-left: 0px;
}

.nav li li li a,
.nav li li.hasChild li a {
	padding-left: 10px;
}

.nav li li li:hover,
.nav li li li:focus {
    background: #3C6FA2 url(../images/backgrounds/bg_menu_all.png) no-repeat 0px -72px;
	color: #FFF;
}

.nav li li li a:hover,
.nav li.sfHover li li a:hover,
.nav li.sfHover li.hasChild a:hover,
.nav li li li a:focus,
.nav li.sfHover li li a:focus,
.nav li.sfHover li.hasChild a:focus {
    /* background:url(../images/backgrounds/bg_menu_all.png) no-repeat 0px -72px; */
	color: #FFF;
}

.nav li li span.no_auth,
.nav li li.sfhover span.no_auth,
.nav li li:hover span.no_auth,
.nav li li:focus span.no_auth,
.nav li li span.no_auth1,
.nav li li.sfhover span.no_auth1,
.nav li li:hover span.no_auth1,
.nav li li:focus span.no_auth1,
#topnav li li span.no_auth {
	padding-left: 10px;
	background-color: #FBFBF3;
	color: #999;
	cursor: default;
	text-decoration:line-through;
}

.nav li span.no_auth1,
.nav li.sfhover span.no_auth1,
.nav li:hover span.no_auth1,
.nav li:focus span.no_auth1
{
	background-color: #FBFBF3;
	color: #999;
	cursor: default;
	text-decoration:line-through;
}
.nav li li span.no_auth1,
.nav li li.sfhover span.no_auth1,
.nav li li:hover span.no_auth1,
.nav li li:focus span.no_auth1
{
	padding-left: 30px;
}

/* end superfish styles */


	/* set menu icons */
#topnav li.explorer span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -144px;
}

#topnav li.demandResponse span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px 0px;
}

#topnav li.settlement span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -72px;
}

#topnav li.monitor span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -108px;
}

#topnav li.scheduling span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -36px;
}

#topnav li.contracts span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -180px;
}

#topnav li.actApps span,
#topnav li.metadataApps span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -180px;
}

#topnav li.upload span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -216px;
}

#topnav li.password span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -360px;
}

#topnav li.identity span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -324px;
}

#topnav li.refData span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -396px;
}

#topnav li.wind span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -288px;
}

#topnav li.calc span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -252px;
}

#topnav li.contact span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -432px;
}

#topnav li.docs span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -468px;
}

#topnav li.notify span {
	background:url(../images/icons/icon_menu_all.png) no-repeat 0px -504px;
}


/*	>>> modal window base style //------------------------------------------*/

.jqmWindow {
    position: fixed;
    display: none;
    top: 17%;
    left: 50%;
    margin-left: -200px; /* equals 1/2 width */
    padding: 1px;
	border: 1px solid #000;
    background-color: #FFF;
    color: #333;
}

.jqmOverlay { 
	background-color: #000; 
}

	/* Background iframe styling for IE6. Prevents ActiveX bleed-through */
notBeingUsed iframe.jqm {
	position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

	/* Fixed positioning emulation for IE6 */
notBeingUsed html #modal { 
    position: absolute; 
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); 
    left: expression(Math.round(50 * (document.documentElement.offsetWidth || document.body.clientWidth) / 100) + 'px'); 
} 

#modal {
	display: none; /* hidden until needed */
	background-color: #FFF;
}

.modalTop {
	position: relative;
	border-bottom: 1px solid #333366;
	height: 20px;
	background: #9999CC url(../images/backgrounds/bg_blue_grd_1.png) repeat-x left top;
}

.modalTitle {
	color: #FFF;
	line-height: 20px;
	text-align: center;
	cursor: move; /* for dragging */
}

.target {
	width: 100%;
	overflow: hidden;
}

div.jqmClose {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}


/*	>>> misc global    //---------------------------------------------------*/

.hide {
	display: none;
}

.error {
	color:#CC0000; 
}
.warning {
    color: #666600;
}
.clearBoth {
    clear: both;
}

input.isValid {
    background-color: #FFCC00;
}

#divSelPaneShim, #utilShim, .utilShim {    /* TODO: remove divSelPaneShim when no longer required*/
	background-color: #FFF;
	position: absolute;
	z-index: 10000;
	margin: 0px;
	padding: 0px;
    opacity:.50;
}
.center {
	text-align: center;
}

div.center {
	margin-left: auto;
	margin-right: auto;
}

#progress {
	display: none; 
	margin: 0px 0 0 0px; 
}

ul.bullet { 
	padding: 10px 30px;
	text-align: left;
	list-style: inside disc;
}

/* PIPED LINKS */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }


	/* general input button style */
input.niceButton,
input.niceButtonLeft {
	margin: 0px;
	padding: 2px 3px;
	border: 3px double #999;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #EEE;
    font-family: Roboto, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	overflow: visible;
}

/* TODO: check this to see if we need it
.notIE input.niceButton,
.notIE input.niceButtonLeft {
    padding: 0px 3px;    
}
*/

input.niceButton[class],
input.niceButtonLeft[class]  {
	width: auto;
}

input.niceButton[disabled],
input.niceButtonLeft[disabled]  {
 	color: #999;
}

input.niceButton:active,
input.niceButtonLeft:active {
	border: 3px double #CCC;
	border-top-color: #999;
	border-left-color: #999;
}

input.niceButton:active[disabled],
input.niceButtonLeft:active[disabled]{
 	border: 3px double #999;
	border-top-color: #CCC;
	border-left-color: #CCC;   
}

.disabled,
input.disabled {
	cursor: default;
}

input[disabled]{
	cursor: default;
}
span.disabled,
label.disabled {
    color: #999;
}
a.disabled,
a.disabled:hover { 
	color: #999;
	cursor: default;
    text-decoration: none;
}

/* =============================================================================
   End Primary styles
   ========================================================================== */


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   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.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}
