body
{
	font-family: 'futura-pt', sans-serif !important;
	background: #fff;
	font-size: 16px;
	color:#626262;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */

hr {
	position: relative;
    display: block;
    max-width: 60px;
    height: 3px;
    border: 0;
    margin: 0.6em 0 0.8rem;
    padding: 0;
    background: #001750;
    text-align: left;
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

hr.devider {
	position: relative;
    display: block;
    max-width: 100%;
    height: 2px;
    border: 0;
    margin: 0.6em 0 0.8rem;
    padding: 0;
    background: rgba(166, 166, 163, 0.49);
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}


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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0;
}
a:hover {

}

p {
	font-size: 1.1rem
}
p a {
	position: relative;
}
p a:after {
	content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0px;
  background-color: #c0e1f3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p a:hover:after {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

b, strong {
	font-weight: 500;
}

img {
	-ms-interpolation-mode:bicubic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display';
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: #001750;
 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	line-height: 0;
	color: #a6a6a3;
}

.on-dark,
.on-dark p {
	color: #fff !important;
}
.sans-serif {
	font-family: 'futura-pt', serif !important;
}
.serif {
	font-family: 'Playfair Display', serif !important;
}

ul, ol, dl {
	font-weight: normal;
}

.no-padding {
	padding: 0 !important;
}

.padding-small {
	padding: 1rem;
}
.padding-medium {
	padding: 2rem 2rem !important;
}


.padding-large {
	padding: 6rem 0em !important;
}
.padding-larger {
	padding: 8rem 0em !important;
}
.padding-huge {
	padding: 10rem 0em !important;
}
		@media (max-width: 768px) {
			.padding-huge {
				padding: 10rem 0em 6rem !important;
			}
			.padding-large {
				padding: 4rem 0em !important;
			}
		}
		@media (max-width: 640px) {
			.padding-huge {
				padding: 6rem 0em 4rem !important;
			}
		}
		
		@media (max-width: 400px) {
			.padding-large {
				padding: 3rem 0em 3rem !important;
			}
		}
	
.padding-top-large {
	padding-top: 12rem;
}
.padding-top-medium {
	padding-top: 8rem;
}
.padding-top-small {
	padding-top: 2rem;
}
	@media (max-width: 420px) {
		.padding-top-small {
			padding-top: 1rem;
		}
	}

.padding-left {
	padding: 2em 0;
}
.padding-left-medium {
	padding-left: 1rem !important;
}
.padding-left-large {
	padding-left: 2rem !important;
}


.padding-right-large {
	padding-right: 2rem !important;
}

.padding-bottom {
	padding: 0em 0em !important;
}
.padding-bottom-small {
	padding-bottom: 4rem !important;
}
.padding-bottom-medium {
	padding-bottom: 5rem !important;
}
.padding-bottom-large {
	padding-bottom: 6rem !important;
}
	@media (max-width: 420px) {
		.padding-bottom-large {
			padding-bottom: 3rem;
		}
	}
	
.margin-medium {
	margin: 3rem 0rem 2rem !important;
}
.no-border-left {
	border-left: 0 !important;
}

.is-relative {
	position: relative;
}
.lowercase {
	text-transform: none !important;
}

.italic {
	font-style: italic !important;
}
.thin {
	font-weight: 100 !important;
}
.light {
	font-weight: normal !important;
}
.regular {
	font-weight: normal !important;
}
.semibold {
	font-weight: normal !important;
}
.bold {
	font-weight: normal !important;
}
.black {
	font-weight: 900 !important;
}

.center {
	text-align: center !important;
}
.uppercase {
	text-transform: uppercase;
}
.radius {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
.round {
	border-radius: 1000px !important;
}
.full-width {
	width: 100% !important;
}
.no-margin {
	margin: 0 !important;
}


/* Heights */

.height-small {
	height: 400px;
}
.height-medium {
	height: 50vh;
}
.height-large {
	height: 80vh !important;
	min-height: 600px;
	max-height: 800px;
}
.height-full {
	padding-top: 15% !important;
	height: 100vh;
	background: transparent !important;
}


/*
-----------------------------
BACKGROUND COLORS
-----------------------------
*/

/* Dark Blue */
.bg-primary {
	background-color: #001750 !important;
}
.bg-primary.opac {
	background: rgba(0, 23, 80, 0.92) !important;
}

/* Baby Blue */
.bg-secondary {
	background-color: #c0e1f3 !important;
}
.bg-secondary.opac {
	background: rgba(192, 225, 243, 0.92) !important;
}
.section-wrapper.bg-secondary.opac-20 {
	background: rgba(192, 225, 243, 0.2) !important;
}
.section-wrapper.bg-secondary.opac-30 {
	background: rgba(192, 225, 243, 0.34) !important;
}
.section-wrapper.bg-secondary.little {
	background: rgba(192, 225, 243, 0.2) !important;
}
.section-wrapper.bg-secondary.opac-60 {
	background: rgba(192, 225, 243, 0.6) !important;
}

/* Light Grey */
.bg-color3 {
	background-color: #b5b5b2 !important;
}
.bg-color3.opac {
	background-color: rgba(181,  181,  178, 0.9) !important;
}

/* Magenta */
.bg-color4 {
	background-color: #c50a42 !important;
}
.bg-color4.opac {
	background-color: rgba(222, 0, 71, 0.92) !important;
}

/* Dark */
.bg-dark {
	background-color: #0d1325 !important;
}
.bg-dark.opac {
	background-color: rgba(17, 27, 54, 0.93) !important;
}

.bg-lightgrey {
	background-color: #eff0f0 !important;
}
.bg-darkgrey {
	background-color: #5c5c5c !important;
}

/* Lighter */
.bg-lighter {
	background-color: #f0f0f0 !important;
}
.bg-lighter.opac {
	background-color: rgba(211, 209, 209, 0.21) !important;
}

/* White */
.bg-white {
	background-color: #fff !important;
}
.bg-white.opac {
	background: rgba(255, 255, 255, 0.8) !important;
}
.section-wrapper.bg-white {
	background: rgba(255, 255, 255, 0) !important;
}

.bg-none {
	background: none !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.inner-shadow {
	-webkit-box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1);
    			box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}
.inner-shadow-dark {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7);
    			box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7) ;
}
.shadow {
	-webkit-box-shadow:  0 1px 10px rgba(0, 0, 0, 0.1);
   				box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) ;
}
.large-shadow {
	-webkit-box-shadow:  0 14px 80px rgba(0, 0, 0, 0.2);
    			box-shadow: 0 14px 80px rgba(0, 0, 0, 0.2);
}

