/* ============================================================================ *
	Print Styles
    ---------------------------------------------------------------------------
	These styles get applied to all printed pages.
*/
body .screen-reader-shortcut,
body #header-top-container,
body #mobile-nav-wrapper,
ul.etabs,
#body-cell-2{
    display: none !important;
}

body .tabcontent{
	display: block !important;
}

h2, 
.tmf-post > h2, 
.editor-content h2 {
    color: #004876 !important;
}

h2 a, 
.tmf-post > h2 a, 
.editor-content h2 a{
    color: #004876 !important;
}

a {
    color: #004876 !important;
}

body .print-title{
	color: #e7c026;
	font-size: 30px;
	font-weight: 700;
    display: block;
    margin: 15px 0 !important;
}

.icon-container {
    margin-bottom: 15px !important;
}
