/*
 * Layout elements
 */
  img.h1 {
    width: 100%;
  }

  div.alert {
    display: none;
  }

  div.asideColumn {
    display: none;
  }

  ul.navigation {
    display: none;
  }

  div#NISDthisweek {
    display: none;
  }

  div.tip h3 {
    page-break-inside: avoid;
  }

  div.tip div.widgets {
    display: none;
  }

  div#contactInfo {
    clear: both;
    display: block;
    overflow: auto;
    page-break-inside: avoid;
  }

  div#contactInfo div.contactBlock {
    width: 50%;
  }

  div#contactInfo div#contactDepartment,
  div#contactInfo div#contactMonica {
    float: left;
    clear: left;
  }

  div#contactInfo div#contactPascual,
  div#contactInfo div#contactKaren {
    float: right;
    clear: right;
  }

  div#contactInfo div#mediaGuidelines {
    clear: both;
    width: 100%;
  }
