@media print {

	body, html{
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
      }

	a[href]:after {
	    content: none !important;
	}

	.IWEditBar{
		display: none;
	}

	
	.header__headline{
		width: 100%;
		text-align: center;
	}

	.header__menu-top{
		display: none;
		width: 0;
		height: 0;
	}

	.header__right-menu{
		display: none;
		width: 0;
		height: 0;
	}
	/*.header__logo{
		background-color: #ccc !important;
	}

	.header__logo img{
		width: 74px;
	    height: auto;
	}
*/
	.header__top-nav{
		display: none;
	}

	.top__banner{
		display: none;
	}

	.theme-page__top-menu{
		display: none;
	}

	.seperator-with-logo{
		display: none;
	}

	.page-content__text > div:not(.content-tab) {
		display: none;
	}

	.theme-page .content-tab{
		padding: 0;
	}
	.content-tab .nav.nav-tabs{
		display: none;
		width: auto;
		height: 0 !important;
	}

	.page-content__next-banner{
		display: none;
	}
	.theme-page .content-tab{
		width: 100%;
		margin:0;
		padding: 0;
	}
	.footer__section-1{
		display: none;
	}
	.footer__benefit-link{
		background-color: none;
		padding: 0;
		height: 20px;
	}
	footer{
		display: none;
		
	}
	
}