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


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

body, button, input, select, textarea { font-family: sans-serif; 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
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* 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: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


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

input:focus { outline: none; }

input[type="text"] { color: #333 !important; }


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

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Blueprint Grid
   ========================================================================== */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}
.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24 {width:950px; margin-right:0;}


/* =============================================================================
   Button
   ========================================================================== */

.button, button {
	background-color: #7AAF33;
	background-image: linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -o-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(121,175,51)),
		color-stop(1, rgb(131,193,51))
	);
	border: 1px solid #6DA227;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}

.button:active, .button:focus {
	background-image: linear-gradient(bottom, rgb(121,175,51) 100%, rgb(122,176,52) 0%);
	background-image: -o-linear-gradient(bottom, rgb(121,175,51) 100%, rgb(122,176,52) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(121,175,51) 100%, rgb(122,176,52) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(121,175,51) 100%, rgb(122,176,52) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(121,175,51) 100%, rgb(122,176,52) 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(121,175,51)),
		color-stop(0, rgb(122,176,52))
	);
	box-shadow: none;
}

.button span, button span {
	border: 1px solid #C2E099;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 9px 12px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}



/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

body { 
	color: #333333;
	font-family: "Lucida Grande", Arial, Sans-Serif;
	font-size: 14px;
}

.container {
	margin: 0 auto;
	width: 950px;
}

.small-box {
	margin: 0;
	padding: 10px;
}

.large-box {
	margin: 0;
	padding: 20px;
}

a:link, a:visited {
	color: #759F3E;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}



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

body>header {
	background-color: #F3F3F3;
	background-image: linear-gradient(bottom, rgb(243,243,243) 100%, rgb(255,255,255) 0%);
	background-image: -o-linear-gradient(bottom, rgb(243,243,243) 100%, rgb(255,255,255) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(243,243,243) 100%, rgb(255,255,255) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(243,243,243) 100%, rgb(255,255,255) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(243,243,243) 100%, rgb(255,255,255) 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(243,243,243)),
		color-stop(0, rgb(255,255,255))
	);
	box-sizing: border-box;
	height: 90px;
	padding-top: 15px;
}

body>header #tagline h1 {
	color: #DDDDDD;
	font-family: adriane, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: right;
	text-shadow: none;
}

body>header #tagline span {
	color: #666666;
	display: block;
	margin-top: 5px;
	text-align: right;
}



/* =============================================================================
   Nav - Global
   ========================================================================== */

body>nav {
	background-color: #1B72B8;
	background-image: linear-gradient(bottom, rgb(27,113,184) 0%, rgb(52,139,209) 100%);
	background-image: -o-linear-gradient(bottom, rgb(27,113,184) 0%, rgb(52,139,209) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(27,113,184) 0%, rgb(52,139,209) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(27,113,184) 0%, rgb(52,139,209) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(27,113,184) 0%, rgb(52,139,209) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(27,113,184)),
		color-stop(1, rgb(52,139,209))
	);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #124975;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	height: 40px;
	position: relative;
	z-index: 1000;
}

body>nav ul {
	line-height: 40px;
	list-style: none;	
	margin: 0;
	padding: 0;
}

body>nav ul li {
	display: inline-block;
	line-height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}

body>nav ul li:last-child a {
	border-left: 1px solid #4DA0D2;
	padding: 0 14px;
}

body>nav ul li a {
	border-right: 1px solid #1968A1;
	border-left: 1px solid #4DA0D2;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 14px;
	text-decoration: none;
}

body>nav ul li:first-child a {
	border-left: 0;
}

body>nav ul li a:link, body>nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

body>nav ul li a:hover, body>nav ul li a:active, body>nav ul li a:focus {
	background-color: rgba(255,255,255,0.1);
	border-bottom: 1px solid #28a6dd;
	color: #FFFFFF;
	text-decoration: none;
}

body>nav ul li ul {
	display: none;
}

body>nav span.blog-link {
	display: inline-block;
	line-height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}

body>nav span.blog-link a {
	border-left: 1px solid #4DA0D2;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 14px;
	text-decoration: none;
}

body>nav span.blog-link a:hover, body>nav span.blog-link a:active, body>nav span.blog-link a:focus {
	background-color: rgba(255,255,255,0.1);
	border-bottom: 1px solid #28a6dd;
	color: #FFFFFF;
}


/* =============================================================================
   Main
   ========================================================================== */

#main aside .steve {
	text-align: center;
}

#main aside .steve img {
	border: 1px solid #DDDDDD;
	padding: 3px;
}

#main aside .steve span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

#main aside.sidebar {
	background: url(../images/aside_bg_fade_2.png) top right no-repeat;
	border-right: 1px solid #EEEEEE;
	box-sizing: border-box;
	min-height: 600px;
	padding-top: 30px;
	width: 228px;
}

#main aside.sidebar nav {
	font-size: 12px;
	text-align: right;
}

#main aside.sidebar nav h3 {
	border-bottom: 2px solid #8BC43E;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding-right: 30px;
	text-transform: uppercase;
}

#main aside.sidebar nav ul {
	
}

#main aside.sidebar nav ul li ul{
	display: none;
}

#main aside.sidebar nav ul li {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding: 8px 0;
}

#main aside.sidebar nav ul li a {
	color: #759F3E;
	display: block;
	line-height: 1.5em;
	padding-right: 30px;
	text-decoration: none;
}

#main aside.sidebar nav ul li a:link, #main aside.sidebar nav ul li a:visited {
	
}

