/*
Print Styles


*/

@media print {
  /** ported .col-xs classes to deal with print layouts **/
  .col-print-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-print-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-print-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-print-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-print-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
  .header {
    min-height: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    display: block;
  }
  .header .text-center {
    text-align: left !important;
  }
  .directory .search,
  .directory .btn-link {
    display: none;
  }
  .directory .user-info {
    margin-top: 0;
  }
  .directory .print-layout {
    margin-top: 0;
  }
  .directory .print-layout .user {
    font-size: 10px;
    width: 50%;
  }
  .directory .print-layout img {
    width: 150px !important;
    max-width: 50%;
  }
  #topbar,
  #min_holder,
  .footer,
  .program_link,
  .header .btn {
    display: none;
  }
  h1 {
    color: #000;
    background: none;
    font-size: 24px;
  }
  p {
    font-size: 12px !important;
  }
  nav,
  aside {
    display: none;
  }
  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  @page {
    margin: 1cm;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img {
    max-width: 100% !important;
  }
  article {
    page-break-before: always;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
  a[href]:after {
    display: none !important;
    visibility: hidden !important;
    content: none !important;
  }
  .newsletter-show p,
  .newsletter-display p,
  .newsletter-show li,
  .newsletter-display li {
    text-align: left !important;
    line-height: 1.45;
    font-size: 16px !important;
    font-weight: normal !important;
  }
  .newsletter-show h1.newsletter-section-heading,
  .newsletter-display h1.newsletter-section-heading {
    text-align: left !important;
    margin: 20px 25px 12px !important;
  }
  .newsletter-show p.newsletter-section-subtitle,
  .newsletter-display p.newsletter-section-subtitle {
    text-align: left !important;
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
  }
  .newsletter-show .container-newsletter,
  .newsletter-display .container-newsletter {
    padding-top: 0;
  }
  .newsletter-show .newsletter-section-heading,
  .newsletter-display .newsletter-section-heading {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .newsletter-show .newsletter-section,
  .newsletter-display .newsletter-section {
    margin: 0 !important;
    width: 940px;
    margin: 0 auto;
    margin-bottom: 30px !important;
  }
  .newsletter-show .newsletter-section .newsletter-content,
  .newsletter-display .newsletter-section .newsletter-content {
    display: block;
  }
  .newsletter-show .newsletter-section table.newsletter-image,
  .newsletter-display .newsletter-section table.newsletter-image {
    display: block;
    float: left;
    width: 300px;
  }
  .newsletter-show .newsletter-section .section-text,
  .newsletter-display .newsletter-section .section-text {
    margin: 10px 0 20px 20px !important;
    color: black !important;
  }
  .newsletter-show .newsletter-section td,
  .newsletter-display .newsletter-section td {
    padding: 0 !important;
  }
  .newsletter-show .newsletter-logo,
  .newsletter-display .newsletter-logo {
    margin: 0 auto 10px !important;
    border-bottom: 1px solid #ccc !important;
    width: 940px;
  }
  .newsletter-show .newsletter-logo img,
  .newsletter-display .newsletter-logo img {
    width: 350px !important;
  }
  .newsletter-show .newsletter-logo td,
  .newsletter-display .newsletter-logo td {
    padding: 0 0 0 10px;
  }
}
