@media print {
  /* Tools
  	========================================================================== */
  /******************************************************************
  Site Name: mishcon.com
  Author: Dave Patrick

  Stylesheet: Mixins & Constants Stylesheet
  ******************************************************************/
  @keyframes slide-out-right-arrow {
    to {
      transform: translateX(50%);
    }
  }
  @keyframes slide-in-left-arrow {
    from {
      transform: translateX(50%);
    }
  }
  /*********************
  CLEARFIXIN'
  *********************/
  /*
  use the best ampersand
  http://simplebits.com/notebook/2008/08/14/ampersands-2/
  */
  span.amp {
    font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
    font-style: italic;
  }
  /*********************
  CSS3 GRADIENTS
  Be careful with these since they can
  really slow down your CSS. Don't overdo it.
  *********************/
  /* 40px */
  body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    max-width: calc(21cm - var(--mi));
    --mi: 1cm;
    --mb: 1cm;
    margin: var(--mb) var(--mi);
  }
  body:before {
    content: " Mishcon de Reya LLP";
    color: #000000;
    font-size: 12pt;
    text-align: end;
    margin-block-end: 0.25cm;
    font-weight: bold;
    display: block;
  }
  @page {
    size: 21cm 29.7cm;
  }
  main {
    print-color-adjust: exact;
  }
  .body,
  .main {
    overflow: visible;
    display: block;
    width: 100%;
  }
  h1 {
    font-size: 30pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-family: "Bodoni 11", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", sans-serif;
  }
  h2 {
    font-size: 20pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  h3 {
    font-size: 16pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  h4 {
    font-size: 14pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  h5 {
    font-size: 12pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  h6 {
    font-size: 10pt;
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  strong {
    font-family: "HelveticaNowDisplayMedium", Helvetica Neue, Arial, Helvetica, sans-serif;
  }
  p,
  ul,
  ol,
  dl {
    line-height: 1.4;
  }
  img:after {
    display: block;
    color: #000000;
    content: attr(alt);
  }
  blockquote {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 0.25cm;
  }
  cite {
    display: block;
  }
  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;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  abbr[title]:after {
    content: " [" attr(title) "]";
  }
  a {
    page-break-inside: avoid;
  }
  a:link,
  a:visited,
  a {
    color: #d55802;
    text-decoration: dotted;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^=http]:after {
    padding-inline: 0;
    margin-inline: 2pt;
    content: "[" attr(href) "]";
    color: darkgray;
    font-size: 10pt;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  article a[href^="#"]:after {
    content: "";
  }
  a.mod-image__link[href]:after {
    content: "";
  }
  .site-header,
  .site-footer,
  .app-navbar,
  .mod-breadcrumbs,
  .site-footer,
  .share-options,
  .search-spa,
  .cookie-options-panel,
  .contact-widget,
  .contact-widget__trigger,
  .modal {
    display: none;
  }
  [id*=ucContactForm], [id*=ucUserIdentityCookie] {
    display: none;
  }
  .mod-main-content-switcher,
  .modQuickLinks__list,
  .mod-tsrblock,
  .mod-content--meetTheTeam,
  .section--carousel,
  .modList--share {
    display: none;
  }
  svg[class*=icon-],
  .svgIcon {
    max-width: 1rem;
    max-height: 1rem;
  }
  nav,
  button,
  audio,
  video {
    display: none;
    visibility: hidden;
  }
  .offcanvas {
    display: none;
  }
  .btn {
    padding: 0.5rem 0.75rem;
    border: 2px solid;
    border-radius: 2px;
    display: inline-block;
  }
  .modHero {
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--mb) / 2);
  }
  .modHero .modHero__picture {
    order: 2;
  }
  .modHero .modHero__picture img {
    object-fit: cover;
    min-height: 279px;
  }
  .modHero .modHero__content {
    order: 1;
  }
  .modHero .modHero__content h1, .modHero .modHero__content h2 {
    margin-block: 0 4pt;
  }
  .modHero .modHero__content .modHero__title {
    margin-block: 8pt 0;
  }
  .modHero .modHero__content .modHero__jobTitle {
    margin-block: 4pt 0;
  }
  .modHero__carousel .modHero__carouselItem + .modHero__carouselItem {
    margin-block-start: var(--mb);
    border-block-start: 2px solid lightgray;
    padding-block-start: 0.5cm;
  }
  .mod-image .mod-image__figure {
    max-width: 50%;
  }
  .mod-image figure {
    margin-inline: 0cm;
  }
  main [class*=template__] + [class*=template__] {
    margin-block-start: var(--mb);
  }
  .modFlexCol :is(.is-flexBoxRow, .is-flexBoxWrap) {
    display: grid;
    --min-grid-col-size: 12rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--min-grid-col-size), 1fr));
    grid-gap: 1rem;
  }
  .modFlexCol :is(.is-flexBoxRow, .is-flexBoxWrap) img {
    aspect-ratio: 4/3;
  }
  .modFlexCol .modFlexCol__child:not(:has(.card > :first-child)) {
    display: none;
  }
  .mod-columns .section__body {
    display: grid;
    --min-grid-col-size: 12rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--min-grid-col-size), 1fr));
    grid-gap: 2rem;
  }
  section + section {
    margin-block-start: var(--mb);
  }
  .mod-breadcrumbs,
  .mod-sfbar__inner,
  .mod-featured-posts,
  .mod-relatedpubn__container,
  .page-utils {
    display: none;
  }
  .section-heading {
    display: none;
  }
  .panel-search {
    display: none;
  }
  .topNews .topNews__nav {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    gap: 1rem;
  }
  .topNews img {
    display: none;
  }
  .topNews .topNews__grid {
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
    display: grid;
    grid-gap: 1rem;
  }
  .topNews .topNews__grid a:after {
    display: none;
  }
  .topNews .topNews__grid img {
    display: block;
    aspect-ratio: 16/9;
  }
  .sfBar__search, .mod-results__overlay {
    display: none;
  }
  .latest-grid__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 1rem;
  }
  .pubnGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 1rem;
  }
  .pubnGrid .pubnGrid__figure {
    margin: initial !important;
  }
  .pubnGrid .pubnGrid__hero {
    grid-column: 1/-1;
  }
  .pubnGrid .post__mediaWrapper .post__type {
    display: none;
  }
  .pubnRelated__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    grid-gap: 1rem;
    list-style-type: none;
    padding: initial;
    margin: initial;
  }
  .pubnRelated__container .pubnRelated__heading {
    margin-block: 4pt;
  }
  .pubnRelated__container .pubnRelated__heading .pubnRelated__issuedesc {
    text-transform: uppercase;
    font-size: 10pt;
  }
  .pubnRelated__container li {
    list-style-type: none;
  }
  .post.d-lg-none {
    display: none;
  }
  .post .post__title {
    margin-block: 4pt;
    font-size: 12pt;
  }
  .post .post__published, .post .post__issueDate {
    font-size: 10pt;
  }
  .servFind__sfbar {
    display: none;
  }
  img.route__image {
    max-width: 50px !important;
  }
  #googlemaps {
    height: 300px;
    width: 100%;
    z-index: 0;
  }
  .accordion-body {
    display: block;
  }
  .tab-container,
  .tab-content-container {
    margin: 0;
    padding: 0;
    border: none;
  }
  .template-people-single__profile .mod-hero-person__ul,
  .template-people-single__profile .modHero__ulPerson {
    display: none;
  }
  .template-people-single__profile .template__aside .mod-contact-card {
    display: none;
  }
  .mod-image__figcaption {
    line-height: 1.47;
  }
  .mod-image__figcaption > span {
    display: block;
  }
  .collapse {
    display: block;
  }
  .app-navbar,
  .off-canvas-lightbox,
  .offcanvas-sidebar,
  #menu-position-wrapper {
    display: none;
    visibility: hidden;
  }
  .homepage .hide-extras [role=complementary],
  .innerpage .hide-extras [role=complementary] {
    margin-inline-start: 0;
  }
  .tab-content-container .tab-content,
  .surname-content,
  .department-content {
    display: block;
  }
  .department-content {
    page-break-before: always;
  }
  .innerpage .panel.header {
    display: block;
  }
  article.main {
    padding: 0;
  }
  .section-header {
    padding: 0;
  }
  .text-hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .text-hide.modHero__logo {
    margin-block: 1pt;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: auto;
    display: inline-block;
    border: 0.5rem solid transparent;
    filter: contrast(0.5);
    width: calc(100% - 1rem);
  }
  .entry iframe,
  ins {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0pt;
    min-width: fit-content;
  }
  .embed-youtube {
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  .video-embedded iframe,
  .media iframe {
    display: none;
  }
  .video-embedded::after,
  .media iframe::after {
    content: "Video content";
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