#main aside.sidebar nav ul li a:hover, #main aside.sidebar nav ul li a:active, #main aside.sidebar nav ul li a:focus {
	background-color: #FFFFFF;
}

#main aside.sidebar nav + nav {
	margin-top: 20px;
}

#main aside.sidebar .speak-to-us {
	background-color: #F9FDF3;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	color: #777777;
	font-size: 12px;
	margin: 30px 10px 0;
	padding: 2px 9px;
	text-align: center;
}

#main aside.sidebar .speak-to-us strong {
	color: #28A7DE;
	display: block;
	font-size: 14px;
	line-height: 26px;
}

#main aside.sidebar .speak-to-us em {
	color: #555555;
	font-family: adriane;
	font-size: 15px;
	font-style: italic;
}

#main aside.sidebar .speak-to-us .button {
	margin-top: 12px;
}

#main aside.sidebar .social-links {
	padding: 30px;
}

#main aside.sidebar .social-links a {
	margin: 0 3px;
	text-decoration: none;
}

#main .sidebar-2 {
  background: url(../images/aside_bg_fade_3.png) top left no-repeat;
	border-left: 1px solid #EEEEEE;
	box-sizing: border-box;
	min-height: 600px;
	padding-left: 10px;
	width: 218px;
}



#main #content {
	font-size: 14px;
	padding: 0 30px;
}

#main #content h1 { font-size: 24px; font-weight: bold; }
#main #content h2 { font-size: 18px; }
#main #content h3 {  }
#main #content h4 {  }
#main #content h5 {  }
#main #content p { font-size: 14px; }
#main #content strong {  }
#main #content em {  }
#main #content blockquote {  }
#main #content li { font-size: 14px; }

#main #content div.block {
	background-color: #FFFFFF;
	border: 1px solid #EEE;
	margin-bottom: 18px;
	padding: 10px;
}

#main #content div.block h2 {
	background-color: #eef8e0;
	line-height: 1;
	margin: -9px -9px 0 -9px;
	padding: 10px;
}

#main #recommended {
	border-top: 3px solid #759F3E;
	border-bottom: 1px solid #759F3E;
	margin: 40px 30px 30px 30px;
	min-height: 160px;
}

#main #recommended h1 {
	color: #1C77BB;
	font-size: 16px;	
}

#main #recommended h1 a {
	font-size: 12px;
	text-shadow: none;
}

#main #recommended ul.items {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main #recommended ul.items li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 24%;
}

#main #recommended ul.items li a {
	display: block;
	font-size: 12px;
	padding: 15px;
	text-shadow: none;
}

#main #recommended ul.items li img {
	margin-bottom: 6px;
	max-width: 100%;
}

#main #contact-form {
	background-color: #F9FDF3;
	border: 1px solid #EEEEEE;
	margin: 30px;
	padding: 10px;
}

#main #contact-form h3 {
	margin: 0;
}

#main #contact-form input[type='text'] {
	color: #333;
	font-size: 16px;
	padding: 9px;
}

#main #contact-details {
	padding: 0 30px;
}

/* =============================================================================
   Download Form
   ========================================================================== */
#main .download_form {
	background-color: #7AAF33;
	background-image: linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -o-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(121,175,51) 0%, rgb(131,193,51) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(121,175,51)),
		color-stop(1, rgb(131,193,51))
	);
	border: 1px solid #6DA227;
	box-shadow: inset 0 0 1px #FFF;
	margin: 15px 5px 5px 5px;
	padding: 10px;
}

#main .download_form img {
	border: 1px solid #CCC;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	margin-top: 10px;
}

#main .download_form h1 {
	font-size: 22px;
	margin: 0;
	text-align: center;
}

#main .download_form p {
	font-size: 13px;
}

#main .download_form input[type='text'] {
	color: #333;
	font-size: 14px;
	margin: 3px 0 12px 0;
	padding: 3px;
}

#main .download_form button {
	background-color: #F36C00;
	background-image: linear-gradient(bottom, rgb(243,108,0) 0%, rgb(249,136,36) 100%);
	background-image: -o-linear-gradient(bottom, rgb(243,108,0) 0%, rgb(249,136,36) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(243,108,0) 0%, rgb(249,136,36) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(243,108,0) 0%, rgb(249,136,36) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(243,108,0) 0%, rgb(249,136,36) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(243,108,0)),
		color-stop(1, rgb(249,136,36))
	);
	border: 1px solid #F36C00;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#main .download_form button:active, #main .download_form  button:focus {
	background-color: #F36C00;
	background-image: linear-gradient(bottom, rgb(249,136,36) 0%, rgb(243,108,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(249,136,36) 0%, rgb(243,108,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(249,136,36) 0%, rgb(243,108,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(249,136,36) 0%, rgb(243,108,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(249,136,36) 0%, rgb(243,108,0) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(249,136,36)),
		color-stop(1, rgb(243,108,0))
	);
	box-shadow: none;
}

#main .download_form button span {
	border: 1px solid #FFF;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 9px 12px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}


/* =============================================================================
   Case Study
   ========================================================================== */

.case-study #video {
	margin: 30px 0;
	padding: 0 30px;
	width: 650px;
}



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

body>footer {
	border-top: 1px solid #EEEEEE;
	color: #CCCCCC;
	margin-top: 54px;
	min-height: 200px;
	padding: 18px 0;
}




/* =============================================================================
   Credits
   ========================================================================== */

.credits {
	display: none;
}



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