/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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.
 
 * Boilerplate used for streamlining clean codebase, custom authored code tested,
 * troubleshooted, and refined by Steve Chittenden, cbscreative.com.
 */

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

html,
button,
input,
select,
textarea {
    color: #241c09;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Custom styles
   ========================================================================== */

/**************** global styles *****************/

body {
	background-color: #fff;
	color: #222;
	}

h1, h2, h3, h4, h5, h6 { color: #666; }

p { font-size: 1.1em; font-weight: 400; }

blockquote { color: #666; font-style: italic; font-size: 1.25em; }

blockquote .author { font-style: normal; } /* Unitalicized author credit inside blockquote */

blockquote span { font-style: normal; } /* Same as above w/o requiring .author */

blockquote.reduce { font-size: .9em; } /* Reduces blockquote text w/o going down to .small size */

a { color: #999; /*text-decoration: none;*/ font-weight: bold;}

a name { color: inherit; } /* Prevents named anchors from looking like links in some browsers */

a:hover { color: #111; text-decoration: underline; }

img { max-width: 100%; height: auto; }

.unbold { font-weight: normal; }

.bigtext { font-size: 120%; }

.right { float: right; margin: 0 0 10px 20px; }

.left { float: left; margin: 0 20px 10px 0; }

.center { display: block; margin: 0 auto; }

.centertext	{ text-align: center; }

.clear { clear:both; display:block; font-size:0; height:0; line-height:0; width:100%; }

.caption {
	font-size: .8em;
	max-width: 90%;
	margin: 10px auto 40px;
	}

.captionlean, .small { font-size: .8em; } /* Less formatted caption/small text */

/* .onehalf images are 480px wide due to media queries */
.onehalf {
	float: left;
	width: 47%;
	padding: 0 1.5%;
	}

/* onethird, onefourth and onefifth classes use 450px wide images due to media queries */
.onethird {
	float: left;
	width: 30%;
	padding: 0 1.5%;
	}

.twothirds {
	float: left;
	width: 60%;
	padding: 0 1.5%;
	}

.onefourth {
	float: left;
	width: 21%;
	padding: 0 1.5%;
	}

.onefifth {
	float: left;
	width: 17%;
	padding: 0 1.5%;
	}

.threefifths {
	float: left;
	width: 51%;
	padding: 0 1.5%;
	}

.endspace {
	float: left;
	width: 3%;
	padding: 0 1%;
	}

.midspace {
	float: left;
	width: 88%;
	padding: 0 1%;
	}

/* .first and .last not used in 2020 redesign */
.first { margin-left: 0; }
.last { margin-right: 0; }

.xbottmargin { margin-bottom: 40px; }

.xtopmargin { margin-top: 40px; }

.shavehtop { margin-top: -.25em; } /* Reduces default top margin of 1em on h tags */

.subject { display: none; font-size: 0; }  /* Hide subject line in forms */


/**************** header styles *****************/

#header {
	margin: 0;
	width: 100%;
	}

#header #top {
	max-width: 1170px;
	min-height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative; /* Necessary to keep #contact and #share inside container */
	}

#logo {
	display: inline-block;	
	float: left;
	margin: 24px 10px;
	}

#contact {
	right: 12px;	
	position:absolute; top:0px;		
	display: inline;
	color: #900;
	font-size: 1.6em;
	font-weight: bold;
	}

#contact li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	}

#share {
	right: 18px;	
	position:absolute; top:18px; height:32px;		
	display: inline-block;
	}

#share li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	}
a.inline-button {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
	border-radius: 4px;
  border: 2px solid black;}

/* These settings still nested inside #top which already uses transparency */
#share img { opacity: 0.7; filter: alpha(opacity=70); }

#share img:hover { opacity: 1.0; filter: alpha(opacity=100); }

/**************** header nav *****************/

#nav {
	width: 100%;
	min-height: 1.2em;
	text-align: center;
	border-top: 2px solid #eee;
	border-bottom: 1px solid #ddd;
	}

#nav #navcontainer {
	max-width: 1170px;
	margin: .5em auto 0;
	display: inline-block;
	}

#nav li{
	margin: 0 .65em 0 .65em;	
	display: inline-block;		
	padding: 0;
	text-align: left;
	}

#nav ul a{
	color: #999;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	}

#nav ul ul a{
	font-weight: normal;
	border-top: none;
	}

#nav ul li.sfHover a,
#nav ul li a:hover,
#nav ul li:hover {
	text-decoration: none;
	color: #241c09;	
	}

/* Dropdowns */

