/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('css/font-awesome/css/font-awesome.min.css');


/* Landing Page */

.landing-page {
	background-image: url(/wp-content/themes/html5blank/img/landing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.2);
}

#header-landing {
	background: transparent;
	height: 60px;
}

#header-landing .container {
	border-image: url(/wp-content/themes/html5blank/img/under-header.png) 0 0 25;
	border-style: solid;
	border-width: 0px 0px 25px;
}

.underline-header {
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: absolute;
	height: 63px;
	top: 0;
}

.underline-header.right {
	right: 0;
}

.landing-content {
    color: #fff;
    padding-top: 41px;
    font-size: 24px;
}

.landing-content h1 {
    font-size: 60px;
    letter-spacing: -1px;
}

.landing-content h2 {
	font-size: 48px;
}

.landing-content h2.subtitle {
	font-weight: 300;
	border-top: 1px solid rgba(255,255,255,.3);
	margin-top: 38px;
	padding-top: 26px;
	margin-bottom: 50px;
}

.landing-content h2 span {
	font-weight: 900;
}

.landing-content .seek h2 {
    margin-top: 30px;
}

.landing-content .share h2 {
    margin-top: 15px;
}

.landing-content .save h2 {
    margin-top: 21px;
}

.landing-content form {
}

.landing-content input, .landing-content .button {
    width: 100%;
    border: none;
    border-radius: 3px;
}

.landing-content input {
    padding: 13px 15px;
    margin-top: 12px;
    border: none;
    color: #000;
}

.landing-content .button {
    padding: 13px;
    background: #95a3c2; /* Old browsers */  
    background: -moz-linear-gradient(top,  #95a3c2 0%, #7486ae 2%, #6277a3 4%, #586a92 28%, #37425b 83%, #303b51 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a3c2), color-stop(2%,#7486ae), color-stop(4%,#6277a3), color-stop(28%,#586a92), color-stop(83%,#37425b), color-stop(100%,#303b51)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  #95a3c2 0%,#7486ae 2%,#6277a3 4%,#586a92 28%,#37425b 83%,#303b51 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top,  #95a3c2 0%,#7486ae 2%,#6277a3 4%,#586a92 28%,#37425b 83%,#303b51 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top,  #95a3c2 0%,#7486ae 2%,#6277a3 4%,#586a92 28%,#37425b 83%,#303b51 100%); /* IE10+ */  
    background: linear-gradient(to bottom,  #95a3c2 0%,#7486ae 2%,#6277a3 4%,#586a92 28%,#37425b 83%,#303b51 100%); /* W3C */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95a3c2', endColorstr='#303b51',GradientType=0 ); /* IE6-9 */;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.96);  
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.96);  
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.96);
    color: #fff;
}

