/* Version 1.0.0 */
@charset "utf-8";
/* CSS Document */
	@page {
		/*margin:1cm;   
		size:A4;      */
	}


	.print_nav{
		display:block;	
	}
	

	.submenu, 
	.breadcrumb, 
	.banner, 
	nav,  
	.logo-carousel, 
	map, 
	area, 
	.sr-only, 
	section.sub_menu,
	ul.social-share-list,
	#scroll-to-top,
	.mobile-only,
	.subsub_menu,
	.wget_right_security,
	.wide_video,
	.box-info,
	.box-24hr_tel
	{
		display:none !important;	
	}
	.landing_banner, 
	.thin_banner{
		height: auto !important;
		background: none !important;
	
	}
	section.landing_banner.normal{
		height: auto !important;
	}
	
	.org_img{
		margin-top: 0px !important;	
		width: auto!important;
		padding:0px !important; 
		display: table !important;
		page-break-before:avoid !important;

	}
	

	html, body {
		/*page-break-after: auto;*/
		margin:0px;
		padding:0px;
	}
	html {
	  -webkit-box-sizing: border-box !important;
	  -moz-box-sizing: border-box !important;
	  -ms-box-sizing: border-box !important;
	  box-sizing: border-box !important;
	}
	*, *:before, *:after {
	  -webkit-box-sizing: border-box !important ;
	  -moz-box-sizing: border-box !important;
	  -ms-box-sizing: border-box !important;
	  box-sizing: border-box !important;
	  }

	* {
		animation-delay:-2s !important;
		animation-name: initial !important;
		animation-duration: initial !important;
	}

	

	.d-none {
		display:block !important;	
	}
	
	.d-block {
		display:none !important;	
	}

	.wow {
		animation-name:none !important;
		visibility:visible !important;
	}

	/*.col{
		flex-basis: unset;
   		flex-grow: unset;	
		width:100%;
	}*/

	div.box-white, div.box-news {
		clear: none;
		border: none;
	}
	.print_video{
		display:block;
	}