#nav ul ul {
	padding: 20px 0 0 !important;
	margin-top: -10px;
	background: #fdfdfd;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	}
	

#nav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
	}

#nav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
	}

#nav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
	}

/* See also sf-menu.css */

#nav ul li.sfHover ul a { color: #7b7b7b !important; }

#nav ul li.sfHover ul a:hover { color: #000 !important; }

/** arrow **/

#nav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
	}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
	}

.sfHover .sf-sub-indicator {
	bottom: -10px;	
	}

#nav .sf-menu li ul .sf-sub-indicator {
	display: none;
	}

#nav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
	}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 2em;
	}

.children .sf-sub-indicator {
	display: none;
	}


#banner img { width: 100%; height: auto; }

.flexslider p { margin: 14px 48px; } /* Declared outside flexslider.css for media query adjustments */



/**************** pageheading and pagebody styles *****************/

/* pageheading used on top of internal pages */
#pageheading {
	padding: 12px 0;
	margin: 40px 0;
	border-top: 1px solid #dfdfde;
	border-bottom: 1px solid #dfdfde;
	}

#pageheading h1 {
	padding: 0;
	margin-bottom: 0;
	display: block;
	}

#pageheading p {
	margin: 0!important;
	padding: 10px 0 0 0!important;
	line-height: 1em;
	}

#pagebody {
	max-width: 1170px;
	margin: 12px auto;
	}

/* These h tags are set Globally but refuse to color correctly in #pagebody w/o this code */
/*#pagebody h4 { color: #4f483b; }
#pagebody h5 { color: #4f483b; }
#pagebody h6 { color: #4f483b; }*/

#pagebody h2 { font-style: italic; }

#pagebody ul li { list-style-type: square; margin: 0 0 10px 40px;}

#pagebody ol li { margin: 0 0 10px 35px;}

/*#pagebody a name { color: inherit; }*/

#pagebody .vidcontainer { /* This container wraps nested .vid to avoid issues */
	width: 960px;
	margin: 0 auto;
	}

#pagebody .vid { /* Responsive video container */
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

#pagebody .vid iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	}

#pagebody #apwinner { margin-top: -.5em; } /* Tightens default 1em top margin on AP winner notations */

#pagebody .featured {
	width: 99%;
	margin: 32px auto;
	}

#pagebody .onethird img { padding: 0 6px; }

#pagebody .onethird .doneticon { /* Used in D1T for small margin spacing on social icons */
	float: left;
	margin: 0;
	padding: 3px;
	}

/* h2, h3, and h4 needed to be set separately to function correctly after left aligning in .content */
#pagebody .featured h2 {
	text-align: center;
	margin-bottom: 0;
	}

#pagebody .featured h3 {
	text-align: center;
	margin-bottom: 0;
	}

#pagebody .featured h4 {
	text-align: center;
	margin-bottom: 1.3em;
	margin-top: .2em;
	}

#pagebody .featured h2 { font-size: 1.9em; }

#pagebody .featured h3 { font-size: 1.3em; margin-top: -.4em; } /* Top margin reduces 1em default */

#actionwrapper { width: 102%; margin: 0 auto; }

.actionbox { /* Borrowed from blog D1T Challenge and modified as needed */
	float: left;
	background: #efefef;
	width: 21%;
	padding: 0 12px 20px;
	margin: 20px 1% 20px 0;
	min-height: 500px;
	}

#pagebody .orderform { width: 99%; }

#pagebody .orderform h4 { margin: 0; padding: 0; }

#pagebody .orderform img { padding: 0 5px 0 0; }

#pagebody .content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1em;
	}

#pagebody .content .reduce { /* Reduce wider setting above */
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1em;
	}

#pagebody input, textarea {
	border: 1px solid #bbb;
	background-color: #efefef;
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding: .2em .4em;
	}

#pagebody input, select {
	border: 1px solid #bbb;
	background-color: #efefef;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
	padding: .1em .4em;
	}

#pagebody input[type="image"] {
	border: none;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	}

#pagebody input[type="submit"] {
	border: 1px solid #bbb;
	background-color: #efefef;
	}

#pagebody input[type="submit"]:hover {
	background-color: #bbb;
	}

#pagebody .twocol {
	float: left;
	padding: 0;
	width: 50%;
	vertical-align: baseline;
	}

#pagebody .twocol .lft {
	margin-right: 1%;
	}

#pagebody .twocol .rt {
	margin-left: 1%;
	}

#pagebody .twocol ul li {
	list-style: none;
	margin: 0 0 10px;
	}