.landing-content .button:hover {
	background: #303b51; /* Old browsers */
	background: -moz-linear-gradient(top,  #303b51 0%, #37425b 17%, #586a92 72%, #6277a3 96%, #7486ae 98%, #95a3c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303b51), color-stop(17%,#37425b), color-stop(72%,#586a92), color-stop(96%,#6277a3), color-stop(98%,#7486ae), color-stop(100%,#95a3c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #303b51 0%,#37425b 17%,#586a92 72%,#6277a3 96%,#7486ae 98%,#95a3c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #303b51 0%,#37425b 17%,#586a92 72%,#6277a3 96%,#7486ae 98%,#95a3c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #303b51 0%,#37425b 17%,#586a92 72%,#6277a3 96%,#7486ae 98%,#95a3c2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #303b51 0%,#37425b 17%,#586a92 72%,#6277a3 96%,#7486ae 98%,#95a3c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303b51', endColorstr='#95a3c2',GradientType=0 ); /* IE6-9 */
}

.landing-content p {
    font-size: 18px;
    margin-top: 2px;
}

.landing-content .sign-up-form {
    text-align: left;
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 30px;
    padding: 0;
    padding-top: 28px;
}

.landing-content .sign-up-form p {
    line-height: 1;
    margin: 0;
}

.landing-content .sign-up-form .col-md-4 {
	padding: 0;
}

.landing-content .sign-up-form .col-md-4:first-child {
	padding-right: 13.33px
}

.landing-content .sign-up-form .col-md-4:nth-child(2) {
	padding-right: 6.66px;
	padding-left: 6.66px;
}

.landing-content .sign-up-form .col-md-4:last-child {
	padding-left: 13.33px;
}

.join-blog {
	padding: 37px 0 50px;
}

.join-blog p {
	font-size: 24px;
	margin-bottom: 29px;
}

.landing-content a {
	padding: 13px 128px;
	font-weight: 900;
	border-radius: 3px;
	color: #fff;
	background: #f3bc8c; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3bc8c 0%, #efa768 2%, #ed9b55 4%, #e8894b 30%, #dd5b32 78%, #da4d2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3bc8c), color-stop(2%,#efa768), color-stop(4%,#ed9b55), color-stop(30%,#e8894b), color-stop(78%,#dd5b32), color-stop(100%,#da4d2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3bc8c 0%,#efa768 2%,#ed9b55 4%,#e8894b 30%,#dd5b32 78%,#da4d2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3bc8c 0%,#efa768 2%,#ed9b55 4%,#e8894b 30%,#dd5b32 78%,#da4d2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3bc8c 0%,#efa768 2%,#ed9b55 4%,#e8894b 30%,#dd5b32 78%,#da4d2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3bc8c 0%,#efa768 2%,#ed9b55 4%,#e8894b 30%,#dd5b32 78%,#da4d2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bc8c', endColorstr='#da4d2a',GradientType=0 ); /* IE6-9 */
}

.landing-content a:hover {
	background: #da4d2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #da4d2a 0%, #dd5b32 22%, #e8894b 70%, #ed9b55 96%, #efa768 98%, #f3bc8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da4d2a), color-stop(22%,#dd5b32), color-stop(70%,#e8894b), color-stop(96%,#ed9b55), color-stop(98%,#efa768), color-stop(100%,#f3bc8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #da4d2a 0%,#dd5b32 22%,#e8894b 70%,#ed9b55 96%,#efa768 98%,#f3bc8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #da4d2a 0%,#dd5b32 22%,#e8894b 70%,#ed9b55 96%,#efa768 98%,#f3bc8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #da4d2a 0%,#dd5b32 22%,#e8894b 70%,#ed9b55 96%,#efa768 98%,#f3bc8c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #da4d2a 0%,#dd5b32 22%,#e8894b 70%,#ed9b55 96%,#efa768 98%,#f3bc8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4d2a', endColorstr='#f3bc8c',GradientType=0 ); /* IE6-9 */
}

.landing-content a:hover {
	text-decoration: none;
	color: #fff;
}

#mce-error-response a {
	display: block;
	width: 60%;
	padding: 13px 0;
	text-align: center;
	margin: 10px auto 0;
}

/* End Of Landing Page */

/* Helper Class */

.fl {float: left;}.fr{float: right;}.fn{float: none;}.cb{clear: both;}
.tal{text-align: left;}.tac{text-align: center;}.tar{text-align: right;}.taj{text-align: justify;}.ttu {text-transform: uppercase;}.ttc{text-transform: capitalize;}
.fwb {font-weight: bold;}.fwm {font-weight: 500;}.fwn{font-weight: normal;}.fwl{font-weight: lighter;}
.db {display: block;}.dib{display: inline-block;}.di{display: inline;}.dn{display: none;}.vh{visibility: hidden;}
.pos-rel{position: relative;}.pos-abs{position: absolute;}.pos-fix{position: fixed;}.pos-stat{position: static;}
.m0 {margin: 0;}.m0auto{margin: 0 auto;}.mb60{margin-bottom: 60px;}.ml15{margin-left: 15px;}
.p0 {padding: 0;}.pl0 {padding-left: 0;}.pr0{padding-right: 0;}
.display-when-small {display: none;} 
.light-gray-letter {color: #888}
.light-gray-back {background: #eff0f3;}
.border-top {border-top: 1px solid #d7d7d7;}
.half-width {width:48%;}
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 0;margin-left: 0;margin-right: 0;}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

ul {list-style: none; margin-bottom: 0;padding: 0;}
/* html element 62.5% font-size for REM use */
html {
	/*font-size:62.5%;*/
}
body {
	font-family:'Lato', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	/*width:95%;*/
	/*margin:0 auto;*/
	/*position:relative;*/
}
/* header */
.header {
	background: #fff;
}

.header a {
	color: #495879;
}

nav .menu ul li {
	padding: 19px 0px;
}

nav .menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
}

#header-search {
	width: 100%;
	padding: 0 65px 0 30px;
}

