.container {
  width: 100%;
  max-width: calc(70.25rem + 1rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.container-lg {
  max-width: calc(76.125rem + 1rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
}

/* UTILITY MIXINS
//=================================================================
/* ---- invisible ---- */
/* ---- bg-image ---- */
/* normalize lists */
/* ---- get values function ---- */
/*---- range slider mixin ---- */
/* Variables
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

p {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  p {
    margin-bottom: 1.5rem;
  }
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) h1, body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) h3,
body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) .h3, body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) h2,
body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) .h2,
body:not(.single-lr-article):not(.single-bd-article):not(.single-podcast):not(.single-video) .h1 {
  font-style: italic;
}
h1 a, h3 a,
.h3 a, h2 a,
.h2 a,
.h1 a {
  text-decoration-color: var(--wp--preset--color--primary) !important;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.375rem;
  color: var(--wp--preset--color--black);
}
h1 a:active, h3 a:active,
.h3 a:active, h2 a:active,
.h2 a:active, h1 a:focus, h3 a:focus,
.h3 a:focus, h2 a:focus,
.h2 a:focus,
.h1 a:active,
.h1 a:focus {
  text-decoration: none;
}
h1 a:hover, h3 a:hover,
.h3 a:hover, h2 a:hover,
.h2 a:hover,
.h1 a:hover {
  text-decoration-line: underline;
}
@media (min-width: 48rem) {
  h1 a, h3 a,
  .h3 a, h2 a,
  .h2 a,
  .h1 a {
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.625rem;
  }
  h1 a:active, h3 a:active,
  .h3 a:active, h2 a:active,
  .h2 a:active, h1 a:focus, h3 a:focus,
  .h3 a:focus, h2 a:focus,
  .h2 a:focus,
  .h1 a:active,
  .h1 a:focus {
    color: var(--wp--preset--color--black);
    text-decoration: none;
  }
}

h2,
.h2 {
  width: 100%;
  font-family: var(--wp--preset--font-family--pt-serif);
  font-size: 2rem;
  padding-bottom: 1rem;
  font-style: normal !important;
}
@media (min-width: 48rem) {
  h2,
  .h2 {
    font-size: 2.25rem;
    padding-bottom: 1rem;
  }
}
h2 a,
.h2 a {
  text-underline-offset: 0.25rem;
  color: var(--wp--preset--color--black);
}
h2 a:active, h2 a:focus,
.h2 a:active,
.h2 a:focus {
  text-decoration: none;
}
@media (min-width: 48rem) {
  h2 a,
  .h2 a {
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.375rem;
    text-decoration-color: var(--wp--preset--color--primary);
  }
}

h3,
.h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--pt-serif);
  font-style: normal !important;
}
h3 a,
.h3 a {
  text-underline-offset: 0.25rem;
  color: var(--wp--preset--color--black);
}
h3 a:focus, h3 a:active,
.h3 a:focus,
.h3 a:active {
  text-decoration: none;
}
@media (min-width: 48rem) {
  h3,
  .h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  h3 a,
  .h3 a {
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: var(--wp--preset--color--primary);
  }
}

h4,
.h4 {
  font-family: "Montserrat", "sans-serif";
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

ul,
ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: var(--wp--preset--color--black);
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:focus {
  text-decoration: none;
}
a.title {
  text-decoration: none;
}
a.title:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--wp--preset--color--black);
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  display: inline-block;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

p,
li {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 60rem) {
  p,
  li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
p a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary),
li a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary) {
  transition: border-color 0.3s ease;
}
p a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary):hover, p a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary):focus,
li a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary):hover,
li a:not(.btn):not(.btn-primary-fill):not(.btn-blue):not(.btn-primary):focus {
  border-color: var(--wp--preset--color--black);
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  width: 100%;
  max-width: calc(75rem + 1rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60rem) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-lg {
  max-width: calc(95rem + 3rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60rem) {
  .container-lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

button,
.btn,
.wp-block-buttons .wp-block-button.is-style-video a,
.btn-primary-fill,
.btn-blue,
.is-style-text a,
.btn-primary,
.is-style-outline a {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--black);
  line-height: 1.125rem;
  padding: 0.5625rem 1rem;
  border: solid 2px transparent;
  transition: all 0.2s ease-out;
  cursor: pointer;
  letter-spacing: 0.12rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary,
.is-style-outline a {
  border: solid 2px var(--wp--preset--color--primary);
  text-transform: uppercase;
}
.btn-primary:hover,
.is-style-outline a:hover {
  background-color: var(--wp--preset--color--primary);
}

.is-style-text a {
  text-transform: uppercase;
  font-size: 700;
}

.btn-blue {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
}
.btn-blue:hover {
  background-color: var(--wp--preset--color--black);
}

.btn-primary-fill {
  text-transform: uppercase;
  background-color: var(--wp--preset--color--primary);
}
.btn-primary-fill:hover {
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body {
  overflow-x: hidden;
  position: relative;
  letter-spacing: 0.02rem;
}

.skip-link {
  position: absolute;
  top: 2.5rem;
  left: 1rem;
  transform: translateX(-100vw);
  transition: transform 0.3s ease;
  z-index: 4;
}
@media (min-width: 60rem) {
  .skip-link {
    top: 1rem;
  }
}
.skip-link:focus {
  transform: translateX(0);
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav ul li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}
nav ul li::before {
  display: none;
}
nav ul li a {
  border: 0;
}
nav ul li a:not(.btn):not(.btn-primary):not(.btn-blue):not(.btn-primary-fill) {
  border: 0;
}

h1 a,
.h2 a,
.h3 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

html.noscroll {
  overflow: hidden;
}
html.noscroll.overlay {
  position: relative;
}

.alignfull {
  margin: 0 calc(50% - 50vw);
}

.invisible {
  position: absolute;
  opacity: 0;
  line-height: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.title {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  line-height: 0.75rem;
  color: var(--wp--preset--color--black);
}
@media (min-width: 60rem) {
  .title {
    font-size: 0.6875rem;
  }
}
.title--large {
  font-family: var(--wp--preset--font-family--abril-fatface);
  font-size: clamp(3rem, 5vw, 4.375rem);
  font-weight: 400;
  text-transform: unset;
  line-height: 1;
}

.highlight, .highlight-primary {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.highlight-primary {
  padding: 0.5rem 0.75rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--black);
}

.section-title {
  display: flex;
  margin-bottom: 0.6875rem;
  border-top: solid 1px var(--wp--preset--color--black);
}
.section-title span {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  padding: 0.5rem 0.75rem;
  display: inline-block;
}
@media (min-width: 60rem) {
  .section-title span {
    font-size: 0.625rem;
    line-height: 0.625rem;
    padding: 0.875rem;
  }
}

.no-line {
  border: 0px;
}

.bd-title {
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-family: var(--wp--preset--font-family--pt-serif);
  font-weight: 400;
}

.wp-site-blocks {
  padding: 0;
  padding-top: 5.125rem;
}
@media (min-width: 60rem) {
  .wp-site-blocks {
    padding-top: 11.5rem;
  }
}
.wp-site-blocks > * + * {
  margin-block-start: 0;
}

@media (min-width: 60rem) {
  .is-sticky {
    position: sticky;
    position: -webkit-sticky;
    align-self: flex-start;
    top: 9rem;
  }
  .admin-bar .is-sticky {
    top: calc(9rem + 46px);
  }
}

.wp-site-caption {
  display: inline-block;
  background: var(--wp--preset--color--primary);
  padding: 0.5rem 0.75rem;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
}

.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons {
  margin: 2rem 0;
}
.wp-block-buttons .wp-block-button.is-style-video a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
}
.wp-block-buttons .wp-block-button.is-style-video a::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: inline-block;
  background-image: url("/wp-content/themes/lionsroar/assets/images/PlayButton.svg");
  background-position: center;
  background-size: cover;
  margin-right: 0.7rem;
}
.wp-block-buttons .wp-block-button.is-style-video a:hover {
  color: var(--wp--preset--color--primary);
}

.lionsroar-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: var(--wp--preset--font-family--montserrat);
  margin: 2rem auto;
}
@media (min-width: 48rem) {
  .lionsroar-pagination {
    margin: 3rem auto !important;
  }
}
.lionsroar-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.lionsroar-pagination a.page-numbers:not(.next):not(.prev) {
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  border: solid 2px var(--wp--preset--color--primary);
  transition: background-color 100ms ease-out;
}
.lionsroar-pagination a.page-numbers:not(.next):not(.prev):hover {
  background-color: var(--wp--preset--color--primary);
}
.lionsroar-pagination .page-numbers:not(.next):not(.prev) {
  font-weight: 600;
  font-size: 1rem;
}
.lionsroar-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.lionsroar-pagination .nav-links > * {
  margin: auto 0.5rem;
}

body.archive:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .page-header {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48rem) {
  body.archive:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .page-header {
    margin-bottom: 5rem;
  }
}

body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #dddddd;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive:last-child {
  border-bottom: 0;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__wrapper {
  max-width: 50rem;
  margin: auto;
}
@media (min-width: 60rem) {
  body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive {
    display: flex;
  }
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__title {
  margin-bottom: 0;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__title .section-title {
  border-top: 0;
  text-align: center;
  margin-bottom: 2rem;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__title span {
  margin: auto;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__description p {
  font-size: 1rem;
  line-height: 1.5rem;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__image {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__image figure {
  position: relative;
  width: 100%;
  padding-bottom: 57.5%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (min-width: 60rem) {
  body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__image figure {
    margin-bottom: 0;
  }
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 60rem) {
  body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__image {
    margin-right: 1.25rem;
    flex-basis: 50%;
  }
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 60rem) {
  body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__post-excerpt {
    margin-bottom: 1rem;
  }
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__post-title {
  margin-bottom: 0;
  font-size: 1.5rem;
}
body:not(.post-type-archive-lr-issue):not(.post-type-archive-bd-issue) .lionsroar-archive__load-more {
  text-align: center;
  max-width: 50rem;
  margin: auto;
}
.lionsroar-archive__pagination {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  padding: 0;
  overflow: hidden;
}

.back-issues {
  background-color: var(--wp--preset--color--secondary);
  padding-bottom: 3rem;
}
.back-issues__top {
  text-align: center;
  border-bottom: solid 1px var(--wp--preset--color--black);
  margin-bottom: 1.875rem;
  padding: 1.5rem 0;
}
@media (min-width: 48rem) {
  .back-issues__top {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.back-issues__title {
  margin: 2rem 0;
}
@media (min-width: 60rem) {
  .back-issues__title {
    font-size: 3.375rem;
    line-height: 3.75rem;
    padding-right: 1.25rem;
  }
}
.back-issues select {
  background-color: var(--wp--preset--color--white);
  min-width: 12.5rem;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding: 0.8rem 1rem;
  border: solid 1px #c3c3c3;
}
.back-issues__pagination {
  text-align: center;
  padding: 3.75rem 0;
}
@media (min-width: 48rem) {
  .back-issues__pagination {
    padding: 5rem;
  }
}
@media (min-width: 60rem) {
  .back-issues__pagination {
    padding: 7.5rem;
  }
}
.back-issues__pagination span {
  color: #2d2d2d;
}
.back-issues__pagination a {
  color: #9d9d9d;
}
.back-issues__posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.5rem;
}
@media (min-width: 48rem) {
  .back-issues__posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2.5rem;
  }
}
@media (min-width: 60rem) {
  .back-issues__posts-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
.back-issues__posts-wrapper figure {
  margin-bottom: 1.25rem;
}
.back-issues__posts-wrapper img {
  display: block;
}
.back-issues__post-title {
  line-height: 0.75rem;
}

.lionsroar-authors {
  border-top: solid 1px var(--wp--preset--color--black);
  padding-top: 1.5rem;
}
@media (min-width: 48rem) {
  .lionsroar-authors {
    padding-top: 2.5rem;
  }
}
.lionsroar-authors .lionsroar-author:not(:first-child) {
  padding-top: 1.75rem;
  margin-top: 2.75rem;
}

.lionsroar-author {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.lionsroar-author img {
  border-radius: 50%;
}
.lionsroar-author__content {
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
}
.lionsroar-author__title {
  padding-top: 0 !important;
}
.lionsroar-author__title .title {
  text-decoration: none !important;
}
.lionsroar-author__title .title:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
@media (min-width: 48rem) {
  .lionsroar-author {
    flex-direction: row;
    text-align: left;
  }
  .lionsroar-author:not(:first-child) {
    padding-top: 2rem;
    margin-top: 3.75rem;
  }
  .lionsroar-author__content {
    max-width: 32.5rem;
    margin-left: 1.25rem;
  }
}

body.single-lr-article .entry-content h1,
body.single-lr-article .entry-content .h2, body.single-lr-article .entry-content h3,
body.single-lr-article .entry-content .h3,
body.single-lr-article .entry-content h2,
body.single-bd-article .entry-content h1,
body.single-bd-article .entry-content .h2,
body.single-bd-article .entry-content h3,
body.single-bd-article .entry-content .h3,
body.single-bd-article .entry-content h2,
body.single-podcast .entry-content h1,
body.single-podcast .entry-content .h2,
body.single-podcast .entry-content h3,
body.single-podcast .entry-content .h3,
body.single-podcast .entry-content h2,
body.single-author .entry-content h1,
body.single-author .entry-content .h2,
body.single-author .entry-content h3,
body.single-author .entry-content .h3,
body.single-author .entry-content h2,
body.single-ebook .entry-content h1,
body.single-ebook .entry-content .h2,
body.single-ebook .entry-content h3,
body.single-ebook .entry-content .h3,
body.single-ebook .entry-content h2 {
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 48rem) {
  body.single-lr-article .entry-content h1,
  body.single-lr-article .entry-content .h2, body.single-lr-article .entry-content h3,
  body.single-lr-article .entry-content .h3,
  body.single-lr-article .entry-content h2,
  body.single-bd-article .entry-content h1,
  body.single-bd-article .entry-content .h2,
  body.single-bd-article .entry-content h3,
  body.single-bd-article .entry-content .h3,
  body.single-bd-article .entry-content h2,
  body.single-podcast .entry-content h1,
  body.single-podcast .entry-content .h2,
  body.single-podcast .entry-content h3,
  body.single-podcast .entry-content .h3,
  body.single-podcast .entry-content h2,
  body.single-author .entry-content h1,
  body.single-author .entry-content .h2,
  body.single-author .entry-content h3,
  body.single-author .entry-content .h3,
  body.single-author .entry-content h2,
  body.single-ebook .entry-content h1,
  body.single-ebook .entry-content .h2,
  body.single-ebook .entry-content h3,
  body.single-ebook .entry-content .h3,
  body.single-ebook .entry-content h2 {
    padding-top: 1.5rem;
  }
}
body.single-lr-article .entry-content h3,
body.single-bd-article .entry-content h3,
body.single-podcast .entry-content h3,
body.single-author .entry-content h3,
body.single-ebook .entry-content h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--pt-serif);
}
@media (min-width: 48rem) {
  body.single-lr-article .entry-content h3,
  body.single-bd-article .entry-content h3,
  body.single-podcast .entry-content h3,
  body.single-author .entry-content h3,
  body.single-ebook .entry-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
body.single-lr-article .entry-content h5,
body.single-lr-article .entry-content blockquote,
body.single-bd-article .entry-content h5,
body.single-bd-article .entry-content blockquote,
body.single-podcast .entry-content h5,
body.single-podcast .entry-content blockquote,
body.single-author .entry-content h5,
body.single-author .entry-content blockquote,
body.single-ebook .entry-content h5,
body.single-ebook .entry-content blockquote {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 48rem) {
  body.single-lr-article .entry-content h5,
  body.single-lr-article .entry-content blockquote,
  body.single-bd-article .entry-content h5,
  body.single-bd-article .entry-content blockquote,
  body.single-podcast .entry-content h5,
  body.single-podcast .entry-content blockquote,
  body.single-author .entry-content h5,
  body.single-author .entry-content blockquote,
  body.single-ebook .entry-content h5,
  body.single-ebook .entry-content blockquote {
    font-size: 1.875rem;
    line-height: 2.75rem;
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
}
body.single-lr-article body.single-lr-article .entry-content h5, body.single-bd-article body.single-lr-article .entry-content h5,
body.single-lr-article body.single-lr-article .entry-content blockquote,
body.single-bd-article body.single-lr-article .entry-content blockquote,
body.single-lr-article body.single-bd-article .entry-content h5,
body.single-bd-article body.single-bd-article .entry-content h5,
body.single-lr-article body.single-bd-article .entry-content blockquote,
body.single-bd-article body.single-bd-article .entry-content blockquote,
body.single-lr-article body.single-podcast .entry-content h5,
body.single-bd-article body.single-podcast .entry-content h5,
body.single-lr-article body.single-podcast .entry-content blockquote,
body.single-bd-article body.single-podcast .entry-content blockquote,
body.single-lr-article body.single-author .entry-content h5,
body.single-bd-article body.single-author .entry-content h5,
body.single-lr-article body.single-author .entry-content blockquote,
body.single-bd-article body.single-author .entry-content blockquote,
body.single-lr-article body.single-ebook .entry-content h5,
body.single-bd-article body.single-ebook .entry-content h5,
body.single-lr-article body.single-ebook .entry-content blockquote,
body.single-bd-article body.single-ebook .entry-content blockquote {
  padding-left: 2.5rem;
}
@media (min-width: 48rem) {
  body.single-lr-article body.single-lr-article .entry-content h5, body.single-bd-article body.single-lr-article .entry-content h5,
  body.single-lr-article body.single-lr-article .entry-content blockquote,
  body.single-bd-article body.single-lr-article .entry-content blockquote,
  body.single-lr-article body.single-bd-article .entry-content h5,
  body.single-bd-article body.single-bd-article .entry-content h5,
  body.single-lr-article body.single-bd-article .entry-content blockquote,
  body.single-bd-article body.single-bd-article .entry-content blockquote,
  body.single-lr-article body.single-podcast .entry-content h5,
  body.single-bd-article body.single-podcast .entry-content h5,
  body.single-lr-article body.single-podcast .entry-content blockquote,
  body.single-bd-article body.single-podcast .entry-content blockquote,
  body.single-lr-article body.single-author .entry-content h5,
  body.single-bd-article body.single-author .entry-content h5,
  body.single-lr-article body.single-author .entry-content blockquote,
  body.single-bd-article body.single-author .entry-content blockquote,
  body.single-lr-article body.single-ebook .entry-content h5,
  body.single-bd-article body.single-ebook .entry-content h5,
  body.single-lr-article body.single-ebook .entry-content blockquote,
  body.single-bd-article body.single-ebook .entry-content blockquote {
    padding-left: 3.5rem;
  }
}
body.single-lr-article body.single-lr-article .entry-content h5,
body.single-lr-article body.single-lr-article .entry-content blockquote,
body.single-lr-article body.single-bd-article .entry-content h5,
body.single-lr-article body.single-bd-article .entry-content blockquote,
body.single-lr-article body.single-podcast .entry-content h5,
body.single-lr-article body.single-podcast .entry-content blockquote,
body.single-lr-article body.single-author .entry-content h5,
body.single-lr-article body.single-author .entry-content blockquote,
body.single-lr-article body.single-ebook .entry-content h5,
body.single-lr-article body.single-ebook .entry-content blockquote {
  font-style: italic;
}
body.single-bd-article body.single-lr-article .entry-content h5,
body.single-bd-article body.single-lr-article .entry-content blockquote,
body.single-bd-article body.single-bd-article .entry-content h5,
body.single-bd-article body.single-bd-article .entry-content blockquote,
body.single-bd-article body.single-podcast .entry-content h5,
body.single-bd-article body.single-podcast .entry-content blockquote,
body.single-bd-article body.single-author .entry-content h5,
body.single-bd-article body.single-author .entry-content blockquote,
body.single-bd-article body.single-ebook .entry-content h5,
body.single-bd-article body.single-ebook .entry-content blockquote {
  color: #681f66;
}
body.single-lr-article .entry-content h5 footer,
body.single-lr-article .entry-content h5 cite,
body.single-lr-article .entry-content blockquote footer,
body.single-lr-article .entry-content blockquote cite,
body.single-bd-article .entry-content h5 footer,
body.single-bd-article .entry-content h5 cite,
body.single-bd-article .entry-content blockquote footer,
body.single-bd-article .entry-content blockquote cite,
body.single-podcast .entry-content h5 footer,
body.single-podcast .entry-content h5 cite,
body.single-podcast .entry-content blockquote footer,
body.single-podcast .entry-content blockquote cite,
body.single-author .entry-content h5 footer,
body.single-author .entry-content h5 cite,
body.single-author .entry-content blockquote footer,
body.single-author .entry-content blockquote cite,
body.single-ebook .entry-content h5 footer,
body.single-ebook .entry-content h5 cite,
body.single-ebook .entry-content blockquote footer,
body.single-ebook .entry-content blockquote cite {
  position: relative;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3rem;
  letter-spacing: 0.12rem;
}
body.single-lr-article .entry-content h5 footer:before,
body.single-lr-article .entry-content h5 cite:before,
body.single-lr-article .entry-content blockquote footer:before,
body.single-lr-article .entry-content blockquote cite:before,
body.single-bd-article .entry-content h5 footer:before,
body.single-bd-article .entry-content h5 cite:before,
body.single-bd-article .entry-content blockquote footer:before,
body.single-bd-article .entry-content blockquote cite:before,
body.single-podcast .entry-content h5 footer:before,
body.single-podcast .entry-content h5 cite:before,
body.single-podcast .entry-content blockquote footer:before,
body.single-podcast .entry-content blockquote cite:before,
body.single-author .entry-content h5 footer:before,
body.single-author .entry-content h5 cite:before,
body.single-author .entry-content blockquote footer:before,
body.single-author .entry-content blockquote cite:before,
body.single-ebook .entry-content h5 footer:before,
body.single-ebook .entry-content h5 cite:before,
body.single-ebook .entry-content blockquote footer:before,
body.single-ebook .entry-content blockquote cite:before {
  content: "";
  position: absolute;
  width: 5.625rem;
  height: 0.25rem;
  left: 0;
  top: -1.125rem;
}
body.single-lr-article body.single-lr-article .entry-content h5 footer:before,
body.single-lr-article body.single-lr-article .entry-content h5 cite:before,
body.single-lr-article body.single-lr-article .entry-content blockquote footer:before,
body.single-lr-article body.single-lr-article .entry-content blockquote cite:before,
body.single-lr-article body.single-bd-article .entry-content h5 footer:before,
body.single-lr-article body.single-bd-article .entry-content h5 cite:before,
body.single-lr-article body.single-bd-article .entry-content blockquote footer:before,
body.single-lr-article body.single-bd-article .entry-content blockquote cite:before,
body.single-lr-article body.single-podcast .entry-content h5 footer:before,
body.single-lr-article body.single-podcast .entry-content h5 cite:before,
body.single-lr-article body.single-podcast .entry-content blockquote footer:before,
body.single-lr-article body.single-podcast .entry-content blockquote cite:before,
body.single-lr-article body.single-author .entry-content h5 footer:before,
body.single-lr-article body.single-author .entry-content h5 cite:before,
body.single-lr-article body.single-author .entry-content blockquote footer:before,
body.single-lr-article body.single-author .entry-content blockquote cite:before,
body.single-lr-article body.single-ebook .entry-content h5 footer:before,
body.single-lr-article body.single-ebook .entry-content h5 cite:before,
body.single-lr-article body.single-ebook .entry-content blockquote footer:before,
body.single-lr-article body.single-ebook .entry-content blockquote cite:before {
  background-color: #7b7565;
}
body.single-bd-article body.single-lr-article .entry-content h5 footer:before,
body.single-bd-article body.single-lr-article .entry-content h5 cite:before,
body.single-bd-article body.single-lr-article .entry-content blockquote footer:before,
body.single-bd-article body.single-lr-article .entry-content blockquote cite:before,
body.single-bd-article body.single-bd-article .entry-content h5 footer:before,
body.single-bd-article body.single-bd-article .entry-content h5 cite:before,
body.single-bd-article body.single-bd-article .entry-content blockquote footer:before,
body.single-bd-article body.single-bd-article .entry-content blockquote cite:before,
body.single-bd-article body.single-podcast .entry-content h5 footer:before,
body.single-bd-article body.single-podcast .entry-content h5 cite:before,
body.single-bd-article body.single-podcast .entry-content blockquote footer:before,
body.single-bd-article body.single-podcast .entry-content blockquote cite:before,
body.single-bd-article body.single-author .entry-content h5 footer:before,
body.single-bd-article body.single-author .entry-content h5 cite:before,
body.single-bd-article body.single-author .entry-content blockquote footer:before,
body.single-bd-article body.single-author .entry-content blockquote cite:before,
body.single-bd-article body.single-ebook .entry-content h5 footer:before,
body.single-bd-article body.single-ebook .entry-content h5 cite:before,
body.single-bd-article body.single-ebook .entry-content blockquote footer:before,
body.single-bd-article body.single-ebook .entry-content blockquote cite:before {
  background-color: #681f66;
}
body.single-lr-article .entry-content figure,
body.single-bd-article .entry-content figure,
body.single-podcast .entry-content figure,
body.single-author .entry-content figure,
body.single-ebook .entry-content figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  body.single-lr-article .entry-content figure,
  body.single-bd-article .entry-content figure,
  body.single-podcast .entry-content figure,
  body.single-author .entry-content figure,
  body.single-ebook .entry-content figure {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
body.single-lr-article .entry-content figcaption,
body.single-bd-article .entry-content figcaption,
body.single-podcast .entry-content figcaption,
body.single-author .entry-content figcaption,
body.single-ebook .entry-content figcaption {
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: italic;
}

.author-image img {
  width: 100%;
}

.lionsroar-footer-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 300049;
  left: 0;
}

.glossary__banner-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glossary__banner-column figcaption {
  font-size: 0.75rem;
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25rem;
}
.glossary__banner-column figcaption a {
  display: inline-block;
}

@media (max-width: 48rem) {
  .wp-columns-mid-left-right-mobile > :nth-child(1) {
    order: 2;
  }
  .wp-columns-mid-left-right-mobile > :nth-child(2) {
    order: 1;
  }
  .wp-columns-mid-left-right-mobile > :nth-child(3) {
    order: 3;
  }
}

.play-button {
  content: url("../../images/play-video.svg");
  position: absolute;
  bottom: 0;
  width: 2.1875rem;
}
@container video-thumb (max-width: 15rem) {
  .play-button {
    width: 1.25rem;
  }
}
.play-button span {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
}