.hcell { /* Heading cell (div) for Exhibits/Collections, nested inside .twocol */
	/*float: left;
	width: 100%;*/
	}

.ycell { /* Year cell (div) for Exhibits/Collections, nested inside .twocol */
	float: left;
	width: 55px;
	list-style: none;
	}

.ecell { /* Entries cell (div) for Exhibits/Collections, nested inside .twocol */
	float: left;
	max-width: 400px;
	list-style: none;
	}

.ycell p, .ecell p { font-size: .8em; margin: 0; }


/**************** footer styles *****************/

#footer {
	width: 100%;
	background: #dedede;
	padding: 3px 0;
	margin: 32px 0 0;
	color: #222;
	}

#footer .inside { background: #efefef; }

#footer .xbottmargin { margin-bottom: 30px; } /* Overrides Global .xbottmargin of 40px */

#footer h3, h4, h5, h6 {
	color: #999;
	margin-bottom: -4px;
	}

#footer h5, h6 {
	font-weight: normal;
	}

#footer blockquote {
	color: #999;
	font-size: 1.7em;
	}

#footer li {
	list-style-type: square;
	margin: 0 0 12px 0;
	}

#footer img { margin: 0 9px 9px 0; opacity: 0.6; filter: alpha(opacity=60); }

#footer img:hover { opacity: 1.0; filter: alpha(opacity=100); }

#footer a { text-decoration: none; }

/*#footer a name { color: inherit; }*/ /* Prevents named anchors from looking like links in some browsers */

#footer a:hover { /* footer using same a color but subject to change with customizing */
	color: #555;
	text-decoration: underline;
	}

#footer input[type="text"], input[type="email"], input[type="submit"] {
	border: thin solid #ccc;
	background-color: #dedede;
	}

#footer input[type="submit"]:hover {
	background-color: #aaa;
	}

#footer input[type="text"], input[type="email"] {
	margin-left: 10%;
	width: 70%;
	}

#footer .accept {
	display: none !important;
	visibility: hidden;
	width: 0;
	height: 0;
	}

#footer #ftrtop {
	background-color: #f7f7f7;
	width: 100%;
	}

#footer #ftrtop #feature {
	max-width: 1170px;
	margin: 0 auto;
	padding: 8px 12px 20px;
	}

#footer #ftrtop #feature h3 { font-size: 1.7em; }

#footer #ftrcontainer {
	max-width: 1170px;
	margin: 0 auto;
	}

/* Reduces width in footer + style also customized in 480px max-width media query */
#footer .onehalf {
	width: 42%;
	padding: 0 4%;
	}

/*#footer #ftrcontainer .fullwidth {
	max-width: 1170px;
	margin: 0 auto;
	}*/

#footer #related {
	max-width: 1170px;
	margin: 0 auto;
	}

#footer #related h4 {
	font-size: .8em;
	font-weight: normal;
	margin: 6px 0;
	text-align: center;
	}

#footer #featurenav, #primarynav, #subnav, #socnav {
	text-align: center;
	}

#featurenav li {
	margin: 0 .6em 0 .6em;	
	display: inline-block;		
	padding: 0;
	}

#socnav li {
	margin: 0 .6em 0 .6em;	
	display: inline-block;		
	padding: 1.8em 0 0;
	}

#primarynav { margin-top: 32px; }

#primarynav li {
	margin: 0 .6em 0 .6em;	
	display: inline-block;		
	padding: 0;
	/*text-align: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/*#primarynav li a { color: #c3a151; }

#subnav li a { color: #c3a151; }*/

#footer #subnav { padding-bottom: 25px; }

#subnav li {
	margin: 0 .75em 0 .75em;	
	display: inline-block;		
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	}

#footer .credits {
	color: #ccc;
	border-top: 1px solid;
	}

#footer .credits h6 {
	color: #aaa;
	margin: 20px 0;
	}

#footer .credits .right { padding-left: 20px; }

#footer .credits h6 a { color: #aaa; font-weight: bold; }


/*********** alternate footer styles for old homepage no longer used ************/

#altfooter {
	width: 100%;
	padding: 12px 0;
	margin: -1em 0; /* Removes 1em default that creates too much space on #altfooter */
	}

#altfooter .ftrcontainer { /* ftrcontainer changed to class for escape to add .stripe */
	max-width: 1170px;
	margin: 0 auto;
	}

#altfooter .stripe { background: #241c09; height: 9px; color: #241c09; }

#altfooter h3, h4, h5, h6 {
	color: #666;
	margin-bottom: -4px;
	}

