/* ==========================================================================
   Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:normal;
}
::-moz-selection { background: #1e4c84; color: #FFFFFF; text-shadow: none; }
::selection { background: #1e4c84; color: #FFFFFF; text-shadow: none; }

@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	background-image: url(../img/stripe-bg.png);
	background-repeat: repeat;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

h1 {
	color:#FFF;
	font-weight:normal;
	font-size:28px;
}
h2 {
	color:#1e4c84;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:10px;
}
h3 {
	font-size:28px;
	margin-bottom:15px;
	font-weight:normal;
	color:#1e4c84;
}
h4 {
	font-size:16px;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:30px;
}
h5 {
	font-size:20px;
	color:#4a4a4a;
	margin-top:10px;
	margin-bottom:10px;
}
p, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:20px;
	line-height:32px;
}
li {
	margin-bottom:14px;
}
ul {
	margin:20px;
	list-style-position: outside;
	list-style-type: square;
}
a {
	color:#eeeeee;
	text-decoration:none;
	border-bottom: 1px solid #ff8a00;
	line-height:26px;
	font-size:15px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
	color:#CCC;
}
a:active {
	color:#FFF;
}
a.currentpage {
	border-bottom: #ff8a00 solid 5px;
	height: 65px;
}
select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px 0px;;
   overflow: hidden;
   padding: 5px 40px 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}
.cbp-spmenu a.currentpage {
	background-color:#333333 !important;
	height:auto !important;
}
.top-bar {
	background-color: #3f77bc;
	height: 5px;
	width: 100%;
}
.center-wrap {
	width:960px;
	margin:0 auto;
}
.desktop-hide {
	display: none !important;
    visibility: hidden;
}

/* --------------
    Fixed Nav
-------------- */

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: #FFF;
	z-index: 10000;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.cbp-af-header nav a {
	font-size:18px;
	text-transform:uppercase;
	color:#3f77bc;
	text-decoration:none;
	margin-left:17px;
	padding: 0 14px;
	display:block;
	float: left;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cbp-af-header nav a:hover {
	color:#FFF;
	background-color:#ff8a00;
}
.cbp-af-header nav a:active {
	background-color:#e98815;
}
.cbp-af-header a.logo-top {
	width:250px;
	height:95px;
	border-bottom:none !important;
}
.cbp-af-header a.logo-top img {
	max-width: 100%;
	max-height: 100%;
	margin-top: 8px;
	display: block;
}
.cbp-af-header nav a {
	line-height: 70px;
}

/* -------------- */

header {
	width:960px;
	margin-top:75px !important;
}
.masthead {
	width: 460px;
	line-height: 30px;
	padding: 20px;
	margin-top:8px;
	z-index: 9999;
	position: relative;
	background-color: rgba(30, 76, 132, 0.85);
}
.masthead h1 {
	font-size: 42px;
	color: #ffffff;
	line-height: 48px;
	margin-bottom: 20px;
}
.masthead p {
	font-size:16px;
	line-height:28px;
	color:#FFF;
}
.cta {
	margin-top:22px;
}
.masthead p.call {
	font-size:20px;
	line-height:30px;
	margin-left:20px;
	margin-top: -10px;
}
.masthead p.call span, .masthead p.call span a {
	font-size:32px;
	color:#ffffff;
}
.masthead h1, p, a.button {
	position:relative;
	z-index:2;
}
section {
	width:100%;
	clear: both;
	float: left;
}
.lobby {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.5);
	background-color: #ececec;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 10px;
}
.lobby .lobby-feature {
	width:305px;
	margin-right:22px;
}
.lobby .lobby-feature.float-right {
	margin-right:0;
}
.lobby-feature:last-child {
	margin-right:0;
}
.lobby p {
	margin-top:20px;
	font-size:16px !important;
	line-height:28px !important;
}
.lobby-feature.row-two {
	margin-top:70px;
}
.blue-bar {
	background-color:#3f77bc;
	height: auto;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-top: 22px;
}
.number, .number a {
	font-size:24px !important;
	font-weight:bold !important;
}
.blue-bar h3 {
	color:#ffffff !important;
	margin-top:-7px !important;
	font-size:24px !important;
	margin-bottom:15px !important;
	font-weight:normal !important;
}
.blue-bar h3 img {
	margin:-17px 20px 0 0;
	font-size:28px;
}
footer {
	width:100%;
	clear: both;
	background-color: #1e4c84;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer .footer-feature {
	width:282px;
	margin-right:57px;
}
.border {
	width:270px;
	height:100px;
	border: 5px solid #ffffff;
	margin: auto;
}
.border2 {
	border: 5px solid #ffffff;
}
footer .footer-feature.float-right {
	margin-right:0;
}
footer .footer-feature:last-child {
	margin-right:0;
}
footer .footer-feature p {
	font-size:15px;
	color:#eeeeee;
	line-height:32px;
}
footer .footer-feature img.center {
	display:block;
	margin:auto;
	padding-top:8px;
}
img#cards {
	width:191px !important;
	height:30px !important;
}
img#care {
	width:189px !important;
	height:24px !important;
}
.sub-footer {
	background-color:#143153;
}
.sub-footer p {
	margin:20px 0;
	text-align:center;
	color:#999;
}
.home h2 {
	margin-bottom:15px;
}

