@media print {

    @page {
      size: A4 portrait;
    }

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        display:none;
    }

    abbr[title]:after {
        content: "(" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hiding sections */
    .header-top,
    .site-navigation,
    .hide-me,
    .main-features .front br,
    .main-features img,
    .main-features .back,
    #BasicSearch,
    .support-icon,
    #supportCarousel .carousel-indicators,
    #supportCarousel .carousel-control,
    .support-info .btn,
    .category-item .back,
    .category-item img,
    .article-content .btn,
    .ask-question-section .btn,
    .subpage-has-hero {
        display: none;
    }
    
    .site-section {
        padding: 10px 0 !important;
    }
    
    .site-header .col-md-5 {
        float: left;
        width: 350px;
    }
    
    .site-header .col-md-7 {
        float: right;
        width: 300px;
    }

    .site-title {
        padding-top: 0;
        float: left;
    }
    
    .site-title img {
        width: 350px;
    }

    .category-item {
        display: block;
        width: 500px;
        height: 30px;
    } 
    
    .main-features .flip-container {
        display: block;
        width: 300px;
        height: 25px;
    }

    .main-features .front {
        text-align: right;
        width: 300px;
        height: 15px;
        display: block;
        border-radius: 0;
        padding: 0;
    }
    
    .main-features .online-chlamidia-testing span,  
    .main-features span {
        position: relative;
        top: auto;
    }

    .hero {
        margin-top: 0;
        height: 400px;
    }

    .categories-list {
        margin-top: 0;
    }

    .category-item,
    .category-item .front {
        text-align: left;
        width: 550px;
        height: 30px;
        display: block;
        padding: 0;
        border: 0 none;
    } 

    .category-title {
        font-size: 16px;
        border: 0 none;
    }

    .site-main {
        clear: both;
        margin-top: 50px;
    }
    
    .tab-carousel .item {
        display: block;
        padding: 0;
        min-height: 0;
        margin-bottom: 15px;
        text-align: left;
    }

    .support-content {
        margin: 0;
    }
    
    .quiz {
        padding-left: 0;
    }

    .ask-question-section {
        margin-bottom: 40px;
    }
    
    .subpage-title h1 {
        padding-left: 0;
    }
    
    .widget-title {
        font-weight: 400;
    }
    
    .widget-list li a {
        font-weight: 400;
        padding: 2px 15px;
    }
    
}