/*
	Theme Name: TPC Financial
	Theme URI: http://tpcfinancial.com
	Description: A custom theme developed by Upanup Studios for TPC Financial. Theme based on the fine work done by HTML5 Boilerplate.
	Author: Upanup Studios
	Author URI: http://upanupstudios.com/
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*
 * 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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

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

body { margin: 0; font-size: 1em; line-height: 1.4; }

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


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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
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, serif; _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/i/440
 */

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; white-space: normal; }

/*
 * 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)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }


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

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

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== 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; *line-height: 0; }
.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; }


ul {list-style:none;margin:0;padding:0;}
a, input {
	text-decoration:none;
	-webkit-transition: all 0.15s ease-in-out;
			-moz-transition: all 0.15s ease-in-out;
			-o-transition: all 0.15s ease-in-out;
			-ms-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;}

input:focus,
textarea:focus {outline-style:none;}
a,a:visited {color:#00346b;}
a:hover {color:#000;}

p,ul,ol {margin:0;}

.clear{clear: both;}

/** END HTML5 Boilerplate CSS **/

/* ==|== colors =======================================================
   ========================================================================== */
/*

darker gold: 		#d59402
button grey: 		#cecece
button grey border: #bdbdbd
blue: 				#00346b


/* ==|== layout =======================================================
   ========================================================================== */

/* Hides */
.widget_archive,
.widget_categories{
	display: none;
}
/* Unhides */
.page-template-page-blog-php .widget_archive,
.page-template-page-blog-php .widget_categories,
.single-post .widget_archive,
.single-post .widget_categories,
.archive .widget_archive,
.archive .widget_categories{
	display: block;
}


body {
	font:14px/18px Georgia, serif;
	background:url(images/bg.gif) repeat;
	margin:0;
	padding:0;}
