@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        border-top: 0;
    }

	.lt-ie9 body {
		zoom: 90%;
	}

	.lt-ie9 #mainContainer.home > div > div,
	.lt-ie9 #mainContainer .mediaHubContainer {
		zoom: 87.5%;
	}

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* HEADER + NAV */

    #headerContainer .headerMetaNav,
    #headerContainer .headerSearch,
    #headerContainer .openAccount,
    #headerContainer #mainNav,
    #headerContainer #subNav,
    #sideNavContainer,
    #serviceNavContainer,
    #comBar,
    #comBarFlyouts {
        display: none;
    }

    #headerContainer .logo {
        margin-top: 20px;
    }

	#headerContainer .headerLogoSearch .logOutCounter {
		display: none !important;
	}

    /* FOOTER */

    #footerContainer {
        display: none;
    }

    .topFooter {
        page-break-after: avoid;
    }

    .topFooter .logoWrapper {
        display: none;
    }

    .topFooter ul li:not(.copyright),
    .topFooter a {
        display: none;
    }

    .lt-ie9 .topFooter ul li.copyright {
        margin-right: 275px;
        display: block !important;
    }
    
    .lt-ie9 .topFooter a {
		display: none !important;
	}

    /* LINKS AND BUTTONS */

    a,
    a:visited {
        text-decoration: underline;
    }

    a.download {
        padding-left: 0;
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    .redButtonContainer,
    .redBG,
    .redBG2,
    .discoverMore {
        display: none !important;
    }
    
    /*.rightlink.bluelink {
    	padding-left: 0px !important;
    }*/

    /* IMAGES */

    img {
        page-break-inside: avoid;
    }

    /* TABLES */

    table {
        max-width: 745px !important;
    }

    table.detailsTable.tableHead tbody tr:first-child th:first-child {
        border-left: 0 !important;
    }

    table tr {
        page-break-inside: avoid;
    }

    /* EXPANDABLES */

    .expander .extend {
        display: block !important;
    }
	/*
    .expander .extender {
        display: none !important;
    }
	*/
    .listing .expander .extend span {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .expanderOnly .expander,
    .listing .expanderOnly .rightCol.expander{
        margin-bottom: 20px !important;
    }

    .expander-top.js .extender{
        padding-bottom: 20px !important;
    }

    /* LAYOUT AND CONTENT */

    #promoContainer .videoContainer {
        display: none;
    }

    marquee,
    .news-ticker {
        display: none !important;
    }

    .deepLinks .highlight img {
        display: none;
    }

	#teaserContainer .cta {
		display: none;
	}

    .module.video,
    .module.accountSteps,
    .module.imageComponent,
    .module.findAccount,
    .module.contentFooter {
        display: none !important;
    }

    #mainContainer.promotion .promoImage {
        display: none;
    }

    #mainContainer.promotion h1.logoFCB {
        padding: 0 !important;
    }

    .mediaHubRow {
        page-break-inside: avoid;
    }

	#slideOverlay #announcementOverlayContainer,
	#slideOverlay #newsletterOverlayContainer {
		display: none !important;
	}

	.lt-ie9 .home,
	.lt-ie9 #mediaHubContainer {
		/*zoom: 75%;*/
	}

	.lt-ie9 .vjs-big-play-button,
	.lt-ie9 .ytNote {
		display: none;
	}

    .lt-ie9 .productDetails .leftCol {
        margin-bottom: 10px;
        display: block;
        float: none;
    }

    .lt-ie9 .productDetails .rightCol {
        margin-bottom: 30px;
        float: none;
    }

    .lt-ie9 .productDetails.gallery .leftCol,
    .lt-ie9 .productDetails.gallery .rightCol {
        margin-bottom: 30px;
        float: left;
    }

    .lt-ie9 .productDetails.highlightBG {
        margin-bottom: 30px;
    }

    .lt-ie9 .productDetails.highlightBG .leftCol,
    .lt-ie9 .productDetails.highlightBG .rightCol {
        margin: 0;
        padding-left: 10px;
    }

    .lt-ie9 .productDetails.highlightBG .rightCol .expander .extend p {
        padding-bottom: 0;
    }

	.lt-ie9 .hvb-onlinebankingpage {
        -ms-zoom: 1.4;	
	}

	div.rightSide {
		/* display: none !important; */
	}
}