/* for printing */
@media print {
    header, nav, footer{
        display: none !important;
    }
    .row, .columns, .oneThirdWidth, .fullWidth, .twoThirdWidth, .threeEigthWidth, .threeTwentyWidth, .halfWidth, .features-list, .centerContentAlt2, .centerContentAlt3, .productPointsAlt1 {
        width: 100% !important;
        display: block !important;
    }
    body{
        padding: 20px !important;
    }
    .hide-print{
        display: none !important;
    }
    .social-banner{
        height: auto !important;
    }
    .centerContent, .centerContentAlt2, .subTitle, h6{
        font-size: 25px !important;
    }
    .print-only{
        display: block;
    }
}
.print-only{
    display: none;
}