/* ==========================================================================
   About Page
   ========================================================================== */

.about header {
	background-color: #3f77bc;
	height: 80px;
	margin:auto;
	width: 100%;
}
.about header h1 {
	margin:auto;
	max-width: 960px;
	padding-top: 20px;
}
.about-content {
	padding:50px 0;
}
.about-content img {
	margin-right:23px;
}
.about .subhead {
	height: auto;
	width: 100%;
	background-image: url(../img/stripe-bg.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.about .subhead h2 {
	font-size:20px;
	margin:25px 0;
	text-transform:uppercase;
}
.right-col p .caps {
	margin-bottom:-15px;
	display:block;
}
.evs-info p {
	width:300px !important;
}

/* ==========================================================================
   Services Page
   ========================================================================== */

.about .service-section h1 {
	margin-bottom:30px;
}
.about .service-section h2 {
	font-size:32px;
	margin-bottom:25px;
	color:#4a4a4a !important;
}
.about .service-section h3 {
	font-size:18px !important;
	margin-top:8px;
	margin-bottom:30px;
	color:#4a4a4a !important;
}
.service-section {
	margin-bottom:50px;
	width:100%;
}
.service-section a.button.button-small {
	margin-top: 5px;
}
.top-border {
	border-top: solid 1px #999;
}
.top-border .left-col, .top-border .right-col {
	margin-top:50px;
}
.service-section h3.no-push {
	margin-bottom:0;
}
img.image-height {
	height:auto;
}
img .no-height {
	height:0px;
}

/* --------------
    Buttons
-------------- */

a.button, input[type="submit"].button {
	color:#ffffff;
	background-color:#ff8a00;
	padding:10px 50px;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	font-weight:600;
	font-size:18px;
	border:none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.button:hover, input[type="submit"].button:hover {
	color:#FFF;
	background-color:#ffad1d;
}
a.button:active {
	background-color:#f48400;
	color:#FFF;
}
a.button.button-small {
	padding:10px 40px;
	font-size:13px;
	margin-top:20px;
	background-color:#3f77bc !important;
}
a.button.button-small:hover {
	background-color:#1e4c84 !important;
}
#showRightPush {
	border: none;
	display: block;
	cursor: pointer;
	background-image: url(../img/grabber.png);
	background-repeat:no-repeat;
	width: 48px;
	height: 41px;
	text-indent: -9999px;
	background-color: transparent;
	margin: 12px 20px 0 0;
}

/* --------------
  Push Nav Right
-------------- */

.cbp-spmenu {
	background: #4a4a4a;
	position: fixed;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration:none;
}
.cbp-spmenu a:hover {
	background: #f48400;
	color:#FFF;
}
.cbp-spmenu a:active {
	background: #e98815;
	color:#FFF;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 75px;
	z-index: 1000;
	border-left: 1px solid #333;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid #333;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* --------------
    Tour
-------------- */

img.placeholder {
	width:100%;
}

/* --------------
    To Top
-------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	overflow:hidden;
	width:64px;
	height:36px;
	border:none;
	text-indent:-9999px;
	background: url(../img/back-to-top.png) no-repeat left top;
	bottom: 84px;
	right: 20px;
	z-index:9000;
	opacity:.6;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
}
#toTop:hover {
	opacity:1;
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* --------------
    Slider
-------------- */

.window {
	height: 358px;
	width: 960px;
	overflow: hidden;
	position: absolute;
	/*margin-top: -219px;
	margin-left: -35px;*/
	z-index: 0;
}
.slider img {
	float: left;
}
/* Skitter styles
----------------------------------------------- */
.box_skitter {
	/*position: relative;
	margin-top: -326px;*/
	width: 960px;
	height: 357px;
}
.box_skitter img {
	max-width: none;
} /* Tip for stildv */
.box_skitter ul {
	display: none;
}
.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image {
	overflow: hidden;
}
.box_skitter .image img {
	display: none;
}
/* Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
/* Default theme
-------------------------------------------------------------- */
.box_skitter .focus_button, 
.box_skitter .next_button, 
.box_skitter .prev_button, 
.box_skitter .play_pause_button 
{
	display: none !important;
	visibility:hidden !important;
}

/* ==========================================================================
   contact-form Window / Form
   ========================================================================== */

#contact-form {
    width:620px;
}
#contact-form h3 {
	font-size:30px;
	margin:0;
	line-height:normal;
}
#contact-form p {
	font-size:15px;
	color:#666666;
	margin-bottom:15px;
	margin-top:5px;
}
#contact-form p span {
	color:#d90000;
}
form {
	width:100%;
	background-image: url(../img/stripe-bg.jpg);
	background-repeat: repeat;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding:30px;
}
label {
	display:none;
	visibility:hidden;
}
form .float-left, form .float-right {
	line-height:0;
}
input[type=text] {
	font-family:Arial, Helvetica, sans-serif;
	width:237px;
	height:50px;
	padding:0 15px 0 15px;
	margin-top:7px;
	font-size:18px;
	color:#999999;
	border: solid #cccccc 1px;
}
textarea {
    resize: none;
	font-family:Arial, Helvetica, sans-serif;
	width:528px;
	height:150px;
	margin-top:7px;
	padding:15px 15px 15px 15px;
	font-size:18px;
	color:#999999;
	border: solid #cccccc 1px;
}
.message-box {
	margin-top:20px;
}
input[type=text]:focus, textarea:focus {
	outline:none;
    box-shadow:0 0 5px #14A353;
}
.firstname, .lastname {
	margin-bottom:18px;
}
#contact-form input.button {
	margin-top:20px !important;
}
input.button:focus, button:focus {
	outline:none;
	box-shadow:none;
}
.form input.error {
	box-shadow:0 0 5px #d90000;
}
.form textarea.error {
	box-shadow:0 0 5px #d90000;
}
.errors {
	margin-top:25px;
	color:#F33;
	font-size:22px;
}
#valid {
	color:#14A353;
}
.about-content .footer-feature {
	width:300px;
	margin-top:88px;
}
.about-content .footer-feature h4 {
	color:#333;
}
.about-content .footer-feature img {
	margin-right: 0px;
}
.evs-info h4 {
	font-size:18px;
}

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

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.right-col {
	margin-left: 350px;
	max-width: 90%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.drop-shadow {
	-ms-transition: 0px 1px 1px #999;
    -o-transition: 0px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px #999;
	-webkit-box-shadow: 0px 1px 1px #999;
	box-shadow: 0px 1px 1px #999;
}
.caps {
	text-transform:uppercase;
	font-size:90%;
	color:#d90000;
}
.push {
	margin-top:50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */	
#showRightPush {
	background-image: url(../img/grabber@2x.png);
	background-size: 48px 41px;
}
#toTop {
	background-image: url(../img/back-to-top@2x.png);
	background-size: 64px 36px;
}
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media screen and (max-width: 960px) {
.cbp-af-header a.logo-top {
	margin-left:20px;
	height:auto;
	width:auto;
}
.screen-hide {
	display: none !important;
    visibility: hidden;
}
header {
	overflow:hidden;
}
header .center-wrap {
	background-size: contain;
	background-position: -154px top;
	width: 150%;
}
.center-wrap {
	width:100%;
	margin:auto;
	height:auto;
}
.lobby {
	padding-top: 50px;
	padding-bottom: 50px;
}
.lobby img {
	float:left;
	margin-right:25px;
}
.lobby p {
	margin-top: -7px;
	margin-left:330px;
}
.lobby .lobby-feature, footer .footer-feature {
	margin: 0 auto;
	float: none;
	width: 90%;
}
footer .footer-feature.float-right {
	width: 90%;
}
.lobby-feature.float-left, .lobby-feature.float-right {
	margin:0 20px 20px 20px;
	float:left;
}
footer {
	text-align:center;
	background-image:none;
	padding-top: 20px;
	padding-bottom: 20px;
	height:auto;
}
footer .footer-feature.float-right {
	margin: 20px auto;
}
h4 {
	margin-bottom: 16px;
	margin-top: 40px;
}
.sub-footer .center-wrap {
	width: 95%;
}

.about header .center-wrap, .subhead .center-wrap h2 {
	margin-left: 20px;
}
.about-content {
	padding:50px 0;
}
.about header h1 {
	margin-left:20px;
}
.about-content .center-wrap {
	width:90%;
	margin:0 auto;
}
#contact-form, form {
	width:auto;
}
form .float-left, form .float-right {
	width:100%
}
input[type=text], textarea {
	width:95%;
	float:none;
}
.about-content p {
	width: 100% !important;
} 
.about .lobby-feature {
	width: 320px;
	margin-bottom:70px;
}
.about .lobby-feature.second {
	float:right;
}
.services-content {
	margin:auto;
	width: 90%;
} 
.service-section {
	width:100%;
}
.evs-info {
	visibility:hidden;
	display:none;
}
.email {
	margin-bottom:18px;
}
}

