@import url('normalize.min.css');

/* ----------------------------------------------------------
    NCHPAD Print CSS
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - DO NOT DISPLAY
    
    
---------------------------------------------------------- */

/* 01 = BASE STYLES
---------------------------------------------------------- */

body {
    color: #666;
    font-family: 'Arial', 'Helvetica', sans-serfi;
    font-size: 62.5%;
}
.wrap
{
	-webkit-print-color-adjust: exact;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.gigantic{font-size: 30px;}

h1,
.huge {
    font-size: 24px;
}

h2,
.large {
    font-size: 20px;
}

h3,
.big {
    font-size: 16px;
}

h4,
.normal {
    font-size: 12px;
}

h5,
.small {
    font-size: 10px;
}

h6,
.tiny {
    font-size: 8px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding-left: 15px;
}

.print,
.hide {display: none;}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.clear {clear: both;}


/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */

.categories,
.custom-content,
.custom-content-drawer,
.footer .col,
.magnets,
.nav,
.recent-blog-posts,
.recent-videos,
.responsive-footer-nav,
.responsive-nav,
.rotator,
.rotator-goals,
.search,
.section-block-heading a,
.sidebar .goals,
.social-media,
.toc,
.twitter-feed,
.update-slider, #textsizer-classnames, #socialBar, .breadcrumbs, .ratings_box, .prevnext, .sidebar, #disqus_thread {display: none;}
