@page {
  size: A4; /* DIN A4 standard, Europe */
  margin: 50px 0 0;
}
html, body {
    background: #FFF;
    overflow:visible;
    font-size: 11px;
}

body {
    margin: 0;
    padding: 0;
}

.c1-section, .cta-section, .footer-bottom,
header , #subheader , #tpbr_topbar, .menu-btn, .no-print, .topbar {
    display: none;
}

.buttonizer {
    display: none !important;
}

.boxed-wrap-container {
    min-width: auto;
}

.masthead {
    background: #fff !important;
    min-height: auto;
}

.masthead .main-title {
    padding: 0px 0 30px;
    border-bottom: 1px solid #000;
}

.title-page, .subtitle-page {
    text-shadow: none;
    color: #5c3f19;
}

.section-content {
    padding: 30px 0 30px;
}

.title-page {
    font-size: 34px;
}

.title-section {
    font-size: 24px;
}

.title-paragraph, .title-column {
    font-size: 18px;
    margin: 5px 0 5px;
}

.btn.btn-primary {
    display: none;
}

.column.c2-column {
    padding: 15px 30px;
}

.column.c2-column .thin-space {
    display: none;
}

.section-head {
    padding-bottom: 0;
}

.full-page .main {
    padding-top: 30px;
}

.subtitle-page {
    font-size: 13px;
    margin: 0;
}

img.img-logo-print {
    width: 180px;
    height: auto;
    position: absolute;
    top: 0;
    right: 6%;
    left: auto;
    opacity: 1;
    z-index: 1;
}

.page-break {
    page-break-inside: avoid;
    page-break-before: always;
}

.main .middle-space {
    display: none;
}
