﻿@media print {
.col,
.col-1-3 {
    width: 100%;
}
.col-1-3 + .col-1-3{
        width:100%;
    }
.col-1-3 + .col-1-3 + .col-1-3{
        width:100%;
    }
.logo-print {
    display: block;
}
header,
iframe,
nav,
.hero-image,
.phone-number,
.steve-photo,
.button,
.product-section,
.quote-author-left,
.icon-small,
.testimonial-text img,
.location-photo,
.footer-nav {
    display: none;
}
}