/* Last-Modified: Thu, 9 Jul 2015 21:01:46 GMT [ver: ] */
/* Current-Time:Fri, 10 Jul 2015 05:40:32 -0500*/
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

#slider_container{
	position: relative;
	margin-top: 0;
	left: 0px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #ededed;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 15px/26px 'Cabin', sans-serif;
	font-weight: 400;
	color: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #eee url('styles/custom/jennifermcchristian/images/background.jpg') repeat left top;
}

img {
	
	height: auto;
	border: 0;
}

.red a {
	color:#F00;

	text-decoration:none;
	
	
}

.responsive-img {
	width: 100%;
	height: auto;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-8 { margin-top: 8px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
	clear: both;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.lt-gray { color: #999; }
.md-gray { color: #666; }
.dk-gray { color: #333; }

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

h1, h2, h3, h4, h5, h6 { 
	color: #333;
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 30px;
	margin-top: 0;
	letter-spacing: 3px;
}

h4, h5, h6 { 
	color: #333;
}

h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #333; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #999; }

p { margin: 0 0 30px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 95%; }
.large { font-size: 18px; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.selected, .current { color: # !important; }

.page-title { display: none !important; }

@font-face {
    font-family: 'boldbrush';
    src: url('styles/shared/fonts/boldbrush-webfont.eot');
    src: url('styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	font-style: normal;
	position: relative;
	top: 15px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 28px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}

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

a {
	color: #333;
	text-decoration: underline;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #999; }
a:hover, a:active, a:focus { outline: 0; }

a.arrow-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f105';
	position: relative;
	top: 0;
	right: -5px;
}

a.link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-decoration: underline;
}

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	float: left;
	margin: 0 10px;
}

.inline-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child {
	margin-right: 0px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	padding-bottom: 25px;
	padding-top: 20px;
	z-index: 98;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.sticky {
	position: fixed !important;
	margin-top: -55px !important;
}

.site-title {
	display: block;
	margin-bottom: 15px;
}

.site-title a {
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: #444;
	text-decoration: none;
	letter-spacing: 8px;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

.main-nav ul li a {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	text-decoration: none;
	letter-spacing: 1px;
}

.main-nav ul li a:hover {
	color: #ccc;
}

.main-nav .selectednavlink a {
	color: #333 !important;
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.mobile-nav {
	cursor: pointer;
	display: none;
}

.mobile-nav i {
	font-size: 20px;
	line-height: 24px;
	color: #555;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.mobile-nav i:hover {
	color: #999;
}

/* ==========================================================================
   Mobile Nav Overlay
   ========================================================================== */
   
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	overflow: auto;
	z-index: 99;
}

.wrap {
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}

.wrap ul.wrap-nav {
	padding: 30px 0px 25px;
}

.wrap ul.wrap-nav li {
	font-size: 20px;
	display: block;
	vertical-align: top;
	position: relative;
}

.wrap ul.wrap-nav li a {
	color: #6e6e6e;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.wrap ul.wrap-nav li a:hover {
	color: #ccc;
}

.wrap .close {
	font-size: 28px;
	cursor: pointer;
	float: right;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	margin: 0 auto;
}

.content-section {
	padding-top: 175px;
	padding-bottom: 30px;
}

.content-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.content-item .alpha {
	text-align: right;
}

.content-item .alpha h2 {
	font-size: 26px;
	margin-bottom: 0px;
}

.content-item .omega {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.col-1-3.alpha h4 {
	text-align: right;
}

/* ==========================================================================
   Home
   ========================================================================== */

.hero {
	margin-top: 124px;
	margin-bottom: 30px;
}

.widgets .col-1-3 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.widget p:last-child {
	margin-bottom: 0px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	font-size: 14px;
	color: #6e6e6e;
	width: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	padding-top: 5px;
}

.footer .faso-bug a {
	color: #6e6e6e;
	text-decoration: none;
}

.footer .faso-bug a:hover {
	color: #999;
}

/* ==========================================================================
   Social
   ========================================================================== */
   
.social {
	margin-top: 20px;
}

.social ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.social ul li i {
	font-size: 20px;
}

.social ul li a {
	color: #6e6e6e;
	text-decoration: none;
}

.social ul li a:hover {
	color: #999;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #fff;
}

.blog-comment-even {
	background: none;
}

.social-buttons {
	overflow: hidden;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #fff;
	z-index: 9999;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	line-height: normal;
	margin: 0;
	padding: 6px 12px;
}

.social-buttons li a {
	font-size: 25px;
	line-height: normal;
	color: #999;
}

.social-buttons li a:hover {
	font-size: 25px;
	line-height: normal;
	color: #ccc;
}

.post-nav {
	list-style: none;
	margin: 0 0 25px;
	padding: 5px 0;
	overflow: visible;
	display: inline-block;
}

.post-nav li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.post-nav li i {
	font-size: 14px;
	line-height: normal;
}

.post-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: block;
}

.share-buttons {
	margin-bottom: 25px;
}

.share-buttons table {
	margin: 0 auto;
}

.related-posts {
	margin-bottom: 50px;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	margin-bottom: 10px;
}

.caption {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */

.item-box {
	position: relative;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.item-caption:before, 
.item-title {
    display: inline-block;
    vertical-align: middle;
}

.item-caption:before {
    content: "";
    height: 100%;
}

.item-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	color: #444;
	overflow: hidden;
	background: #fff;
	-webkit-transition: 0.2s all linear;
		-moz-transition: 0.2s all linear;
			transition: 0.2s all linear;
			
}

.item-title {
	margin: 0;
	font-size: 24px;
	padding: 0 10px;
	width: 95%;
}

.item-category {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 1px;
	color: #666;
	margin-top: 10px;
}

/* Hovers */

.item-box:hover .item-caption {
	opacity: .85;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #6e6e6e;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #fff;
	border: none;
	padding: 15px 40px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.btn:hover, input[type='submit']:hover {
	color: #ccc;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	text-decoration: none;
	padding: 10px 15px;
}

.pagination ul li a.current {
	color: #000 !important;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

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

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Cabin', sans-serif;
	font-weight: 400;
	color: #444;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #fff;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
}

input[type="text"] {
	height: 46px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border: 1px solid #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.success_message {
	font: 14px/24px 'Cabin', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	background-color: #fff !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

/* ==========================================================================
   Blockquotes
   ========================================================================== */

blockquote {
	margin: 25px 0;
}

blockquote p {
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 10px;
}

blockquote cite {
	font-size: 16px;
	color: #666;
}

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

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*[class*='col-'] {
	float: left;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell {
	text-align: center;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 15px; margin: 0; }
.grid-item img { width: 100%; }
.grid-item h2 { line-height: 24px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.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 screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width : 993px) {

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
}

@media only screen and (max-width : 908px) {

	.content-section {
		padding-top: 197px;
	}
	
	.hero {
		margin-top: 148px;
	}

}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}
	
	.grid-item-2 {
		width: 100%;
	}
	
	.item-title {
		font-size: 18px;
	}
	
	.item-category {
		font-size: 14px;
	}
	
	.widgets .col-1-3 {
		float: none;
		width: 100%;
	}
	
}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.alpha { padding: 0; }
	.omega { padding: 0; }
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
	.mobile-nav {
		display: block;
	}
	
	.main-nav {
		display: none;
	}
	
	.content-section {
		padding-top: 175px;
	}
	
	.hero {
		margin-top: 126px;
	}

	.social-buttons {
		position: static;
		margin-bottom: 25px;
		background: none;
	}
	
	.social-buttons li {
		float: left;
		padding: 6px 10px;
	}
	
	.content-item .alpha {
		text-align: center;
	}
	
	.content-item .omega {
		border-left: none;
		padding-left: 0px;
		text-align: center;
	}
	
	.content-item .btn {
		width: 95%;
	}
	
	.col-1-3.alpha h4 {
		text-align: left;
	}

}

@media only screen and (max-width: 538px) {

	.content-section {
		padding-top: 205px;
	}
	
	.hero {
		margin-top: 166px;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
