@media print {
*, :before, :after {
	background: transparent!important;
	/*color: #000!important;*/
	box-shadow: none!important;
	text-shadow: none!important;
}
a, a:visited {
	text-decoration: underline !important;
}
a[href]:after {
	/*content: " (" attr(href) ")" !important;*/
	content: none !important;
}
abbr[title]:after {
	content: " (" attr(title) ")" !important;
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999 !important;
	page-break-inside: avoid !important;
}
thead {
	display: table-header-group !important;
}
tr, img {
	page-break-inside: avoid !important;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3 !important;
	widows: 3 !important;
}
h2, h3 {
	page-break-after: avoid !important;
}
select {
	background: #fff !important;
}
.row {
	display: table !important;
	/*page-break-before: always;*/
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	display: table-cell !important;
	vertical-align: top;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-4 {
  width: 33.33333333333333%;
 }
 .col-md-3 {
   width: 25%;
 }
 .col-md-2 {
   width: 16.666666666666664%;
 }
 .col-md-1 {
  width: 8.333333333333332%;
 }






/* Custom
**************************************/
* {
	font-family: Arial, sans-serif;
}
body { font: 9pt/1.3 Arial, sans-serif; color: #000; border: none; }
a { font: 9pt/1.3 Arial, sans-serif; color: #006b71 !important;}
h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; }
h1 a { text-decoration: none; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 9pt; }
ul {
	padding: 0;
	margin: 0;
	list-style:none;
}


#back-to-top {
	display: none;
}
.util-nav {
	display: table;
	float: right;
}
.util-nav > li {
	display: table-cell;
	padding: 0 4pt 0 4pt;
}
.search-wrap {
	display: none;
}

.textsize-row {
	display: none;
}


.subnav-wrap > img {
	display: none;
}


.RadTreeView ul {
	padding-left: 0;
}
.RadTreeView span {
	display: none;
}
.RadTreeView div {
	display: table;
	padding: 0;
	margin: 0;
}
.RadTreeView div a {
	display: table-cell;
	margin: 0;
	padding: 4pt 0 4pt 0;
}





.content-aside > .related-nav > .col-sm-3 {
	display: table !important;
	width: 100pt !important;
	margin-bottom: 20pt;
	clear: both;
}






}

