/* Print Style Sheet */

a[href]:after {
    content: none !important;
}

	
	body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
}
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
hr { display: none; }
img { max-width: 100%; }
p { 
	word-wrap: break-word; 
	margin-bottom: 15px;
}
a { color: inherit; }

/*  Header */
.entry-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #555;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
}

.entry-title, #CommentTitle {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}
#CommentTitle { margin-bottom: 15px; }

/* Main */
.center {
	margin: 0 auto;
	padding: 0 2%;
}


/* content */
.entry-content {
	margin-bottom: 35px;
	line-height: 170%;
}

pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	margin-top: 25px;
	padding: 25px 0 0 0;
	border-top: 1px solid #555;
}

    #comments_controls,
    #print-link {
        display: none;
    }
.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}





.entry-date, .tab_nav.hidden-xs,
nav.ubermenu li,
.header-right,
#google_translate_element,
.breadcrumb,
#footer,
.wp-print-container,
.go-to-top {
	height: 0 !important;
	width: 0 !important;
	display: none !important;
	text-indent: -99999px !important;
	opacity: 0 !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tab_content_wrapper {
    display: table-row;
}

.tab_title {
	font-weight: 700;
	font-size: 16px;
   }

img, .rt_heading, .list-content, .vc_col-sm-6 { 
	page-break-inside:avoid; 
    page-break-after:avoid;
	}
	
	
.sub_page_header .page-title h1 {
	position: absolute;
	top: 30pt;
}