@media screen and (max-width: 840px) {
.about-content h3 {
	line-height: 34px;
}
}

@media screen and (max-width: 768px) {
.tablet-show {
	display: block !important;
    visibility: visible;
}
header {
	margin-top: 80px;
}
header .center-wrap {
	background-image: none;
	width: 90%;
	height: auto;
}
.masthead {
	margin:0px !important;
	width:auto;
}
.masthead h1 {
	font-size:50px;
	line-height:54px;
}
.masthead p.call {
	margin-top:23px;
}
.masthead a.button {
	margin-top: 30px;
}
.cbp-af-header nav a {
	line-height: 65px;
}
.about-content img {
	margin:0 auto;
	width:100%;
}
.lobby img {
	margin-bottom:20px;
}
.about .lobby-feature.second {
	float: left;
}
.about .lobby-feature:nth-child(3) {
	margin-right:30px;
}
.top-border .right-col {
	margin-top: 10px;
}
.right-col {
	margin: 10px 0;
	max-width: 100%;
	float: left;
}
.about-content {
	padding:20px 0;
}
.program h2 {
	margin-top:25px;
}
}

@media screen and (max-width: 760px) {
.cta {
	float:none !important;
}
.tablet-hide {
	display: none !important;
    visibility: hidden;
}
.masthead h1 {
	font-size:32px;
	margin-bottom:18px;
	line-height:36px;
}
.lobby {
	margin-top:0px;
}
.lobby img {
	float:none;
	margin-right:0;
}
.lobby p {
	margin-left:0;
}
.red-bar h3 {
	font-size:22px !important;
	margin-top:0;
}
.about-content p {
	width: 100%;
}
.left-col {
	float:none;
}
section.map iframe {
	height: 200px;
}
.about .lobby-feature img, .about .lobby-feature.second {
	float:left;
}
}

