/*changes*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, #sideMenu, #menubar, .logo_2018, .printfooter, .firstHeading, .visualClear,#top_title,#top{
display:none;
}
#content{
margin:0;
padding:0;
top:-12px;
min-height: 600px;
min-width:1200px;
width:100%;
height:100%;
position:relative;
color:#000;
border:none;
font-size:14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

}
#bodyContent h1,h2{
margin:0;
}
*{
-webkit-box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
box-sizing: content-box!important;
}
dd{
margin-left:0!important;
}
/*custom*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; border:0;}
td,th,caption { font-size:14px; }
body{color:#333;font-size:12px; margin:0px;} 
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:14px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover,a:active,a:focus{text-decoration:none;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
p {line-height: 1.5em;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }