/* line 11, ../scss/print.scss */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	border: none;
}
@page {
	size: 8.5in 11in;
	margin: 1.7cm;
}
.printlogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003161;
}
h1, h2, h3, h4 {
	font-family: Georgia, serif;
}
h1 {
	font-size: 16pt;
	margin-top: -35pt !important;
	margin-left: 65pt;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
p {
	font-size: 12pt;
	line-height:1;
}


img {
	page-break-inside: avoid;
}

ul, li {
	line-height: 90%;
	
}
.panel {
	border: none;
	padding: 0pt;
}

/* line 32, ../scss/print.scss  and the other styles I have made that I do not want to print*/
.footer, .footermenu, .accordion, .darkpanel, .thinpanel, .menu, .alert-box, .agencylogo, .agencyname, .mainname, .data, .more, .ac-container, .button, .noprint {
	display: none;
}

.moreprint a{ font-weight: bold;
text-transform: uppercase;
font-size:16px;}


/*Adjusting the links so that  link addresses do not show*/
/* line 392, ../scss/foundation/components/_type.scss */
a[href]:after {
	content: " (" attr(href) ")";
	display: none;
}
/* forced Page break*/
.page-break {
	page-break-after: always !important;
}


.panel a[href$=".pdf"] {
	padding-left: 1px;
}
.newspaper {
	column-count: 3;
	column-gap: 3px;
	font-size:10pt;
}
.large-4.columns  {    width: 33%;
    
  }
  .large-6.columns  {    width: 50%;
    
  }
.large-4.columns {
	width: 33%;
}
.large-6.columns {
	width: 50%;
}
/*makes button grid list print as columned buttons
.key ul.small-block-grid-1.medium-block-grid-2.large-block-grid-4.item li,  .key ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.item li, .key ul.small-block-grid-1.medium-block-grid-2.large-block-grid-2.item li {
	display: inline-block;
	width: 32%;
	border-radius: .9em;
	margin-left: 0em;
	padding: .7em;
	border: black;
	border-style: solid;
	border-width: 5px;
	font-size: 12pt;
	text-align: center;
	font-weight: bolder;
	line-height: normal;
	font-family: sans-serif;
}*/
.page {
	page-break-after: always;
    page-break-inside: avoid;
	
}

/*makes button grid list print as columned buttons*/ 
.key ul {
	
	list-style-type: circle;
	font-size: 16pt;
	font-weight: bold;
	
}

.chart500{	
    display: block;
	width: 100%;
	page-break-inside: avoid;

	height: 500px ;
	margin-bottom:.5in;
	}
	.chart400{	
    display: block;
	width: 100%;
	page-break-inside: avoid;

	height: 400px ;
	}
.print300 {	display: block;

	width: 100%;
	height: 300px;
	page-break-inside: avoid;
	
}
.sidebar {
	border: solid 1px black;
	
}