﻿@media print {
    html {
        font-size: 75%;
    }
    

    aside {
        display: none;
    }

    article {
        width: 100% !important;
        border-right: none !important;
    }

    ul.title-area {
        float: none !important;
    }

    .off-canvas-wrap .inner-wrap {
        margin-top: 5.525em;
    }

    .top-bar.rc2014-main-nav {
        display: block;
        text-align: center;
        height: auto;
    }

    .top-bar.rc2014-main-nav .name {
        height: 3.125em;
    }

    .top-bar.rc2014-main-nav .title-area img {
        width: auto;
        height: 100%;
    }

    .top-bar.rc2014-main-nav .top-bar-section {
        display: none;
    }

    blockquote {
        border: none;
    }
    
    
    .top-bar.rc2014-main-nav a[href]:after {
        content: "";
    }

    .top-bar.rc2014-mobile-nav {
        display: none;
    }

    .rc2014-home-partners {
        display: none;
    }

    .rc2014-footer-main a, .rc2014-footer-sub div+div a {
        display: none;
    }
    


}
