/* Id: 7.4488202.1533296384
 * Generated: 15-Aug-2021 12:40:42
 */
    .pp-hero, .pp-section--fwh, .pp-section--intro {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
.ipad.portrait .pp-hero, .ipad.portrait .pp-section--fwh, .ipad.portrait .pp-section--intro {
  margin-left: calc(-50% + 48%);
}

.pp-hero h1,
.pp-hero h4, .pp-section--fwh h1, .pp-section--intro blockquote {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .pp-hero h1,
  .pp-hero h4, .pp-section--fwh h1, .pp-section--intro blockquote {
    max-width: 300px;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .pp-hero h1,
  .pp-hero h4, .pp-section--fwh h1, .pp-section--intro blockquote {
    max-width: 350px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pp-hero h1,
  .pp-hero h4, .pp-section--fwh h1, .pp-section--intro blockquote {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .pp-hero h1,
  .pp-hero h4, .pp-section--fwh h1, .pp-section--intro blockquote {
    max-width: 700px;
  }
}

.pp-section--fwh {
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .pp-section--fwh {
    font-size: 0.6rem;
  }
}

* {
  box-sizing: border-box;
}

body,
header,
#torso {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
  overflow: visible;
}

#torso {
  margin-top: 50px;
}
#torso > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 15px;
}
#torso .bt-container {
  padding: 0 !important;
}

.min__header {
  min-height: 50px;
  position: fixed;
  width: 100%;
  background-color: #22262d;
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.min__header--logo {
  display: inline-block;
}
.min__header--logo a {
  display: block;
  background: url("https://www.irishtimes.com/assets/images/logo/masthead-small-white.svg");
  width: 306px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 479px) {
  .min__header--logo a {
    height: 20px;
  }
}
.min__header--right {
  float: right;
  display: flex;
  justify-content: flex-end;
}
.min__header--title {
  margin-right: 20px;
}
@media (max-width: 479px) {
  .min__header--title {
    display: none;
  }
}

.menu-check {
  width: 45px !important;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.min__header--launch,
.min__header--launch:after,
.min__header--launch:before {
  background: #fff;
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  border-radius: 50%;
  display: block;
}

.min__header--launch {
  cursor: pointer;
  float: right;
  margin: 0.7em 0 0;
}
@media (max-width: 479px) {
  .min__header--launch {
    position: absolute;
    top: 14px;
    right: 18px;
  }
}
.min__header--launch:before {
  content: "";
  position: relative;
  top: -9px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.min__header--launch:after {
  content: "";
  position: relative;
  bottom: -4px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.menu-check:checked ~ .min__header--launch:before {
  transform: rotate(-405deg) translateY(8px) translateX(-17px);
  -webkit-transform: rotate(-405deg) translateY(8px) translateX(-17px);
  -webkit-transform-origin: 10% 80%;
          transform-origin: 10% 80%;
  width: 28px;
  height: 4px;
  border-radius: 20% / 4px;
}
.menu-check:checked ~ .min__header--launch:after {
  transform: rotate(405deg) translateY(-10px) translateX(-14px);
  -webkit-transform: rotate(405deg) translateY(-10px) translateX(-14px);
  -webkit-transform-origin: -10% -80%;
          transform-origin: -10% -80%;
  width: 28px;
  height: 4px;
  border-radius: 20% / 4px;
}

.min__header--menu {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 15px;
  z-index: 99;
  pointer-events: none;
  top: 50px;
  right: 0;
  left: 0;
  height: calc(100vh - 50px);
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background: #869cb4;
  font-size: 150%;
}
.min__header--menu li,
.min__header--menu a {
  color: white;
  font-weight: 700;
  line-height: 1.5em;
}
.min__header--menu li {
  counter-increment: dropdown-item;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #7d94ae;
}
.min__header--menu li:last-child {
  border-bottom: none;
}
.min__header--menu li:before {
  content: counter(dropdown-item) ".";
  margin-right: 10px;
}
.min__header--menu a {
  padding-left: 10px;
}

.menu-check:checked ~ .min__header--menu {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  pointer-events: auto;
}

.pp-hero {
  background: #869cb4;
  margin-top: -16px;
  margin-bottom: 2em;
  padding: 2em 0;
}
.pp-hero h1,
.pp-hero h4 {
  color: white;
}
.pp-hero h1 {
  font-size: 300%;
  font-weight: 700;
}

.pp-section {
  margin-top: 0;
}
.pp-section:not(.intro) {
  counter-increment: dropdown-item;
}
.pp-section .section-expand {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
}
.pp-section .section-expand ul {
  list-style-type: initial;
  padding-left: 20px;
}
.pp-section--fwh {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 3;
}
.pp-section--fwh.l1 {
  background-color: #869cb4;
}
.pp-section--fwh h1 {
  display: flex;
  font-size: 200%;
  color: white;
  font-weight: 300;
  padding: 3% 0 3%;
}
.pp-section--fwh h1:before {
  content: counter(dropdown-item) ".";
  margin-right: 10px;
  font-weight: 800;
}
.pp-section p {
  padding: 0 0 1em;
}
.pp-section a {
  color: #f89406;
  -webkit-text-decoration: #f89406 solid underline;
  text-decoration: #f89406 solid underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
.pp-section.intro h1 {
  display: flex;
  padding: 10px 0;
}
.pp-section.intro h1:before {
  content: "";
  width: 5px;
  height: auto;
  background: #869cb4;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.pp-section--intro {
  background-color: #efefef;
  padding: 2em 0;
  margin-bottom: 2em;
}
.pp-section--intro blockquote {
  color: #000;
  font-size: 150%;
  line-height: 130%;
  font-weight: 600;
}
.pp-section--content {
  margin: 2em 0 0 0;
}
.pp-section--content > .pp-section--intro {
  margin-top: -2em;
}
.pp-section--content h2 {
  font-size: 180%;
  display: flex;
  padding: 15px 0;
}
.pp-section--content h2:before {
  content: "";
  width: 5px;
  height: auto;
  background: #869cb4;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.pp-section--content label.read-more {
  margin: 5px 0;
}
.pp-section--content input[type="checkbox"] {
  cursor: pointer;
  width: 100%;
  display: none;
  opacity: 0;
}
.pp-section--content input[type="checkbox"]:checked ~ .section-expand {
  max-height: 1000em;
  transition: max-height 0.35s;
}
.pp-section--content input[type="checkbox"]:checked ~ .read-more i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}
.pp-section--content input[type="checkbox"]:checked ~ .read-more i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}
.pp-section--content i {
  position: relative;
}
.pp-section--content i:before, .pp-section--content i:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  background-color: #869cb4;
  width: 3px;
  height: 9px;
  transition: all 0.25s ease-in-out;
}
.pp-section--content i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}
.pp-section--content i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}

.section-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-list ul li {
  padding: 0;
  margin: 0;
}
.section-list ul li .read-more {
  margin: 5px 0;
}
.section-list ul li p {
  padding: 0;
  margin: 10px 0 14px;
}
.section-list ul li:last-of-type {
  padding-bottom: 0;
}

div:not(.section-list) ul {
  margin-top: 0;
  line-height: 2em;
}

div[class*="anchor"]:target {
  margin-top: 50px;
}


      