/* line 11, ../scss/print.scss */

  * {
    -webkit-transition: none !important;
    transition: none !important;
  }


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-6.columns  {width: 50%;}
.large-4.columns {width: 33%;}
.key {
	font-size: 12pt;
	font-weight: bolder;
	line-height: normal;
}
.page {
	page-break-after: always;
    page-break-inside: avoid;	
}
.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;
	
}
a[href^="mailto"], a[href^="MAILTO"] {
    background: none;
    padding-left: 0px;}