/*
  Print Styles

  Author     Biggs Thorarensen
  Company    Aqueduct (http//www.aqueduct.co.uk)
  Decription Basic styles on top of raw html to produce readable print styles.
    These styles may not do justice to all pages as only the Trip page was
    required to be printable.

--------------------------------------------------------------------------*/
body {
  background: none;
  font-family: serif;
  font-size: 12pt;
  color: #000;
  line-height: 1.3em;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}
.print-only {
  display: block;
}
.collapsingContent-trigger,
.collapsingList-item-header {
  text-decoration: none;
}
h2,
h3 {
  color: #000;
}
.collapsingList {
  list-style-type: decimal;
}
nav,
aside,
form,
#nav-accessibility,
#largeMapTarget,
#domflags-root,
.smallMenu,
.socialBanner,
.fb-like,
.socialLinks,
.js-largeMapToggle,
.mainFooter,
.breadcrumb,
.mainHeader-search,
.contactInfo-links,
.moreToggle,
.button,
.button--withRightArrow,
.flyOutMenu,
.flyOutCallView,
.flyOutCallView-wrapper,
.header-mobile,
.flyOutSearchView,
.flyOutSearchView-wrapper,
.fullNavigation,
.alert,
.contactInfo,
aside.contactInfo,
.collapsingList-item-no,
.tripCtaBanner,
.tripListing-header,
.tripListing,
[class*='icon-'],
.region,
.footerRegions,
.visuallyhidden {
  display: none !important;
}
.smallMenu ul {
  list-style-type: none;
}
.hero--trip-caption,
.hero--home-caption,
.hero--trip-panelShape,
.hero--home-panelShape,
.hero--trip-panelShapeLeft,
.hero--home-panelShapeLeft,
.hero--trip-panelShapeTop,
.hero--home-panelShapeTop {
  display: none !important;
}
.hero--trip {
  background-image: none !important;
}
.hero--trip img {
  display: none;
}
.tripHighlights .picture,
.tripOptionals .picture,
.tripHighlights img,
.tripOptionals img {
  display: none !important;
}
#TripItinerary picture img {
  width: 9cm;
}