.dark-shadow {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1);
    			box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}

.huge-shadow {
	-webkit-box-shadow:  0 1px 60px rgba(0, 0, 0, 0.1);
    			box-shadow: 0 1px 60px rgba(0, 0, 0, 0.1) ;
}

.bg-shade {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.bg-shade-40 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}


/*
-----------------------------
TEXT COLORS
-----------------------------
*/

/* Dark Blue */
.c-primary {
	color: #001750 !important;
}

/* Baby Blue */
.c-secondary {
	color: #bedef2 !important;
}

/* Light Grey */
.c-color3 {
	color: #b5b5b1 !important;
}

/* Magenta */
.c-color4 {
	color: #c50a42 !important;
}

/* Dark */
.c-dark {
	color: #0d1325 !important;
}

.c-lightgrey {
	color: #eff0f0 !important;
}
.c-darkgrey {
	color: #5c5c5c !important;
}
.c-white {
	color: #fff !important;
}
.c-black {
	color: #000 !important;
}


/* BUTTONS */

button {
	border-radius: 0 !important;
}
.button {
	font-family: 'futura-pt', sans-serif !important;
	font-weight: 500 !important;
	margin-bottom: 0;
	letter-spacing: 3px !important;
	border-radius: 0;
	padding-top: 1.15em;
	padding-bottom: 1.15em;
	padding-left: 2rem;
	padding-right: 2rem;
	text-transform: uppercase;

}
.button:hover, .button:focus {
	outline: 0;
	transform: translateY(-3px)
}
.button span {
	display: inline-block;
}
.button i {
	position: relative;
	top:3px;
	font-size: 120%;
	display: inline-block;
	margin-right: 5px;
}

.button {
	position: relative;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover {

}
.button:after {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.button.round:after {
	border-radius: 0px !important;
}

.button:hover:after {
    opacity: 1;
}
.huge.button {
	font-size: 1.4rem;
	font-weight: 400 !important;
	letter-spacing: 6px;
}

.outline {
	
}

.text-link {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*
-----------------------------
HEIGHTS
-----------------------------
*/

.height-full {
	height: 100vh !important;
	max-height: 780px !important;
}
.height-75 {
	height: 75vh;
}
.height-50 {
	height: 50vh;
}
.height-25 {
	height: 25vh;
}

	@media (max-width: 768px) {
		.height-full {
			max-height: 720px !important;
		}
		.height-75 {
			max-height: 640px !important;
		}
	}
	@media (max-width: 640px) {
		.height-full {
			max-height: 520px !important;
		}
		.height-75 {
			max-height: 360px !important;
		}
	}

/*
-----------------------------
IMAGE BLENDMODES
-----------------------------
*/
.bg-multiply {
	background-blend-mode: multiply !important;
}
.bg-screen {
	background-blend-mode: screen !important;
}
.bg-overlay {
	background-blend-mode: overlay !important;
}
.bg-soft-light {
	background-blend-mode: soft-light !important;
}
.bg-darken {
	background-blend-mode: darken !important;
}
.bg-lighten {
	background-blend-mode: lighten !important;
}
.bg-color-dodge {
	background-blend-mode: color-dodge !important;
}
.bg-saturation {
	background-blend-mode: saturation !important;
}
.bg-color {
	background-blend-mode: color !important;
}
.bg-luminosity {
	background-blend-mode: luminosity !important;
}

/*
-----------------------------
BACKGROUND SIZE
-----------------------------
*/
.bg-contain {
	background-size: contain;
	background-repeat: no-repeat;
}


/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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



/* ==========================================================================
   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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.line {
	height:1px;
	margin: 10px auto;
	background: #eee;
	position: relative;
}

.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

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