@media print {
    .printonly, h2.inner_header {
        display: block !important;
    }

    .screenonly, ul#tabs, nav#menu, footer {
        display: none !important;
    }

    html, body {
        background-color: #fff;
        color: #444;
        overflow-x: auto;
        min-width: inherit;
        max-width: 100%;
    }

    p, ul li, ol li, em, strong, a {
        font-size: 14px;
    }

    p {
        margin: 15px 0;
    }

    .inset {
        padding: 0 !important;
    }

    .layout-full-width {
        padding: 10px;
    }

    #Wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .section {
        padding: 0;
    }

    .one.column {
        width: 100%;
        margin: 0;
    }


    ul#tab, .standard {
        background-color: transparent;
        padding: 0;
    }

    ul#tab > li {
        display: block;
        padding: 0;
        margin: 0 0 30px;
    }

    h2, h3 {
        margin: 0 0 15px !important;
    }


    #Header {
        display: none;
    }

    .print-logo {
        display: block !important;
        background: #fff !important;
    }

    .scale-with-grid {
        height: 60px !important;

    }


    /*
    .row30 p.links, .row30 img{
        display:none;
    }
    */
    .header-classic .header2, .header-classic #Top_bar {
        background-color: transparent !important;
    }


    /* BIO *********/
    #Content {
        clear: both;
    }

    .bioheader {
        background-color: #fff;
        color: #444;
        width: 60%;
        position: relative;
        padding: 10px 0;
    }

    .bioheader h2 {
        color: #444;
    }

    .bioheader div {
        width: 100%;
        margin: 15px 0;
    }

    .biopage .row40 {
        position: relative;
        bottom: inherit;
        width: 40%;
        float: left;
    }

    .biopage .row40 h3, .biopage .row40 ul {
        margin-left: 0;
    }

    .biopage .row40 h3 {
        font-size: 35px;
        font-weight: normal;
    }

    .biopage .row60 {
        width: auto;
    }

    .biopage .row60 img {
        height: 300px !important;
        width: auto;
        /*position: absolute; top: -150px; right: 0;	*/
        float: right;
        margin: -110px 0 0;
    }


    /* PRACTICE AREAS **************/
    .attorneysBoxes {
        text-align: left;
        margin: 30px 0;
    }

    .attorneysBoxes a .row30 {
        position: relative;
        margin: inherit;
    }

    .attorneyName, .attorneyName span {
        position: relative;
        color: inherit;
    }


}
