@charset "UTF-8";
.epo-legal p.Heading2, .epo-legal p.bold, .epo-legal h1.h2, .epo-legal #idTitleContent p.hierarchy1, .epo-legal #idTitleContent p.hierarchy2, .epo-legal #idTitleContent p.hierarchy3, .epo-legal #idTitleContent p.hierarchy4, .epo-legal #idTitleContent p.hierarchy5, .guide-up div.epolegal-content p.TOC1, .guide-up div.epolegal-content #idTOCAccordion p.TOC1A, .guide-up div.epolegal-content #idTOCAccordion button.TOC1A, .guide-up div.epolegal-content #idTOCAccordion a.TOC1A, .guide-up div.epolegal-content #idTOCAccordion p.TOC2, .guide-up div.epolegal-content #idTOCAccordion p.TOC2 a, .guide-up div.epolegal-content #idTOCAccordion button.TOC2, .guide-up div.epolegal-content #idTOCAccordion a.TOC2, .guide-up div.epolegal-content #idTOCAccordion p.TOC1, .guide-up div.epolegal-content #idTOCAccordion p.TOC1 a, .guide-up div.epolegal-content #idTOCAccordion button.TOC1, .guide-up div.epolegal-content #idTOCAccordion a.TOC1 {
  font-weight: 600;
}

.guide-up {
  /* 2021-11-10 no h2, but h1.h2
  h2 {
      display: grid;
      grid-template-columns : $INDENT 1fr;
      span:first-child { grid-column:1}
      span:last-child { grid-column:2}
      span.title:first-child { grid-column:1/span 2}
  }
  */
}
.guide-up h1.h2.prefixed span:first-child::after {
  content: " ";
}