#altfooter h5, h6 {
	font-weight: normal;
	}

#altfooter li {
	list-style-type: square;
	margin: 0 0 12px -36px;
	}

#altfooter img { margin: 0 9px 9px 0; opacity: 0.6; filter: alpha(opacity=60); }

#altfooter img:hover { opacity: 1.0; filter: alpha(opacity=100); }

#altfooter a { color: #4f483b; }

#altfooter #ftrcontainer {
	max-width: 1170px;
	margin: 0 auto;
	}

#altfooter #primarynav, #subnav {
	text-align: center;
	}

/*#altfooter .credits { border-top: 3px solid; }*/

#altfooter .credits .right { padding-left: 20px; }

#altfooter .credits h6 { font-size: .75em; color: #241c09; margin: 16px 0; }

#altfooter .credits h6 a { font-weight: bold; }


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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

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

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/***************** Custom media queries *********************/

@media only screen and (max-width: 1200px) {
	
	.flexslider p { margin: 14px 32px; }
	
	#footer .credits { margin: 0 12px; }
	
	#altfooter .credits { margin: 0 12px; }
}

@media only screen and (max-width: 920px) {
	
	.actionbox {
	min-height: 500px;
	}
}

@media only screen and (max-width: 850px) {	
	
	.actionbox {
	width: 44%;
	margin: 20px 1% 0 0;
	min-height: 400px;
	}
	
	.twothirds { clear: both; float: none; margin: 10px auto; width: 95%;}

}

@media only screen and (max-width: 800px) {	
	/* Prevents #contact from overlapping logo, width setting and settings below may require adjustment */
	#contact {
	position: relative;
	/* margin: -1em 0 0;   ul top margin of 1em set as default in normalize.css. Activate to cancel */
	right: 2%;
	height: auto;
	float: right;	/* This float works with wider logos but creates off-centering on template logo */
	}
	
	#pagebody .vidcontainer {	/*overrides video wrapping container size on larger screens*/
		width: 100%;
		}

}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {

	html { -webkit-text-size-adjust: none; }
	
	h1 { font-size: 1.2em; }
	h2 { font-size: 1.1em; }
	h3 { font-size: 1.0em; }
	h4 { font-size: .9em; }
	h5 { font-size: .8em; }
	
	.onehalf { clear: both; float: none; margin: 10px auto; width: 95%;}
	
	#footer .onehalf { clear: both; float: none; margin: 50px auto; width: 92%;}
	
	.onethird { clear: both; float: none; margin: 10px auto; width: 95%;}
	
	/*.twothirds { clear: both; float: none; margin: 10px auto; width: 95%;}*/
	
	.onefourth { clear: both; float: none; margin: 10px auto; width: 95%;}
	
	.onefifth { clear: both; float: none; margin: 10px auto; width: 95%;}
	
	#header { text-align: center; }
	
	#header #logo { max-width: 97%; height: auto; margin: 5px 2%; }
	
	#contact ul li {
		position: relative;
		top:0;
		right: 2%;
		width: 98%;
		margin: 0 10px;
		text-align: center;
		height: auto;
		}
	
	#share {
		position: relative;
		padding-top: 6px;
		top:0;
		right: 1%;
		width: 96%;
		margin: 0 2%;
		height: auto;
		}
	
	#share li { float: right;}
	
	#nav {
		position: relative;
		padding-top: 3px;
		top: 0;
		right: 0;
		width: 95%;
		margin: 0 1.25% 0 1.25%;
		height: auto;
		}	
	
	#nav li {
		margin: 0 0 0 0!important;	
		display: inline-block;		
		padding: 7px 5px;
		float: none;
		}
	
	/*#nav .sub-menu li {		
		margin-left: 0 !important;
		padding-left: 0 !important;
		}*/
	
	#logo {
		float: none;
		margin-bottom: 10px;
		}
	
	#pageheading { margin: 0 0px 25px; }
	
	#pageheading h1 { font-size: 1.2em; }	
	
	.actionbox {
		width: 92%;
		margin: 20px auto 0;
		max-height: none;
		}
	
	#footer #ftrcontainer, #related { padding: 0 12px; }
	
	.left { clear: left; float: none; }
	
	.right {
		display: block;
		float: none;
		clear: both;
		margin: 12px auto;
		max-width: 95%;
		height: auto;
		}
}

/*@media only screen and (max-width: 380px) {
	.right { clear: right; float: none; }
}*/

@media only screen and (max-width: 320px) {
	.onethird { width: 92%;}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    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; /* h5bp.com/t */
    }

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