input.search-input {
    width: 88%;  
    height: 60px;  
    padding-left: 50px;  
    background: #eeeeee;  
    color: #495879;  
    border: none;
}

button.search-submit {
    /*text-indent: -9999px;  */
    position: absolute;  
    top: 0;  
    /*left: 0;  */
    width: 40px;  
    height: 60px;  
    border: 0;  
    background: none;
}

button.search-submit img {
	position: absolute;
	top: 20px;
}

ul#signin {
    float: right;
    padding: 19px 0;
}

ul#signin li a {
    padding: 0 5px;
}

ul#signin li:first-child:after {
    content: "|";
}



/*.underline-header {
	position: absolute;
	top: 0;
}

.underline-header.right {
	right: 0;
}*/

.pos-header {
	background: #495879;
	color: #fff;
}

.pos-header .row {
    padding-left: 25px;
    padding: 17px 0px 13px 35px;
}

.bubble {
    left: 0;
    top: 0;
}

.pos-header .row h2 {
    font-size: 24px;
    font-weight: 800;
    display: inline;
}

.pos-header .row p {
    display: inline;
    font-size: 24px;
    margin-left: 20px;
    font-weight: 100;
    float: right;
	margin: 0;
	line-height: 1;
}

/* logo */
.logo {
	padding: 10px 0;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Post Page */

.home .row article.post {
	padding: 40px 0;
	border-bottom: 2px solid #c1c1c1;
}

.home .row article.post:nth-child(3) {
	border-bottom: 0;
}

.home .row article.post:first-child > a,
.home .row article.post:first-child > h2, 
.home .row article.post:first-child > p,
.home .row article.post:nth-child(3) > a, 
.home .row article.post:nth-child(3) > h2, 
.home .row article.post:nth-child(3) > p {
	width: 50%;
}

.home .row article.post:first-child > a {
	float: right;
}

.home .row article.post:first-child > h2, .home .row article.post:first-child > p {
	float: left;
	padding-right: 20px;
}

.home .row article.post:nth-child(2) {
	display: table;
}

.home .row article.post:nth-child(2) > h2 {
	display: table-header-group;
}

.home .row article.post:nth-child(2) > a,
.search .row article.post > a {
	display: block;
	margin: 35px 0;
	height: 0;
	padding-bottom: 29.1%;
	overflow: hidden;
}

.home .row article.post:nth-child(2) > a img {
	position: absolute;
}

.home .row article.post:nth-child(2) > p {
	display: table-footer-group;
}

.home .row article.post:nth-child(3) > a {
	float: left;
}

.home .row article.post:nth-child(3) > h2, 
.home .row article.post:nth-child(3) > p {
	float: right;
	padding-left: 20px;
}

.home .row article.post img {
	width: 100%;
}

.home .row article.post h2 {
	margin-bottom: 35px;
}
.home .row article.post h2 a, 
.search .row article.post h2 a,
.row article.post h1 {
	text-transform: uppercase;
	font-weight: 900;
	color: #495879;
	font-size: 39px;
}

.home .row article.post p,
.search .row article.post p {
	font-size: 12px;
	line-height: 1.7;
}

.home .row article.post:first-child > p, .home .row article.post:nth-child(3) > p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.pos-abs.date {
    background: #495879;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.pos-abs.date .month {
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 25px;
}

.pos-abs.date .day {
    font-size: 25px;
}

.search h1 {
	margin-top: 40px;
}

.view-article {
	font-weight: 900;
	background: #495879;
	color: #fff;
	display: block;
	float: right;
	padding: 5px 20px;
	margin-top: 15px;
}

/* Singe Post */

#post-title {
	margin: 40px 0;
	border-bottom: 2px solid #c1c1c1;
}

