p {
  font-family: var(--font-family-original-garamond);
  font-weight: var(--font-weight-roman);
  font-size: 18px;
}
.padded-col {
  padding: 7%;
}
@media (max-width: 480px) {
  .padded-col {
    padding: 20px;
  }
}
#magazine-index-page .gallery-block {
  min-height: 600px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #magazine-index-page .gallery-block {
    height: 620px;
  }
}
#magazine-index-page .hero-image {
  height: 550px;
}
@media (max-width: 399px) {
  #magazine-index-page .hero-image {
    height: 620px;
  }
}
@media (min-width: 800px) {
  #magazine-index-page .hero-image {
    height: 580px;
  }
}
@media (min-width: 991px) {
  #magazine-index-page .hero-image {
    height: 700px;
  }
}
#magazine-index-page .bottom-image img {
  box-shadow: 0px 0px 8px rgb(40 40 0.8%);
  height: auto;
}
#magazine-index-page .block-intro_text .rich-text {
  padding: 20px 0;
  text-align: center;
}
#magazine-index-page .block-intro_text .rich-text p {
  font-family: var(--font-family-itc-garamond);
  font-weight: var(--font-weight-book);
  font-size: 24px;
}
#magazine-index-page .full-story-link {
  text-decoration: underline;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-weight: var(--font-weight-roman);
}
#magazine-index-page .masonry-wrap .gallery-block a {
  display: block;
}
#magazine-index-page .masonry-wrap .gallery-block a img {
  display: block;
  max-width: 100%;
  height: auto;
}
#magazine-index-page .block-stories {
  clear: both;
}
#magazine-index-page .title-section h1 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-size: 80px;
  font-weight: var(--font-weight-medium);
}
#magazine-index-page p {
  line-height: 29px;
  margin-bottom: 1.2rem;
}
#magazine-index-page .story-heading-wrap h3 {
  line-height: 31px;
}
.header {
  background-color: #000;
  color: #fff;
}
.header p {
  font-family: var(--font-family-original-garamond);
  font-weight: var(--font-weight-roman);
  font-size: 24px;
}
.header .header-hero-image {
  max-height: calc(100vh - var(--main-offsetTop) - var(--header-contentPeek));
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.header .header-hero-image ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.header .header-hero-image img {
  max-height: 100%;
}
.header .header-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px;
}
.header .header-content h1::after {
  width: 288px;
}
.header .header-content h1::after {
  content: "";
  transform: translate(0, 100%);
  display: block;
  margin: 18px auto;
  width: 144px;
  height: 2px;
  background-color: rgba(179, 179, 179, 0.7);
}
.body-content .block-subheading {
  margin: 25px 0;
}
.body-content h2 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-weight: var(--font-weight-light);
  line-height: 1.2em;
  margin-bottom: 30px;
}
.body-content h5 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-weight: var(--font-weight-light);
  line-height: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
.body-content h4 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-weight: var(--font-weight-roman);
  line-height: 1.2em;
  margin-bottom: 30px;
  font-size: 40px;
}
.body-content p {
  padding-bottom: 1.4rem;
}
.body-content .colour-bg-story-block {
  position: relative;
}
.body-content .colour-bg-story-block picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  vertical-align: top;
  object-fit: cover;
  will-change: opacity;
}
.body-content .colour-bg-story-block .bg-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-content .colour-bg-story-block .rich-text {
  background-color: rgba(0, 0, 0, 0.6);
  color: #f9f9f9;
  padding: 30px;
  margin-bottom: 3rem;
  margin-top: 25vh;
}
.body-content .colour-bg-story-block .rich-text:empty {
  background-color: transparent;
}
.body-content .colour-bg-story-block .rich-text h4 {
  border-bottom: 1px solid #fdb913;
  padding-bottom: 2rem;
  font-size: 27px;
}
.body-content .colour-bg-story-block .rich-text ol {
  padding-left: 0;
}
.body-content .colour-bg-story-block .rich-text b {
  font-weight: bold!important;
}
.body-content .rich-text h4 {
  text-align: center;
  font-size: 27px;
}
@media (min-width: 690px) and (max-width: 1000px) {
  .two-image-background {
    background-size: 50%, 50%!important;
    background-position: top left, bottom right!important;
    background-attachment: scroll!important;
  }
}
@media (max-width: 460px) {
  .two-image-background {
    background-size: 75%, 75%!important;
    background-position: top center, bottom center!important;
    background-attachment: scroll!important;
  }
}
@media (min-width: 461px) and (max-width: 550px) {
  .two-image-background {
    background-size: 65%, 65%!important;
    background-position: top center, bottom center!important;
    background-attachment: scroll!important;
  }
}
@media (min-width: 551px) and (max-width: 630px) {
  .two-image-background {
    background-size: 55%, 55%!important;
    background-position: top center, bottom center!important;
    background-attachment: scroll!important;
  }
}
@media (min-width: 631px) and (max-width: 689px) {
  .two-image-background {
    background-size: 50%, 50%!important;
    background-position: top center, bottom center!important;
    background-attachment: scroll!important;
  }
}
.block-story_block_white {
  background-color: #fff;
}
.block-story_block {
  min-height: 100vh;
  background-color: #000;
  padding: 50px 0;
}
.responsive-video-block {
  text-align: center;
  margin: 30px 30px;
}
.story-heading-wrap {
  min-height: 60px;
}
.rich-text img.richtext-image {
  height: auto !important;
}
.rich-text ul {
  padding-left: 15px;
}
.rich-text ul li {
  padding: 0 0 10px 0;
  border-bottom: none;
  list-style-type: disc;
  font-family: var(--font-family-original-garamond);
  font-weight: var(--font-weight-roman);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 0 !important;
  color: inherit;
}
.rich-text ul li::before {
  content: "";
}
.story-block-white .col-md-6 .rich-text img.richtext-image {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story-block-white .col-md-6 .rich-text b {
  font-weight: bold!important;
}
.has-background .rich-text a {
  color: #fff;
}
body.sticky-nav {
  margin-top: 80px;
}
.body-content > div > .block-story_block:first-child {
  padding-top: 0;
}
.floating-menu {
  padding: 15px;
  width: 290px;
  z-index: 100;
  position: fixed;
  background-color: #231F20;
  border-radius: 5px;
  top: 130px;
  right: 30px;
  list-style: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.floating-menu li {
  padding: 7px 0;
}
.floating-menu li a {
  color: #ccc;
}
.floating-menu li a:hover {
  color: #ccc;
}
@media (max-width: 1350px) {
  .floating-menu {
    font-size: 14px;
    width: 188px;
    top: 200px;
  }
}
@media (max-width: 1000px) {
  .floating-menu {
    display: none;
  }
}
