@media print {
  body, article {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  @page {
    margin: 2cm;
  }
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }

  header, footer, aside, nav {
    display: none !important;
    visibility: hidden;
    height: 0;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 100% !important;
  }

  table, pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a {
    page-break-inside: avoid;
  }

  p, address, li, dt, dd, blockquote {
    font-size: 100%;
  }

  code, pre {
    font-family: "Courier New", Courier, mono;
  }

  ul, ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }

  li {
    line-height: 1.6em;
  }

  #sliding-popup,
#surveyContent,
#bookingAreaWidget,
#bookingAreaWidget *,
#bookingTextWidget,
#block-masthead,
.ads-banner-wrapper,
.view-collapse,
.block-views-blocksite-navigation-block-1,
.region-popup,
.author-info,
.ads-content,
.field--name-field-tags,
.node__links,
.print-button,
.btn,
.btn-map,
.masthead-wrapper,
div.messages,
.btn-blue,
.btn-blue-small,
.btn-tag,
.kayak-ajax-widget-container,
.rental-cars-widget-container,
.field--type-comment,
button.trigger,
.contextual .trigger,
.affiliate_map_container,
.affiliate_map_container .footer,
.text-formatted ul li:before {
    display: none;
  }

  .field--name-title,
.page-title,
.page-title div,
.title-contents span,
a {
    color: #000;
  }
}

/*# sourceMappingURL=print.css.map */
