/***** Harvard Developments - Print CSS Stylesheet by OH! Media ******/

@media print {   
  #wrap {
    height: auto !important;
    padding-top: unset !important;  
    min-height: unset !important;
  }
  
  #nav, #mobileNav {
    display: none !important;
  }
  
  .noprint, .noprint * {
    display: none !important;
  }

  #header {
    display: none !important;
  }
  
  #printLogo {
    display: block !important;
    text-align: center !important;
  }
  
  #printLogo img {
    text-align: center !important;
    margin: 0 auto !important;
    height:115px !important;
  }
  
  .full-property-features .matchHeight {
    height: auto !important;
  }
  
  #map.propertyMap {
    height: 400px !important;
  }
  
  .downloadsWrap {
    display: none !important;
  }
  
  .availableSpaceInfo h2 {
    max-width: 100% !important;
    padding-left: 20px !important;
  }
  
  .pad100, .pad40 {
    padding: 0px !important;
  }
  
  .teal-bg {
    display: none !important;
  }
  
  #propertyOverviewImg {
    height: 90px !important;
  }
  
  #propertyOverviewImg h1 {
    text-shadow: unset !important;
    color: #3F464B !important;
  }
  
  .managerInfo  {
    padding-left: 0;
  }
  
  .managerInfo h3, .managerInfo p, .managerInfo a {
    color: #3F464B !important;
  }
  
   .managerInfo p,  {
    color: #3F464B !important;
  }
  
  .leasingPropertyHeader {
    display: none !important;
  }
}