.guide-up div.epolegal-content {
  width: calc(100% + 16px);
  padding-right: 15px;
  /* PAGE STRUCTURE */
  /* general placeholder in the right */
  /* Main page's structure: no margin note */
  /*
  #GA_INDEX
  {
      margin-right:-$MARGINWIDTH; // beyond margin 
  }
  */
  /* TYPOGRAPHY */
  /* SPACING AND LAYOUT */
  /* p {padding-right:1em;margin-right:274px} */
  /* Annex formats */
  /* Margin notes */
  /*****************************
    TOC
  ******************************/
  /* Unique settings */
  /* 2021-11-10 @TA external links */
  /* 2021-11-11 @TA TOC white */
}
@media only screen and (max-width: 992px) {
  .guide-up div.epolegal-content {
    width: calc(100% + 16px);
  }
}
@media only screen and (max-width: 768px) {
  .guide-up div.epolegal-content {
    width: 100%;
  }
}
.guide-up div.epolegal-content div.DOC4NET_Frame p, .guide-up div.epolegal-content div.DOC4NET_Frame div {
  padding-right: 0;
}
.guide-up div.epolegal-content p.BookTitle, .guide-up div.epolegal-content p.Title {
  font-weight: bold;
  font-size: large;
}
.guide-up div.epolegal-content p.BookSubtitle, .guide-up div.epolegal-content p.SubTitle, .guide-up div.epolegal-content p.Subtitle {
  font-weight: bold;
}
.guide-up div.epolegal-content p.GASample, .guide-up div.epolegal-content p.GASampleN1 {
  font-family: Courier New, Courier, monospace;
}
.guide-up div.epolegal-content p.GAHeading3-Ax, .guide-up div.epolegal-content p.GAHeading3-Ax-1 {
  font-weight: bold;
}
.guide-up div.epolegal-content p.GAHeading4-A {
  font-style: italic;
  font-weight: bold;
}
.guide-up div.epolegal-content p.GAHeading3A {
  font-weight: bold;
}
.guide-up div.epolegal-content p.TOCTitle {
  font-weight: bold;
  visibility: hidden;
  display: none;
}
.guide-up div.epolegal-content p.BookTitle {
  padding-bottom: 0;
  margin-bottom: 0;
}
.guide-up div.epolegal-content p.BookSubtitle {
  padding-top: 0;
  margin-top: 0;
}
.guide-up div.epolegal-content p.TOCTitle {
  padding-top: 1em;
}
.guide-up div.epolegal-content p.SubTitle + p.Normal {
  padding-bottom: 0;
}
.guide-up div.epolegal-content h2, .guide-up div.epolegal-content h4.prefixed {
  display: grid;
  grid-template-columns: 44px 1fr;
}
.guide-up div.epolegal-content h2 span:first-child, .guide-up div.epolegal-content h4.prefixed span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content h2 span:last-child, .guide-up div.epolegal-content h4.prefixed span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.B {
  display: grid;
  grid-template-columns: 8em 1fr;
}
.guide-up div.epolegal-content p.B span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content p.B span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.ListBullet1, .guide-up div.epolegal-content p.ListBullet1_2, .guide-up div.epolegal-content p.H1, .guide-up div.epolegal-content p.B1, .guide-up div.epolegal-content p.HLetter {
  display: grid;
  grid-template-columns: 44px 44px 1fr;
}
.guide-up div.epolegal-content p.ListBullet1 span:first-child, .guide-up div.epolegal-content p.ListBullet1_2 span:first-child, .guide-up div.epolegal-content p.H1 span:first-child, .guide-up div.epolegal-content p.B1 span:first-child, .guide-up div.epolegal-content p.HLetter span:first-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.ListBullet1 span:last-child, .guide-up div.epolegal-content p.ListBullet1_2 span:last-child, .guide-up div.epolegal-content p.H1 span:last-child, .guide-up div.epolegal-content p.B1 span:last-child, .guide-up div.epolegal-content p.HLetter span:last-child {
  grid-column: 3;
}
.guide-up div.epolegal-content p.H, .guide-up div.epolegal-content p.HChar, .guide-up div.epolegal-content p.B, .guide-up div.epolegal-content p.HM, .guide-up div.epolegal-content p.HDel {
  display: grid;
  grid-template-columns: 44px 1fr;
}
.guide-up div.epolegal-content p.H span:first-child, .guide-up div.epolegal-content p.HChar span:first-child, .guide-up div.epolegal-content p.B span:first-child, .guide-up div.epolegal-content p.HM span:first-child, .guide-up div.epolegal-content p.HDel span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content p.H span:last-child, .guide-up div.epolegal-content p.HChar span:last-child, .guide-up div.epolegal-content p.B span:last-child, .guide-up div.epolegal-content p.HM span:last-child, .guide-up div.epolegal-content p.HDel span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.H > span:first-child, .guide-up div.epolegal-content p.HChar > span:first-child, .guide-up div.epolegal-content p.HDel > span:first-child {
  color: #4473AC;
  font-weight: normal;
}
.guide-up div.epolegal-content p.H > span:first-child b, .guide-up div.epolegal-content p.HChar > span:first-child b, .guide-up div.epolegal-content p.HDel > span:first-child b {
  font-weight: normal;
}
.guide-up div.epolegal-content p.BlockTextA {
  display: grid;
  grid-template-columns: 12em 1fr;
}
.guide-up div.epolegal-content p.BlockTextA span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content p.BlockTextA span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.FootnoteText {
  display: grid;
  grid-template-columns: 44px 1fr;
}
.guide-up div.epolegal-content p.FootnoteText span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content p.FootnoteText span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.H2, .guide-up div.epolegal-content p.B2 {
  display: grid;
  grid-template-columns: 8em 44px 1fr;
}
.guide-up div.epolegal-content p.H2 span:first-child, .guide-up div.epolegal-content p.B2 span:first-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.H2 span:last-child, .guide-up div.epolegal-content p.B2 span:last-child {
  grid-column: 3;
}
.guide-up div.epolegal-content p.N2 {
  padding-left: 8em;
}
.guide-up div.epolegal-content p.N1 {
  padding-left: 44px;
  padding-bottom: 1em;
}
.guide-up div.epolegal-content p.PubInfo {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
.guide-up div.epolegal-content P.TOC0 {
  font-weight: bold;
}
.guide-up div.epolegal-content p.T0, .guide-up div.epolegal-content p.T {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.guide-up div.epolegal-content p.ImageHang {
  padding: 0;
  margin: 0;
  text-align: center;
}
.guide-up div.epolegal-content p.Image {
  padding-left: 44px;
}
.guide-up div.epolegal-content p.Footer {
  font-size: 90%;
}
.guide-up div.epolegal-content p.GASampleN1 {
  padding-left: 2em;
}
.guide-up div.epolegal-content p.Image {
  text-align: center;
}
.guide-up div.epolegal-content p.GAHeading3A {
  padding-top: 1em;
}
.guide-up div.epolegal-content p.GAHeading3-Ax {
  display: grid;
  grid-template-columns: 44px 1fr;
}
.guide-up div.epolegal-content p.GAHeading3-Ax span:first-child {
  grid-column: 1;
}
.guide-up div.epolegal-content p.GAHeading3-Ax span:last-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.GAHeading4-A {
  display: grid;
  grid-template-columns: 44px 44px 1fr;
}
.guide-up div.epolegal-content p.GAHeading4-A span:first-child {
  grid-column: 2;
}
.guide-up div.epolegal-content p.GAHeading4-A span:last-child {
  grid-column: 3;
}
.guide-up div.epolegal-content p.GAHeadingInner {
  font-weight: bold;
  padding-left: 44px;
}
.guide-up div.epolegal-content img {
  padding: 0.25em;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame {
  width: calc(150% + 20px);
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Inner {
  display: grid;
  grid-template-columns: 1fr 1em 33%;
  grid-template-rows: min-content;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Text {
  grid-column: 1;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Text p {
  margin-right: 0;
  padding-right: 0;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Margin {
  grid-column: 3;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Margin p {
  margin-right: 0;
  padding-right: 0;
}
.guide-up div.epolegal-content div.DOC4NET2_Frame_Margin p:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.guide-up div.epolegal-content #idTOCAccordion {
  /* TOC Typography */
  /* TOC spacing */
  /*
  p.TOC1 { font-weight:bold;padding:0;margin:0 }
  p.TOC1A { font-weight:bold;padding:0;margin:0 }
  p.TOC2 { font-weight:bold;padding:0;margin:0 }
  p.TOC3 {padding-top:0;margin-top:0;padding-bottom:0;margin-bottom:0;padding-left:$SMALLINDENT}
  p.TOC4 {padding-top:0;margin-top:0;padding-bottom:0;margin-bottom:0;padding-left:calc(2 * 44px)}
  */
  /* TOC Structure */
  /* TOC borders */
  /* TOC colours */
  /* tentative */
  /* tentative */
  /* tentative */
}
.guide-up div.epolegal-content #idTOCAccordion a.btn {
  text-align: left;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC1A, .guide-up div.epolegal-content #idTOCAccordion button.TOC1A, .guide-up div.epolegal-content #idTOCAccordion a.TOC1A {
  text-align: left;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas: "prefix title";
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC1A span:first-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC1A span:first-child, .guide-up div.epolegal-content #idTOCAccordion a.TOC1A span:first-child {
  grid-area: prefix;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC1A span:last-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC1A span:last-child, .guide-up div.epolegal-content #idTOCAccordion a.TOC1A span:last-child {
  grid-area: title;
}
.guide-up div.epolegal-content #idTOCAccordion button.TOC1, .guide-up div.epolegal-content #idTOCAccordion a.TOC1 {
  font-size: 20px;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC2 a,
.guide-up div.epolegal-content #idTOCAccordion button.TOC2 a,
.guide-up div.epolegal-content #idTOCAccordion h5.TOC2 a {
  text-align: left;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas: "prefix title";
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC2 a span:first-child,
.guide-up div.epolegal-content #idTOCAccordion button.TOC2 a span:first-child,
.guide-up div.epolegal-content #idTOCAccordion h5.TOC2 a span:first-child {
  grid-area: prefix;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC2 a span:last-child,
.guide-up div.epolegal-content #idTOCAccordion button.TOC2 a span:last-child,
.guide-up div.epolegal-content #idTOCAccordion h5.TOC2 a span:last-child {
  grid-area: title;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC3, .guide-up div.epolegal-content #idTOCAccordion p.TOC4,
.guide-up div.epolegal-content #idTOCAccordion button.TOC3, .guide-up div.epolegal-content #idTOCAccordion button.TOC4,
.guide-up div.epolegal-content #idTOCAccordion a.TOC3, .guide-up div.epolegal-content #idTOCAccordion a.TOC4 {
  text-align: left;
}
.guide-up div.epolegal-content #idTOCAccordion .card-header-white h5 button.btn-white.TOC3, .guide-up div.epolegal-content #idTOCAccordion h5.TOC3 {
  padding-left: 44px;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC6 a, .guide-up div.epolegal-content #idTOCAccordion button.TOC6 {
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-template-areas: "prefix title";
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC6 a span:first-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC6 span:first-child {
  grid-area: prefix;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC6 a span:last-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC6 span:last-child {
  grid-area: title;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC4 a, .guide-up div.epolegal-content #idTOCAccordion button.TOC4, .guide-up div.epolegal-content #idTOCAccordion a.TOC4 {
  display: grid;
  grid-template-columns: 8em 1fr;
  grid-template-areas: "prefix title";
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC4 a span:first-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC4 span:first-child, .guide-up div.epolegal-content #idTOCAccordion a.TOC4 span:first-child {
  grid-area: prefix;
}
.guide-up div.epolegal-content #idTOCAccordion p.TOC4 a span:last-child, .guide-up div.epolegal-content #idTOCAccordion button.TOC4 span:last-child, .guide-up div.epolegal-content #idTOCAccordion a.TOC4 span:last-child {
  grid-area: title;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry {
  margin-top: 10px;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry div.DOC4NET_TOCEntry {
  margin-top: 0px;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCSub {
  border: solid 1px gray; /* tentative */
  border-radius: 0 0 4px 4px;
  padding-bottom: 0.5em;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry p {
  border-radius: 4px 4px 0 0;
  padding-left: 16px;
  padding-right: 64px;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry p.TOC3 {
  padding-left: 7em;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry > p.TOC1 {
  background-color: #d5dae0;
  margin-right: 0px;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry > p.TOC2 {
  background-color: #c0c7c9;
  margin-right: 0px;
  position: relative;
}
.guide-up div.epolegal-content #idTOCAccordion div.DOC4NET_TOCEntry > p.TOC3 {
  background-color: #afb3b8;
  margin-right: 0px;
}
.guide-up div.epolegal-content p.TOC1 {
  font-size: 20px;
}
.guide-up div.epolegal-content div#GA_INDEX p.BookSubtitle + p.Normal {
  padding-bottom: 0;
}
.guide-up div.epolegal-content b.nonbold {
  font-weight: normal;
}
.guide-up div.epolegal-content table {
  display: table;
  width: 100%;
}
.guide-up div.epolegal-content th p, .guide-up div.epolegal-content td p {
  margin: 0;
  padding: 0;
}
.guide-up div.epolegal-content div.table {
  padding-left: 44px;
}
.guide-up div.epolegal-content a.local {
  scroll-margin-top: 100px;
}
.guide-up div.epolegal-content a.icon-link_external::before {
  margin-right: 5px;
}
.guide-up div.epolegal-content .DOC4NET2_Frame_Text a.icon-link_external::before, .guide-up div.epolegal-content > :not(.DOC4NET2_Frame) a.icon-link_external::before {
  content: "";
  margin-right: 0;
}
.guide-up div.epolegal-content #idTOCAccordion dd + div.card-header-white {
  margin-top: 12px;
}
.guide-up div.epolegal-content #idTOCAccordion div.card-header-white {
  border-bottom: 1px solid rgba(64, 73, 85, 0.2);
}
.guide-up div.epolegal-content #idTOCAccordion div.card-header-white + div.card-header-white {
  border-top: none;
}

.epo-legal #idTitleContent p.hierarchy1 {
  font-size: 25px;
  line-height: 32.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 24px;
}
.epo-legal #idTitleContent p.hierarchy2 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy3 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy4 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy5 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.epo-legal #idTitleContent p.hierarchy1, .epo-legal #idTitleContent p.hierarchy2, .epo-legal #idTitleContent p.hierarchy3, .epo-legal #idTitleContent p.hierarchy4, .epo-legal #idTitleContent p.hierarchy5 {
  border-top: solid 1px rgba(64, 73, 85, 0.3);
  margin-bottom: 0;
}
.epo-legal #idTitleContent h4 {
  color: #4473AC;
  border-top: solid 1px rgba(64, 73, 85, 0.3);
  padding-top: 24px;
}

.epo-legal h1 a.icon-link_external::before {
  content: "";
  margin-right: 0;
}

div.epolegal-content {
  /*
      a.FootnoteRef, span.FootnoteMarker {
          background-color: $cool-gray-29 !important;
          color: white !important;
      }
      */
}
div.epolegal-content div.DOC4NET2_Frame {
  width: unset !important;
  display: contents;
}
div.epolegal-content div.DOC4NET2_Frame_Inner {
  display: contents !important;
}
div.epolegal-content div.DOC4NET2_Frame_Text {
  grid-column: 1;
}
div.epolegal-content div.DOC4NET2_Frame_Margin {
  grid-column: 3;
}
div.epolegal-content div.DOC4NET2_Frame_Text p {
  margin-right: 0;
  padding-right: 0;
}
div.epolegal-content div.DOC4NET2_Frame_Margin p {
  margin-right: 0;
  padding-right: 0;
}
div.epolegal-content div.DOC4NET2_Frame_Margin p:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
div.epolegal-content div.DOC4NET_Frame p, div.epolegal-content div.DOC4NET_Frame div {
  padding-right: 0;
}
div.epolegal-content #idTOCAccordion dd.styled {
  padding: 0 24px !important;
}
div.epolegal-content #idTOCAccordion dt {
  margin-top: 16px !important;
}
div.epolegal-content #idTOCAccordion dt p {
  padding-right: 0.5rem;
}
div.epolegal-content #idTOCAccordion dt p.TOC1 {
  font-size: 20px;
}
div.epolegal-content #idTOCAccordion div.card-header-white {
  padding-left: 16px;
}
div.epolegal-content #idTOCAccordion div.card-header-nolink:not(:first-child) {
  margin-top: 8px;
}
div.epolegal-content #idTOCAccordion button.chapter {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
div.epolegal-content #idTOCAccordion div.card-header-nolink {
  padding-left: 0 !important;
}
div.epolegal-content table.index th, div.epolegal-content table.index td {
  padding: 16px 17px !important;
  vertical-align: top !important;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  div.epolegal-content div.DOC4NET2_Frame {
    /*outline: 1px solid orange;*/
    display: grid;
    width: unset !important;
    padding-right: 0 !important;
    /* 48px padding of main, main, 20px padding of right, right */
    /* main:right = 2:1 */
    margin-right: calc((-100% - 48px) / 2);
    grid-template-columns: calc((100% - 25px) / 3 * 2) 20px 1fr; /* Calculate back the main from the 150% size (first column) */
  }
  body.case-law div.epolegal-content, div.case-law div.epolegal-content {
    /* outline: 1px solid orange;*/
    display: grid;
    width: unset !important;
    padding-right: 0 !important;
    /* 48px padding of main, main, 20px padding of right, right */
    /* main:right = 2:1 */
    /* grid-template-columns: calc(calc(100% - 25px) / 3 * 2) 20px 1fr; Calculate back the main from the 150% size (first column) */
    grid-template-columns: 100%;
  }
  body.case-law div.epolegal-content > *, div.case-law div.epolegal-content > * {
    grid-column: 1;
  }
}
body.epo-legal div#GLI_INDEX, body.epo-legal div#GLA, body.epo-legal div#GLB, body.epo-legal div#GLC, body.epo-legal div#GLD, body.epo-legal div#GLE, body.epo-legal div#GLF, body.epo-legal div#GLG, body.epo-legal div#GLH, body.epo-legal div#GLI, body.epo-legal div#GLJ, body.epo-legal div#GLM {
  margin-right: 0;
  grid-template-columns: auto;
}
body.epo-legal hr.separation-prev-next-buttons {
  margin-top: 0;
}

