/* gf print stylesheet */
.header .head {
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
       -moz-box-shadow: 0 0 0 #fff;
    		box-shadow: 0 0 0 #fff;
    }
.topnav,
.leftnav,
.content_toolbar,
.footer-list,
.footer-meta .list {
    display: none
    }
    
	.content {
	    float: none;
	    width: 100%
	    }
	    .content .col-main {
		    float: left;
		    margin-right: 5%;
		    width: 75%;
			}
		.content .col-cra {
		    float: right;
		    width: 20%;
			}
			
	.linklist a {
    	padding-left: 0;
    	text-decoration: underline;
    	}
    
    .call_to_actions li { margin-left: 0; }    
    .call_to_actions img { display: none; }
    

    .foot .footer-meta {
    	padding: 5px 0;
    	}


.ui-tabs .ui-tabs-hide {	
    display: block !important
    }    
    #vc input {
    	border: 1px solid #ccc;    	
    	}
    #vc .left,
    #vc .right {
    	width: 100%;
    	float: none;
    	}    
    #vc .form_button_submit,
    #vc .inputz .link.right,    
    #vc .tooltip,
    #vc .print h3,
    #vc .link.print,
    #vc .right .link.left,
    #vc #minPressure,
    #vc #maxPressure,
    #vc #rangePressure,
    #vc .right .center .variant3 {
    	display: none;
    	}
    .stage_wrapper .sections div.content,
    .contact_teaser,
    #vc .vc_input {
		border: 1px solid #fff !important; 
		background-color: transparent !important;
		-webkit-box-shadow: 0 0 0 #fff !important;
		   -moz-box-shadow: 0 0 0 #fff !important;
				box-shadow: 0 0 0 #fff !important;
	 } 
	 
	 
	 
	 
/* disable IE troubleshooting for print style */
.header .head,
.topnav,
.flyout-overlay,
.leftnav .sections .bu,
.stage_wrapper .sections div.content,
.stage_wrapper .large_staging_teaser div.box,
.content_toolbar .social_bookmark a.share,
.content_toolbar .social_bookmark .sb_flyout,
.meta .search #q,
.media_library .searchblock,
.contact_teaser,
.compactlinks-wrap ul,
.edit-bar-start,
.edit-bar-end,
.contact_search .infobox,
form .form_button_submit {
    behavior: none
    }
    

