* {
    color: #000000 !important;
    border: 3px solid white !important;    
}

html, body {
    background: #fff;
    background-color: #fff !important;
}

h1 {
    font-size: 25pt !important;
} 

h2 { font-size: 16pt !important;
}

p, li { font-size: 11pt !important;
}

.break_before { page-break-before: always; }


video {
    display: none !important;
   /* float: left;*/
}

figure, img {
    display: none !important;
}

.right-column {   
    float: left;
    width: 100%;    
}

.right-column img {
    display: none;
}

.right-column h3 {
    display: none;
}


.sidebar {
    float: left;
    width: 100%;
}

.sidebar2 {
    float: left;
    width: 100%;
}

.left-column {
    float: left;
    width: 100%; 
}
 
.left-column .video {
    display: none;
}

.wrapper {
	width: 100%;
        max-width: 960px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: left;	      
	height: 1500px;
}

.subform {
    display: none;
}

nav {
    display: none;
}


footer {
    display: none;
}