.row article.post h1 {
	margin-bottom: 10px;
}

div#post-title span {
    color: #495879;
    margin-right: 5px;
}

div#post-title a, #post-details, #post-details a {
    color: #adadad;
}

div#post-details {
    border-bottom: 2px solid #c1c1c1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#post-details i.fa {
	width: 2.5%;
}

#post-details span {
	margin-right: 10px;
}

#post-content img, #post-content p {
	margin-bottom: 30px;
}

#post-content p {
	font-size: 12px;
	line-height: 1.85;
}

#main-image {
	max-width: 50%;
	width: 100%;
}

div#post-navigation {
    margin-bottom: 100px;
}

div#post-navigation span {
    background: #495879;
    width: 140px;
    text-align: center;
    padding: 2px;
}

div#post-navigation i, div#post-navigation a {
    color: #fff;
    font-size: 14px;
}

div#post-navigation a {
    padding: 0 10px;
    display: inline-block;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	padding-top: 30px;
}

.footer h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	text-rendering: optimizeSpeed;
	margin-bottom: 30px;
}

.footer a {
	color: #000;
	font-weight: 300;
}

/* 5 columns grid */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
   /* padding-right: 10px;
   padding-left: 10px;*/
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

i.fa {
    width: 20%;
    color: #495879;
    font-size: 20px;
}

div#copyright {
    padding: 30px 0 25px;
    margin-top: 30px;
}

div#copyright p {
    font-weight: 300;
    padding: 5px 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1440px ) {
	/*.landing-content form {
		margin-top: 40%;
	}*/
}

@media only screen and (max-width: 1200px ) {
	.landing-content h1 {
		font-size: 56px;
	}

	.landing-content h2 {
		font-size: 44px;
	}

	.landing-content p {
		font-size: 16px;
	}

	.landing-content a {
		font-size: 22px;
	}

	.join-blog p {
		font-size: 22px;
	}
}

@media only screen and (max-width: 992px) {
	.landing-page {
		background: url(/wp-content/themes/html5blank/img/landing-mobile.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.landing-content .sign-up-form .col-md-4:first-child {
		padding-right: 0;
	}

	.landing-content .sign-up-form .col-md-4:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}

	.landing-content .sign-up-form .col-md-4:last-child {
		padding-left: 0;
	}

	.landing-content h1 {
    	font-size: 45px;
	}

	.landing-content h2 {
		font-size: 36px;
	}

	.landing-content .button {
		width: 100%;
	}

	input.search-input {
		height: 53px;
	}
}

@media only screen and (max-width: 768px) {

	header#header-landing {
		text-align: center;
	}

	#header-landing .container {
		border-image: none;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}

	.row {
		padding: 0 15px;
	}
	.bubble {
		left: 15px;
	}
	.landing-content h1 {
		font-size: 40px;
	}
	.landing-content h2 {
		font-size: 32px;
	}
	.join-blog {
		padding: 37px 0 50px;
	}
	.landing-content .sign-up-form {
		padding: 20px 20px 0;
	}
}

@media only screen and (max-width:480px) {
	.landing-content {
		padding-top: 30px;
	}

	/*.landing-content h1 {
		font-size: 26px;
	}

	.landing-content h2 {
		font-size: 20px;
	}

	.landing-content p {
		font-size: 12px;
	}*/

	.landing-content .seek h2 {
		margin-top: 15px;
	}

	.landing-content h2.subtitle {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.landing-content .share h2 {
		margin-top: 12px;
	}

	.landing-content .save h2 {
		margin-top: 29px;
	}

	.landing-content input {
		font-size: 16px;
		padding: 10px;
	}

	.landing-content .button {
	font-size: 16px;
	padding: 10px;
	}

	.join-blog {
		padding: 20px 0 37px;
	}

	.join-blog p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.landing-content a {
		padding: 10px 100px;
		font-size: 16px;
	}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	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;
	}
}