/* This is for avoid overlapping problems: the right column content and the overlaying main colum content both will be clickable */
/*
div.layoutcomponent-column {
    pointer-events: none;

    > * {
        pointer-events: all;   
    }
}
*/
@media only screen and (max-width: 992px) {
  div.epolegal-content {
    width: unset !important;
    padding-right: unset !important;
    /*        display: grid;
            margin-right: 0;
            grid-template-rows: min-content;
            grid-template-columns: 100%;
    */
    /*outline: 1px solid green;*/
    /*
        hr.DOC4NET2-noteseparator {
            box-shadow: 0 -1px $cool-gray-29; // The grid removes the top-border, so this is a simple solution
            width: 100%;
        }
    */
  }
  div.epolegal-content div.largetable {
    overflow: auto;
  }
  div.epolegal-content div.DOC4NET2_Frame_Margin {
    display: none;
  }
  div.epolegal-content table th {
    vertical-align: top;
  }
  div.epolegal-content > * {
    grid-column: 1;
  }
}
@media only screen and (max-width: 576px) {
  div.epolegal-content {
    /*        margin-right: 0;
        grid-template-columns: 100%;
    */
    /* outline: 1px solid red; */
    /* Vertical HTML and PDF button arrangement in minimized mode */
    /*
            table.index {
                td:nth-child(2) {
                    display: flex;
                    flex-direction: column-reverse;
                    width: 128px;
                }

                .minimal-button {
                    margin: 0;
                }

                h5 {
                    margin-bottom: 0;
                }
            }
            */
  }
  div.epolegal-content div.largetable {
    overflow: auto;
    hyphens: auto;
  }
  div.epolegal-content p:not(.GAHeading4-A, .GAHeading3-Ax, .H1, .H2, .HM, .FootnoteText, .DOC4NET2_FootnoteText, .keywords_disclaimer) {
    grid-template: "st" "sn";
    grid-template-columns: unset !important;
    padding-left: 0 !important;
  }
  div.epolegal-content > p:is(.GAHeading4-A, .GAHeading3-Ax) {
    grid-template-columns: auto 1fr !important;
  }
  div.epolegal-content p > span:first-of-type {
    grid-area: st;
    grid-column: unset !important;
  }
  div.epolegal-content p > span:last-of-type {
    grid-area: sn;
    grid-column: unset !important;
  }
  div.epolegal-content p:is(.ListBullet1, .H1, .H2, .HM, .H0, .FootnoteText, .DOC4NET2_FootnoteText, .OJ_FootnoteText) {
    display: block !important;
    width: 100% !important;
  }
  div.epolegal-content p:is(.ListBullet1, .H1, .H2, .HM, .H0, .FootnoteText, .DOC4NET2_FootnoteText, .OJ_FootnoteText) > span:first-of-type::after {
    content: " ";
  }
  div.epolegal-content div.table {
    padding-left: 0 !important;
  }
  div.epolegal-content td p, div.epolegal-content th p {
    overflow-wrap: anywhere;
  }
  div.epolegal-content #idTOCAccordion a.ckeditor-accordion-toggler {
    padding: 12px 14px;
  }
  div.epolegal-content #idTOCAccordion dt p.TOC1 {
    font-size: 18px;
  }
  div.epolegal-content #idTOCAccordion button.js-accordion-expand {
    padding: 4.8px 12px;
  }
  body.drupalemulator {
    /* 2022-02-15 TA @EPO Global setup MUST be good and not to be overridden
           h1, h2, h3, p.Title {
               font-size: 110% !important;
               color: #084FA6 !important;
           }
    */
  }
  body.drupalemulator a.icon-eye.pdf-checksum {
    display: none !important;
  }
  body.guide-up div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer), body.guidelines-epc div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer), body.guidelines-pct div.epolegal-content p:not(.H, .B, .B1, .N1, .N2, .keywords_disclaimer) {
    grid-template: "st" "sn";
    grid-template-columns: unset !important;
    padding-left: 0 !important;
  }
  body.guide-up div.epolegal-content p:is(.H, .B, .B1, .N1, .N2), body.guidelines-epc div.epolegal-content p:is(.H, .B, .B1, .N1, .N2), body.guidelines-pct div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) {
    display: block !important;
    width: 100% !important;
  }
  body.guide-up div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after, body.guidelines-epc div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after, body.guidelines-pct div.epolegal-content p:is(.H, .B, .B1, .N1, .N2) > span:first-of-type::after {
    content: " ";
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer), body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer), body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer), body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) {
    display: block !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type {
    display: inline !important;
    width: unset !important;
    min-width: unset !important;
    position: relative !important;
    text-indent: 0 !important;
    left: unset !important;
    margin-left: unset !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type.Del {
    display: none !important;
  }
  body.guidelines-pct div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc-1973 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc_2016 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after, body.epc_2020 div.epolegal-content p:not(.keywords_disclaimer) > span:first-of-type::after {
    content: " ";
  }
  body.epc-1973 div.epolegal-content table table *, body.epc_2016 div.epolegal-content table table *, body.epc_2020 div.epolegal-content table table * {
    display: inline !important;
  }
  body.official-journal div.epolegal-content p, body.epc-1973 div.epolegal-content p, body.epc_2016 div.epolegal-content p, body.epc_2020 div.epolegal-content p {
    display: block !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type, body.epc-1973 div.epolegal-content p > span:first-of-type, body.epc_2016 div.epolegal-content p > span:first-of-type, body.epc_2020 div.epolegal-content p > span:first-of-type {
    display: inline !important;
    width: unset !important;
    min-width: unset !important;
    position: relative !important;
    text-indent: 0 !important;
    left: unset !important;
    margin-left: unset !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type.Del, body.epc-1973 div.epolegal-content p > span:first-of-type.Del, body.epc_2016 div.epolegal-content p > span:first-of-type.Del, body.epc_2020 div.epolegal-content p > span:first-of-type.Del {
    display: none !important;
  }
  body.official-journal div.epolegal-content p > span:first-of-type::after, body.epc-1973 div.epolegal-content p > span:first-of-type::after, body.epc_2016 div.epolegal-content p > span:first-of-type::after, body.epc_2020 div.epolegal-content p > span:first-of-type::after {
    content: " ";
  }
  body.official-journal div.epolegal-content p span.FootnoteRef, body.epc-1973 div.epolegal-content p span.FootnoteRef, body.epc_2016 div.epolegal-content p span.FootnoteRef, body.epc_2020 div.epolegal-content p span.FootnoteRef {
    position: relative !important;
  }
}
.epo-legal {
  /* 2021-11-10 @TA external links */
}
.epo-legal p.Heading2 {
  font-size: 18px;
}
.epo-legal p.italic {
  font-style: italic;
}
.epo-legal span.strikethrough {
  text-decoration: line-through;
}
.epo-legal .FootnoteText .FootnoteText_p1 .FootnoteRef {
  top: -1px;
}
.epo-legal #idTOCAccordion .btn {
  white-space: normal;
}
.epo-legal #idTOCAccordion a.btn-white.TOC1, .epo-legal #idTOCAccordion a.btn-white.TOC1C {
  font-size: 20px;
}
.epo-legal a.icon-link_external::before, .epo-legal a.icon-link_internal::before {
  margin-right: 3px;
}
.epo-legal a.icon-link_internal::before {
  font-size: 18px;
  vertical-align: -1px;
}

/*# sourceMappingURL=guide-up.css.map */