#page-container {width:1040px;margin:0 auto;}
#page-wrap {background:url(images/page-wrap.png) top center repeat-y;overflow:visible;}
#page {width:960px;margin:0 auto;padding:0 20px;overflow:visible;}
.page-btm {background:url(images/black-transparent.png) repeat;width:1040px;height:20px;margin:0 auto 60px;}
.top-head {float:left;width:795px;}
.sidebar {float:right;width:160px;}
.top-head .menu {float:left;width:785px;height:35px;background:#01346b;border:5px solid #082c50;}
.top-head .menu select {display:none;}
.header-search {float:right;width:150px;border:5px solid #4a4a4a;background:#cecece;height:35px;}
.header-search form {height:35px;width:150px;}
.header-search input {background:none;border:0;}
.header-search input.search-text {float:left;width:95px;padding:10px 0 10px 10px;font:14px/15px Georgia, serif;}
.header-search input.search-button {float:right;width:35px;}
.header-search input.search-button:hover {opacity:0.9;}
.top-nav {float:right;width:160px;margin:5px 0 0;}
.top-nav ul li {margin:0 0 5px;}
.top-nav a {text-align:center;display:block;width:140px;padding:8px 5px 5px 5px;border:5px solid #bdbdbd;background:#cecece;color:#4b4b4b;text-shadow:0 2px 1px rgba(255,255,255,0.8);}
.top-nav li:first-child a {padding-top:3px;}
.top-nav a:hover {background:#d69400;border-color:#b97700;color:#fff;text-shadow:0 1px 1px rgba(68,49,0,.9);}
.top-nav a span {font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:20px;display:block;}
.logo-tag {float:left;width:795px;border-top:5px solid #d59402;margin-top:5px;}
.logo-tag h1 {float:left;margin-left:60px;width:360px;height:100px;}
.logo-tag h1 a {text-indent:-9999px;display:block;width:360px;height:100px;background:url(images/logo.gif) no-repeat;}
.logo-tag h2 {float:right;color:#7e7e7e;font-weight:normal;font-size:16px;float:right;margin: 39px 95px 0 0;width:180px;line-height:20px;}


/*banner*/
#banner-wrap {width:960px;clear:both;position:relative;height:490px;padding:5px 0;border-bottom:5px solid #d59402;}
#banner {float:left;width:795px;}
#banner .slide {display:none;}
#content .banner-text {position:absolute;top:0;left:0;}
#content .banner-text h2,
#content .banner-text a,
#content .map-tag-line h2 {background:#fff;width:350px;font:30px/50px 'Oswald', sans-serif;font-weight:300;padding:15px 0;text-indent:15px;margin:0;padding:0;line-height:45px;position:absolute;display:block;}
#content .banner-text a {
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	background:#00346b;
	-webkit-transition: none 0s ease-in-out;
			-moz-transition: none 0s ease-in-out;
			-o-transition: none 0s ease-in-out;
			-ms-transition: none 0s ease-in-out;
			transition: none 0s ease-in-out;
	-webkit-transition: color 0.15s ease-in-out;
			-moz-transition: color 0.15s ease-in-out;
			-o-transition: color 0.15s ease-in-out;
			-ms-transition: color 0.15s ease-in-out;
			transition: color 0.15s ease-in-out;}
#content .banner-text a:hover {color:#d59400;}
/*slide one*/
#content .slide.one .banner-text h2.line-one {top:150px;left:50px;}
#content .slide.one .banner-text h2.line-two {top:195px;left:75px;}
#content .slide.one .banner-text a {top:240px;left:100px;}
/*slide two*/
#content .slide.two .banner-text h2.line-one {top:310px;left:75px;}
#content .slide.two .banner-text h2.line-two {top:355px;left:100px;}
#content .slide.two .banner-text a {top:400px;left:125px;}
/*slide three*/
#content .slide.three .banner-text h2.line-one {top:310px;left:75px;}
#content .slide.three .banner-text h2.line-two {top:355px;left:100px;}
#content .slide.three .banner-text a {top:400px;left:125px;}

#banner-nav {
	width: 160px;
	position: absolute;
	right: 0;
	z-index: 10000;}
#banner-nav a {
	display:block;
	margin:5px 0 0 -39px;
	padding:12px 10px 0 50px;
	height:148px;
	text-align:center;
	line-height:19px;
	width:139px;
	background:url(images/banner-nav.png) no-repeat;
	color:#4b4b4b;
	text-shadow:0 2px 1px rgba(255,255,255,0.9);
	-webkit-transition: none 0s ease-in-out;
			-moz-transition: none 0s ease-in-out;
			-o-transition: none 0s ease-in-out;
			-ms-transition: none 0s ease-in-out;
			transition: none 0s ease-in-out;
	}
#banner-nav a span.title {font-size:28px;font-family:'Oswald',sans-serif;text-transform:uppercase;display:block;line-height:34px;}
#banner-nav li:first-child a {margin-top:0;}
#banner-nav li a:hover {background:url(images/banner-nav-hover.png) no-repeat;color:#fff;text-shadow:0 2px 1px rgba(68,49,0,.9);}
#banner-nav li.activeSlide a {background:url(images/banner-nav-active.png) no-repeat;color:#fff;text-shadow:0 2px 1px rgba(68,49,0,.9);}

#access .menu .children li.page-item-59 a:after {
	content: "  >>";
	}
	#access .menu .children li.page-item-59 .children.two a:after {
		content: "";
		}
/* page*/
#content {width:100%;clear:both;overflow:auto;}
.entry-content {float:left;width:700px;}


/*sidebar*/
.advanced-sidebar-menu a {
	font-family:'Oswald',sans-serif;
	text-transform:uppercase;
	font-size:19px;
	display:block;
	margin-top:5px;
	text-align:center;
	width:140px;
	padding:5px 5px 6px 5px;
	border:5px solid #bdbdbd;
	background:#cecece;
	color:#4b4b4b;
	text-shadow:0 2px 1px rgba(255,255,255,0.8);
	line-height:23px;}
.advanced-sidebar-menu .current_page_item,
.single-newsletter .sidebar .advanced-sidebar-menu .page-item-86 {position:relative;}
.single-newsletter .sidebar .advanced-sidebar-menu .page-item-86 a,
.single-post .sidebar .advanced-sidebar-menu .page-item-887 a,
.single-post .sidebar .advanced-sidebar-menu .page-item-907 a,
.advanced-sidebar-menu a:hover,
.advanced-sidebar-menu .current_page_item a {background:#d69400;border-color:#b97700;color:#fff;text-shadow:0 1px 1px rgba(68,49,0,.9);}
.advanced-sidebar-menu .current_page_item span.arrow,
.single-newsletter .sidebar .advanced-sidebar-menu .page-item-86 span.arrow,
.single-post .sidebar .advanced-sidebar-menu .page-item-887 span.arrow,
.single-post .sidebar .advanced-sidebar-menu .page-item-907 span.arrow {background:url(images/sidebar-nav-active.gif) no-repeat;width:27px;position:absolute;left:-22px;height:80px;top:0px;}
.advanced-sidebar-menu ul ul a {background:none;font-family:Georgia, serif;color:#333;font-size:14px;text-transform:capitalize;border:0;padding:0;text-align:left;}
.advanced-sidebar-menu .grandchild-sidebar-menu{background: #f5f5f5;}
.advanced-sidebar-menu .grandchild-sidebar-menu li{margin:1px 0;}
.advanced-sidebar-menu .grandchild-sidebar-menu li a{padding: 1px 5px 2px;line-height:16px;width:146px;border: #f5f5f5 solid 2px;}
.advanced-sidebar-menu .grandchild-sidebar-menu .current_page_item .arrow{display:none;}
.advanced-sidebar-menu .grandchild-sidebar-menu .current_page_item a,
.advanced-sidebar-menu .grandchild-sidebar-menu a:hover{border: 2px solid #B97700;}
.advanced-sidebar-menu .child-sidebar-menu select, #advanced_sidebar_menu-2 .widget-wrap select{display:none;}

/* ==|== menu ======================================================
   ========================================================================== */
#access .menu {float:left;}
#access .menu > ul > li {float:left;width:auto;position:relative;}
#access .menu > ul > li > a {width:145px;float:left;display:block;height:28px;padding:7px 0 0;background:url(images/nav-border.png) no-repeat;font:18px/20px 'Oswald', sans-serif;text-align:center;text-transform:uppercase;}
#access .menu > ul > li:first-child > a {background:none;}
#access .menu a {color:#fff;font-size:13px;}
#access .menu li.twitter {width:35px;float:right;border-left:5px solid #082c50;}
#access .menu li.twitter a {width:35px;height:35px;text-indent:-9999p;display:block;background:url(images/twitter.gif) no-repeat;padding-top:0;}
#access .menu li.twitter a:hover {opacity:0.8;}
#access .menu .children {display:none;position:absolute;left:-2px;z-index:100000;top:35px;width:180px;background:#00346b;border:5px solid #082c52;border-top:0;}
#access .menu .page-item-13 .children{width: 185px;}
#access .menu .page-item-21 .children {width:162px;}
#access .menu > ul > li:first-child .children {left:-5px;}
#access .menu .children .children {display:none;left:180px;border-top:5px solid #082c52;top:30px;}
#access .menu .children a {display:block;padding:3px 10px;line-height:16px;border:1px solid #00346b;text-shadow:0 1px 1px rgba(0,0,0,.5);}
#access .menu .children a:last-child {padding-bottom:5px;}
#access .menu .children a:first-child {margin-top:5px;}
#access .menu .children .children a:first-child {margin-top:0;padding-top:5px;}
#access .menu .children a:hover {background:#d59400;color:#fff;text-shadow:0 1px 1px rgba(68,49,0,.9);border:1px solid #b97700;}
#access .menu .children li:hover {background:#d59400;color:#fff;text-shadow:0 1px 1px rgba(68,49,0,.9);}


/* ==|== super footer ======================================================
   ========================================================================== */
#footer,
#footer .footer-menu,
#footer .footer-btm {clear:both;position:relative;}
#footer {overflow:auto;}
#footer .menu {border-top:5px solid #cecece;padding:15px 40px 40px;overflow:auto;}
#footer .menu li {float:left;width:20%;}
#footer .menu li.page-item-13 {width:23%;}
#footer .menu li.page-item-19 {width:20%;}
#footer .menu li.page-item-21 {width:12%;}
#footer .menu li ul li {width:100%;}
#footer .menu li ul li ul {display:none;}
#footer .menu li a {font:18px/20px 'Oswald', sans-serif;text-transform:uppercase;color:#5e5e5e;font-weight:300;padding:0 0 6px;float:left;clear:both;}
#footer .menu li a:after {content:":";}
#footer .menu li li a {font:13px/15px Georgia, serif;color:#00346b;font-weight:normal;text-transform:capitalize;padding:0 0 3px;}
#footer .menu li li a:after {content:"";}
#footer .menu li li a:hover {color:#000;}
#footer .newsletter-signup {position:absolute;right:40px;bottom:-5px;border-top:1px solid #939393;padding:10px 0;width:500px;}
#footer .newsletter-signup p {float:left;width:170px;font:18px/20px 'Oswald', sans-serif;text-transform:uppercase;color:#00346b;}
#footer .newsletter-signup form {float:right;width:280px;}
#footer .newsletter-signup form input[type="email"] {font:13px/15px Georgia, serif;color:#666;float:left;padding:10px;border:1px solid #a9a9a9;width:178px;}
#footer .newsletter-signup form input[type="submit"] {float:right;width:80px;border:0;height:37px;background:#d59400;color:#fff;font:14px/16px 'Oswald', sans-serif;text-transform:uppercase;}
#footer .newsletter-signup form input[type="submit"]:hover,
#footer .newsletter-signup form input[type="submit"]:focus,
#footer .newsletter-signup form input[type="submit"]:active {background:#b97700;}
#footer .xoxo {position:absolute;bottom:25px;left:40px;border-top:1px solid #939393;padding-top:10px;width:150px;}
#footer #menu-small-footer-menu.menu {border-top:0;padding:0;}
#footer #menu-small-footer-menu.menu li a {font:13px/15px Georgia, serif;color:#00346b;font-weight:normal;text-transform:capitalize;}
#footer #menu-small-footer-menu.menu li a:after {content:"";}
#footer #menu-small-footer-menu.menu li a:hover {color:#000;}
.footer-btm {border-top:5px solid #d59400;padding:25px 40px 0;font:18px/20px 'Oswald', sans-serif;text-transform:uppercase;color:#5e5e5e;font-weight:300;margin-top:5px;}
.footer-btm .copyright {float:left;width:82%;padding-bottom:15px}
.footer-btm .copyright .login a {color:#fff;font-size:12px;}
.footer-btm .copyright .login a:hover {color:#00346b;}
.footer-btm .site-credit {float:right;width:18%;text-align:right;padding-bottom:15px}
.footer-btm .site-credit a {color:#5e5e5e;font-size:14px;}
.footer-btm .site-credit a:hover {color:#00346b;margin-right:-5px;}
.footer-top {border-top:5px solid #cecece;padding:25px 40px 0;margin-top:20px;}
.footer-top #twitter-block {padding-bottom:30px;float:right;width:660px;}
.footer-top #twitter-block .twitterwidget-title, 
.footer-top #twitter-block .entry-meta {display:none;}
.footer-top #twitter-block .entry-content {padding:0;margin:0;width:660px;color:#00346b;}
.footer-top #twitter-block .entry-content span,
.footer-top .latest-news h3 {font:15px/17px 'Oswald', sans-serif;text-transform:uppercase;color:#5e5e5e;margin-right:5px;}
.home .footer-top .entry-content {width:auto;margin:0;}
.footer-top .latest-news {float:left;width:200px;}
.footer-top .latest-news p {margin:0;}
.footer-top .latest-news h3 {margin:0 0 3px;}

.footer-btm span#share{display:none;}.home .footer-btm span#share{display:inline;}
.footer-btm span#share{margin-left: 82px;}
.footer-btm .stButton .chicklets{height:24px; line-height:23px;}
.footer-btm .stButton{vertical-align:text-top;}
.footer-btm .stButton .facebook{margin-left: 10px;}
.footer-btm .stButton .facebook, .footer-btm .stButton .twitter{background-position: 0 4px;}

/*preload*/
.preload {width:0;height:0;overflow:hidden;}
.preload img {width:0;height:0;line-height:0;}

/*post edit link*/
.post-edit-link,.post-edit-link:visited {float:left;margin-top:20px;color:#fff;background:#333;text-shadow:0 1px 1px rgba(0,0,0,1);padding:5px 10px;font:16px/20px 'Oswald', sans-serif;text-transform:uppercase;clear:both;}
.post-edit-link:hover {color:#ddd;}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}