@media screen and (max-width: 480px) {	
.mobile-image {
	width:100%;
	margin:0px auto 20px auto;
	border:4px solid #FFF;
}
.mobile-show {
	display: block !important;
    visibility: visible;
}
.mobile-hide {
	display: none !important;
    visibility: hidden;
}
.masthead {
	background-color:transparent;
}
.mobile-masthead {
	background-color: rgba(30, 76, 132, 0.85);
}
.about header h1 {
	padding-top:10px;
}
.about header {
	height:60px;
}
header {
	width:100%;
	float:none;
}
header .center-wrap {
	background-image:none;
	width:100%;
	float:none;
}
.masthead {
	margin:20px auto;
	float:none;
	width:90%;
	height: 360px;
}
.masthead p {
	font-size:15px;
	line-height:26px;
}
.masthead a.button, a.button.button-small {
	margin-top: 25px;
	width: 100%;
	padding-left:0;
	padding-right:0;
	font-size:18px;
}
.masthead p.call {
	text-align: center;
	margin: 16px auto;
	width: 100%;
}
footer .footer-feature {
	margin: 0 auto;
	float: none;
	width: 90%;
}
footer .footer-feature.float-right {
	margin: 20px auto;
	float: none;
	width: 90%;
}
.lobby {
	padding-top: 30px;
	padding-bottom: 50px;
}
.lobby img {
	width: 100%;
	height: auto;
}
.lobby-feature.float-left {
	margin: 0 20px 50px 20px;
	float: left;
}
.lobby .lobby-feature.float-right {
	margin:0 20px 50px 20px;
	width: 90%;
}
.red-bar {
	height:66px;
}
.red-bar h3 {
	margin-top: 6px;
	line-height: 18px;
	font-size:26px !important;
}
.sub-footer {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	height:auto;
}
.sub-footer img, .sub-footer .float-left, .sub-footer .float-right {
	float:none;
}
.sub-footer p {
	margin:20px auto;
}
.about-content p {
	font-size: 15px;
	line-height: 26px;
}
.about header h1 {
	font-size:20px;
}
.about .lobby-feature {
	width:90%;
}
.about header h1 {
	line-height: 40px;
}
.left-col {
	width: 100%;
}
.left-col img {
	width:100%;
	height:auto;
	margin:0;
}
.service-section .left-col img {
	width:100% !important;
}
input[type=text], textarea {
	width:90%;
}
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
  * {
	  background: transparent !important;
	  color: #000 !important; /* Black prints faster: h5bp.com/s */
	  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 for images, or javascript/internal links
   */
  .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;
  }
}
