/*
SDHU print stylesheet
*/


@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid color('ui', 'border');
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


@media only print {

  body {
    font: 400 14px helvetica,arial,sans-serif;
    color: #000;
    margin: 0;
    padding: 30px 25px 45px 25px;
    background: #fff;
  }

  nav#mobileMenu, nav#secondaryMenu, nav#secondaryMenu.subPage,
  nav#primaryMenu, nav#primaryMenu.subPage, #mobileMenu, header, #sidebarRight, .sidebarRight, #sidebarLeft,
  /* footer,*/ #main .breadcrumb, .social, #main form {
    display: none;
  }


  /*Added Dec.2015*/
  footer #contactInfo, footer #footerLogo, footer #socialNetworks, footer #SiteInfo, footer #gspsInfo, footer #gspsLogo, .footer__angle {display:none}
  footer #footerPrint  {clear:both;width:100% !important;display:inline-block !important;}
  footer #footerPrint .local,
  footer #footerPrint .toll  {float:left;width:20%;text-align: center; font-size:1.2em;}
  footer #footerPrint h2 {margin:15px 0 3px 0}
  footer #footerPrint .toll {clear:both;width:100%;}


  .print-header {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }

  .print-header img {
    display: block;
    width: 190px;
    height: 45px;
    margin: 0 10px 0 0;
  }

  .print-header img.drug-strategy {

    width: auto;
    height: 80px;
    float: none;

  }

  .print-header span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
  }

  section#full, #wrapper, .inside {
    width: 100%;
    margin: 0 auto;
  }

  #main {
    float: none;
    min-height: 100px;
    width: 100%;
    padding: 0;
  }

  #main.wide {
    width: 100%;
  }

  #homeNews, #homeFeatures {
    float: left;
    width: 485px;
    min-height: 490px;
    text-align: left;
    margin: 0 0 40px 0;
    padding: 20px;
    border: 1px solid #ddd;
  }

  #homeFeatures {
    float: right;
  }

  .sevenhundred {
    width: 700px;
    margin: 0 auto;
  }

  .third {
    float: left;
    width: 33.33%;
    margin: 0 0 50px 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
  }

  h2 {
    font-size: 22px;
  }

  h3, h4, h5, h6 {
    font-size: 16px;
  }

  h2, h3, h4, h5, h6 {
    margin: 30px 0 10px 0;
  }

  a, a:hover, a:active, p a, #main ul li a, #main ol li a {
    color: #000;
  }

  #main p, #main ul li, #main ol li {
    line-height: 1.3em;
  }

  #main hr {
    margin: 20px 0;
  }

  #back-top {
    display: none!important;
  }


  /**
   * Footer.
   */
  .print-footer {
    display: block;
    clear: both;

    font-size: 0.9rem;
    text-align: center;
  }

    .locations {
      display: table;
      table-layout: fixed;
      width: 100%;
      margin: 1rem 0;
    }

      .location {
        display: table-cell;
      }

        .location__name,
        .location__phone {
          margin: 0;
        }

        .location__phone {
          font-size: 0.8rem;
        }


} /* end print styles */
