@charset "utf-8";

@media print{
    #skiptocontent {display:none;}
    #beta-message {display:none;}
    #supplementary-navigation-con {display: none;}
    #search {display:none;}
    #primary-navigation-con{display:none;}
    #secondary-content {display:none;}
    .wrapper-footer {display:none;}
    .right-column{display:none;}
    
    .BrandImage {display: none;}
    .seal2 {display:none;}
    .view-more{/*content:none; border-bottom: #D6B965 3px solid!important;*/ display:none;}

    body{
        font-size:.8em;
        color: #000;
        background: #fff;
        width: 98%;
        margin:1%;
    }
    a {
        text-decoration: none;
        color:#0051A4;
    }
   h1, h2, h3 {
        page-break-after: avoid;
    }
     article {
        page-break-before: always;
    }
    .screen-reader h1{font-size: 2em; line-height: .3em}
    .screen-reader h2 {font-size: 1.2em; line-height: .5em}
    .screen-reader{margin-bottom:2em;}
    .container{
        padding:0px 15px;
        width:98%;
    }
    
    #main-content.two-column{
        width:100%;
        left:0px;
        padding-left:0px;
    }
    
    .home-page-content{margin-top: 40px;}
    .feature {
        margin: 0 0 10px 0;
        border-bottom: #d6b965 solid 2px!important;
    }

    .col.cfpb{
        margin-top:20px;
    }

    .container.purpose-statement{margin:30px 0px 30px 0px; color:;}
    .container.purpose-statement a {
        color: #8f6a10!important;
    }

    h4.teaser {
        /*border-bottom: #ccc solid 1px!important;*/
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 5px;}
    .col.board p, .col.cfpb p{margin-top: 3px; line-height:1.2em;}
    .home-page-content > h2 {font-size:1em; border-bottom: #e5e5e5 solid 1px!important;}
     h2.latest-activity{text-transform: uppercase!important; font-size:1em; border-bottom: #e5e5e5 solid 1px!important;}

}