@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

p {
  line-height: inherit;
  font-size: inherit;
}

/*
Remove outline on focus on links
*/
a:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Longread__author-signature img, .Blurb__author-signature img, .Longread__author-image img, .Blurb__author-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.Longread__author-image, .Blurb__author-image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
}
.Longread__author-image img, .Blurb__author-image img {
  border-radius: 50%;
}

.Longread__author-signature, .Blurb__author-signature {
  width: 100px;
  height: 70px;
  overflow: visible;
  position: relative;
}
.Longread__author-signature img, .Blurb__author-signature img {
  overflow: visible;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes bounce-up {
  15% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes bounce-up {
  15% {
    -o-transform: translateY(7px);
       transform: translateY(7px);
  }
  30% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(5px);
       transform: translateY(5px);
  }
  65% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  80% {
    -o-transform: translateY(3px);
       transform: translateY(3px);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes bounce-up {
  15% {
    -webkit-transform: translateY(7px);
         -o-transform: translateY(7px);
            transform: translateY(7px);
  }
  30% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
  }
  65% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(3px);
         -o-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.archive__footer .Button:not(.Button--loading) .icon {
  -webkit-animation: bounce-up 5s ease-in-out;
       -o-animation: bounce-up 5s ease-in-out;
          animation: bounce-up 5s ease-in-out;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce-right {
  15% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes bounce-right {
  15% {
    -o-transform: translateX(5px);
       transform: translateX(5px);
  }
  30% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  50% {
    -o-transform: translateX(3px);
       transform: translateX(3px);
  }
  65% {
    -o-transform: translateX(-3px);
       transform: translateX(-3px);
  }
  80% {
    -o-transform: translateX(2px);
       transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes bounce-right {
  15% {
    -webkit-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
         -o-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
         -o-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
         -o-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.archive__more .icon, .Curated-list__more .icon {
  -webkit-animation: bounce-right 5s ease-in-out;
       -o-animation: bounce-right 5s ease-in-out;
          animation: bounce-right 5s ease-in-out;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/** Spacing  */
/** Grid **/
/** Breakpoints **/
/** Positioning **/
/** z-index **/
/** Fonts **/
/** Forms **/
/** Animations **/
/** My Pages **/
/* Ad colors */
/** ==== FOKUS - but used in shared files ==== **/
/** Colors **/
/** Sizes **/
/** Borders **/
/** Fonts **/
@font-face {
  font-family: "glosa-bold";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaBold/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaBold/font.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "glosa-bold-italic";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaBoldItalic/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaBoldItalic/font.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "glosa-headline-roman";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaHeadlineRoman/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaHeadlineRoman/font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "glosa-roman";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaRoman/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaRoman/font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "glosa-medium";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaMedium/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaMedium/font.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "glosa-roman-italic";
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaRomanItalic/font.woff") format("woff");
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Glosa/GlosaRomanItalic/font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benton Sans Cond Bd";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/condensed-bold.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/condensed-bold.woff") format("woff");
}
@font-face {
  font-family: "Benton Sans Reg";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/regular.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/regular.woff") format("woff");
}
@font-face {
  font-family: "Benton Sans Lt";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/light.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/light.woff") format("woff");
}
@font-face {
  font-family: "Benton Sans Med";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/medium.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/medium.woff") format("woff");
}
@font-face {
  font-family: "Benton Sans Bd";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/bold.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/bold.woff") format("woff");
}
@font-face {
  font-family: "Benton Sans Cond Bla";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/app/themes/fpgmedia/resources/assets/fonts/Benton/cond-black.woff2") format("woff2"), url("/app/themes/fpgmedia/resources/assets/fonts/Benton/cond-black.woff") format("woff");
}
@media screen and (max-width: 1080px) {
  .hide-up-to-charlie {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .hide-from-delta {
    display: none !important;
  }
}

.sesamy-paywall {
  display: none !important;
}

.sesamy-locked-content {
  display: none;
}

sesamy-login {
  --background: #d62802;
  --background-hover:
    var(
      --background,
      #d62802
    );
  --color: white;
  --font-family: "Benton Sans Cond Bd", sans-serif;
  --font-size: 11px;
  --font-weight: 400;
  --width: "auto";
  --max-width: 100%;
  --height: 2.25rem;
  --border: 0;
  --border-radius: 50px;
  --padding: 0 1.875rem;
  --opacity-hover: 1;
  --user-color: #222;
  --user-font-family: "Benton Sans Cond Bd", sans-serif;
  --user-font-size: 14px;
  --user-font-weight: 400;
  --avatar-border: 0;
  --avatar-border-radius: 50px;
  --avatar-size: 0;
  --avatar-background: #512da8;
  --avatar-font-size: 18px;
}

sesamy-paywall-wizard {
  --primary-color: #d62802;
}

sesamy-login[variant=subscriber-link] {
  --color: #d62802;
}

.Header-expanded__inner sesamy-login {
  --width: 100%;
  --height: 3.75rem;
  --padding: 0 3.75rem;
  --font-size: 0.9375rem;
  --margin: 2em 0 0 0;
  --color: white;
}

@media screen and (max-width: 1080px) {
  .Header-expanded__inner sesamy-login {
    --color: black;
  }
  .user-menu-top .User-menu sesamy-login {
    --background: transparent;
    --color: #1d1c20;
    --font-size: 0.9375rem;
    --padding: 0 0.9375rem;
  }
}
sesamy-logout {
  --color: black;
  --font-family: "Benton Sans Med", sans-serif;
  --font-size: 0.9375rem;
  --button-margin: 0;
  --button-padding: 0;
  --text-margin: 0;
}

sesamy-profile,
sesamy-address {
  --border: none;
  --padding: 0;
  --button-border: 1px solid #d62802;
  --button-color: #d62802;
  --left-block-max-width: 0;
  --title-font-size: 22px;
}

.show-if-logged-out {
  display: none;
}
.show-if-logged-out--show {
  display: inherit;
}
@media screen and (max-width: 1080px) {
  .show-if-logged-out.show-below-charlie {
    display: inherit;
  }
  .show-if-logged-out.show-below-charlie--show sesamy-login {
    margin-top: 5px;
  }
}

.show-if-logged-in {
  display: none;
}
.show-if-logged-in--show {
  display: inherit;
}

.show-if-logged-in-no-sub {
  display: none;
}

.my-pages-user-id-copy svg {
  -webkit-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}
.my-pages-user-id-copy svg path {
  fill: black;
}
.my-pages-user-id-copy:hover {
  color: #d62703;
}
.my-pages-user-id-copy:hover svg path {
  fill: #d62802;
}

.embedded-paywall-container {
  display: none;
}

body,
input,
textarea {
  font-family: "Benton Sans Reg", sans-serif;
}

.Single__subscribe-banner span, h1,
h2,
h3,
h4,
h5,
h6,
strong,
b, .Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button,
.Button, .Header-expanded .User-menu .menu-item:last-child a, .Blurb__premium-tag span {
  font-family: "Benton Sans Med", sans-serif;
  font-weight: normal;
}

.Blurb--S .Blurb__title {
  font-family: "glosa-headline-roman", serif;
  font-weight: normal;
}

.Single__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 720px) {
  .Single__title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1111111111;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

.Yearly-issues__title .Page-header, .archive__header, .Single__content h2, .Promo-section__heading, .Newsletter__heading, .PostContent__Paywall__subscribe__title, .gform_wrapper.gravity-theme .gform_heading .gform_title, .Blurb--XL .Blurb__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

.Single__content h3,
.Single__content h4,
.Single__content h5,
.Single__content h6, .editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header, .Issues__title, .PostContent__Paywall__login__heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.Extra-extra, .Info-box__heading,
.Info-box h2,
.Info-box h3,
.Info-box h4,
.Info-box h5,
.Info-box h6,
.Info-box .wp-block-core-heading, .PostContent__Paywall__subscribe__content h2,
.PostContent__Paywall__subscribe__content h3,
.PostContent__Paywall__subscribe__content h4,
.PostContent__Paywall__subscribe__content h5,
.PostContent__Paywall__subscribe__content h6, .Blurb--L .Blurb__title, .Blurb--M .Blurb__title, h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 490px) {
  .Extra-extra, .Info-box__heading,
  .Info-box h2,
  .Info-box h3,
  .Info-box h4,
  .Info-box h5,
  .Info-box h6,
  .Info-box .wp-block-core-heading, .PostContent__Paywall__subscribe__content h2,
  .PostContent__Paywall__subscribe__content h3,
  .PostContent__Paywall__subscribe__content h4,
  .PostContent__Paywall__subscribe__content h5,
  .PostContent__Paywall__subscribe__content h6, .Blurb--L .Blurb__title, .Blurb--M .Blurb__title, h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.Blurb--S .Blurb__title, h3,
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button,
.Button, .Header-expanded .User-menu .menu-item:last-child a, .User-menu > .menu-item:not(:last-child)::after, .Sidebar__header, .Single__term a, .Native-partners, .Blurb__meta, .Blurb__categories, .Blurb.Blurb--searchresult .Blurb__author-name, .Meta {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6363636364;
}

.Dropdown__item, .Info-box .wp-block-core-paragraph strong,
.Info-box .wp-block-core-paragraph b, .Info-box,
.Info-box p,
.Info-box ul,
.Info-box ol, .Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button--L,
.Button--L, .Header-expanded .User-menu .menu-item:last-child a, .User-dropdown__item a,
.User-dropdown__item div, body {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
}

.Blurb--XL .Blurb__summary {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.Single__content .wp-block, .wp-block-core-heading, .wp-block-core-paragraph {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.Four-zero-four__text, .Promo-section__text, .Newsletter__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.375;
}
@media screen and (min-width: 720px) {
  .Four-zero-four__text, .Promo-section__text, .Newsletter__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.Sidebar__header, .Single__term a, .Native-partners, .Blurb__meta, .Blurb__categories, .Blurb.Blurb--searchresult .Blurb__author-name, .Meta {
  font-family: "Benton Sans Bd", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.020625rem;
}

.Meta {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03125rem;
  line-height: 1.6;
}

.Longread__lead, .Single__lead {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Benton Sans Lt", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  .Longread__lead, .Single__lead {
    line-height: 1.35;
  }
}
@media screen and (min-width: 720px) {
  .Longread__lead, .Single__lead {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button,
.Button, .Header-expanded .User-menu .menu-item:last-child a, .Blurb__premium-tag span {
  font-family: "Benton Sans Cond Bd", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.020625rem;
}

.entry-words {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Benton Sans Bd", sans-serif;
  line-height: 1.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

body {
  font-family: "Benton Sans Reg", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
.wp-block-core-paragraph {
  margin: 0;
}
* + p, p + *,
* + .wp-block-core-paragraph,
.wp-block-core-paragraph + * {
  margin-top: 1em;
}

.wp-block-core-paragraph {
  font-family: "glosa-roman", serif;
}

blockquote,
.wp-block-quote {
  border: 0;
  padding: 0;
  margin: 0;
}
* + .wp-admin blockquote, .wp-admin blockquote + *,
* + .wp-admin .wp-block-quote,
.wp-admin .wp-block-quote + * {
  margin-top: 1em;
}
blockquote p,
.wp-block-quote p {
  font-family: "glosa-headline-roman", serif;
  line-height: 1.5;
  max-width: 885px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 720px) {
  blockquote p,
  .wp-block-quote p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-post--longread blockquote p,
.single-post--longread .wp-block-quote p {
  color: #fff;
}
blockquote cite,
.wp-block-quote cite {
  color: #1d1c20;
  font-family: "Benton Sans Reg", sans-serif;
  line-height: 1.6;
  display: block;
  max-width: 885px;
  margin-top: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 720px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.single-post--longread blockquote cite,
.single-post--longread .wp-block-quote cite {
  color: #fff;
}
blockquote cite strong,
.wp-block-quote cite strong {
  font-family: "Benton Sans Reg", sans-serif;
}
.single-post--longread blockquote cite a,
.single-post--longread .wp-block-quote cite a {
  color: #ffb500;
}

.wp-block-core-heading {
  font-family: "glosa-roman", serif;
}
.wp-block-core-heading > *:not(.is-style-section-header):first-child {
  margin-bottom: 0.25em;
}
.wp-block-core-heading h2:not(.is-style-section-header):first-child {
  margin-bottom: 1rem;
}
.wp-block-core-heading h3:not(.is-style-section-header):first-child {
  margin-bottom: 0.4375rem;
}
* + .wp-block-core-heading > *:not(.is-style-section-header):first-child {
  margin-top: 1em;
}
* + .wp-block-core-heading h2:not(.is-style-section-header):first-child {
  margin-top: 2.875rem;
}
* + .wp-block-core-heading h3:not(.is-style-section-header):first-child {
  margin-top: 2rem;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.Grid > .Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.Grid > .Grid__col,
.Grid > .Grid__row > .Grid__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.Grid > .Grid__row + .Grid__row {
  padding-top: 30px;
}
.Grid > .Grid__col,
.Grid > .Grid__row > .Grid__col {
  padding-left: 15px;
  padding-right: 15px;
}
.Grid > .Grid__col--1,
.Grid > .Grid__row > .Grid__col--1 {
  width: 8.3333333333%;
}
.Grid > .Grid__col--2,
.Grid > .Grid__row > .Grid__col--2 {
  width: 16.6666666667%;
}
.Grid > .Grid__col--3,
.Grid > .Grid__row > .Grid__col--3 {
  width: 25%;
}
.Grid > .Grid__col--4,
.Grid > .Grid__row > .Grid__col--4 {
  width: 33.3333333333%;
}
.Grid > .Grid__col--5,
.Grid > .Grid__row > .Grid__col--5 {
  width: 41.6666666667%;
}
.Grid > .Grid__col--6,
.Grid > .Grid__row > .Grid__col--6 {
  width: 50%;
}
.Grid > .Grid__col--7,
.Grid > .Grid__row > .Grid__col--7 {
  width: 58.3333333333%;
}
.Grid > .Grid__col--8,
.Grid > .Grid__row > .Grid__col--8 {
  width: 66.6666666667%;
}
.Grid > .Grid__col--9,
.Grid > .Grid__row > .Grid__col--9 {
  width: 75%;
}
.Grid > .Grid__col--10,
.Grid > .Grid__row > .Grid__col--10 {
  width: 83.3333333333%;
}
.Grid > .Grid__col--11,
.Grid > .Grid__row > .Grid__col--11 {
  width: 91.6666666667%;
}
.Grid > .Grid__col--12,
.Grid > .Grid__row > .Grid__col--12 {
  width: 100%;
}
@media screen and (min-width: 420px) {
  .Grid > .Grid__col--beta--1,
  .Grid > .Grid__row > .Grid__col--beta--1 {
    width: 8.3333333333%;
  }
  .Grid > .Grid__col--beta--2,
  .Grid > .Grid__row > .Grid__col--beta--2 {
    width: 16.6666666667%;
  }
  .Grid > .Grid__col--beta--3,
  .Grid > .Grid__row > .Grid__col--beta--3 {
    width: 25%;
  }
  .Grid > .Grid__col--beta--4,
  .Grid > .Grid__row > .Grid__col--beta--4 {
    width: 33.3333333333%;
  }
  .Grid > .Grid__col--beta--5,
  .Grid > .Grid__row > .Grid__col--beta--5 {
    width: 41.6666666667%;
  }
  .Grid > .Grid__col--beta--6,
  .Grid > .Grid__row > .Grid__col--beta--6 {
    width: 50%;
  }
  .Grid > .Grid__col--beta--7,
  .Grid > .Grid__row > .Grid__col--beta--7 {
    width: 58.3333333333%;
  }
  .Grid > .Grid__col--beta--8,
  .Grid > .Grid__row > .Grid__col--beta--8 {
    width: 66.6666666667%;
  }
  .Grid > .Grid__col--beta--9,
  .Grid > .Grid__row > .Grid__col--beta--9 {
    width: 75%;
  }
  .Grid > .Grid__col--beta--10,
  .Grid > .Grid__row > .Grid__col--beta--10 {
    width: 83.3333333333%;
  }
  .Grid > .Grid__col--beta--11,
  .Grid > .Grid__row > .Grid__col--beta--11 {
    width: 91.6666666667%;
  }
  .Grid > .Grid__col--beta--12,
  .Grid > .Grid__row > .Grid__col--beta--12 {
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .Grid > .Grid__col--charlie--1,
  .Grid > .Grid__row > .Grid__col--charlie--1 {
    width: 8.3333333333%;
  }
  .Grid > .Grid__col--charlie--2,
  .Grid > .Grid__row > .Grid__col--charlie--2 {
    width: 16.6666666667%;
  }
  .Grid > .Grid__col--charlie--3,
  .Grid > .Grid__row > .Grid__col--charlie--3 {
    width: 25%;
  }
  .Grid > .Grid__col--charlie--4,
  .Grid > .Grid__row > .Grid__col--charlie--4 {
    width: 33.3333333333%;
  }
  .Grid > .Grid__col--charlie--5,
  .Grid > .Grid__row > .Grid__col--charlie--5 {
    width: 41.6666666667%;
  }
  .Grid > .Grid__col--charlie--6,
  .Grid > .Grid__row > .Grid__col--charlie--6 {
    width: 50%;
  }
  .Grid > .Grid__col--charlie--7,
  .Grid > .Grid__row > .Grid__col--charlie--7 {
    width: 58.3333333333%;
  }
  .Grid > .Grid__col--charlie--8,
  .Grid > .Grid__row > .Grid__col--charlie--8 {
    width: 66.6666666667%;
  }
  .Grid > .Grid__col--charlie--9,
  .Grid > .Grid__row > .Grid__col--charlie--9 {
    width: 75%;
  }
  .Grid > .Grid__col--charlie--10,
  .Grid > .Grid__row > .Grid__col--charlie--10 {
    width: 83.3333333333%;
  }
  .Grid > .Grid__col--charlie--11,
  .Grid > .Grid__row > .Grid__col--charlie--11 {
    width: 91.6666666667%;
  }
  .Grid > .Grid__col--charlie--12,
  .Grid > .Grid__row > .Grid__col--charlie--12 {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .Grid > .Grid__col--delta--1,
  .Grid > .Grid__row > .Grid__col--delta--1 {
    width: 8.3333333333%;
  }
  .Grid > .Grid__col--delta--2,
  .Grid > .Grid__row > .Grid__col--delta--2 {
    width: 16.6666666667%;
  }
  .Grid > .Grid__col--delta--3,
  .Grid > .Grid__row > .Grid__col--delta--3 {
    width: 25%;
  }
  .Grid > .Grid__col--delta--4,
  .Grid > .Grid__row > .Grid__col--delta--4 {
    width: 33.3333333333%;
  }
  .Grid > .Grid__col--delta--5,
  .Grid > .Grid__row > .Grid__col--delta--5 {
    width: 41.6666666667%;
  }
  .Grid > .Grid__col--delta--6,
  .Grid > .Grid__row > .Grid__col--delta--6 {
    width: 50%;
  }
  .Grid > .Grid__col--delta--7,
  .Grid > .Grid__row > .Grid__col--delta--7 {
    width: 58.3333333333%;
  }
  .Grid > .Grid__col--delta--8,
  .Grid > .Grid__row > .Grid__col--delta--8 {
    width: 66.6666666667%;
  }
  .Grid > .Grid__col--delta--9,
  .Grid > .Grid__row > .Grid__col--delta--9 {
    width: 75%;
  }
  .Grid > .Grid__col--delta--10,
  .Grid > .Grid__row > .Grid__col--delta--10 {
    width: 83.3333333333%;
  }
  .Grid > .Grid__col--delta--11,
  .Grid > .Grid__row > .Grid__col--delta--11 {
    width: 91.6666666667%;
  }
  .Grid > .Grid__col--delta--12,
  .Grid > .Grid__row > .Grid__col--delta--12 {
    width: 100%;
  }
}
@media screen and (min-width: 1420px) {
  .Grid > .Grid__col--echo--1,
  .Grid > .Grid__row > .Grid__col--echo--1 {
    width: 8.3333333333%;
  }
  .Grid > .Grid__col--echo--2,
  .Grid > .Grid__row > .Grid__col--echo--2 {
    width: 16.6666666667%;
  }
  .Grid > .Grid__col--echo--3,
  .Grid > .Grid__row > .Grid__col--echo--3 {
    width: 25%;
  }
  .Grid > .Grid__col--echo--4,
  .Grid > .Grid__row > .Grid__col--echo--4 {
    width: 33.3333333333%;
  }
  .Grid > .Grid__col--echo--5,
  .Grid > .Grid__row > .Grid__col--echo--5 {
    width: 41.6666666667%;
  }
  .Grid > .Grid__col--echo--6,
  .Grid > .Grid__row > .Grid__col--echo--6 {
    width: 50%;
  }
  .Grid > .Grid__col--echo--7,
  .Grid > .Grid__row > .Grid__col--echo--7 {
    width: 58.3333333333%;
  }
  .Grid > .Grid__col--echo--8,
  .Grid > .Grid__row > .Grid__col--echo--8 {
    width: 66.6666666667%;
  }
  .Grid > .Grid__col--echo--9,
  .Grid > .Grid__row > .Grid__col--echo--9 {
    width: 75%;
  }
  .Grid > .Grid__col--echo--10,
  .Grid > .Grid__row > .Grid__col--echo--10 {
    width: 83.3333333333%;
  }
  .Grid > .Grid__col--echo--11,
  .Grid > .Grid__row > .Grid__col--echo--11 {
    width: 91.6666666667%;
  }
  .Grid > .Grid__col--echo--12,
  .Grid > .Grid__row > .Grid__col--echo--12 {
    width: 100%;
  }
}
@media screen and (min-width: 490px) {
  .Grid > .Grid__col--bravo--1,
  .Grid > .Grid__row > .Grid__col--bravo--1 {
    width: 8.3333333333%;
  }
  .Grid > .Grid__col--bravo--2,
  .Grid > .Grid__row > .Grid__col--bravo--2 {
    width: 16.6666666667%;
  }
  .Grid > .Grid__col--bravo--3,
  .Grid > .Grid__row > .Grid__col--bravo--3 {
    width: 25%;
  }
  .Grid > .Grid__col--bravo--4,
  .Grid > .Grid__row > .Grid__col--bravo--4 {
    width: 33.3333333333%;
  }
  .Grid > .Grid__col--bravo--5,
  .Grid > .Grid__row > .Grid__col--bravo--5 {
    width: 41.6666666667%;
  }
  .Grid > .Grid__col--bravo--6,
  .Grid > .Grid__row > .Grid__col--bravo--6 {
    width: 50%;
  }
  .Grid > .Grid__col--bravo--7,
  .Grid > .Grid__row > .Grid__col--bravo--7 {
    width: 58.3333333333%;
  }
  .Grid > .Grid__col--bravo--8,
  .Grid > .Grid__row > .Grid__col--bravo--8 {
    width: 66.6666666667%;
  }
  .Grid > .Grid__col--bravo--9,
  .Grid > .Grid__row > .Grid__col--bravo--9 {
    width: 75%;
  }
  .Grid > .Grid__col--bravo--10,
  .Grid > .Grid__row > .Grid__col--bravo--10 {
    width: 83.3333333333%;
  }
  .Grid > .Grid__col--bravo--11,
  .Grid > .Grid__row > .Grid__col--bravo--11 {
    width: 91.6666666667%;
  }
  .Grid > .Grid__col--bravo--12,
  .Grid > .Grid__row > .Grid__col--bravo--12 {
    width: 100%;
  }
}
.Grid--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.Grid--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Grid--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Grid--flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Grid--wrap,
.Grid--wrap > .Grid__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
}
.container .container {
  width: auto;
  max-width: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

html {
  font-size: 100%;
}

body {
  background: white;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

.editor-styles-wrapper ol,
.Single__content ol {
  list-style-type: none;
}
.editor-styles-wrapper ol li,
.Single__content ol li {
  counter-increment: ol-counter;
  position: relative;
}
.editor-styles-wrapper ol li::before,
.Single__content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: -1.15em;
  top: 0;
}
.editor-styles-wrapper ol,
.editor-styles-wrapper ul:not(.blocks-gallery-grid),
.Single__content ol,
.Single__content ul:not(.blocks-gallery-grid) {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 1.15em;
}
.editor-styles-wrapper ol li:not(:first-child),
.editor-styles-wrapper ul:not(.blocks-gallery-grid) li:not(:first-child),
.Single__content ol li:not(:first-child),
.Single__content ul:not(.blocks-gallery-grid) li:not(:first-child) {
  margin-top: 0.65em;
}

.Skeleton-BG {
  background-image: -webkit-linear-gradient(left, #ececec 0, #f4f4f4 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0, #f4f4f4 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0, #f4f4f4 40px, #ececec 80px);
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
  -o-animation: shine-loading-image 2s infinite ease-out;
     animation: shine-loading-image 2s infinite ease-out;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}

@-o-keyframes shine-loading-image {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}

@keyframes shine-loading-image {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}
.Skeleton-Show-On-Load {
  display: none;
}

.User-menu > .menu-item, .Secondary-menu > .menu-item, .Primary-menu .sub-menu > .menu-item, .Primary-menu > .menu-item {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.User-menu > .menu-item li, .Secondary-menu > .menu-item li, .Primary-menu .sub-menu > .menu-item li, .Primary-menu > .menu-item li {
  display: inline-block;
}
.User-menu > .menu-item > a, .Secondary-menu > .menu-item > a, .Primary-menu .sub-menu > .menu-item > a, .Primary-menu > .menu-item > a {
  cursor: pointer;
  text-decoration: none;
}

.archive__more, .Curated-list__more {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Benton Sans Cond Bd", sans-serif;
  text-align: right;
}
.archive__more .icon, .Curated-list__more .icon {
  margin-left: 0.625rem;
  -webkit-transform: translateY(-0.0625rem);
       -o-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
}
.archive__more .icon path, .Curated-list__more .icon path {
  stroke: #d62802;
}
.archive__more .icon--modernpsykologi path, .Curated-list__more .icon--modernpsykologi path {
  stroke: none;
}

figure.wp-block-gallery .wp-block-gallery__show-more, .Blurb.Blurb--searchresult .Blurb__title a, .Blurb.Blurb--searchresult .Blurb__author-name a, .Secondary-menu > .menu-item > a, .wp-block-video figcaption a, .wp-block-embed figcaption a, figure.wp-block-gallery .blocks-gallery-item figcaption a, .wp-block-image figcaption a {
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
figure.wp-block-gallery .wp-block-gallery__show-more:hover, .Blurb.Blurb--searchresult .Blurb__title a:hover, .Blurb.Blurb--searchresult .Blurb__author-name a:hover, .Secondary-menu > .menu-item > a:hover, .wp-block-video figcaption a:hover, .wp-block-embed figcaption a:hover, figure.wp-block-gallery .blocks-gallery-item figcaption a:hover, .wp-block-image figcaption a:hover {
  color: #d62802;
}

.Single.book header .Single__header_text-content-top .Single__categories li, .Single .wp-block a, .Single__categories a, .Single__price-wrapper-label, .Single__highlights-item-cat, .Fackklubben-hero-container__book-item-content-info-header-author, .Blurb .Blurb__content .Blurb__meta-book-author, .Meta a, a.Button--link,
.Button--link, .Blurb.Blurb--searchresult .Blurb__category a {
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.Single.book header .Single__header_text-content-top .Single__categories li:hover, .Single .wp-block a:hover, .Single__categories a:hover, .Single__price-wrapper-label:hover, .Single__highlights-item-cat:hover, .Fackklubben-hero-container__book-item-content-info-header-author:hover, .Blurb .Blurb__content .Blurb__meta-book-author:hover, .Meta a:hover,
.Button--link:hover, .Blurb.Blurb--searchresult .Blurb__category a:hover {
  color: #1d1c20;
}

.wp-block-video figcaption, .wp-block-embed figcaption, figure.wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption {
  background: #1d1c20;
  text-align: left;
  color: white;
  font-size: 1em;
  padding: 1rem;
  margin: -1px 0 0 0;
}
.wp-block-video figcaption a, .wp-block-embed figcaption a, figure.wp-block-gallery .blocks-gallery-item figcaption a, .wp-block-image figcaption a {
  color: #ffb500;
}
.wp-block-video figcaption strong, .wp-block-embed figcaption strong, figure.wp-block-gallery .blocks-gallery-item figcaption strong, .wp-block-image figcaption strong,
.wp-block-video figcaption b,
.wp-block-embed figcaption b,
figure.wp-block-gallery .blocks-gallery-item figcaption b,
.wp-block-image figcaption b {
  font-family: "Benton Sans Med", sans-serif;
}

.Header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-color: white;
  position: relative;
}
.Header__navigation {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .Header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Header--fixed {
  background-color: rgba(255, 255, 255, 0.97);
  position: sticky;
  top: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 1.25rem 0 0.625rem 0;
}
.Header--fixed-ready {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  -o-transition: -o-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in, -o-transform 0.15s ease-in;
}
.Header--fixed-show {
  -webkit-transform: translateY(0) !important;
       -o-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

.Header-expanded {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 0;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  z-index: 12;
}
.expanded-menu-open-ready .Header-expanded {
  height: 100%;
}
@media screen and (min-width: 720px) {
  .expanded-menu-open-ready .Header-expanded {
    height: auto;
    max-height: 100%;
  }
}
.expanded-menu-open .Header-expanded {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.Header-expanded__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.75rem 0;
}
.Header-expanded__header {
  padding-bottom: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 720px) {
  .Header-expanded__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Header-expanded .custom-logo-link img {
  width: 8.125rem;
  height: auto;
}
.Header-expanded .User-menu {
  position: relative;
  max-width: 520px;
  padding-top: 1rem;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Header-expanded .User-menu .menu-item:not(:last-child)::after {
  content: none;
}
.Header-expanded .User-menu .menu-item a {
  font-family: "Benton Sans Lt", sans-serif;
  line-height: 2.0689655172;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 720px) {
  .Header-expanded .User-menu .menu-item a {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.Header-expanded .User-menu .menu-item:last-child {
  margin-top: 1rem;
}
.Header-expanded .User-menu .menu-item:last-child a {
  width: 100%;
}
.Header-expanded .User-menu .icon {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  -webkit-transform: scale(1.8);
       -o-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
}
@media screen and (min-width: 720px) {
  .Header-expanded .User-menu .icon {
    top: 2.25rem;
  }
}
.Header-expanded .User-menu .icon g {
  stroke: #1d1c20;
}

.Search-expanded {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 75%;
  opacity: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  z-index: 13;
}
.search-open-ready .Search-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-open .Search-expanded {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.Search-expanded__inner {
  width: 500px;
  max-width: 100%;
}
.Search-expanded .Menu-trigger--close span::before, .Search-expanded .Menu-trigger--close span::after {
  background-color: white;
}

.Footer {
  background: #1d1c20;
  color: #d5dadf;
  padding: 3.75rem 0;
}

.Menu-trigger {
  background-color: transparent;
  border: 0;
  position: relative;
  display: block;
  width: 1.4375rem;
  height: 1rem;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.Menu-trigger--close {
  position: absolute;
  right: 0.9375rem;
  top: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .Menu-trigger--close {
    right: 1.875rem;
    top: 2.8125rem;
  }
}

.Primary-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 50rem;
  border-top: 1px solid #1d1c20;
  border-bottom: 1px solid #1d1c20;
}
.Primary-menu .container {
  width: auto;
  max-width: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.Primary-menu .menu-item > a,
.Primary-menu .menu-item > span {
  font-family: "Benton Sans Lt", sans-serif;
  line-height: 2.0689655172;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 720px) {
  .Primary-menu .menu-item > a,
  .Primary-menu .menu-item > span {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.Primary-menu .menu-item > a {
  position: relative;
}
.Primary-menu .menu-item > a:hover::after {
  content: "";
  position: absolute;
  bottom: -0.125em;
  left: 0;
  right: 0;
  border-bottom: 1px solid #1d1c20;
}
.Primary-menu .menu-item.current-menu-item > a {
  font-family: "Benton Sans Reg", sans-serif;
}
.Primary-menu .menu-item.menu-item-has-children {
  cursor: pointer;
}
.Primary-menu .menu-item.menu-item-has-children > span {
  position: relative;
}
.Primary-menu .menu-item.menu-item-has-children > span::after {
  line-height: 1;
  margin-left: 0.9375rem;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.15s ease, -webkit-transform 0.15s ease;
  transition: top 0.15s ease, -webkit-transform 0.15s ease;
  -o-transition: top 0.15s ease, -o-transform 0.15s ease;
  transition: transform 0.15s ease, top 0.15s ease;
  transition: transform 0.15s ease, top 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
}
.Primary-menu .menu-item.menu-item-has-children.open > span::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0.25rem;
}
.Primary-menu .sub-menu {
  padding-left: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  color: #d62802;
}
.Primary-menu .sub-menu .menu-item > a:hover::after {
  border-color: #d62802;
}

.Secondary-menu {
  display: none;
  margin: 0;
}
.expanded-menu-open .Secondary-menu {
  display: none;
}
@media screen and (min-width: 720px) {
  .Secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Secondary-menu > .menu-item {
  padding: 0 0.46875rem;
}
.Secondary-menu > .menu-item > a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Benton Sans Cond Bd", sans-serif;
  letter-spacing: 0.03125rem;
  position: relative;
}
.Secondary-menu > .menu-item.current-menu-item > a::after {
  content: "";
  background: #1d1c20;
  height: 2px;
  position: absolute;
  bottom: -1.5625rem;
  left: 0;
  right: 0;
}

.User-menu {
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d62802;
  right: 0;
}
.User-menu > .menu-item:not(:last-child)::after {
  content: "/";
  font-family: "Benton Sans Lt", sans-serif;
  padding: 0 0.3125rem;
  color: #1d1c20;
}
.User-menu .icon {
  margin-right: 0.4375rem;
  position: relative;
  top: 3px;
}
.User-menu .icon g {
  stroke: #555;
}

.User-dropdown {
  position: relative;
}
.User-dropdown__dropdown {
  display: none;
  background: white;
  border: 1px solid #d5dadf;
  -webkit-box-shadow: 0 0 25px 0 rgba(109, 22, 3, 0.14);
          box-shadow: 0 0 25px 0 rgba(109, 22, 3, 0.14);
  margin-top: 0.3125rem;
  min-width: 306px;
  padding: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
}
.User-dropdown__item, .editor-styles-wrapper .User-dropdown__item {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.User-dropdown__item li, .editor-styles-wrapper .User-dropdown__item li {
  display: inline-block;
}
.User-dropdown__item::before {
  content: none;
}
.User-dropdown__item:not(:first-child) {
  border-top: 1px solid #d5dadf;
}
.User-dropdown__item a,
.User-dropdown__item div {
  font-family: "Benton Sans Med", sans-serif;
  display: block;
  padding: 0.625rem 0;
  text-transform: none;
}

.Blurb {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  position: relative;
}
.Blurb.out {
  opacity: 0;
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}
.Blurb > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.Blurb--S > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Blurb:not(.Blurb--searchresult) > a {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.Blurb:not(.Blurb--searchresult) > a:hover {
  opacity: 0.87;
}
@media screen and (max-width: 1080px) {
  .Blurb--S, .Blurb--M {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .Blurb--XL {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.Blurb--XL, .Blurb--native, .Blurb--ownad {
  background-color: #f8f9f9;
  margin-bottom: 1.875rem;
}
.Blurb--ownad {
  text-align: center;
}
.Blurb--searchresult {
  border-top: 1px solid #d5dadf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 720px) {
  .Blurb--searchresult {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Blurb__premium-tag {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 1.125rem;
  border-bottom-left-radius: 1.125rem;
  padding: 6px;
  padding-left: 1rem;
  background: #1d1c20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Blurb__premium-tag span {
  color: white;
  margin-right: 5px;
  line-height: 19px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.Blurb__premium-tag .icon g {
  stroke: white;
}
.Blurb--M .Blurb__premium-tag {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  padding: 0;
  margin: 5px;
}
.Blurb__thumbnail {
  margin: 0;
}
.Blurb__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.Blurb--S .Blurb__thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 74px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 1rem;
  max-height: 100px;
  position: relative;
  overflow: hidden;
}
.Blurb--S .Blurb__thumbnail img {
  width: 131.5555555556px;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Blurb--searchresult .Blurb__thumbnail {
  margin-top: 1.25rem;
}
@media screen and (min-width: 720px) {
  .Blurb--searchresult .Blurb__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 178px;
            flex: 0 0 178px;
    max-width: 178px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 720px) {
  .Blurb--searchresult:first-child:not(.Blurb--no-image) .Blurb__thumbnail {
    margin-top: 1.5625rem;
  }
}
.Blurb--S .Blurb__content {
  min-width: 150px;
  padding: 0 0.625rem 0.625rem 0;
}
@media screen and (min-width: 720px) {
  .Blurb--S .Blurb__content {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 720px) {
  .Blurb--S .Blurb__content {
    padding: 0;
  }
}
.Blurb--M .Blurb__content {
  padding: 0.5625rem 0 0.625rem 0;
}
@media screen and (min-width: 720px) {
  .Blurb--M .Blurb__content {
    padding-top: 1.0625rem;
  }
}
.Blurb--L .Blurb__content {
  padding: 0.5625rem 0 1.875rem 0;
}
@media screen and (min-width: 720px) {
  .Blurb--L .Blurb__content {
    padding-top: 0.9375rem;
  }
}
.Blurb--XL .Blurb__content {
  padding: 1rem;
}
@media screen and (min-width: 720px) {
  .Blurb--XL .Blurb__content {
    padding: 1.375rem 1.875rem 2.8125rem 1.875rem;
  }
}
.Blurb--native .Blurb__content, .Blurb--ownad .Blurb__content {
  padding-right: 1rem;
  padding-left: 1rem;
}
.Blurb--searchresult .Blurb__content {
  padding: 1rem 0 0.625rem 0;
}
.Blurb--native .Blurb__content {
  border-left: 1px solid #02b0d6;
  border-right: 1px solid #02b0d6;
  border-bottom: 1px solid #02b0d6;
}
.Blurb--ownad .Blurb__content {
  border-left: 1px solid #d62802;
  border-right: 1px solid #d62802;
  border-bottom: 1px solid #d62802;
}
.Blurb--M.Blurb--ownad .Blurb__content {
  padding-bottom: 1.75rem;
}
.Blurb--native.Blurb--no-image .Blurb__content {
  border-top: 1px solid #02b0d6;
}
.Blurb--ownad.Blurb--no-image .Blurb__content {
  border-top: 1px solid #d62802;
}
.Blurb--XL.Blurb--signature .Blurb__content {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 720px) {
  .Blurb--XL.Blurb--signature .Blurb__content {
    padding-bottom: 2.8125rem;
  }
}
.Blurb--no-image:not(.Blurb--XL):not(.Blurb--ownad):not(.Blurb--native) .Blurb__content {
  padding-top: 0;
}
.Blurb.Blurb--searchresult .Blurb__author-name {
  color: #1d1c20;
  font-style: normal;
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.Blurb__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.archive.author .Blurb:not(.Blurb--XL) .Blurb__author {
  display: none;
}
.Blurb--S .Blurb__author-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}
.Blurb--XL .Blurb__author-image {
  width: 5.9375rem;
  height: 5.9375rem;
}
.Blurb__author-signature {
  position: absolute;
  top: 100%;
  margin-top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Blurb__title {
  width: 100%;
}
.Blurb--M .Blurb__title {
  margin: 0;
}
.Blurb--L .Blurb__title {
  margin: 0 0 0.4375rem 0;
}
.Blurb--XL .Blurb__title {
  margin: 0 0 0.625rem 0;
}
.Blurb--S .Blurb__title {
  margin: 0 0 0.3125rem 0;
}
.Blurb__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Blurb--XL .Blurb__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Blurb--M .Blurb__body {
  margin-top: 0.3125rem;
}
.Blurb--ownad .Blurb__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Blurb--ownad .Blurb__body .Button {
  margin-top: 1rem;
}
.Blurb__text {
  width: 100%;
}
.Blurb--searchresult .Blurb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Blurb__categories {
  color: #d62802;
}
.Blurb__categories, .editor-styles-wrapper .Blurb__categories {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.Blurb__categories li, .editor-styles-wrapper .Blurb__categories li {
  display: inline-block;
}
.Blurb__categories li:not(:last-child)::after {
  content: "/";
  color: #1d1c20;
  font-family: "Benton Sans Lt", sans-serif;
}
.Blurb--XL .Blurb__categories, .Blurb--L .Blurb__categories {
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .Blurb--S .Blurb__categories {
    margin-right: -74px;
  }
}
.Blurb--searchresult.Blurb--L .Blurb__categories {
  margin-bottom: 0;
}
.Blurb--XL .Blurb__meta, .Blurb--L .Blurb__meta {
  margin-bottom: 0.3125rem;
}
.Blurb--searchresult .Blurb__meta, .Blurb--quiz .Blurb__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .Blurb--searchresult .Blurb__meta, .Blurb--quiz .Blurb__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1420px) {
  .archive .Blurb--XL .Blurb__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.Blurb__date {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.Blurb--searchresult .Blurb__date {
  margin-bottom: 0;
}
.Blurb__summary {
  opacity: 0.65;
  margin-top: 0;
}
.Blurb--XL .Blurb__summary {
  opacity: 1;
}

.Blurb--quiz .Blurb__thumbnail {
  position: relative;
}
.Blurb__thumbnail-caption {
  color: #eef0f3;
  font-family: "glosa-headline-roman", serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (min-width: 420px) {
  .Blurb__thumbnail-caption {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .Blurb__thumbnail-caption {
    font-size: 48px;
    font-size: 3rem;
  }
}
.Blurb--featured .Blurb__thumbnail-caption {
  font-size: 58px;
  font-size: 3.625rem;
}
.Blurb--quiz .Blurb__categories {
  margin-right: 0.4166666667rem;
}

.Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button,
.Button, .Header-expanded .User-menu .menu-item:last-child a {
  line-height: normal;
  background-color: white;
  border-radius: 1.125rem;
  border: 1px solid #d62802;
  color: #d62802;
  text-decoration: none;
  height: 2.25rem;
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
}
.Header-expanded .User-menu .menu-item a:hover, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button:hover,
.Button:hover {
  background-color: rgba(214, 40, 2, 0.1);
  text-decoration: none;
}
.Header-expanded .User-menu .menu-item a:focus, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button:focus,
.Button:focus {
  outline: none;
}
@media screen and (min-width: 720px) {
  .Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button,
  .Button, .Header-expanded .User-menu .menu-item:last-child a {
    padding: 0 1.875rem;
  }
}

a.Button--2,
.Button--2 {
  border-color: #d62802;
  color: #d62802;
}
.Button--2:hover {
  background: rgba(214, 40, 2, 0.1);
}

.Promo-section .wp-block-buttons .wp-block-button:first-child:last-child .wp-block-button__link, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button--accent,
.Button--accent {
  background-color: #d62802;
  color: white;
}
.Promo-section .wp-block-buttons .wp-block-button:first-child:last-child .wp-block-button__link:hover, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button:hover,
.Button--accent:hover {
  background: #1d1c20;
  border-color: #1d1c20;
}

.Header-expanded .User-menu .menu-item a, a.Button--accent-2,
.Button--accent-2, .Header-expanded .User-menu .menu-item:last-child a {
  background-color: #d62802;
  border-color: #d62802;
  color: white;
}
.Header-expanded .User-menu .menu-item a:hover,
.Button--accent-2:hover {
  background: #1d1c20;
  border-color: #1d1c20;
}

a.Button--accent-3,
.Button--accent-3 {
  background-color: #d62802;
  border-color: #d62802;
  color: white;
}
.Button--accent-3:hover {
  background: #1d1c20;
  border-color: #1d1c20;
}

a.Button--secondary,
.Button--secondary {
  background-color: #1d1c20;
  border-color: #1d1c20;
  color: white;
}
.Button--secondary:hover {
  background: #d62802;
  border-color: #d62802;
}

a.Button--link,
.Button--link {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: "Benton Sans Med", sans-serif;
  text-transform: unset;
  font-size: 0.875rem;
  height: auto;
  padding: 0;
}
.Button--link:hover {
  background: transparent;
}

.Header-expanded .User-menu .menu-item a, .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button, a.Button--L,
.Button--L, .Header-expanded .User-menu .menu-item:last-child a {
  border-radius: 1.875rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  height: 3.75rem;
}

.carousel .flickity-prev-next-button, a.Button--unstyled,
.Button--unstyled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.carousel .flickity-prev-next-button:hover,
.Button--unstyled:hover {
  background-color: transparent;
}

a.Button--disabled,
.Button--disabled {
  cursor: not-allowed !important;
  background-color: #f8f9f9 !important;
  border-color: #b4b4b4 !important;
  color: #b4b4b4 !important;
  pointer-events: none !important;
}
a.Button__label,
.Button__label {
  color: #1d1c20;
}
a.Button__label::after,
.Button__label::after {
  content: "\A0";
}

/** Inline form */
.Inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 720px) {
  .Inline-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search .Inline-form {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 720px) {
  .search .Inline-form {
    margin-bottom: 1.875rem;
  }
}
.Inline-form label {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.Inline-form__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 2.6875rem;
  padding: 0 0 0 16px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
}
.icon + .Inline-form__field {
  padding-left: 3.4375rem;
}
@media screen and (min-width: 1080px) {
  .Inline-form__field {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.Inline-form__field:focus {
  outline: 0;
}
.Inline-form .icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Inline-form__submit {
  border: 0;
  border-radius: 2px;
  background-color: #d62802;
  color: #fff;
  font-family: "glosa-bold", serif;
  letter-spacing: 0.03125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 95px;
  height: 2.6875rem;
  padding: 0 1rem 0 0.8125rem;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 720px) {
  .Inline-form__submit {
    width: 100%;
  }
}
@media screen and (min-width: 420px) {
  .Inline-form__submit {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 1.875rem 0 1.6875rem;
  }
}
.Inline-form__submit:hover {
  background-color: #1d1c20;
  border-color: #1d1c20;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.Newsletter__rule form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Newsletter__rule form .rulemailer-email-check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.Newsletter__rule form label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Newsletter__rule form .Inline-form__field {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Newsletter__rule form .Inline-form__submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Newsletter__rule form div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1rem;
}
.Newsletter__rule form div input {
  margin-right: 0.625rem;
}
.Newsletter__rule form div a {
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 1.875rem;
}
.gform_wrapper.gravity-theme .gform_heading .gform_title {
  margin-bottom: 0.625rem;
}
.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
  .gform_wrapper.gravity-theme .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gform_wrapper.gravity-theme .ginput_container {
  max-width: 412px;
}
@media screen and (min-width: 1080px) {
  .gform_wrapper.gravity-theme .ginput_container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 412px;
            flex: 0 0 412px;
  }
}
.gform_wrapper.gravity-theme .gform_required_legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme input:not([type]), .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme select {
  border: 1px solid #e6e8ed;
  border-radius: 4px;
  color: #1d1c20;
  display: block;
  width: 100%;
  height: 34px;
  background-clip: padding-box;
  padding: 4px 8px;
  font-size: 18px;
  font-size: 1.125rem;
}
.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme input:not([type]):focus, .gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme select:focus {
  color: #1d1c20;
  background-color: #fff;
  border-color: #2bbbd4;
  outline: 0;
}
.gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input:not([type])::-webkit-input-placeholder, .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme select::-webkit-input-placeholder {
  color: #e6e8ed;
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme input:not([type])::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder {
  color: #e6e8ed;
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder, .gform_wrapper.gravity-theme input:not([type]):-ms-input-placeholder, .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme select:-ms-input-placeholder {
  color: #e6e8ed;
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .gform_wrapper.gravity-theme input:not([type])::-ms-input-placeholder, .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme select::-ms-input-placeholder {
  color: #e6e8ed;
  opacity: 1;
}
.gform_wrapper.gravity-theme input[type=color]::placeholder, .gform_wrapper.gravity-theme input[type=date]::placeholder, .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .gform_wrapper.gravity-theme input[type=email]::placeholder, .gform_wrapper.gravity-theme input[type=month]::placeholder, .gform_wrapper.gravity-theme input[type=number]::placeholder, .gform_wrapper.gravity-theme input[type=password]::placeholder, .gform_wrapper.gravity-theme input[type=search]::placeholder, .gform_wrapper.gravity-theme input[type=tel]::placeholder, .gform_wrapper.gravity-theme input[type=text]::placeholder, .gform_wrapper.gravity-theme input[type=time]::placeholder, .gform_wrapper.gravity-theme input[type=url]::placeholder, .gform_wrapper.gravity-theme input[type=week]::placeholder, .gform_wrapper.gravity-theme input:not([type])::placeholder, .gform_wrapper.gravity-theme textarea::placeholder, .gform_wrapper.gravity-theme select::placeholder {
  color: #e6e8ed;
  opacity: 1;
}
.gform_wrapper.gravity-theme select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCA0NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYzM3M2I7fTwvc3R5bGU+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDI2IDMwIDI2IDE1IDQ0IDAgMjYiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzAgMTggMCAxOCAxNSAwIDMwIDE4Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 34px;
}
.gform_wrapper.gravity-theme select[size], .gform_wrapper.gravity-theme select[multiple] {
  background-image: none;
  height: auto;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox],
.gform_wrapper.gravity-theme .gfield_checkbox input[type=radio],
.gform_wrapper.gravity-theme .gfield_radio input[type=checkbox],
.gform_wrapper.gravity-theme .gfield_radio input[type=radio] {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e6e8ed;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  margin-right: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]:checked,
.gform_wrapper.gravity-theme .gfield_radio input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjEgOS40IiBoZWlnaHQ9IjkuNCIgd2lkdGg9IjEyLjEiIHZpZXdCb3g9IjAgMCAxMi4xIDkuNCI+PHRpdGxlPmNoZWNrPC90aXRsZT48ZyBmaWxsPSIjZmZmZmZmIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNC43IDkuNEwwIDQuN2wxLjktMS45IDIuOCAyLjhMMTAuMiAwbDEuOSAxLjktNy40IDcuNXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  background-size: 10px 8px;
  background-color: #2bbbd4;
  border-color: #2bbbd4;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=radio],
.gform_wrapper.gravity-theme .gfield_radio input[type=radio] {
  border-radius: 50%;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=radio]:checked,
.gform_wrapper.gravity-theme .gfield_radio input[type=radio]:checked {
  border-color: #2bbbd4;
  position: relative;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=radio]:checked::before,
.gform_wrapper.gravity-theme .gfield_radio input[type=radio]:checked::before {
  content: "";
  border-radius: 50%;
  background-color: #2bbbd4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 31%;
  left: 30.1%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 18px;
  font-size: 1.125rem;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1080px) {
  .gform_wrapper.gravity-theme .gfield_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.gform_wrapper.gravity-theme .gf_readonly .gfield_label {
  opacity: 0.4;
}
.gform_wrapper.gravity-theme [aria-invalid=true] + label {
  color: #1d1c20;
}
.gform_wrapper.gravity-theme .gfield_error legend {
  color: #1d1c20;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color], .gform_wrapper.gravity-theme .gfield_error input[type=date], .gform_wrapper.gravity-theme .gfield_error input[type=datetime], .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local], .gform_wrapper.gravity-theme .gfield_error input[type=email], .gform_wrapper.gravity-theme .gfield_error input[type=month], .gform_wrapper.gravity-theme .gfield_error input[type=number], .gform_wrapper.gravity-theme .gfield_error input[type=password], .gform_wrapper.gravity-theme .gfield_error input[type=search], .gform_wrapper.gravity-theme .gfield_error input[type=tel], .gform_wrapper.gravity-theme .gfield_error input[type=text], .gform_wrapper.gravity-theme .gfield_error input[type=time], .gform_wrapper.gravity-theme .gfield_error input[type=url], .gform_wrapper.gravity-theme .gfield_error input[type=week], .gform_wrapper.gravity-theme .gfield_error input:not([type]), .gform_wrapper.gravity-theme .gfield_error textarea, .gform_wrapper.gravity-theme .gfield_error select,
.gform_wrapper.gravity-theme .gfield_error select {
  border: 1px solid #979797;
  background-color: #f2f2f2;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=date]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=month]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=time]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=week]::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input:not([type])::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error input:not([type])::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-moz-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=date]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=month]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=time]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=week]:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input:not([type]):-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=date]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=month]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=time]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=week]::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error input:not([type])::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield_error select::-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_error input[type=color]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=date]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=email]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=month]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=number]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=password]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=search]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=tel]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=text]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=time]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=url]::placeholder, .gform_wrapper.gravity-theme .gfield_error input[type=week]::placeholder, .gform_wrapper.gravity-theme .gfield_error input:not([type])::placeholder, .gform_wrapper.gravity-theme .gfield_error textarea::placeholder, .gform_wrapper.gravity-theme .gfield_error select::placeholder,
.gform_wrapper.gravity-theme .gfield_error select::placeholder {
  color: #979797;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  border: 0;
  background-color: transparent;
  color: #427187;
  padding: 0;
  margin: 0.625rem 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 1080px) {
  .gform_wrapper.gravity-theme .gfield_validation_message {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.625rem;
    margin-top: 0;
  }
}
.gform_wrapper.gravity-theme .gform_page_footer .Button--L {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.gform_wrapper.gravity-theme.quiz_wrapper {
  max-width: 46.25rem;
  margin-bottom: 1.875rem;
}
.single-post--longread .gform_wrapper.gravity-theme.quiz_wrapper {
  max-width: 48.75rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper img.gform_ajax_spinner {
  position: absolute;
  top: 1.875rem;
  right: 2.8125rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_heading .gform_title {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gf_progressbar_wrapper {
  margin-bottom: 1.875rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #1d1c20;
  font-size: 15px;
  font-size: 0.9375rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gf_progressbar_wrapper .gf_progressbar {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme.quiz_wrapper form {
  background-color: #eee;
  position: relative;
  padding: 1.875rem;
}
@media screen and (min-width: 720px) {
  .gform_wrapper.gravity-theme.quiz_wrapper form {
    padding: 1.875rem 2.8125rem;
  }
}
.gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gfield_label {
  line-height: 38px;
  margin-bottom: 1.875rem;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 720px) {
  .gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gfield_label {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gfield_required {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gchoice input[type=radio] {
  border: 2px solid #979797;
  width: 18px;
  height: 18px;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gchoice label {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gquiz-field .gchoice:not(:last-child) {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gfield_validation_message {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: block;
  padding-left: 0;
  margin: 0.625rem 0 0 0;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer::after {
  content: "";
  clear: both;
  display: table;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .Button--L,
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 720px) {
  .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .Button--L,
  .gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button {
    line-height: 1.6363636364;
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button {
  float: left;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_button {
  float: right;
}

#gquiz_confirmation_message {
  background-color: #eee;
  max-width: 46.25rem;
  padding: 1.875rem 2.8125rem;
  margin-bottom: 1.875rem;
}
.single-post--longread #gquiz_confirmation_message {
  max-width: 48.75rem;
}
#gquiz_confirmation_message .gquiz-container {
  margin-top: 1.875rem;
}
#gquiz_confirmation_message .gquiz-container .gquiz-field {
  margin-bottom: 1.875rem;
}
#gquiz_confirmation_message .gquiz-container .gquiz-field .gquiz-field-label {
  margin-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
#gquiz_confirmation_message .gquiz-container .gquiz-field p {
  display: inline;
}
#gquiz_confirmation_message .gquiz-container .gquiz-field p + img {
  margin-top: 0;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1.875rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1.875rem;
  height: auto;
}

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 1.875rem;
  }
  .alignright {
    float: right;
    margin-left: 1.875rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

@media screen and (min-width: 720px) {
  .Topdog__top-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1080px) {
  .Topdog .Blurb--S::before {
    content: "";
    border-top: 1px solid #d5dadf;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Topdog .Blurb--S {
    border-bottom: 1px solid #d5dadf;
    margin-bottom: 1rem;
  }
}
.Topdog .Blurb--S .Blurb__content {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
  .Topdog .Blurb--M {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1260px) {
  .Topdog {
    margin-bottom: -1rem;
  }
  .Topdog .Grid__col--delta--4 .Grid__col--delta--12 {
    padding-right: 0;
  }
  .Topdog .Grid__col--delta--3 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Topdog .Grid__col:last-child > .Blurb--S,
  .Topdog .Grid__col:last-child > .Blurb--M {
    border-bottom: none;
  }
}

.Curated-list {
  margin-bottom: 1.875rem;
}
.Page-content > .Curated-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .Curated-list .Blurb--S {
    margin-top: 1rem;
  }
  .Curated-list .Blurb--S::before {
    content: "";
    border-top: 1px solid #d5dadf;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Curated-list .Blurb--S {
    position: relative;
    height: 100%;
    margin-bottom: 0;
  }
  .Curated-list .Blurb--S::after {
    content: "";
    background: #b4b4b4;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -15px;
  }
}
@media screen and (max-width: 1080px) {
  .Curated-list .Grid__col:nth-child(4) > .Blurb--S {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 1080px) {
  .Curated-list .Grid__col:nth-child(5) > .Blurb--S {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 1260px) {
  .Curated-list .Blurb__summary {
    display: none;
  }
}
.Curated-list .Grid__col:last-child > .Blurb--S::after {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 1080px) {
  .Latest-list .Blurb__summary {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1260px) {
  .Topdog + .Latest-list .Grid__col:nth-child(1n) {
    padding-right: 5px;
  }
  .Topdog + .Latest-list .Grid__col:nth-child(2n) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Topdog + .Latest-list .Grid__col:nth-child(3n) {
    padding-left: 5px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1260px) {
  .Latest-list .Blurb__summary {
    display: none;
  }
}

.Meta {
  border-bottom: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .Meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Meta time {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.Meta p,
.Meta time {
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .Meta p:not(:first-child),
  .Meta time:not(:first-child) {
    margin-left: 1rem;
  }
}
.Meta a {
  color: #d62802;
}
.Meta--in-sidebar {
  border-bottom: none;
  margin-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .Meta--in-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Meta--in-sidebar:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1080px) {
  .Meta--in-sidebar p:not(:first-child),
  .Meta--in-sidebar time:not(:first-child) {
    margin-left: 0;
  }
}

.PostContent__Paywall {
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(204, 204, 204, 0.75);
          box-shadow: 0 0 1.5rem 0 rgba(204, 204, 204, 0.75);
  position: relative;
  text-align: center;
  z-index: 1;
}
.PostContent__Paywall__login {
  background: #f8f9f9;
  padding: 3.75rem 1.875rem 0 1.875rem;
  position: relative;
}
.PostContent__Paywall__login .Button {
  margin-top: 1.875rem;
}
.PostContent__Paywall__or {
  font-family: "Benton Sans Bd", sans-serif;
  padding: 1.875rem 0;
}
.PostContent__Paywall__subscribe {
  background: transparent;
  border-left: 5px solid #d62802;
}
.PostContent__Paywall__subscribe--no-embed {
  border-left: 0;
}
.PostContent__Paywall__subscribe__title {
  background: #d62802;
  color: white;
  padding: 1rem;
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__title {
  background: none;
  color: #1d1c20;
  padding-top: 1.875rem;
}
.PostContent__Paywall__subscribe__inner {
  max-width: 546px;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 1080px) {
  .PostContent__Paywall__subscribe__inner {
    padding: 2.875rem 0;
  }
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__inner {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.PostContent__Paywall__subscribe__content {
  padding: 0 22px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.PostContent__Paywall__subscribe__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Benton Sans Reg", sans-serif;
  margin-top: 0.5em;
  text-align: left;
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__content p {
  text-align: center;
}
.PostContent__Paywall__subscribe__content p + p:is(p) {
  margin-top: 1em;
}
.PostContent__Paywall__subscribe__content h2 + p:is(p),
.PostContent__Paywall__subscribe__content h3 + p:is(p),
.PostContent__Paywall__subscribe__content h4 + p:is(p),
.PostContent__Paywall__subscribe__content h5 + p:is(p),
.PostContent__Paywall__subscribe__content h6 + p:is(p) {
  margin-top: 1em;
}
.PostContent__Paywall__subscribe .Button {
  margin: 1.875rem auto 0 auto;
}
.PostContent__Paywall__embed {
  border: 0;
  width: 100%;
  height: 1000px;
}

.sesamy-protected-content {
  overflow: inherit;
  max-height: none;
}

.Info-box {
  background: #f8f9f9;
  padding: 1.875rem;
  position: relative;
}
.Info-box,
.Info-box p,
.Info-box ul,
.Info-box ol {
  font-family: "Benton Sans Reg", sans-serif;
}
.Info-box .wp-block-core-paragraph strong,
.Info-box .wp-block-core-paragraph b {
  font-family: "Benton Sans Med", sans-serif;
}
* + .Info-box, .Info-box + * {
  margin-top: 1.875rem;
}
@media screen and (max-width: 720px) {
  [data-align=left] .Info-box, [data-align=right] .Info-box, .Info-box.alignleft, .Info-box.alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  * + [data-align=left] .Info-box, * + [data-align=right] .Info-box, * + .Info-box.alignleft, * + .Info-box.alignright {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 720px) {
  [data-align=left] .Info-box, [data-align=right] .Info-box, .Info-box.alignleft, .Info-box.alignright {
    width: 44%;
  }
}
.Info-box__heading + *,
.Info-box h2 + *,
.Info-box h3 + *,
.Info-box h4 + *,
.Info-box h5 + *,
.Info-box h6 + *,
.Info-box .wp-block-core-heading + * {
  margin-top: 0.25em;
}
.Info-box p,
.Info-box ul,
.Info-box ol {
  max-width: 40.625rem;
}

.Toaster {
  background: black;
  color: white;
  padding: 1.875rem 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform ease-out 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  -o-transition: -o-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s, -o-transform ease-out 0.2s;
  z-index: 11;
}
.Toaster--show {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 1080px) {
  .single .Posts-by-related-cat {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 1080px) {
  .Popular-posts {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .Popular-posts .Blurb--S {
    position: relative;
    height: 100%;
  }
  .Popular-posts .Blurb--S::after {
    content: "";
    background: #b4b4b4;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -15px;
  }
}
.Popular-posts .Grid__col:last-child > .Blurb--S::after {
  display: none;
}

.Moderated-posts {
  margin: 1rem;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 720px) {
  .Moderated-posts {
    margin-top: -0.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .Moderated-posts {
    margin: 0;
    margin: 5px 0;
  }
}
.Moderated-posts .Grid {
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #1d1c20;
  padding-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1080px) {
  .Moderated-posts .Grid {
    border-bottom: none;
  }
}
@media screen and (max-width: 720px) {
  .Moderated-posts .Grid {
    padding-bottom: 10px;
  }
}
.Moderated-posts .Grid .Grid__col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 720px) {
  .Moderated-posts .Grid .Grid__col {
    padding-left: 0;
    padding-right: 0;
    width: 248px;
  }
}
.Moderated-posts .Grid .Grid__col:first-of-type {
  padding-left: 0;
}
.Moderated-posts .Grid .Grid__col:last-of-type {
  padding-right: 0;
}
.Moderated-posts .Grid .Grid__col:last-of-type .Blurb-text {
  width: 100% !important;
}
.Moderated-posts .Grid.flickity-enabled {
  display: inherit;
}
.Moderated-posts .Grid.flickity-enabled .Grid__col {
  opacity: 0.3;
}
.Moderated-posts .Grid.flickity-enabled .is-selected {
  opacity: 1;
}
.Moderated-posts .Grid .flickity-viewport {
  width: 100% !important;
}
.Moderated-posts .Grid .flickity-button {
  width: 60px !important;
}
.Moderated-posts .Grid .flickity-page-dots {
  display: none !important;
}
.Moderated-posts .Grid .Grid__col:last-of-type .Blurb-border {
  display: none;
}
.Moderated-posts .Grid .Blurb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Moderated-posts .Grid .Blurb a .Blurb-thumbnail {
  margin-right: 10px;
  height: 100%;
}
.Moderated-posts .Grid .Blurb a .Blurb-thumbnail .thumbnail img {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.Moderated-posts .Grid .Blurb a .Blurb-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 420px) {
  .Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text {
    width: 70%;
  }
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text .Blurb-title {
  margin: 0;
  line-height: 22px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text .Blurb-excerpt {
  max-height: 50px;
  overflow: hidden;
  display: none;
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text .Blurb-excerpt p {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 720px) {
  .Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-text .Blurb-excerpt {
    display: none;
  }
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-border {
  height: 60px;
  width: 1px;
  border-right: 1px solid #1d1c20;
}
@media screen and (max-width: 1080px) {
  .Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-border {
    border-color: #d5dadf;
  }
}
@media screen and (max-width: 720px) {
  .Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-border {
    display: none;
  }
}

.Most-Read {
  font-family: "Benton Sans Bd", sans-serif;
  font-size: 12px;
  background-color: #fdc204;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-bottom: 1rem;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.Authors-latest-posts-carousel {
  background-color: #f8f9f9;
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  margin-bottom: 30px;
}
.Authors-latest-posts-carousel h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 3rem;
}
.Authors-latest-posts-carousel article {
  width: 25%;
}
.Authors-latest-posts-carousel article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.Authors-latest-posts-carousel article a figure {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
  border-radius: 100%;
  width: 114px;
  height: 114px;
}
.Authors-latest-posts-carousel article a .Blurb__content {
  margin: 0;
}
.Authors-latest-posts-carousel article a .Blurb__content .Blurb__title {
  max-width: 300px;
}
.Authors-latest-posts-carousel article a .Blurb__content .Blurb__title .Blurb__author-name {
  display: block;
  margin-bottom: 0.3125rem;
}
.Authors-latest-posts-carousel article a .Blurb__content .Blurb__body {
  margin-top: 0.625rem;
}
.Authors-latest-posts-carousel article a .Blurb__categories {
  margin: auto;
}

.Grid-posts {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 720px) {
  .Grid-posts .Grid__col {
    width: 50%;
  }
  .Grid-posts .Grid__col .Blurb__summary {
    display: none;
  }
}

.Social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
.Social-share__link {
  background: transparent;
  border: 1px solid #d62802;
  border-radius: 1.40625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.625rem;
  height: 2.8125rem;
  width: 2.8125rem;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.Social-share__link svg {
  height: 18px !important;
}
.Social-share__link:hover {
  background: rgba(214, 40, 2, 0.1);
}
.Social-share__link .icon g {
  fill: #d62802;
}
@media screen and (min-width: 1080px) {
  .Social-share__link--whatsapp {
    display: none !important;
  }
}
.Social-share__link--comment-count {
  position: relative;
}
.Social-share__link--comment-count span {
  position: absolute;
  color: white;
  top: 11px;
}
.Social-share__link--comment-count .icon {
  height: 26px;
  margin-top: 6px;
  width: 28px;
}
.Social-share--longread {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1.375rem;
}
.Social-share--longread::before, .Social-share--longread::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #1d1c20;
}
.Social-share--longread::before {
  margin-right: 15px;
}
@media screen and (min-width: 720px) {
  .Social-share--longread::before {
    margin-right: 30px;
  }
}
.Social-share--longread::after {
  position: static;
  margin-left: 15px;
}
@media screen and (min-width: 720px) {
  .Social-share--longread::after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1420px) {
  .Social-share--longread > .Social-share__link:last-child::after {
    content: "";
    border-bottom: 1px solid #1d1c20;
    position: absolute;
    right: -100px;
    width: 100px;
  }
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 14, 11, 0.87);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 9;
}
.Overlay--search {
  z-index: 12;
}
.Overlay--menu, .Overlay--search {
  opacity: 0;
}
.Overlay--show, .expanded-menu-open-ready .Overlay--menu, .search-open-ready .Overlay--search {
  display: block;
}
.expanded-menu-open .Overlay--menu, .search-open .Overlay--search {
  opacity: 1;
}
.Overlay--lightbox {
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Newsletter {
  background: #ebefef;
  padding: 3.75rem 0;
  text-align: center;
}
.Newsletter__inner {
  max-width: 580px;
  margin: 0 auto;
}
.Newsletter__text {
  margin-top: 0.625rem;
}
.Newsletter__form {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.Breadcrumbs {
  color: #1d1c20;
  font-family: "Benton Sans Reg", sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 1.875rem;
  padding-top: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1080px) {
  .Breadcrumbs {
    margin-bottom: 3.75rem;
    padding-top: 0;
  }
}
.Breadcrumbs a {
  color: #d62802;
  font-family: "Benton Sans Cond Bd", sans-serif;
}
.Breadcrumbs .breadcrumb_last {
  color: #b4b4b4;
  font-family: "Benton Sans Bd", sans-serif;
}

.carousel {
  opacity: 0;
  position: relative;
}
.carousel.flickity-enabled {
  opacity: 1;
}
.carousel .flickity-prev-next-button {
  overflow: hidden;
  text-indent: -999em;
  background: url(/app/themes/fpgmedia/resources/assets/icons/fokus/arrow.svg) white no-repeat center;
  border: 1px solid #d62802;
  border-radius: 999em;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .carousel .flickity-prev-next-button {
    display: none;
  }
}
.carousel .flickity-prev-next-button[disabled] {
  display: none;
}
.carousel .flickity-prev-next-button svg {
  display: none;
}
.carousel .flickity-prev-next-button.next {
  right: 0.625rem;
}
@media screen and (min-width: 1380px) {
  .carousel .flickity-prev-next-button.next {
    left: 100%;
    right: auto;
    margin-left: 0.625rem;
  }
}
.carousel .flickity-prev-next-button.previous {
  left: 0.625rem;
  -webkit-transform: rotate(180deg) translateY(50%);
       -o-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 1380px) {
  .carousel .flickity-prev-next-button.previous {
    right: 100%;
    left: auto;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 720px) {
  .carousel .flickity-page-dots {
    display: none;
  }
}
.carousel .flickity-page-dots .dot {
  background: #1d1c20;
  border-radius: 0;
  height: 8px;
  width: 8px;
  margin: 0 3px;
}
.carousel .flickity-page-dots .dot.is-selected {
  background: #d62802;
}

.Issues {
  background: #f8f9f9;
  padding: 0 0 1.875rem 0;
  text-align: center;
}
.Issues__title, .Issues__title.is-style-section-header {
  font-family: "Benton Sans Cond Bla", sans-serif;
}
.Issues__items {
  margin-bottom: 0.625rem;
  position: relative;
}
.Issues__items::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f8f9f9));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9f9 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9f9 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f9f9 100%);
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .Issues__items {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1080px) {
  .Issues__items {
    margin-right: -15px;
  }
}
.Issues__item {
  padding-right: 1rem;
}
.Issues .carousel .flickity-prev-next-button {
  margin-top: -1.5625rem;
  z-index: 2;
}
.Issues .Issue__thumbnail img {
  width: 100%;
}
.Issues__button {
  margin-bottom: 1rem;
}

.FAQ {
  background-color: #f8f9f9;
}
.FAQ--standard {
  background-color: transparent;
}
.FAQ--standard h3 {
  display: none;
}
.FAQ--standard input {
  border: 1px solid #b9b9b9 !important;
}
.FAQ h3 {
  padding-top: 2em;
  text-align: center;
  font-size: 33px;
}
.FAQ .FAQ__Search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 63em;
  height: 3.5em;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 720px) {
  .FAQ .FAQ__Search {
    height: 2.5em;
  }
}
.FAQ .FAQ__Search input[name=faq-search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 0;
  outline: 0;
  background-color: white;
  padding-left: 2em;
}
.FAQ .FAQ__Search input[name=faq-search]:focus {
  outline: none !important;
}
.FAQ .FAQ__Search .search-btn {
  width: 6em;
  background-color: #d62802;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.FAQ .FAQ__Search .search-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.FAQ .FAQ_FAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
}
@media screen and (max-width: 1080px) {
  .FAQ .FAQ_FAQ {
    gap: 0;
    margin-top: 2em;
  }
}
.FAQ .FAQ_FAQ.hasSearched {
  gap: 0;
}
.FAQ .FAQ_FAQ .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.FAQ .FAQ_FAQ .column.full-width {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media screen and (max-width: 1080px) {
  .FAQ .FAQ_FAQ .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.FAQ .FAQ_FAQ .FAQ__item {
  padding: 18px;
  border-top: 0.75px solid rgba(93, 93, 93, 0.431372549);
  font-size: 18px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .FAQ .FAQ_FAQ .FAQ__item {
    padding: 10px;
    font-size: 15px;
  }
}
.FAQ .FAQ_FAQ .FAQ__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FAQ .FAQ_FAQ .FAQ__item--header .q {
  width: 90%;
  font-weight: bold;
}
.FAQ .FAQ_FAQ .FAQ__item--header .q:hover {
  cursor: pointer;
  text-decoration: underline;
}
.FAQ .FAQ_FAQ .FAQ__item--header .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.FAQ .FAQ_FAQ .FAQ__item--header .icon .icon-icon {
  display: inline-block;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.FAQ .FAQ_FAQ .FAQ__item .a {
  display: none;
  margin-top: 12px;
  margin-left: 5px;
}
.FAQ .FAQ_FAQ .FAQ__item .a a {
  color: #d62802;
}
.FAQ .FAQ_FAQ .FAQ__item.opened .icon-icon {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.FAQ .FAQ_FAQ .FAQ__item.opened .q {
  color: #d62802;
}

.Issue {
  display: block;
  margin-bottom: 1.75rem;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.Issue:hover {
  opacity: 0.87;
}
.Issue__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.Issue__title {
  font-family: "Benton Sans Bd", sans-serif;
  text-align: center;
  margin-top: 0.625rem;
  font-size: 11px;
  font-size: 0.6875rem;
}

.LatestIssue {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  background-color: #f8f9f9;
}
@media screen and (max-width: 420px) {
  .LatestIssue {
    padding-top: 0.625rem;
  }
}
.LatestIssue .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.LatestIssue .container .Issue-Image {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Image {
    width: 100%;
  }
}
.LatestIssue .container .Issue-Image img {
  height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  -o-object-position: top;
     object-position: top;
}
.LatestIssue .container .Issue-Info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Info {
    width: 100%;
  }
}
.LatestIssue .container .Issue-Info .pre-title {
  color: #055669;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}
.LatestIssue .container .Issue-Info .title {
  font-size: 54px;
}
@media screen and (max-width: 720px) {
  .LatestIssue .container .Issue-Info .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 490px) {
  .LatestIssue .container .Issue-Info .title {
    font-size: 30px;
  }
}
.LatestIssue .container .Issue-Info .Issue-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #b4b4b4;
  padding-top: 10px;
}
.LatestIssue .container .Issue-Info .Issue-articles .Issue-article {
  -webkit-box-flex: calc(50% - 15px);
      -ms-flex: calc(50% - 15px);
          flex: calc(50% - 15px);
  padding-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .LatestIssue .container .Issue-Info .Issue-articles .Issue-article {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.LatestIssue .container .Issue-Info .Issue-articles .Issue-article:nth-child(-n+2) {
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Info .Issue-articles .Issue-article {
    border-bottom: 1px solid #b4b4b4;
  }
}
.LatestIssue .container .Issue-Info .CTA-button {
  margin-top: 0.625rem;
}

.Dropdown {
  display: inline-block;
  position: relative;
}
.Dropdown__toggle {
  border: 0;
  background-color: transparent;
  font-family: "Benton Sans Cond Bla", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 720px) {
  .Dropdown__toggle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.Dropdown__toggle:hover {
  cursor: pointer;
}
.Dropdown__toggle:focus {
  outline: none;
}
.Dropdown__toggle svg {
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease;
}
.Dropdown__toggle--show svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Dropdown__menu {
  border: 1px solid #d5dadf;
  background-color: #fff;
  background-clip: padding-box;
  text-align: left;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 250px;
  max-height: 250px;
  overflow: auto;
  padding: 1rem 0;
  margin: 0;
  z-index: 1000;
}
.Dropdown__menu--show {
  display: block;
}
.Dropdown__item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  padding: 0;
  margin: 0 !important;
}
.Dropdown__item a {
  display: block;
  padding: 0.625rem 1rem;
}
.Dropdown__item a:hover {
  background-color: #d5dadf;
}

.Lightbox {
  position: relative;
}
.Lightbox figure {
  position: relative;
}
.Lightbox figure img {
  width: 100%;
  height: auto;
}
.Lightbox figcaption {
  background-color: #1d1c20;
  text-align: left;
  color: #fff;
  padding: 1rem;
  margin: -1px 0 0 0;
}
.Lightbox figcaption a {
  color: #ffb500;
}
.Lightbox__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 999em;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999em;
  background: url(/app/themes/fpgmedia/resources/assets/icons/fokus/close.svg) rgba(255, 255, 255, 0.2) no-repeat center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.spinner {
  display: block;
  width: 80px;
  height: 80px;
  margin: 20px auto;
}
.spinner::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
       -o-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes lds-dual-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.Order {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.Native-partners {
  background-color: #02b0d6;
  color: #fff;
  padding: 0.5208333333rem 1.25rem 0.4166666667rem 0.75rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 1080px) {
  .Native-partners {
    margin-top: 1.875rem;
  }
}
.single-post--longread .Native-partners {
  margin-bottom: 3.75rem;
}

.Cookie-notice {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  font-family: "Benton Sans Reg", sans-serif;
  z-index: 1050;
  position: fixed;
  right: 25px;
  bottom: 0;
  width: calc(100% - 50px);
  max-width: 260px;
  display: none;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: bottom 400ms ease, opacity 400ms ease;
  -o-transition: bottom 400ms ease, opacity 400ms ease;
  transition: bottom 400ms ease, opacity 400ms ease;
}
@media screen and (max-width: 1080px) {
  .Cookie-notice {
    right: 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 720px) {
  .Cookie-notice {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Cookie-notice.Cookie-notice--in {
  bottom: 25px;
  opacity: 1;
}
.Cookie-notice.Cookie-notice--is-open {
  display: block;
}
.Cookie-notice__body {
  line-height: 18px;
  font-size: 12px;
  font-size: 0.75rem;
}
.Cookie-notice__body a {
  color: #d62802;
}
.Cookie-notice__cta {
  text-align: right;
  margin-top: 9px;
}
.Cookie-notice__cta .Button {
  width: 100%;
}

.Takeover-ad {
  display: none;
  height: 100vh;
  overflow: hidden;
  z-index: 11;
  position: relative;
}
.Takeover-ad__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .Takeover-ad__header {
    padding: 1.875rem 60px;
  }
}
.Takeover-ad__image img {
  display: block;
  margin: 0 auto;
}
.Takeover-ad__image .Takeover-ad--croped-image img {
  height: auto;
  width: 100%;
}
.Takeover-ad__footer {
  background-color: black;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 18px 60px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .Takeover-ad__footer {
    text-align: center;
  }
}
.Takeover-ad__footer p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Benton Sans Cond Bd", sans-serif;
}
@media screen and (min-width: 720px) {
  .Takeover-ad__footer p {
    max-width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .Takeover-ad__footer p {
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .Takeover-ad__footer p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 720px) {
  .Takeover-ad__footer .Button {
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .Takeover-ad__footer {
    padding: 18px;
    display: block;
  }
}
.Takeover-ad__close {
  cursor: pointer;
}
.Takeover-ad__close a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Benton Sans Cond Bd", sans-serif;
}
@media screen and (max-width: 720px) {
  .Takeover-ad__close a {
    text-align: right;
  }
}
.Takeover-ad__close .icon {
  margin-left: 8px;
}
.Takeover-ad .custom-logo-link img {
  height: 34px;
  width: auto;
}
@media screen and (min-width: 1080px) {
  .Takeover-ad .custom-logo-link img {
    height: 44px;
  }
}

.Extra-extra {
  display: block;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #1d1c20;
}
@media screen and (max-width: 720px) {
  .Extra-extra {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .home .Extra-extra {
    border-bottom: 0;
    padding-top: 0;
  }
}
.Extra-extra__label {
  color: #d62802;
}

.Promo-section {
  background: #ebefef;
  padding: 3.75rem 0;
  text-align: center;
}
.Promo-section__inner {
  max-width: 580px;
  margin: 0 auto;
}
.Promo-section__text {
  margin-top: 0.625rem;
}
.Promo-section .wp-block-buttons {
  margin-top: 1.875rem;
}
.PodcastListItem {
  border-bottom: 1px solid #b4b4b4;
  padding: 24px 0;
}
.PodcastListItem:last-child {
  border-bottom: none;
}
.PodcastListItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PodcastListItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PodcastListItem__thumbnail {
  width: 120px;
  height: 120px;
  margin-right: 1rem;
}
@media screen and (max-width: 420px) {
  .PodcastListItem__thumbnail {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 350px) {
  .PodcastListItem__thumbnail {
    width: 60px;
    height: 60px;
  }
}
.PodcastListItem__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.PodcastListItem__title_and_date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PodcastListItem__meta__date_and_duration {
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: 400;
}

.PodcastTaxonomyBlurb {
  background-color: white;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  height: 95.6%;
}
.PodcastTaxonomyBlurb .Blurb__thumbnail {
  width: 100%;
  background-color: #d9d9d9;
}
.PodcastTaxonomyBlurb .Blurb__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.PodcastTaxonomyBlurb .Blurb__content {
  padding: 16px;
}
.PodcastTaxonomyBlurb .Blurb__content .Blurb__body {
  font-size: 18px;
  line-height: 26px;
}

.PodcastCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f4ef;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}
.PodcastCard.placeholder {
  gap: 20px;
  margin-bottom: 0 !important;
}
.PodcastCard.expired {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 490px) {
  .PodcastCard {
    height: auto !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.PodcastCard__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}
@media screen and (max-width: 490px) {
  .PodcastCard__content {
    margin-top: 0;
    margin-bottom: 23px;
    padding: 20px;
  }
}
.PodcastCard__content.placeholder {
  height: 112px !important;
  width: 100% !important;
  display: block;
}
.PodcastCard__image {
  height: 100%;
  width: 328px;
  padding: 15px;
}
.PodcastCard__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10%;
}
@media screen and (max-width: 490px) {
  .PodcastCard__image {
    width: 100%;
  }
}
.PodcastCard__image.placeholder {
  height: 400px !important;
  width: 100% !important;
  display: block;
}
.PodcastCard__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-family: "glosa-medium", serif;
  margin-bottom: 10px;
}
.PodcastCard__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.PodcastCard__body .Button {
  margin-top: 10px;
  background-color: white !important;
  border-color: white !important;
}
.PodcastCard__body .Button:hover {
  background-color: #d62802 !important;
  border-color: #d62802 !important;
  color: white !important;
}
.PodcastCard__nr-of-episodes {
  margin-top: 20px;
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.PodcastCard__share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: -20px;
  gap: 12px;
}
.PodcastCard__share-icons .Social-share__link {
  background: transparent;
}
.PodcastCard__share-icons svg path {
  fill: #d62802;
}
.PodcastCard__link {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.PodcastCard__link:hover {
  color: #000;
  text-decoration: underline;
}
.PodcastCard.PodcastCard__link {
  margin-bottom: 15px;
  height: 195px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.PodcastCard.PodcastCard__link .PodcastCard__image {
  overflow: auto;
  width: 200px;
  padding: 0;
}
@media screen and (max-width: 490px) {
  .PodcastCard.PodcastCard__link .PodcastCard__image {
    width: 100%;
  }
}
.PodcastCard.PodcastCard__link .PodcastCard__image img {
  border-radius: 0;
}
.PodcastCard.PodcastCard__link .PodcastCard__content {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .PodcastCard.PodcastCard__link .PodcastCard__content {
    padding: 20px;
  }
}
@media screen and (min-width: 490px) and (max-width: 720px) {
  .PodcastCard.PodcastCard__link .PodcastCard__title {
    font-size: 24px;
  }
}
.PodcastCard.PodcastCard__link:hover {
  cursor: pointer;
  text-decoration: inherit;
  opacity: 0.8;
}

.PodcastList {
  margin-top: 2em;
}

.PodcastListItem__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PodcastListItem__content .LeftColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.PodcastListItem__content .LeftColumn .podcast_image_container {
  position: relative;
}
.PodcastListItem__content .LeftColumn .podcast_image_container .PodcastPlayBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 10px;
  top: 10px;
  display: none;
}
.PodcastListItem__content .LeftColumn .podcast_image_container .PodcastListItem__image {
  width: 55px;
}
.PodcastListItem__content .LeftColumn .podcast_image_container:hover .PodcastPlayBtn {
  display: block;
}
@media screen and (max-width: 420px) {
  .PodcastListItem__content .LeftColumn .Blurb__title {
    font-size: 16px;
  }
}
.PodcastListItem__content .LeftColumn .podcast_link:hover {
  color: #000;
}
.PodcastListItem__content .LeftColumn .podcast_link:hover .Blurb__title {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d62802;
}
.PodcastListItem__content .RightColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PodcastEpisodeCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .PodcastEpisodeCard {
    height: auto !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.PodcastEpisodeCard__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
}
.PodcastEpisodeCard__content .Button {
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  .PodcastEpisodeCard__content {
    padding: 20px;
  }
}
.PodcastEpisodeCard__image {
  width: 294px;
  overflow: hidden;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 720px) {
  .PodcastEpisodeCard__image {
    height: 433px;
    width: 100%;
  }
}
.PodcastEpisodeCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.PodcastEpisodeCard__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-family: "glosa-medium", serif;
  margin-bottom: 10px;
  max-width: 95%;
}
@media screen and (max-width: 420px) {
  .PodcastEpisodeCard__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.PodcastEpisodeCard__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.PodcastEpisodeCard__nr-of-episodes {
  margin-top: 20px;
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.PodcastEpisodeCard__share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .PodcastEpisodeCard__share-icons {
    position: absolute;
    right: 24px;
    bottom: 30px;
  }
}
.PodcastEpisodeCard__link {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.PodcastEpisodeCard__link:hover {
  color: #000;
  text-decoration: underline;
}

.TemplateSubscription__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.75rem 0;
  padding-right: 15px;
  padding-left: 15px;
  gap: 20px;
}
.TemplateSubscription__image img {
  width: 100%;
}
.TemplateSubscription__title {
  max-width: 700px;
  font-size: 51px;
}
@media screen and (max-width: 780px) {
  .TemplateSubscription__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .TemplateSubscription__title {
    font-size: 30px;
  }
}
.TemplateSubscription__description {
  max-width: 700px;
}
.TemplateSubscription__column-left {
  width: calc(50% - 20px);
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1010px) {
  .TemplateSubscription__column-left {
    width: 100%;
  }
}
.TemplateSubscription__column-right {
  width: calc(50% - 20px);
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1010px) {
  .TemplateSubscription__column-right {
    width: 100%;
  }
}
.TemplateSubscription__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
}
.TemplateSubscription__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 28px;
  gap: 10px;
}
.TemplateSubscription__checkbox__icon {
  display: inline-block;
}
.TemplateSubscription__checkbox__text {
  display: inline-block;
  margin-left: 10px;
}
.TemplateSubscription__checkout {
  background-color: white;
  padding: 2em;
  border-radius: 15px;
}
.TemplateSubscription__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.TemplateSubscription__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .TemplateSubscription__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.TemplateSubscription__column:nth-child(even) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 800px) {
  .TemplateSubscription__column:nth-child(even) .image {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
.TemplateSubscription__column__image {
  width: calc(50% - 10px);
  background-color: #f7f7f7;
  min-height: 300px;
}
@media screen and (max-width: 800px) {
  .TemplateSubscription__column__image {
    width: 100%;
    min-height: auto;
  }
}
.TemplateSubscription__column__image:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.TemplateSubscription__column__image img {
  width: 100%;
}
.TemplateSubscription__column__text {
  width: calc(50% - 10px);
}
@media screen and (max-width: 800px) {
  .TemplateSubscription__column__text {
    width: 100%;
  }
}

.template-subscription-data .Site__main {
  margin-top: 0;
}

.TemplateAppSubscription .TemplateSubscription__small-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.TemplateAppSubscription .TemplateSubscription__small-images img {
  max-width: 125px;
}
.TemplateAppSubscription .TemplateSubscription__column-right .TemplateSubscription__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TemplateAppSubscription .TemplateSubscription__column-right .TemplateSubscription__image img {
  max-width: 468px;
}

.page-template-template-app-campaign .Site__main {
  margin-top: 0;
}
.page-template-template-app-campaign .Header__navigation {
  border-bottom: 0 !important;
}

.TopDog-Category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  width: 100%;
}
.TopDog-Category p {
  color: black;
}
.TopDog-Category :hover p {
  color: black;
}
@media screen and (max-width: 1080px) {
  .TopDog-Category {
    width: 100%;
    text-align: center;
  }
}
.TopDog-Category__body {
  text-align: left;
}
.TopDog-Category__body__title {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
}
.TopDog-Category__body__title b {
  font-family: "glosa-bold-italic", serif;
}
.TopDog-Category__body__text {
  font-size: 12px;
  font-family: "glosa-roman", serif;
  margin-top: -2px;
}
.TopDog-Category__body__icon svg path {
  stroke: black;
}
.TopDog-Category__image img {
  width: 100%;
  max-width: 66px;
  max-height: 47px;
}

.Topdog-Cat .Blurb--L a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.Topdog-Cat .Blurb--L .Blurb__thumbnail {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Topdog-Cat .Blurb--L .Blurb__content {
  width: 50%;
}
.Topdog-Cat .Blurb--XL .Blurb__content {
  background-color: #ecefef;
}
@media screen and (min-width: 1080px) {
  .Topdog-Cat .Blurb--XL .Blurb__thumbnail img {
    height: 332px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1080px) {
  .Topdog-Cat .Blurb--XL .Blurb__summary {
    font-size: 16px;
  }
}
.Topdog-Cat .Grid__col.Grid__col--delta--3 .Blurb__title {
  font-family: "glosa-roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Topdog-Cat .Grid__col.Grid__col--delta--3 .Blurb__author-name {
  display: block;
  margin-bottom: 4px;
  font-family: "glosa-bold-italic", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
}
.Topdog-Cat .Grid__col.Grid__col--delta--3 .Blurb__category {
  display: none;
}
@media screen and (min-width: 1080px) {
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 .Blurb__thumbnail img {
    max-height: 158px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 {
    width: 100%;
    margin-bottom: 20px;
  }
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 a .Blurb__thumbnail {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 a .Blurb__thumbnail img {
    max-height: 158px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    left: auto;
    max-width: 100%;
  }
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 a .Blurb__content {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 720px) {
  .Topdog-Cat .Grid__col--delta--4 .Grid__col--delta--12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1080px) {
  .Topdog-Cat .Grid__col .Grid__col--delta--8 article:last-of-type {
    margin-bottom: 20px;
  }
  .Topdog-Cat .Grid__col .Grid__col--delta--3 article:last-of-type {
    width: 100%;
  }
}

.PostsGridLarge__most-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 21px;
}
.PostsGridLarge__most-read-title {
  font-family: "glosa-headline-roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.PostsGridLarge__most-read hr {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.PostsGridLarge__most-read-item {
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.PostsGridLarge__most-read-item-count {
  font-family: "glosa-bold-italic", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  word-break: keep-all;
  color: #d62802;
}
.PostsGridLarge__most-read-item-blurb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PostsGridLarge__most-read-item .Blurb__author-name {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.PostsGridLarge__most-read-item .Blurb__author-image {
  display: none;
}
.PostsGridLarge__most-read-item .Blurb__title {
  font-size: 16px;
}
.PostsGridLarge__most-read-item .Blurb__text {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 1080px) {
  .PostsGridLarge__most-read-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .PostsGridLarge__post-grid {
    margin-top: 20px;
  }
}

.TopdogArchive {
  margin-bottom: 3.75rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
}
@media screen and (max-width: 1080px) {
  .TopdogArchive {
    margin-bottom: 1rem;
  }
}
.TopdogArchive .Blurb--S .Blurb__content {
  min-width: auto;
}
.TopdogArchive .Blurb--S .Blurb__author-image {
  width: 52px;
}
.TopdogArchive .Blurb__summary {
  display: none;
}
.TopdogArchive .Blurb__meta {
  display: none;
}
.TopdogArchive .Blurb__author-name {
  display: block;
  font-size: 16px;
}
.TopdogArchive .Blurb__title {
  font-family: "glosa-roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}
.TopdogArchive .Blurb__author-image {
  text-align: right;
}
.TopdogArchive .Blurb__author-image img {
  height: 52px;
  width: 52px;
}
.TopdogArchive__first .PostsGridLarge__most-read-item:last-child {
  border-bottom: 0;
}
.TopdogArchive__first .Blurb__title {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .TopdogArchive__first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1080px) and (min-width: 720px) {
  .TopdogArchive__first .PostsGridLarge__most-read-item:nth-last-child(2) {
    border-bottom: 0;
  }
}
.TopdogArchive__second .Blurb:first-child .Blurb__summary {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:first-child .Blurb__summary {
    font-size: 14px;
  }
}
.TopdogArchive__second .Blurb:first-child .Blurb__content {
  background: #ecefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:first-child .Blurb__content {
    padding: 0.9375rem;
  }
}
.TopdogArchive__second .Blurb:first-child .Blurb__author-image img {
  height: 74px;
  width: 74px;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:first-child .Blurb__author-image img {
    height: 62px;
    width: 62px;
  }
}
.TopdogArchive__second .Blurb:first-child .Blurb__title {
  font-size: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 110%;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:first-child .Blurb__title {
    font-size: 20px;
  }
}
.TopdogArchive__second .Blurb:first-child .Blurb__meta {
  display: none;
}
.TopdogArchive__second .Blurb:first-child .Blurb__body {
  width: 100%;
  margin-top: 5px;
}
.TopdogArchive__second .Blurb:first-child .Blurb__author-signature {
  display: none;
}
.TopdogArchive__second .Blurb:first-child .Blurb__author-name {
  font-size: 20px;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:first-child .Blurb__author-name {
    margin-bottom: 4px;
  }
}
.TopdogArchive__second .Blurb:last-child {
  margin-top: 20px;
  margin-bottom: 20px;
}
.TopdogArchive__second .Blurb:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:last-child a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogArchive__second .Blurb:last-child a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.TopdogArchive__second .Blurb:last-child a .Blurb__thumbnail {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .TopdogArchive__second .Blurb:last-child a .Blurb__thumbnail {
    padding-left: 15px;
  }
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:last-child a .Blurb__thumbnail {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .TopdogArchive__second .Blurb:last-child a .Blurb__thumbnail {
    display: none;
  }
}
.TopdogArchive__second .Blurb:last-child a .Blurb__author-name {
  margin-bottom: 5px;
}
.TopdogArchive__second .Blurb:last-child a .Blurb__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 490px) {
  .TopdogArchive__second .Blurb:last-child a .Blurb__content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
.TopdogArchive__third .Blurb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 0;
}
.TopdogArchive__third hr {
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .TopdogArchive__third .Blurb:last-child {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogArchive__hide-after-charlie {
    display: none;
  }
}

.FPA {
  margin-bottom: 10px;
}
.FPA .ad-tower iframe[width="300"] {
  margin-left: -7px;
}

@media screen and (min-width: 1080px) {
  .Blurb--book:not(:first-child):not(:nth-child(4n+1))::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 22px;
    left: calc(var(--gx, 2rem) * -0.5);
    border-left: 1px solid #e5e5e5;
    pointer-events: none;
  }
}
@media screen and (max-width: 1080px) {
  .Blurb--book {
    grid-column: 1/-1;
  }
  .Blurb--book:not(:last-child)::after {
    content: "";
    height: 1px;
    position: absolute;
    left: calc(var(--gx, 1.25rem) * -0.5);
    right: calc(var(--gx, 1.25rem) * -0.5);
    bottom: calc(var(--gy, 1.5rem) * -0.5);
    background-color: #e5e5e5;
    pointer-events: none;
  }
}
.Blurb--book-container {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}
.Blurb--book .Blurb__thumbnail {
  position: relative;
  z-index: 1;
  background-color: #f8f9f9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Blurb--book .Blurb__thumbnail::after {
  display: none;
}
.Blurb--book .Blurb__thumbnail.monthly {
  background-color: #feefef;
}
.Blurb--book .Blurb__thumbnail img {
  width: 136px;
  height: 209px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 136/209;
  -o-object-fit: cover;
     object-fit: cover;
}
.Blurb--book .Blurb__thumbnail .book-badge {
  position: absolute;
  top: 8px;
  right: 24px;
  z-index: 1;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
}
.Blurb--book .Blurb__thumbnail .book-badge svg {
  width: 90px;
  height: 90px;
}
.Blurb .Blurb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 0;
}
.Blurb .Blurb__content .Blurb__meta-book-author {
  color: #d62802;
  font-size: 10px;
  font-family: "Benton Sans Med", sans-serif;
}
.Blurb .Blurb__content .Blurb__meta-book-author:hover {
  color: #d62802;
}
.Blurb .Blurb__content .Blurb__body {
  margin-top: 0;
}
.Blurb .Blurb__content .Blurb__body .Blurb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.Blurb .Blurb__content .Blurb__body .Blurb__text .Blurb__summary {
  font-family: "glosa-roman", serif;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 0.875rem;
}
.Blurb .Blurb__content .Blurb__body .Blurb__text .Blurb__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "glosa-medium", serif;
}
.Blurb .Blurb__content .Blurb__body .Blurb__text .Blurb__price-wrapper--dashed {
  color: #515151;
  text-decoration: line-through;
}

.Blurb--book.BookPromo {
  background-color: #feefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .Blurb--book.BookPromo {
    gap: 1.5rem;
  }
}
.Blurb--book.BookPromo .BookPromo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.Blurb--book.BookPromo .BookPromo__content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "glosa-medium", serif;
  color: #d62802;
  line-height: 120%;
}
@media screen and (max-width: 1080px) {
  .Blurb--book.BookPromo .BookPromo__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Blurb--book.BookPromo .BookPromo__content-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "glosa-roman", serif;
}
.Blurb--book.BookPromo .BookPromo__image svg {
  width: 100%;
  max-height: 135.352px;
  height: auto;
  max-width: none;
  aspect-ratio: auto;
}

.PaywallEmail {
  padding: 24px 40px 40px 40px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .PaywallEmail {
    padding: 30px 20px 30px 20px;
  }
}
.PaywallEmail__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.PaywallEmail__Logo {
  width: 142px;
  height: auto;
  margin: 0 auto;
}
.PaywallEmail__Divider {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.PaywallEmail__Title {
  font-size: 32px !important;
  font-size: 2rem !important;
  font-family: "glosa-medium", serif;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 420px) {
  .PaywallEmail__Title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.PaywallEmail__Subtitle {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  text-align: center;
  margin: 0 !important;
}
.PaywallEmail__Bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.PaywallEmail__Bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.PaywallEmail__Bullet__Text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 160%;
}
.PaywallEmail__Input {
  width: 100%;
}
.PaywallEmail__Input input {
  border-radius: 4px;
  border: 1px solid #d62802;
  background: #fff;
}
.PaywallEmail__Button {
  width: 100%;
}
.PaywallEmail__Button button {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  width: 100%;
  max-width: none !important;
}
.PaywallEmail__Disclaimer__Text {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  text-align: center;
  color: #4b4b4b !important;
  margin: 0 !important;
  font-family: "Benton Sans Reg", sans-serif !important;
}
.PaywallEmail__Footer__Login {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-family: "Benton Sans Reg", sans-serif !important;
  text-align: center;
  margin: 0 !important;
}
.PaywallEmail__Footer__Login a {
  color: #d62802;
  text-decoration: none;
  font-weight: 600;
}
.PaywallEmail__Footer__Login a:hover {
  text-decoration: underline;
}

.Fackklubben-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem 0;
  }
}
.Fackklubben-hero-container__book-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container__book-item {
    padding-right: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Fackklubben-hero-container__book-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 22px;
    right: calc(var(--gx, 2rem) * -0.5);
    border-left: 1px solid #e5e5e5;
    pointer-events: none;
  }
}
.Fackklubben-hero-container__book-item-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #f8f9f9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 75px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container__book-item-thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 302px;
            flex: 1 0 302px;
    max-width: 302px;
  }
}
.Fackklubben-hero-container__book-item-thumbnail.monthly {
  background-color: #feefef;
}
.Fackklubben-hero-container__book-item-thumbnail-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 120px;
  height: 120px;
}
.Fackklubben-hero-container__book-item-thumbnail-badge svg {
  width: 120px;
  height: 120px;
}
.Fackklubben-hero-container__book-item-thumbnail img {
  max-width: 208px;
  width: 100%;
  height: 321px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container__book-item-thumbnail img {
    height: 313px;
    max-width: 100%;
  }
}
.Fackklubben-hero-container__book-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.Fackklubben-hero-container__book-item-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Fackklubben-hero-container__book-item-content-info:hover {
  opacity: 0.67;
}
.Fackklubben-hero-container__book-item-content-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.Fackklubben-hero-container__book-item-content-info-header-author {
  color: #d62802;
  font-size: 10px;
  font-family: "Benton Sans Med", sans-serif;
  text-transform: uppercase;
}
.Fackklubben-hero-container__book-item-content-info-header-author:hover {
  color: #d62802;
}
.Fackklubben-hero-container__book-item-content-info-header-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "glosa-medium", serif;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-info-header-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.Fackklubben-hero-container__book-item-content-info-excerpt p {
  font-family: "glosa-roman", serif;
  font-size: 16px;
  font-size: 1rem;
}
.Fackklubben-hero-container__book-item-content-info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-info-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Fackklubben-hero-container__book-item-content-info-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "glosa-medium", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.Fackklubben-hero-container__book-item-content-info-price-wrapper--dashed {
  color: #515151;
  text-decoration: line-through;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-info-price-button {
    width: 100%;
  }
}
.Fackklubben-hero-container__book-item-content-info-price-button .Button--accent {
  height: 32px !important;
  padding: 14px 16px 11px 16px !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-info-price-button .Button--accent {
    max-width: 100% !important;
    height: auto !important;
  }
}
.Fackklubben-hero-container__book-item-content-highlights {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-highlights .Single__highlights {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__book-item-content-highlights .Single__highlights-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 208px;
  }
}
.Fackklubben-hero-container__promo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-hero-container__promo-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 253px;
            flex: 1 0 253px;
    padding-left: 1rem;
  }
}
.Fackklubben-hero-container__promo-text p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "glosa-roman", serif;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-hero-container__promo-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Fackklubben-hero-container__promo-text .Button--secondary {
  height: 32px !important;
  padding: 14px 16px 11px 16px !important;
}

.Fackklubben-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  --min-width: 40px;
  --gx: min(2rem, 1.3262032086rem + 0.7130124777vw);
  --gy: min(3rem, 1.6524064171rem + 1.4260249554vw);
  padding: 2.125rem 0;
}
@media screen and (min-width: 1080px) {
  .Fackklubben-carousel {
    padding: 2.5rem 0;
  }
}
.Fackklubben-carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Fackklubben-carousel__header-text {
  max-width: 685px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel__header-text {
    gap: 0.688rem;
  }
}
.Fackklubben-carousel__header-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel__header-text h2 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.Fackklubben-carousel__header-text p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "glosa-roman", serif;
  line-height: 150%;
}
.Fackklubben-carousel__header-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "glosa-roman", serif;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #d62802;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel__header-link {
    position: absolute;
    top: 2.125rem;
    right: 1rem;
  }
}
.Fackklubben-carousel__header-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'10'%20height%3D'8'%20viewBox%3D'0%200%2010%208'%20fill%3D'none'%3E%3Cpath%20d%3D'M1%203.97363H9M9%203.97363L5.66667%200.973633M9%203.97363L5.66667%206.97363'%20stroke%3D'%23D62802'%20stroke-linecap%3D'square'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-size: 8px;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.Fackklubben-carousel__header-link:hover::after {
  -webkit-transform: translateX(2px);
       -o-transform: translateX(2px);
          transform: translateX(2px);
}
.Fackklubben-carousel-container {
  position: relative;
}
.Fackklubben-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(24px, 80vw, 170px);
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.59%, rgba(255, 255, 255, 0.78)), color-stop(63.7%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
}
.Fackklubben-carousel-container.is-scrolled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: clamp(24px, 80vw, 170px);
  pointer-events: none;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.59%, rgba(255, 255, 255, 0.78)), color-stop(63.7%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.78) 2.59%, rgba(255, 255, 255, 0) 63.7%);
}
.Fackklubben-carousel-container .Carousel--books {
  padding: 2.5rem 0 2.5rem 1.5rem;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel-container .Carousel--books {
    padding: 2.5rem 0 2.5rem 1rem;
  }
}
.Fackklubben-carousel-container .Carousel--books .flickity-viewport {
  overflow: visible;
}
@media screen and (min-width: 3750px) {
  .Fackklubben-carousel-container .Carousel--books .flickity-viewport {
    overflow: hidden;
  }
}
.Fackklubben-carousel-container .Carousel--books .Blurb--book {
  padding-right: 1rem !important;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel-container .Carousel--books .Blurb--book::after {
    display: none;
  }
}
.Fackklubben-carousel-container .Carousel--books .flickity-prev-next-button {
  background: url(/app/themes/fpgmedia/resources/assets/icons/fokus/arrow-right-red-bubble.svg) white no-repeat center !important;
  border: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel-container .Carousel--books .flickity-prev-next-button {
    display: block;
  }
}
.Fackklubben-carousel-container .Carousel--books .flickity-prev-next-button.next {
  right: 0.625rem !important;
  left: auto !important;
}
@media screen and (max-width: 1080px) {
  .Fackklubben-carousel-container .Carousel--books .flickity-prev-next-button.previous {
    display: none;
  }
}
.Fackklubben-carousel-container .Carousel--books .flickity-page-dots {
  display: none;
}

.Single__highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1080px) {
  .Single__highlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Single__highlights-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24%;
          flex: 1 0 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Single__highlights-item:hover {
  opacity: 0.67;
}
.Single__highlights-item-cat {
  color: #d62802;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Benton Sans Med", sans-serif;
}
.Single__highlights-item-cat:hover {
  color: #d62802;
}
.Single__highlights-item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.Single__highlights-item-title-wrapper-image img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Single__highlights-item-title-wrapper-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1080px) {
  .Single__highlights-item-title-wrapper-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Single__highlights-item-text {
  font-family: "glosa-roman", serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.Single__highlights-item-link {
  margin-top: auto;
  font-family: "glosa-roman", serif;
  font-size: 14px;
  color: #d62802;
}

.Single__author-note {
  background-color: #f8f9f9;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.Single__author-note-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
.Single__author-note-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .Single__author-note-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Single__author-note-content-text p {
  font-family: "glosa-roman", serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1080px) {
  .Single__author-note-content-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Single__author-note-content-text .icon-end.icon-end--inline {
  display: none;
}
.Single__author-note-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.Single__author-note-author-content img {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Single__author-note-author-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.Single__author-note-author-content-text p {
  margin: 0;
}
.Single__author-note-author-content-text-name {
  font-family: "glosa-bold-italic", serif;
  font-size: 16px;
  line-height: 120%;
  color: #d62802;
}
.Single__author-note-author-content-text-title {
  font-size: 12px;
}

.Single__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  font-family: "glosa-medium", serif;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 16px;
}
@media screen and (max-width: 1080px) {
  .Single__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Single__price--monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "glosa-medium", serif;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  .Single__price--monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Single__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.Single__price-wrapper-label {
  color: #d62802;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Benton Sans Med", sans-serif;
}
.Single__price-wrapper-label:hover {
  color: #d62802;
}
.Single__price-wrapper-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.Single__price-wrapper-prices--dashed {
  color: #515151;
  text-decoration: line-through;
}
.Single__price--buy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  height: 32px !important;
  padding: 12px 16px !important;
}
@media screen and (max-width: 1080px) {
  .Single__price--buy-button {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.Single__price--buy-button svg {
  margin-top: -0.313rem;
}

.Single__thumbnail.book {
  border-radius: 2px;
  background-color: #f8f9f9;
  height: 646px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-inline: 0;
}
.Single__thumbnail.book.monthly {
  background-color: #feefef;
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail.book.desktop {
    display: none;
  }
}
.Single__thumbnail.book.mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail.book.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Single__thumbnail.book img {
  width: 333px;
  height: 514px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 333/514;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail.book img {
    aspect-ratio: 220/339;
  }
}
.Single__thumbnail.book .Single__thumbnail-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail.book .Single__thumbnail-badge {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail.book .Single__thumbnail-badge svg {
    width: 120px;
    height: 120px;
  }
}

.MobileApp__Content {
  margin: 15px;
  border-radius: 8px;
}
.MobileApp__Subscribe {
  margin: 0 auto;
  max-width: 540px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.MobileApp__Subscribe__image img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.MobileApp__Subscribe__content {
  padding: 24px;
}
@media screen and (max-width: 400px) {
  .MobileApp__Subscribe__content {
    padding: 16px;
  }
}
.MobileApp__Subscribe__pre-title {
  font-family: "Benton Sans Cond Bd", sans-serif;
  margin-top: 15px;
}
.MobileApp__Subscribe__title {
  font-size: 1.875rem; /* 3xl */
  margin-top: 15px;
}
.MobileApp__Subscribe__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.MobileApp__Subscribe__buttons a {
  width: 100%;
  max-width: initial !important;
}
.MobileApp__Subscribe__bullets {
  margin-top: 12px;
  list-style: none;
  padding: 0;
}
.MobileApp__Subscribe__bullets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.MobileApp__Subscribe__bullets li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header {
  white-space: break-spaces;
  width: 100%;
  padding: 30px 0;
}

.wp-block-core-heading,
.wp-block-core-paragraph,
.wp-block-core-list,
.wp-block-quote,
.wp-block-buttons,
.wp-block-image,
.wp-block-group__inner-container,
.wp-block-columns,
.wp-block-gallery,
.wp-block-embed,
.wp-block-default,
.wp-block-file,
.wp-block-media-text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
}
.wp-block-core-heading .container,
.wp-block-core-paragraph .container,
.wp-block-core-list .container,
.wp-block-quote .container,
.wp-block-buttons .container,
.wp-block-image .container,
.wp-block-group__inner-container .container,
.wp-block-columns .container,
.wp-block-gallery .container,
.wp-block-embed .container,
.wp-block-default .container,
.wp-block-file .container,
.wp-block-media-text .container {
  width: auto;
  max-width: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.wp-block-columns .wp-block-core-heading, .wp-block-group__inner-container .wp-block-core-heading, .theme-pattern .wp-block-core-heading, .wp-block-media-text .wp-block-core-heading, .container .wp-block-core-heading,
.wp-block-columns .wp-block-core-paragraph,
.wp-block-group__inner-container .wp-block-core-paragraph,
.theme-pattern .wp-block-core-paragraph,
.wp-block-media-text .wp-block-core-paragraph,
.container .wp-block-core-paragraph,
.wp-block-columns .wp-block-core-list,
.wp-block-group__inner-container .wp-block-core-list,
.theme-pattern .wp-block-core-list,
.wp-block-media-text .wp-block-core-list,
.container .wp-block-core-list,
.wp-block-columns .wp-block-quote,
.wp-block-group__inner-container .wp-block-quote,
.theme-pattern .wp-block-quote,
.wp-block-media-text .wp-block-quote,
.container .wp-block-quote,
.wp-block-columns .wp-block-buttons,
.wp-block-group__inner-container .wp-block-buttons,
.theme-pattern .wp-block-buttons,
.wp-block-media-text .wp-block-buttons,
.container .wp-block-buttons,
.wp-block-columns .wp-block-image,
.wp-block-group__inner-container .wp-block-image,
.theme-pattern .wp-block-image,
.wp-block-media-text .wp-block-image,
.container .wp-block-image,
.wp-block-columns .wp-block-group__inner-container,
.wp-block-group__inner-container .wp-block-group__inner-container,
.theme-pattern .wp-block-group__inner-container,
.wp-block-media-text .wp-block-group__inner-container,
.container .wp-block-group__inner-container,
.wp-block-columns .wp-block-columns,
.wp-block-group__inner-container .wp-block-columns,
.theme-pattern .wp-block-columns,
.wp-block-media-text .wp-block-columns,
.container .wp-block-columns,
.wp-block-columns .wp-block-gallery,
.wp-block-group__inner-container .wp-block-gallery,
.theme-pattern .wp-block-gallery,
.wp-block-media-text .wp-block-gallery,
.container .wp-block-gallery,
.wp-block-columns .wp-block-embed,
.wp-block-group__inner-container .wp-block-embed,
.theme-pattern .wp-block-embed,
.wp-block-media-text .wp-block-embed,
.container .wp-block-embed,
.wp-block-columns .wp-block-default,
.wp-block-group__inner-container .wp-block-default,
.theme-pattern .wp-block-default,
.wp-block-media-text .wp-block-default,
.container .wp-block-default,
.wp-block-columns .wp-block-file,
.wp-block-group__inner-container .wp-block-file,
.theme-pattern .wp-block-file,
.wp-block-media-text .wp-block-file,
.container .wp-block-file,
.wp-block-columns .wp-block-media-text,
.wp-block-group__inner-container .wp-block-media-text,
.theme-pattern .wp-block-media-text,
.wp-block-media-text .wp-block-media-text,
.container .wp-block-media-text {
  width: auto;
  max-width: none;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

* + .gform_wrapper,
* + .gform_confirmation_wrapper {
  margin-top: 1.875rem;
}

.wp-block-image img {
  height: auto;
}
[data-align=left] .wp-block-image,
.wp-block-image .alignleft {
  margin-right: 1.875rem;
}
[data-align=right] .wp-block-image,
.wp-block-image .alignright {
  margin-left: 1.875rem;
}
[data-align=left] .wp-block-image, [data-align=right] .wp-block-image,
.wp-block-image .alignright,
.wp-block-image .alignleft {
  max-width: 378px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 720px) {
  [data-align=left] .wp-block-image, [data-align=right] .wp-block-image,
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none;
    max-width: none;
    margin: 0;
  }
}
* + .wp-block-image .alignright, * + .wp-block-image .alignleft {
  margin-top: 1.3em;
}
.wp-block-core-quote {
  margin: 2rem 0;
}

figure.wp-block-gallery {
  max-height: 740px;
  overflow-y: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
* + figure.wp-block-gallery, figure.wp-block-gallery + * {
  margin-top: 1.875rem;
}
.block-editor figure.wp-block-gallery {
  max-height: none;
}
figure.wp-block-gallery .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 30px 30px 0;
}
figure.wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  position: relative;
}
figure.wp-block-gallery .blocks-gallery-item figure > a,
figure.wp-block-gallery .blocks-gallery-item figure img {
  width: 100%;
  height: auto;
}
figure.wp-block-gallery .blocks-gallery-item figcaption {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1080px) {
  figure.wp-block-gallery .blocks-gallery-item figcaption {
    display: none;
  }
}
figure.wp-block-gallery .blocks-gallery-item:hover figcaption, .block-editor figure.wp-block-gallery .blocks-gallery-item figcaption {
  opacity: 1;
}
figure.wp-block-gallery .wp-block-gallery__show-more {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: white;
  cursor: pointer;
  font-family: "Benton Sans Med", sans-serif;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
figure.wp-block-gallery .wp-block-gallery__show-more::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 100%;
  left: 0;
}
figure.wp-block-gallery .wp-block-gallery__show-more::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2.1875rem;
  left: 50%;
  margin-left: -8px;
}
figure.wp-block-gallery .wp-block-gallery__show-more > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #1d1c20, #1d1c20 5px, white 6px, white 10px);
  background-image: -o-linear-gradient(left, #1d1c20, #1d1c20 5px, white 6px, white 10px);
  background-image: linear-gradient(to right, #1d1c20, #1d1c20 5px, white 6px, white 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

* + .wp-block-embed {
  margin-top: 1.875rem;
}
.wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
* + .wp-block-video {
  margin-top: 1.875rem;
}
.wp-block-video video {
  width: 100%;
  height: auto;
}
.Site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.admin-bar .Site {
  min-height: calc(100vh - 32px);
}
.Site__main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.Site__main > .container {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .Site__main {
    margin-top: 1.875rem;
  }
}
.Site__footer--hidden {
  height: 0;
  overflow: hidden;
}

.Single {
  color: #1d1c20;
}
.Single--checkout {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.Single--checkout .PostContent__Paywall__embed {
  margin-left: -22px;
  margin-right: -22px;
}
.finite-scroll-post .Single {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .finite-scroll-post .Single {
    padding-bottom: 3.75rem;
  }
}
.Single__categories {
  font-family: "Benton Sans Cond Bd", sans-serif;
  text-transform: uppercase;
  padding-top: 1rem;
}
.Single__categories, .editor-styles-wrapper .Single__categories {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.Single__categories li, .editor-styles-wrapper .Single__categories li {
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .Single__categories {
    padding-top: 0;
  }
}
.single-post:not(.single-post--longread) .Single__categories {
  margin-bottom: 36px;
}
@media screen and (min-width: 1080px) {
  .single-post:not(.single-post--longread) .Single__categories {
    margin-bottom: 45px;
  }
}
.Single__categories a {
  color: #d62802;
}
.Single__category {
  position: relative;
}
.Single__category + .Single__category {
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.Single__category + .Single__category::before {
  content: "/";
  font-family: "Benton Sans Reg", sans-serif;
  position: absolute;
  left: -0.4em;
}
.Single__title {
  margin-bottom: 1rem;
}
.Single--checkout .Single__title {
  text-align: center;
}
.Single__lead {
  max-width: 784px;
  margin: 0 0 1.875rem 0;
}
.Single__thumbnail {
  margin: 0 -15px 1.875rem -15px;
}
@media screen and (min-width: 1080px) {
  .Single__thumbnail {
    margin-left: 0;
    margin-right: 0;
  }
}
.Single__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.Single .Meta {
  font-family: "Benton Sans Cond Bd", sans-serif;
}
.Single__content {
  position: relative;
}
.Single__content::after {
  content: "";
  clear: both;
  display: table;
}
.Single__content * + ul,
.Single__content * + ol,
.Single__content * + .wp-block-core-list {
  margin-top: 1.3em;
}
.Single__content * + .wp-block-image.size-large,
.Single__content .wp-block-image.size-large + * {
  margin-top: 1.875rem;
}
.Single__content h2 + p, .Single__content h2 + .wp-block-core-paragraph,
.Single__content h3 + p,
.Single__content h3 + .wp-block-core-paragraph,
.Single__content h4 + p,
.Single__content h4 + .wp-block-core-paragraph,
.Single__content h5 + p,
.Single__content h5 + .wp-block-core-paragraph,
.Single__content h6 + p,
.Single__content h6 + .wp-block-core-paragraph,
.Single__content .wp-block-core-heading + p,
.Single__content .wp-block-core-heading + .wp-block-core-paragraph {
  margin-top: 0.25em;
}
.Single__content .wp-block {
  font-family: "glosa-roman", serif;
}
.Single__content .wp-block,
.Single__content .wp-block-embed,
.Single__content .wp-block-video,
.Single__content .wp-block-fpgmedia-info-box,
.Single__content .External-ad {
  max-width: 46.25rem;
}
.Single__content iframe {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .Single--page .Single__content {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1080px) {
  .Single__content .Social-share {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .Single__content .Social-share__link {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 720px) {
  .Single__checkout {
    margin-top: 3.75rem;
  }
}
.Single__checkout__under {
  padding: 1.875rem 0;
}
@media screen and (min-width: 720px) {
  .Single__checkout__under {
    padding: 3.75rem 0;
  }
}
.Single__checkout__confirmation {
  display: none;
}
.Single__checkout__confirmation .Button {
  margin: 1.875rem 0;
}
@media screen and (min-width: 720px) {
  .Single__checkout__confirmation .Button {
    margin: 3.75rem 0;
  }
}
.Single .wp-block:not(.wp-block-core-heading) > strong,
.Single .wp-block:not(.wp-block-core-heading) > b {
  font-family: "glosa-bold", serif;
}
.Single__taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Single__taxonomies, .editor-styles-wrapper .Single__taxonomies {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.Single__taxonomies li, .editor-styles-wrapper .Single__taxonomies li {
  display: inline-block;
}
.Single__term {
  margin-bottom: 0.625rem;
  white-space: nowrap;
}
.Single__term:not(:last-child) {
  margin-right: 0.625rem;
}
.Single__term a {
  border-radius: 999em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.25rem;
  padding: 1px 1rem 0 1rem;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.Single .wp-block a {
  color: #d62802;
}
.Single__protected {
  display: none;
}
.Single__footer {
  margin-top: 3rem;
}
@media screen and (max-width: 720px) {
  .Single__footer {
    margin-bottom: 1.875rem;
  }
}
.Single__subscribe-banner {
  background-color: #eaefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 0.85rem 1rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 420px) {
  .Single__subscribe-banner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Single__subscribe-banner span {
  color: #d62802;
  line-height: 1.3333333333;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 720px) {
  .Single__subscribe-banner span {
    line-height: 1.2857142857;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Single__subscribe-banner .icon {
  margin-left: 0.625rem;
}
@media screen and (max-width: 720px) {
  .Single__subscribe-banner .icon {
    -webkit-transform: translateY(-1px);
         -o-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (max-width: 420px) {
  .Single__subscribe-banner .icon {
    margin-left: 0;
  }
}
.Single .article-read-time {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d5d5d;
  margin-bottom: 1em;
  margin-top: -1em;
}

.finite-scroll-post {
  position: relative;
}
.finite-scroll-post::before {
  content: "";
  border-top: 1px solid #b4b4b4;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

.Longread {
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .Longread__thumbnail {
    margin-top: -1.875rem;
  }
}
.Longread__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.Longread__body {
  background: white;
  max-width: 986px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 720px) and (max-width: 1046px) {
  .Longread__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1046px) {
  .Longread:not(.Longread--no-image) .Longread__body {
    margin-top: -185px;
  }
}
.Longread__header {
  padding-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 986px) {
  .Longread__header {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 986px) {
  .Longread__header--has-partners {
    padding-top: 0;
  }
}
.Longread__header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Longread__header__meta .Meta {
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.Longread__header__meta *:not(:first-child) {
  margin-left: 0.625rem;
}
.Longread__categories {
  padding-top: 0;
}
.Longread__title {
  padding: 0 1.875rem;
}
@media screen and (min-width: 986px) {
  .Longread__title {
    padding: 0 3.75rem;
  }
}
* + .Longread__title {
  margin-top: 1rem;
}
.Longread__lead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
* + .Longread__lead {
  margin-top: 1.875rem;
}
.Longread__content .wp-block,
.Longread__content .wp-block-embed,
.Longread__content .wp-block-video,
.Longread__content .wp-block-fpgmedia-info-box:not(.alignright):not(.alignleft),
.Longread__content .wp-block-image:not(.alignfull),
.Longread__content .External-ad {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1046px) {
  .Longread__content .wp-block,
  .Longread__content .wp-block-embed,
  .Longread__content .wp-block-video,
  .Longread__content .wp-block-fpgmedia-info-box:not(.alignright):not(.alignleft),
  .Longread__content .wp-block-image:not(.alignfull),
  .Longread__content .External-ad {
    margin-left: 0;
  }
}
.Longread__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 1046px) {
  .Longread__author {
    position: absolute;
    width: 17.25rem;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1420px) {
  .Longread__header-author {
    display: none !important;
  }
}
.Longread__header-author .Longread__author {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.Longread__header-author .Longread__author figure {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 0.9375rem;
}
.Longread__header-author .Longread__author .Meta {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0.5rem;
}
.Longread__header-author .Longread__author .Meta__updated {
  font-size: 13px;
}
@media screen and (max-width: 720px) {
  .Longread__header-author .Longread__author .Meta__credit-photo {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .Longread__header-author .Longread__author {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Longread .Creditphoto {
  display: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .Longread .Creditphoto {
    text-align: left;
    display: block;
  }
}
.Longread__author-image {
  width: 8.25rem;
  height: 8.25rem;
  margin-bottom: 1rem;
}
.Longread__author--signature .Longread__author-image {
  margin-bottom: 3.75rem;
}
.Longread__author-signature {
  width: auto;
  height: 5.625rem;
  max-width: 8.75rem;
}
.Longread__author--image .Longread__author-signature {
  position: absolute;
  top: 8.25rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 720px) and (max-width: 1080px) {
  .Longread .Single__footer {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1420px) {
  .Longread .Single__footer .Meta {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .Longread .Single__taxonomies {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Longread .article-read-time {
  margin-top: 1rem;
  width: 100%;
  display: none;
}

.MyPages p {
  font-size: 18px;
  font-size: 1.125rem;
}
.MyPages__notice {
  background-color: #d62703;
  color: white;
  padding: 4px 7px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
}
.MyPages .MyPages__Header {
  text-align: center;
  color: white;
  background-color: #055669;
  padding: 6em;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Header {
    width: 100%;
    margin-top: 30px;
    padding: 56px 20px;
  }
}
.MyPages .MyPages__Header .Header__title {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
.MyPages .MyPages__Header .Header__message {
  color: white;
  font-size: 54px;
}
.MyPages .MyPages__Header .Header__message .header__first_name {
  text-transform: capitalize;
}
.MyPages .MyPages__Header .Header__excerpt {
  max-width: 35em;
  margin: 0 auto;
  margin-top: 0.625rem;
}
.MyPages .MyPages__Content {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.MyPages .MyPages__Content h2 {
  font-size: 33px;
}
.MyPages .MyPages__Content .Content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions {
    margin-right: 0;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1098039216);
  border-radius: 16px;
  padding: 18px 13px;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item {
    display: block;
    text-align: center;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item:hover {
  cursor: pointer;
  color: inherit;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item h4 {
  text-transform: uppercase;
  color: #055669;
  font-size: 18px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon {
  width: 4em;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon {
    width: 100%;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div {
  background-color: #055669;
  color: white;
  padding: 8px;
  border-radius: 100%;
  text-align: center;
  width: 63px;
  height: 63px;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div {
    width: 87px;
    height: 87px;
    padding: 21px;
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--icon div img {
  margin-top: -3px;
}
.MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content div {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__actions .grid .grid--item .grid--item--content h4 {
    font-size: 13px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__information {
  width: 26.4em;
}
@media screen and (max-width: 1200px) {
  .MyPages .MyPages__Content .Content__columns .Content__information {
    width: 20.4em;
  }
}
@media screen and (max-width: 900px) {
  .MyPages .MyPages__Content .Content__columns .Content__information {
    width: 100%;
    margin-top: 30px;
  }
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card {
  font-size: 16px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #f8f9f9;
  margin-bottom: 2rem;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card span {
  color: #5d5d5d;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice {
  background-color: #feefef;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice h3 {
  color: #d62802;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb {
  margin-top: 1rem;
  font-size: 11px;
  font-weight: bold;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb .marked {
  color: #d62802;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card--logout a {
  color: #d62802;
  font-weight: bold;
}

body.template-my-pages .Header__navigation {
  border: none !important;
}
body.template-my-pages .Site__main {
  margin-top: 0;
}
body.template-my-pages .Header {
  margin-bottom: 0 !important;
}
body.template-my-pages .Site__footer {
  margin-top: 0;
}

.template-my-pages-fokus .Newsletter__inner {
  background-color: white;
}

.finite-scroll .Sidebar {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .finite-scroll .Sidebar {
    padding-bottom: 3.75rem;
  }
}
.Sidebar__header {
  background-color: #1d1c20;
  color: white;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  line-height: normal;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1080px) {
  .Sidebar__header {
    margin-bottom: 0.5rem;
  }
}
.Sidebar > .Blurb,
.Sidebar .ownad .Blurb {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1080px) {
  .Sidebar__posts-by-term.flickity-enabled, .Sidebar__header {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1080px) {
  .Sidebar__posts-by-term {
    margin-bottom: 1rem;
  }
  .Sidebar__posts-by-term .Blurb--S {
    padding-bottom: 1rem;
  }
  .Sidebar__posts-by-term .Blurb--S:not(:last-child),
  .Sidebar__posts-by-term .Blurb--M:not(:last-child) {
    border-bottom: 1px solid #d5dadf;
    margin-bottom: 1rem;
  }
  .Sidebar__sticky {
    position: sticky;
    top: 1.875rem;
  }
}
.Sidebar .flickity-enabled {
  margin-bottom: 3.75rem;
  position: relative;
}
.Sidebar .flickity-enabled::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f8f9f9));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9f9 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9f9 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f9f9 100%);
  pointer-events: none;
}
.Sidebar .flickity-enabled .Blurb--S:not(:first-child):not(.is-selected)::before {
  content: "";
  border-left: 1px solid #d5dadf;
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0.625rem;
}

body#tinymce {
  margin: 12px !important;
}

.archive__header {
  font-size: 33px;
  font-size: 2.0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .archive__header {
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 720px) {
  .archive__header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.archive__header .Dropdown {
  margin-bottom: 0.75rem;
}
.archive__header .Dropdown + .is-style-section-header {
  padding-top: 1.125rem;
  padding-bottom: 0.625rem;
}
.archive__featured {
  text-align: center;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 0;
}
.archive__featured__image {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.archive__featured__title {
  color: #d62802;
  font-family: "glosa-roman-italic", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.archive__featured__description {
  font-family: "glosa-roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.archive__footer {
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}
.archive__footer::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(87%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 87%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 87%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 87%);
  background-repeat: repeat-x;
}
.archive__footer .Button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive__footer .Button--loading {
  pointer-events: none;
  opacity: 0.4;
}
.archive__footer .icon {
  margin-bottom: 1rem;
}
.archive__footer .splx-pagination {
  display: none;
}
.archive__more {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.archive__author h2 {
  text-align: center;
}
.archive__author__inner__description {
  margin-bottom: 1.875rem;
}
.archive__author__inner__description a {
  color: #d62802;
}
.archive__author__inner__factbox {
  background-color: #f8f9f9;
  margin-top: 1.875rem;
  padding: 1.875rem;
  position: relative;
}
.archive__author__inner__factbox ul {
  list-style: inside;
  list-style-type: square;
  padding: 0;
}
.archive__author__inner__factbox ul li {
  margin-bottom: 0.625rem;
}
.archive__author__inner__factbox a {
  color: #d62802;
}
.archive__author__inner__factbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-left: 8px solid #d62802;
  border-top: 8px solid #d62802;
}
@media screen and (min-width: 720px) {
  .archive__author__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
  .archive__author__inner__description {
    width: 70%;
    margin-bottom: 0;
  }
}
.archive .TopdogMain__RightColumn h2.wp-block-heading {
  margin-top: 11px;
}

.search__title {
  font-size: 18px;
  font-size: 1.125rem;
}
.search__title strong {
  font-family: "Benton Sans Med", sans-serif;
}
.search__footer {
  border-bottom: 1px solid #1d1c20;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
.search__footer .Button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__footer .icon {
  margin-bottom: 1rem;
}
.search__empty {
  margin-bottom: 1.875rem;
}
.search__empty a {
  color: #d62802;
}

.SearchPage {
  max-width: 840px;
  margin: 0 auto;
}
.SearchPage h1 {
  font-size: 41px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .SearchPage h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.SearchPage .Inline-form {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.Yearly-issues__title {
  text-align: center;
}
.Yearly-issues__title .Page-header {
  font-size: 33px;
  font-size: 2.0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .Yearly-issues__title .Page-header {
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 720px) {
  .Yearly-issues__title .Page-header {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.Yearly-issues__items {
  padding: 3.75rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f9f9), color-stop(50%, rgba(248, 249, 249, 0)));
  background-image: -webkit-linear-gradient(top, #f8f9f9 0, rgba(248, 249, 249, 0) 50%);
  background-image: -o-linear-gradient(top, #f8f9f9 0, rgba(248, 249, 249, 0) 50%);
  background-image: linear-gradient(to bottom, #f8f9f9 0, rgba(248, 249, 249, 0) 50%);
  background-repeat: repeat-x;
}
.Yearly-issues__items__title {
  font-family: "Benton Sans Cond Bla", sans-serif;
  line-height: 1.38;
  padding: 0;
  margin: 0 0 3.75rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.Yearly-issues__items .Issue__thumbnail {
  height: 237px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .Yearly-issues__items .Issue__thumbnail {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .Yearly-issues__items .Issue__thumbnail img {
    max-width: 250px;
    margin: auto;
  }
}

.Quiz-archive .wp-block-core-heading {
  margin-bottom: 3.75rem;
}

.Four-zero-four {
  text-align: center;
  max-width: 540px;
}
.Four-zero-four__text {
  font-family: "Benton Sans Lt", sans-serif;
  margin: 1rem 0 1.875rem 0;
}
.Four-zero-four__text a {
  color: #d62802;
}

.PodcastArchive__external_ad {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 3rem;
}
.PodcastArchive__latest-episodes {
  margin-top: 3.75rem;
}
.PodcastArchive .Grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.PodcastArchive .Grid__col {
  width: calc(25% - 20px);
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .PodcastArchive .Grid__col {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 490px) {
  .PodcastArchive .Grid__col {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  .PodcastArchive .Grid__col {
    margin-bottom: 20px;
  }
}
.PodcastArchive .Grid .PodcastCard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 720px) {
  .PodcastArchive .Grid .PodcastCard {
    max-width: 500px;
    margin: 0 auto;
  }
}
.PodcastArchive .Grid .PodcastCard__image {
  width: 100%;
  height: auto;
}
.PodcastArchive .Grid .PodcastCard__image img {
  height: auto;
}

.PodcastTaxonomyHeader {
  background-color: #f5f4ef;
  height: 361px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PodcastTaxonomyHeader h1 {
  margin-top: -69px;
}

.PodcastTaxonomy.container.episode {
  margin-top: -159px;
}

.PodcastTaxonomy__back-link {
  margin-bottom: 12px;
  display: block;
  color: gray;
  margin-top: -27px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.PodcastTaxonomy__back-link:hover {
  color: #d62802;
}
.PodcastTaxonomy .backButton {
  margin-bottom: 12px;
  display: block;
  color: gray;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.PodcastTaxonomy .backButton:hover {
  color: #d62802;
}

.category-is-featured .the-archive-feed .Blurb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-is-featured .the-archive-feed .Blurb__body {
  width: 100%;
}
.category-is-featured .the-archive-feed .Blurb__meta {
  display: none;
}
.category-is-featured .the-archive-feed .Blurb__author-name {
  display: block;
  font-size: 16px;
}
.category-is-featured .the-archive-feed .Blurb__title {
  font-family: "glosa-roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.category-is-featured .the-archive-feed .Blurb__author-image {
  text-align: right;
}
.category-is-featured .the-archive-feed .Blurb__author-image img {
  height: 52px;
  width: 52px;
}

.Single.book header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 1080px) {
  .Single.book header {
    gap: 1.5rem;
  }
}
.Single.book header .Single__header_text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 1080px) {
  .Single.book header .Single__header_text-content {
    gap: 1.5rem;
  }
}
.Single.book header .Single__header_text-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.Single.book header .Single__header_text-content-top .Single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  font-family: "Benton Sans Med", sans-serif;
}
.Single.book header .Single__header_text-content-top .Single__categories li {
  color: #d62802;
  font-size: 10px;
}
.Single.book header .Single__header_text-content-top .Single__categories li:hover {
  color: #d62802;
}
@media screen and (max-width: 1080px) {
  .Single.book header .Single__header_text-content-top .Single__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.Single.book .Single__content {
  margin-top: 1.5rem;
}
.Single.book .Single__content .wp-block-heading:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1080px) {
  .Grid__col:has(.Single) + .Sidebar.book-sidebar {
    width: 35%;
    margin: 0;
  }
  .Grid__col:has(.Single) + .Sidebar.book-sidebar .Sidebar__small {
    width: 300px;
    margin-left: auto;
  }
}
.single-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 1.5rem;
}

.archive__header.book {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem;
}
.archive__header.book .archive__header-title {
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 1080px) {
  .archive__header.book .archive__header-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.archive__header.book .archive__header-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 150%;
  font-family: "glosa-roman", serif;
}
@media screen and (max-width: 1080px) {
  .archive__header.book .archive__header-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.archive-book .target-load-posts {
  --items-to-show: 4;
  --min-width: 40px;
  --gx: min(2rem, 1.3262032086rem + 0.7130124777vw);
  --gy: min(3rem, 1.6524064171rem + 1.4260249554vw);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--min-width) - var(--gx), 100% / var(--items-to-show) - var(--gx)), 1fr));
  grid-gap: var(--gy) var(--gx);
  margin: 0 !important;
}
@media screen and (max-width: 1080px) {
  .archive-book .target-load-posts {
    grid-template-columns: 1fr;
  }
}
.archive-book .search__footer {
  margin-top: 4.75rem;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .archive-book .search__footer {
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
}
.archive-book .search__footer .Button--accent {
  padding: 14px 24px 11px 24px;
}
@media screen and (max-width: 1080px) {
  .archive-book .search__footer .Button--accent {
    width: 100%;
    max-width: 100%;
  }
}

.Header__back-to-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
  gap: 10px;
  font-family: "Benton Sans Cond Bd", sans-serif;
}
.Header__back-to-app span {
  margin-top: 4px;
}

.BastAttLeva {
  padding-bottom: 30px;
}
.BastAttLeva__white {
  background-color: #f5f4ef;
}
.BastAttLeva__header {
  padding: 0 0 0 0;
  height: 430px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .BastAttLeva__header {
    height: 270px;
  }
}
.BastAttLeva__header img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.BastAttLeva__placement-card {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  margin-bottom: 20px;
}
.BastAttLeva__placement-card h1 {
  text-align: center;
}
.BastAttLeva__placement-card .disclaimer-text {
  margin-bottom: 20px;
}
.BastAttLeva__placement-card a {
  color: #d62802;
}
.BastAttLeva .placement-card-intro {
  font-size: 54px;
  font-weight: 400;
  line-height: 64.8px;
  text-align: left;
}
.BastAttLeva__inner-content {
  max-width: 780px;
  margin: 0 auto;
}
.BastAttLeva__inner-content h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .BastAttLeva__inner-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .BastAttLeva__inner-content h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.BastAttLeva__content {
  padding: 0 0 0 0;
}
.BastAttLeva__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 2em 0;
}
.BastAttLeva__list a {
  padding: 20px 15px 20px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  background-color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.BastAttLeva__list__item {
  cursor: pointer;
}
.BastAttLeva__list__item:hover {
  background-color: #f5f4ef;
  color: black;
}
.BastAttLeva__breadcrumbs {
  text-transform: uppercase;
  color: #d62802;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  font-family: "Benton Sans Cond Bd", sans-serif;
}
.BastAttLeva__breadcrumbs .delimiter {
  font-family: "Benton Sans Reg", sans-serif;
}
.BastAttLeva__breadcrumbs a {
  color: #d62802;
}
.BastAttLeva__breadcrumbs a:hover {
  text-decoration: underline;
}
.BastAttLeva__map {
  width: 100%;
  height: 70vh;
  margin-top: 30px;
  text-align: center;
}
.BastAttLeva__map iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.BastAttLeva__results {
  overflow: scroll;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .BastAttLeva__results {
    width: 100%;
    max-height: 60vh;
    display: block;
  }
}
.BastAttLeva__results table {
  width: 100%;
}
.BastAttLeva__results table td,
.BastAttLeva__results table th {
  padding: 12px 15px 12px 15px;
  text-align: right;
}
.BastAttLeva__results table td.tablesorter-headerAsc, .BastAttLeva__results table td.tablesorter-headerDesc,
.BastAttLeva__results table th.tablesorter-headerAsc,
.BastAttLeva__results table th.tablesorter-headerDesc {
  background-color: #f5f4ef;
}
.BastAttLeva__results table td[data-link],
.BastAttLeva__results table th[data-link] {
  cursor: pointer;
}
.BastAttLeva__results table td[data-link]:hover,
.BastAttLeva__results table th[data-link]:hover {
  text-decoration: underline;
}
.BastAttLeva__results table td[aria-sort],
.BastAttLeva__results table th[aria-sort] {
  cursor: pointer;
}
.BastAttLeva__results table td[aria-sort]::after,
.BastAttLeva__results table th[aria-sort]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app/themes/fpgmedia/resources/assets/icons/fokus/bastattleva-sort.svg");
}
.BastAttLeva__results table td.arrow-down::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app/themes/fpgmedia/resources/assets/icons/fokus/bastattleva-arrow-down.svg");
}
.BastAttLeva__results table td.arrow-up::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app/themes/fpgmedia/resources/assets/icons/fokus/bastattleva-arrow-up.svg");
}
.BastAttLeva__results table td.tooltip-icon {
  position: relative;
}
.BastAttLeva__results table td.tooltip-icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 20px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app/themes/fpgmedia/resources/assets/icons/fokus/bastattleva-tooltip.svg");
}
.BastAttLeva__results table thead th {
  color: #055669;
  min-width: 135px;
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: #f8f9f9;
}
@media screen and (max-width: 500px) {
  .BastAttLeva__results table thead th {
    min-width: 135px;
  }
}
.BastAttLeva__results table th:first-child {
  text-align: left;
  min-width: 200px;
  position: sticky;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .BastAttLeva__results table th:first-child {
    min-width: 130px;
  }
}
.BastAttLeva__results table td:first-child {
  text-align: left;
  min-width: 200px;
  position: sticky;
  left: 0;
  background-color: #f8f9f9;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .BastAttLeva__results table td:first-child {
    min-width: 100px;
  }
}
.BastAttLeva__results table tbody tr:nth-child(odd) td {
  background-color: #f8f9f9;
}
.BastAttLeva__results table tbody tr:nth-child(even) td {
  background-color: #f5f4ef;
}
.BastAttLeva__data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 1em;
}
@media screen and (max-width: 590px) {
  .BastAttLeva__data-grid {
    grid-template-columns: 1fr;
  }
}
.BastAttLeva__data-grid-item {
  padding: 20px;
  gap: 10px;
  background-color: #f5f4ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BastAttLeva__data-grid-item:first-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 590px) {
  .BastAttLeva__data-grid-item:first-child {
    grid-column: 1;
  }
}
@media screen and (max-width: 590px) {
  .BastAttLeva__data-grid-item:not(:first-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 108px;
  }
}
.BastAttLeva__data-grid-item rect,
.BastAttLeva__data-grid-item path {
  shape-rendering: geometricPrecision;
}
.BastAttLeva__data-grid-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 590px) {
  .BastAttLeva__data-grid-item .info:not(:first-child) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.BastAttLeva__data-grid-item .value {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #b4b4b4;
}
.BastAttLeva__data-grid-item .value .big {
  font-family: "Benton Sans Cond Bd", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: black;
}
@media screen and (max-width: 590px) {
  .BastAttLeva__data-grid-item .value .big {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.BastAttLeva__share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.BastAttLeva__share-icons-title {
  margin-top: 10px;
}
.BastAttLeva__share-icons .Social-share__link {
  height: 2.3125rem;
  width: 2.3125rem;
}
.BastAttLeva__share-icons .Social-share__link svg {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.BastAttLeva .bal-compare {
  display: none;
  margin-top: 2em;
}
.BastAttLeva .remove-compare-with {
  background: #d62802;
  padding: 7px 16px 7px 16px;
  border-radius: 44px;
  color: white;
  font-size: 12px;
}
.BastAttLeva .remove-compare-with:hover {
  background: #e13b16;
  cursor: pointer;
}
.BastAttLeva .bal-compare-with-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.BastAttLeva .bast-att-leva-compare-card {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1019607843);
  border: 0;
  margin-top: 40px;
  padding: 20px;
}
.BastAttLeva .bast-att-leva-compare-card h2 {
  margin-bottom: 10px;
}
.BastAttLeva .bast-att-leva-compare-card .glosa {
  font-family: "glosa-roman", serif;
  font-size: 16px;
}
.BastAttLeva .bast-att-leva-compare-card select {
  width: 100%;
  height: 47px;
}
.BastAttLeva .bast-att-leva-compare-card .compare-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.BastAttLeva .bast-att-leva-compare-card .disclaimer-text {
  margin-top: 13px;
}
.BastAttLeva .bast-att-leva-compare-card .disclaimer-text a {
  color: #d62802;
}
.BastAttLeva .bast-att-leva-filter-btn-container {
  text-align: center;
  margin-top: 45px;
}
.BastAttLeva .bast-att-leva-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.BastAttLeva .bast-att-leva-filter-container .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.BastAttLeva .bast-att-leva-filter-container .filter .filter_input {
  min-width: 463px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  .BastAttLeva .bast-att-leva-filter-container .filter .filter_input {
    min-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .BastAttLeva .bast-att-leva-filter-container .filter .filter_input span {
    display: none;
  }
}
.BastAttLeva .bast-att-leva-filter-container .filter label {
  margin-right: 5px;
  font-family: "Benton Sans Cond Bd", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 80px;
}
.BastAttLeva .bast-att-leva-filter-container .filter input[type=range] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none; /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none; /* Override default CSS styles */
}
.BastAttLeva .bast-att-leva-filter-container .filter input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  background: #b4b4b4;
  border-radius: 25px;
}
.BastAttLeva .bast-att-leva-filter-container .filter input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #d62802;
  border-radius: 50%;
  margin-top: -5px;
}
.BastAttLeva .bast-att-leva-filter-container .filter input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #d62802;
  border-radius: 50%;
  margin-top: -5px;
}
.BastAttLeva .bast-att-leva-filter-container .filter input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #d62802;
  border-radius: 50%;
  margin-top: -5px;
}
.BastAttLeva .city-title {
  text-align: center;
  line-height: auto;
  font-size: 39px;
  margin-bottom: 10px;
}
.BastAttLeva .city-image {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 1em;
  margin-bottom: 2em;
}
.BastAttLeva .city-fact {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.BastAttLeva__filter-heading {
  font-size: 41px !important;
}

.template-bast-att-leva-resultat .Site__main,
.filtrera-fram-din-basta-plats-att-leva .Site__main {
  margin-top: 0;
}

.bast-att-leva-spinner-container {
  width: 100%;
  text-align: center;
}

.Single__lead, .Secondary-menu .menu-item a, .Primary-menu .menu-item a, .Header__navigation .menu-item a, .Single__content :is(h2), .Header__ticker a, .CategoryColumns .PostBlurb__title, .TaxonomyBlock__List .PostBlurb .PostBlurb__title, .TopdogMain .PostBlurb__title, .Sticket__title, .BlurbPodcastEpisode__Content__Text__Title, .PodcastBlock__Header__Title, .CategoryColumns__Item__Header__Title, .MostReadList__Item__Content__Details__Title .PostBlurb__title, .TaxonomyBlock__Header a, .ContentWithSidebar__Header__Title, .TopdogMain .TopDog-Category__body__title b, .TopdogMain .TopDog-Category__body__title, .TopdogMain__RightColumn .wp-block-core-heading h2:not(.is-style-section-header):first-child, .BlurbAuthor__title, .PodcastArchive .LatestEpisodes__list .PodcastListItem .Blurb__title, .Sidebar__header, .Header-menu__categories > ul .menu-item-has-children > a, .ArchivePage .Archive__PostList__Header__Title, .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header__title, .FeaturedArticleSidebar .FeaturedArticleMoreFrom__header__title, .SubscribeBox__Title, .PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__Title, .CategoryColumns .PostBlurb:first-of-type .PostBlurb__title, .TopdogMain__LeftColumn .PostBlurb:first-child .PostBlurb__title, .PostBlurb__title, .PodcastArchive .PodcastArchive__latest-episodes .archive__header, .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__title, .Posts-by-related-cat .is-style-section-header, .Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__title,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__title, .LatestIssue .container .Issue-articles .Issue-article :is(h2, h3, h4, h5, h6), .LatestIssue .container .Issue-Title .pre-title, .Footer__navigation :is(h3), .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h2), .PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Title, .TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__title,
.BlurbAuthorWithImage__title, .PodcastArchive .archive__header, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h1), .LatestIssue .container .title-wrapper .title, .Newsletter__heading, .TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title, .Single.SingleFeatured .Single__title, .Longread__title, .Single__title, .page-template-template-tt-news .TTNews__Content__Header__Title, .BastAttLeva__inner-content h1, h1,
h2,
h3,
h4,
h5,
h6, .Extra-extra {
  font-family: "glosa-medium", serif;
  font-weight: 500;
}

.Header__date, .Sticket__date, .PostBlurb__credit, .Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__meta .Blurb__author-name,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__meta .Blurb__author-name, .Single .Meta, .Header__ticker .ticker-label, .BlurbAuthor__content__text .PostBlurb__excerpt,
.BlurbAuthorWithImage__content__text .PostBlurb__excerpt, .Header-menu__categories > ul .sub-menu li, .Blurb__summary, .Blurb--XL .Blurb__summary, .TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content__Text .PostBlurb__excerpt, .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__body :is(p, a) {
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
}

.Longread__title, .Single__title, .page-template-template-tt-news .TTNews__Content__Header__Title, .BastAttLeva__inner-content h1 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.1;
}

.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title, .Single.SingleFeatured .Single__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
}

.LatestIssue .container .title-wrapper .title, .Newsletter__heading {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 120%;
}

.PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Title, .TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__title, .BlurbAuthor__title,
.BlurbAuthorWithImage__title, .PodcastArchive .archive__header, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h1) {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
}

.SubscribeBox__Title, .PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__Title, .CategoryColumns .PostBlurb:first-of-type .PostBlurb__title, .TopdogMain__LeftColumn .PostBlurb:first-child .PostBlurb__title, .PostBlurb__title, .PodcastArchive .PodcastArchive__latest-episodes .archive__header, .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__title, .Posts-by-related-cat .is-style-section-header, .Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__title,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__title, .LatestIssue .container .Issue-articles .Issue-article :is(h2, h3, h4, h5, h6), .LatestIssue .container .Issue-Title .pre-title, .Footer__navigation :is(h3), .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h2) {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.PodcastBlock__Header__Title, .CategoryColumns__Item__Header__Title, .MostReadList__Item__Content__Details__Title .PostBlurb__title, .TaxonomyBlock__Header a, .ContentWithSidebar__Header__Title, .TopdogMain .TopDog-Category__body__title b, .TopdogMain .TopDog-Category__body__title, .TopdogMain__RightColumn .wp-block-core-heading h2:not(.is-style-section-header):first-child, .BlurbAuthor__title, .PodcastArchive .LatestEpisodes__list .PodcastListItem .Blurb__title, .Sidebar__header, .Header-menu__categories > ul .menu-item-has-children > a, .ArchivePage .Archive__PostList__Header__Title, .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header__title, .FeaturedArticleSidebar .FeaturedArticleMoreFrom__header__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.Header__ticker a, .CategoryColumns .PostBlurb__title, .TaxonomyBlock__List .PostBlurb .PostBlurb__title, .TopdogMain .PostBlurb__title, .Sticket__title, .BlurbPodcastEpisode__Content__Text__Title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.Single__content :is(h2) {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content__Text .PostBlurb__excerpt, .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__body :is(p, a) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.Header__ticker .ticker-label, .BlurbAuthor__content__text .PostBlurb__excerpt,
.BlurbAuthorWithImage__content__text .PostBlurb__excerpt, .Header-menu__categories > ul .sub-menu li, .Blurb__summary, .Blurb--XL .Blurb__summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.BlurbAuthor__author_name .PostBlurb__author-name,
.BlurbAuthorWithImage__author_name .PostBlurb__author-name, .PostBlurb__title .author_name, .Longread__header-author .Longread__author-name, .Blurb__author-name, .Single.SingleFeatured .FeaturedArticleAuthor__author_name .PostBlurb__author-name, .FeaturedArticleSidebar .Sidebar__header .PostBlurb__author-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "glosa-bold-italic", serif;
  font-weight: bold;
  line-height: 1.2;
}

.MostReadList__Item__Content__Details__Title .PostBlurb__title .author_name, .Sticket__author_name .PostBlurb__author-name {
  font-size: 16px;
  font-size: 1rem;
  font-family: "glosa-bold-italic", serif;
  font-weight: bold;
  line-height: 1.2;
}

.Single .Meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

.PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__CategoryContainer__Category, .PostBlurb__category, .BlurbPodcastEpisode__Content__Text__CategoryContainer__Category, .Single .Breadcrumbs a,
.Single .Breadcrumbs span, .Single__categories .Single__category + .Single__category::before, .Single__categories .Single__category a, .Blurb__categories li:not(:last-child)::after {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Benton Sans Med", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__nr-of-episodes, .Longread__categories .Longread__category a, .Longread__categories .Longread__category + .Longread__category::before, .Single .Native-partners, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .dat, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .byline, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Time, .page-template-template-tt-news .TTNews__Content__Header__PreTitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Benton Sans Med", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.Header__date, .Sticket__date, .PostBlurb__credit, .Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__meta .Blurb__author-name,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__meta .Blurb__author-name {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.Secondary-menu .menu-item a, .Primary-menu .menu-item a, .Header__navigation .menu-item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.MostReadList__Item__Content__Place__Number {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "glosa-bold", serif;
  font-weight: bold;
  line-height: normal;
}

.Footer .footer-copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "glosa-roman", serif;
  font-weight: 400;
  line-height: 1.5;
}

.SubscribeBox__Description, .PodcastBlock__Header__Link:last-of-type, .TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category__body__text, .PostBlurb__excerpt, .PodcastArchive .LatestEpisodes__list .PodcastListItem .date, .LatestIssue .container .Issue-articles .Issue-article :is(p), .Single__content .wp-block-image .alignright figcaption,
.Single__content .wp-block-image .alignleft figcaption,
.Single__content .wp-block-image .is-style-rounded figcaption, .Single__content .wp-block-image.alignright figcaption, .Single__content .wp-block-image.alignleft figcaption, .Single__content .wp-block-image.is-style-rounded figcaption, .Single__content .wp-block-image figcaption, a.Arrow--link,
.Arrow--link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "glosa-roman", serif;
  font-weight: 400;
  line-height: 1.5;
}

.PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Description, .TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__excerpt, .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__body, .Newsletter__form form input[type=email], .Header-menu__user li a, .Header-menu__inner ul .menu-item > a, .Footer__textarea__item, .Footer__navigation a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "glosa-roman", serif;
  font-weight: 400;
  line-height: 1.5;
}

.Newsletter__text, .Longread__lead, .Single__content p, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h3, h4, h5, h6, p, a),
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .bodytext {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "glosa-roman", serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .Newsletter__text, .Longread__lead, .Single__content p, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h3, h4, h5, h6, p, a),
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .bodytext {
    font-size: 16px;
    font-size: 1rem;
  }
}

.Single__lead {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "glosa-roman", serif;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 720px) {
  .Single__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.Button.PodcastPlayBtn, .Button--accent.PodcastPlayBtn,
a.Button.PodcastPlayBtn,
a.Button--accent.PodcastPlayBtn, .Header .Button.Button--login:not(.Button-my-pages), .Button--login.Button, .Button--secondary.Button,
a.Button--login.Button,
a.Button--secondary.Button, .PostListWithSidebar__LoadMore__Btn.Button, .Newsletter__form form button[type=submit], .Header-menu__inner [role=search] input[type=submit], .Single__taxonomies .Single__term a, .Header .Button.Button-my-pages, .Header .Button.Button--accent, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button, .Button--accent.Button, .Button--accent-2.Button,
a.Button--accent.Button,
a.Button--accent-2.Button {
  --btn-py: 0.875rem;
  --btn-px: 1.5rem;
  --btn-py-b: 11px;
  --btn-br: 2px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: var(--btn-br, 0);
  padding: var(--btn-py, 8px) var(--btn-px, 16px) var(--btn-py-b, 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "glosa-medium", serif;
  font-weight: 500;
  line-height: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: none;
  height: auto;
  cursor: pointer;
  border: 1px solid var(--btn-bc, transparent);
  color: var(--btn-fg, #1d1c20);
  background-color: var(--btn-bg, transparent);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 720px) {
  .Button.PodcastPlayBtn, .Button--accent.PodcastPlayBtn,
  a.Button.PodcastPlayBtn,
  a.Button--accent.PodcastPlayBtn, .Header .Button.Button--login:not(.Button-my-pages), .Button--login.Button, .Button--secondary.Button,
  a.Button--login.Button,
  a.Button--secondary.Button, .PostListWithSidebar__LoadMore__Btn.Button, .Newsletter__form form button[type=submit], .Header-menu__inner [role=search] input[type=submit], .Single__taxonomies .Single__term a, .Header .Button.Button-my-pages, .Header .Button.Button--accent, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button, .Button--accent.Button, .Button--accent-2.Button,
  a.Button--accent.Button,
  a.Button--accent-2.Button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.Header__top_menu a.Button, .Header .Button.Button-my-pages, .Header .Button.Button--login:not(.Button-my-pages), .Header .Button.Button--accent {
  --btn-px: 1rem;
}
@media screen and (max-width: 720px) {
  .Header__top_menu a.Button, .Header .Button.Button-my-pages, .Header .Button.Button--login:not(.Button-my-pages), .Header .Button.Button--accent {
    --btn-px: 0.875rem;
  }
}

.PostListWithSidebar__LoadMore__Btn.Button, .Newsletter__form form button[type=submit], .Header-menu__inner [role=search] input[type=submit], .Single__taxonomies .Single__term a, .Header .Button.Button-my-pages, .Header .Button.Button--accent, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button, .Button--accent.Button, .Button--accent-2.Button,
a.Button--accent.Button,
a.Button--accent-2.Button {
  --btn-bg: #d62802;
  --btn-fg: #fff;
  --btn-bc: #d62802;
}
.PostListWithSidebar__LoadMore__Btn.Button:hover, .Newsletter__form form button[type=submit]:hover, .Header-menu__inner [role=search] input[type=submit]:hover, .Single__taxonomies .Single__term a:hover, .Header .Button.Button-my-pages:hover, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button:hover, .Button--accent.Button:hover, .Button--accent-2.Button:hover {
  --btn-fg: #fff;
  --btn-bg: #b22102;
  --btn-bc: #b22102;
}
.PostListWithSidebar__LoadMore__Btn.Button:disabled, .Newsletter__form form button[type=submit]:disabled, .Header-menu__inner [role=search] input[type=submit]:disabled, .Single__taxonomies .Single__term a:disabled, .Header .Button.Button-my-pages:disabled, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button:disabled, .Button--accent.Button:disabled, .Button--accent-2.Button:disabled {
  --btn-fg: #515151;
  --btn-bg: #ecefef;
  --btn-bc: #ecefef;
}

.Header .Button.Button--login:not(.Button-my-pages), .Button--login.Button, .Button--secondary.Button,
a.Button--login.Button,
a.Button--secondary.Button {
  --btn-fg: #000;
  --btn-bg: transparent;
  --btn-bc: #b4b4b4;
}
.Header .Button.Button--login:hover:not(.Button-my-pages), .Button--login.Button:hover, .Button--secondary.Button:hover {
  --btn-fg: #000;
  --btn-bg: transparent;
  --btn-bc: #000;
}
.Header .Button.Button--login:disabled:not(.Button-my-pages), .Button--login.Button:disabled, .Button--secondary.Button:disabled {
  --btn-fg: #515151;
  --btn-bg: transparent;
  --btn-bc: #ecefef;
}

.Button.PodcastPlayBtn, .Button--accent.PodcastPlayBtn,
a.Button.PodcastPlayBtn,
a.Button--accent.PodcastPlayBtn {
  --btn-py: 9px;
  --btn-py-b: 7px;
  --btn-px: 16px;
  --btn-fg: #d62802;
  --btn-bg: #feefef;
  --btn-bc: #feefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.Button.PodcastPlayBtn::before, .Button--accent.PodcastPlayBtn::before {
  content: "";
  color: var(--btn-fg);
  height: 0.875rem;
  width: 0.875rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.75%208.66667H3.5C3.80942%208.66667%204.10617%208.78958%204.32496%209.00838C4.54375%209.22717%204.66667%209.52391%204.66667%209.83333V11.5833C4.66667%2011.8928%204.54375%2012.1895%204.32496%2012.4083C4.10617%2012.6271%203.80942%2012.75%203.5%2012.75H2.91667C2.60725%2012.75%202.3105%2012.6271%202.09171%2012.4083C1.87292%2012.1895%201.75%2011.8928%201.75%2011.5833V7.5C1.75%206.10761%202.30312%204.77226%203.28769%203.78769C4.27226%202.80312%205.60761%202.25%207%202.25C8.39239%202.25%209.72774%202.80312%2010.7123%203.78769C11.6969%204.77226%2012.25%206.10761%2012.25%207.5V11.5833C12.25%2011.8928%2012.1271%2012.1895%2011.9083%2012.4083C11.6895%2012.6271%2011.3928%2012.75%2011.0833%2012.75H10.5C10.1906%2012.75%209.89383%2012.6271%209.67504%2012.4083C9.45625%2012.1895%209.33333%2011.8928%209.33333%2011.5833V9.83333C9.33333%209.52391%209.45625%209.22717%209.67504%209.00838C9.89383%208.78958%2010.1906%208.66667%2010.5%208.66667H12.25%22%20stroke%3D%22%23D62802%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -2px;
}
.Button.PodcastPlayBtn:hover, .Button--accent.PodcastPlayBtn:hover {
  --btn-fg: #fff;
  --btn-bg: #b22102;
  --btn-bc: #b22102;
}
.Button.PodcastPlayBtn:hover::before, .Button--accent.PodcastPlayBtn:hover::before {
  -webkit-filter: grayscale(1) invert(1) brightness(10);
          filter: grayscale(1) invert(1) brightness(10);
}
@media screen and (max-width: 720px) {
  .Button.PodcastPlayBtn, .Button--accent.PodcastPlayBtn,
  a.Button.PodcastPlayBtn,
  a.Button--accent.PodcastPlayBtn {
    --btn-px: 14px;
    gap: 0.375rem;
  }
  .Button.PodcastPlayBtn::before, .Button--accent.PodcastPlayBtn::before {
    height: 0.75rem;
    width: 0.75rem;
  }
}

.custom-grid-1 {
  --posts: 1;
  --gy: var(--spacing-gutter, 1.5rem);
  --gx: var(--spacing-gutter, 1.5rem);
}
.custom-grid-1 :where([class^=col]) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(260px, 100% / var(--posts) - var(--gx)), 1fr));
  grid-gap: var(--gy) var(--gx);
}
@media screen and (max-width: 1080px) {
  .custom-grid-1 :where([class^=col]) {
    grid-template-columns: 1fr;
  }
}

.custom-grid-2 {
  --posts: 2;
  --gy: var(--spacing-gutter, 1.5rem);
  --gx: var(--spacing-gutter, 1.5rem);
}
.custom-grid-2 :where([class^=col]) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(260px, 100% / var(--posts) - var(--gx)), 1fr));
  grid-gap: var(--gy) var(--gx);
}
@media screen and (max-width: 1080px) {
  .custom-grid-2 :where([class^=col]) {
    grid-template-columns: 1fr;
  }
}

.custom-grid-3 {
  --posts: 3;
  --gy: var(--spacing-gutter, 1.5rem);
  --gx: var(--spacing-gutter, 1.5rem);
}
.custom-grid-3 :where([class^=col]) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(260px, 100% / var(--posts) - var(--gx)), 1fr));
  grid-gap: var(--gy) var(--gx);
}
@media screen and (max-width: 1080px) {
  .custom-grid-3 :where([class^=col]) {
    grid-template-columns: 1fr;
  }
}

.custom-grid-4 {
  --posts: 4;
  --gy: var(--spacing-gutter, 1.5rem);
  --gx: var(--spacing-gutter, 1.5rem);
}
.custom-grid-4 :where([class^=col]) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(260px, 100% / var(--posts) - var(--gx)), 1fr));
  grid-gap: var(--gy) var(--gx);
}
@media screen and (max-width: 1080px) {
  .custom-grid-4 :where([class^=col]) {
    grid-template-columns: 1fr;
  }
}

a.Arrow--link,
.Arrow--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #d62802;
}
a.Arrow--link::after,
.Arrow--link::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M1 6.97852H15M15 6.97852L9.16667 0.978516M15 6.97852L9.16667 12.9785' stroke='%23D62802' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
a.Arrow--link:hover::after,
.Arrow--link:hover::after {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}

.FeaturedArticleSidebar .Sidebar__header .PostBlurb__author-name {
  font-size: 18px;
  font-size: 1.125rem;
  color: #d62802;
}
@media screen and (max-width: 1080px) {
  .FeaturedArticleSidebar .Sidebar__header {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .FeaturedArticleSidebar .Sidebar__header .PostBlurb__author-name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.FeaturedArticleSidebar .FeaturedArticleMoreFrom:not(:first-child) {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .FeaturedArticleSidebar .FeaturedArticleMoreFrom:not(:first-child) {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.FeaturedArticleSidebar .FeaturedArticleMoreFrom__header__title {
  color: #121212;
  background-color: transparent;
  text-transform: capitalize;
  padding: 0;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .FeaturedArticleSidebar .FeaturedArticleMoreFrom__header__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.FeaturedArticleSidebar .Sticket {
  padding-inline: 0;
}
.FeaturedArticleSidebar .Sticket::after {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .FeaturedArticleSidebar .Sticket::after {
    height: 1px;
    bottom: 0;
    top: inherit;
  }
}
@media screen and (max-width: 1080px) {
  .FeaturedArticleSidebar .Sticket {
    padding-block: 1rem;
  }
  .FeaturedArticleSidebar .Sticket__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .FeaturedArticleSidebar .Sticket__content__author-image {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .FeaturedArticleSidebar .Sticket__content__author-image img {
    height: 49px;
    width: 49px;
    aspect-ratio: 1;
  }
  .FeaturedArticleSidebar .Sticket__content__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .FeaturedArticleSidebar .Sticket__content__details .Sticket__author_name,
  .FeaturedArticleSidebar .Sticket__content__details .Sticket__date,
  .FeaturedArticleSidebar .Sticket__content__details .Sticket__title {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
.FeaturedArticleSidebar .Sidebar__posts-by-term .Blurb__author-name {
  display: none;
}
.FeaturedArticleSidebar .Sidebar__posts-by-term .Blurb__thumbnail img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.FeaturedArticleSidebar .External-ad:not(:first-child),
.FeaturedArticleSidebar .ownads:not(:first-child) {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .FeaturedArticleSidebar .External-ad:not(:first-child),
  .FeaturedArticleSidebar .ownads:not(:first-child) {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.Single.SingleFeatured {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .Single.SingleFeatured .Single__title {
    margin-bottom: 0.625rem;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1080px) {
  .Single.SingleFeatured .Single__lead {
    margin-bottom: 1rem;
  }
}
.Single.SingleFeatured .Single__content {
  margin-top: 1.5rem;
}
.Single.SingleFeatured .FeaturedArticleAuthor {
  margin-bottom: 0.625rem;
}
.Single.SingleFeatured .FeaturedArticleAuthor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.Single.SingleFeatured .FeaturedArticleAuthor__content__author-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Single.SingleFeatured .FeaturedArticleAuthor__content__author-image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50px;
  width: 50px;
}
.Single.SingleFeatured .FeaturedArticleAuthor__author_name .PostBlurb__author-name {
  color: #d62802;
}
@media screen and (min-width: 1080px) {
  .Single.SingleFeatured .FeaturedArticleAuthor {
    margin-bottom: 1.5rem;
  }
}
.Single.SingleFeatured .Single__featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.Single.SingleFeatured .Single__featured-image .Single__thumbnail {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Single.SingleFeatured .Single__featured-image .Single__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .Single.SingleFeatured .Single__featured-image .Single__thumbnail img {
    max-width: 210px;
  }
}
.Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner {
  border-radius: 4px;
  padding: 1rem;
  background-color: #f5f4ef;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header__title {
  color: #d62802;
}
@media screen and (max-width: 1080px) {
  .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__header img {
  aspect-ratio: 1;
  width: 29px;
}
@media screen and (min-width: 1080px) {
  .Single.SingleFeatured .Single__featured-image .FeaturedArticleBanner__body :is(p, a) {
    max-width: 355px;
  }
}
@media screen and (min-width: 1080px) {
  .Single.SingleFeatured .Single__featured-image {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 1.125rem;
  }
}

.ArchivePage .Archive__Page__Header__Title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .ArchivePage .Archive__Page__Header__Title {
    margin-top: 12px;
  }
}
@media screen and (max-width: 720px) {
  .ArchivePage .Archive__Page__Header__Title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .ArchivePage .TopdogMain__RightColumn {
    --h2-fs: 18px;
    --h2-lh: 1.4;
    --h2-mb: 0.5rem;
    position: relative;
  }
  .ArchivePage .TopdogMain__RightColumn::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - (var(--h2-fs) * var(--h2-lh) + var(--h2-mb) + 35px));
    left: 0;
    top: calc(var(--h2-fs) * var(--h2-lh) + var(--h2-mb));
    background-color: #e5e5e5;
  }
}
@media screen and (min-width: 1080px) {
  .ArchivePage .TopdogMain {
    margin-bottom: 1.5rem;
  }
}
.ArchivePage .Archive__PostList__Header {
  padding-top: 2.5rem;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .ArchivePage .Archive__PostList__Header__Title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .ArchivePage .Archive__PostList__Header {
    padding-top: 1.5rem;
  }
}
.ArchivePage .TaxonomyBlock + .PostListWithSidebar__List {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1080px) {
  .ArchivePage .TaxonomyBlock + .PostListWithSidebar__List {
    margin-bottom: 1.5rem;
  }
}

.page-template-template-tt-news {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews .Sidebar {
    margin-top: 2.5rem;
  }
}
.page-template-template-tt-news .TTNews__Content {
  max-width: 680px;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Header__Title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Header__PreTitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #d62802;
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Header__PreTitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed {
  margin-top: 2.5rem;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item {
  margin-bottom: 2.1875rem;
  position: relative;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Time {
  color: #d62802;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h1) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h1) {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h2) {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body figure {
  display: none;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .byline {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  color: #d62802;
  display: inline-block;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .byline + .byline {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .byline {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h3, h4, h5, h6, p, a),
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .bodytext {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body p + *,
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body blockquote + *,
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 1rem;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body blockquote + :is(h1, h2, h3, h4, h5, h6),
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body p + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .dat {
  font-size: 12px;
  font-size: 0.75rem;
  color: #d62802;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.25rem;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body .dat {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body section + aside,
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body aside + aside,
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body aside + section,
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item__Body section + section {
  margin-top: 2rem;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item + .TTFeedItems__Item {
  padding-top: 2.1875rem;
  border-top: 1px solid #e5e5e5;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item + .TTFeedItems__Item::before {
  top: 120px;
  height: calc(100% - 30px);
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item + .TTFeedItems__Item::after {
  top: 81px;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item::before {
  content: "";
  width: 1px;
  background-color: #e5e5e5;
  height: calc(100% + 10px);
  position: absolute;
  left: -30px;
  top: 91px;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item::after {
  content: "";
  background-color: #d62802;
  position: absolute;
  left: -30px;
  top: 47px;
  height: 10px;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item:last-of-type {
  padding-bottom: 2.1875rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item:last-of-type::before {
  height: calc(100% - 150px);
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item::before, .page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__Item::after {
    left: -16px;
  }
}
.page-template-template-tt-news .TTNews__Content__Feed .TTFeedItems__More.Button {
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .page-template-template-tt-news .TTNews__Content__Feed {
    margin-top: 1.5rem;
  }
}

.container {
  max-width: 1320px;
  padding-inline: 1rem;
}
.container .Grid {
  margin-inline: calc(0px - 1rem);
}
.container .Grid > .Grid__col,
.container .Grid > .Grid__row > .Grid__col {
  padding-inline: 1rem;
}
@media screen and (min-width: 1080px) {
  .container {
    padding-inline: 1.5rem;
  }
  .container .Grid {
    margin-inline: calc(0px - 1.5rem);
  }
  .container .Grid > .Grid__col,
  .container .Grid > .Grid__row > .Grid__col {
    padding-inline: 1.5rem;
  }
}

.Single__content ul,
.editor-styles-wrapper ul {
  list-style-type: square;
}

@media screen and (min-width: 1080px) {
  body.header-fixed {
    padding-top: 102px;
  }
}
@media screen and (max-width: 1080px) {
  body.header-fixed {
    padding-top: 47px;
  }
}
body.header-fixed .Header-menu {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1;
}
body.header-fixed .Header-menu .Header-menu__inner {
  margin-top: 2rem;
}
@media screen and (max-width: 1080px) {
  body.header-fixed .Header-menu {
    top: 87px;
  }
}
@media screen and (max-width: 920px) {
  body.header-fixed .Header-menu {
    top: 50px;
  }
  body.header-fixed .Header-menu .Header-menu__inner {
    margin-top: 130px;
  }
}

.Header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}
.Header.Header--fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.expanded-menu-open .Header.Header--fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1080px) {
  .Header.Header--fixed {
    position: fixed;
    top: 0;
    padding: 0;
  }
  .Header.Header--fixed .Header__top__logo-icon {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .Header .Header__top {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .Header:not(.Header--fixed) {
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Header .container {
    position: relative;
  }
}
.Header .Button {
  text-transform: none;
}
.Header .Button.Button--accent {
  padding: 10px 14px;
}
.Header .Button.Button--login:not(.Button-my-pages) {
  padding: 10px 14px;
}
.Header .Button.Button-my-pages {
  padding: 10px 14px;
  gap: 0.375rem;
}
.Header .Button.Button-my-pages svg {
  height: 14px;
  width: 14px;
  margin-top: -1px;
  margin-right: 0;
}
.Header .Button.Button-my-pages svg path {
  fill: #fff;
}
.Header .Button.Button-my-pages span {
  margin-top: 2px;
  margin-bottom: -1px;
  white-space: nowrap;
}
@media screen and (max-width: 720px) {
  .Header .Button.Button-my-pages {
    --btn-px: 14px;
    gap: 0.375rem;
  }
  .Header .Button.Button-my-pages svg {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.Header .Button.Button-menu-search {
  aspect-ratio: 1;
  width: 36px;
}
.Header .Menu-trigger {
  min-width: 36px;
  min-height: 45px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .Header .Menu-trigger-desktop {
    display: none;
  }
}
.Header .Menu-trigger-mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .Header .Menu-trigger-mobile {
    display: block;
  }
}
.Header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .Header__top {
    padding-bottom: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.Header--center .Header__top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .Header__top .Header__top__logo {
    display: none;
  }
}
.Header__top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.Header__top_menu_logged_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 1080px) {
  .Header__top_menu_logged_in {
    gap: 0.5rem;
  }
}
.Header__top_menu_logged_in a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Header__top_menu a.Button {
  text-transform: none;
}
@media screen and (min-width: 1080px) {
  .Header--fixed .Header__top_menu {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .Header__top_menu {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 350px) {
  .Header__top_menu .Button {
    display: none;
  }
}
.Header .custom-logo-link img {
  width: 8.875rem;
  height: auto;
}
@media screen and (max-width: 420px) {
  .Header .custom-logo-link img {
    width: 5.625rem;
  }
}
@media screen and (min-width: 1080px) {
  .Header:not(.Header--fixed) .Header__top .custom-logo-link img {
    display: none;
    width: 12.5rem;
  }
}
.Header__navigation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.Header--fixed .Header__navigation {
  padding: 0.625rem 0;
}
@media screen and (min-width: 1080px) {
  .Header__navigation {
    border-bottom: 1px solid #e5e5e5;
  }
  .Header--fixed .Header__navigation {
    border-color: transparent;
  }
}
@media screen and (max-width: 1080px) {
  .Header__navigation {
    display: block;
    padding: 0.75rem 0;
    border-top: 1px solid #d5dadf;
    border-bottom: 1px solid #d5dadf;
    border-color: #e5e5e5;
    width: 100%;
  }
  .Header__navigation__scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .Header__navigation__scroll::-webkit-scrollbar {
    display: none;
  }
}
.Header__navigation__search .icon g {
  stroke: #1d1c20;
}
@media screen and (max-width: 1080px) {
  .Header__navigation__search {
    position: absolute;
    right: 1rem;
    top: 0.625rem;
    z-index: 1;
  }
}
.Header__navigation__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: white;
}
.Header__navigation__items::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
  background-image: -webkit-linear-gradient(right, white, transparent);
  background-image: -o-linear-gradient(right, white, transparent);
  background-image: linear-gradient(to left, white, transparent);
}
@media screen and (max-width: 1080px) {
  .Header__navigation__items {
    display: none;
  }
}
.Header__navigation .menu-item:first-child {
  padding-left: 0;
}
.Header__navigation__scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Header__navigation__scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1080px) {
  .Header__navigation__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.Header__navigation__logo {
  grid-area: stack;
}
.Header--fixed .Header__navigation__logo {
  display: none;
}
.Header__navigation__logo__scroll {
  display: none;
  grid-area: stack;
}
@media screen and (min-width: 1080px) {
  .Header--fixed .Header__navigation__logo__scroll {
    display: block;
  }
}
.Header__navigation__logo__wrapper {
  display: grid;
  grid-template-areas: "stack";
}
@media screen and (max-width: 1080px) {
  .Header__navigation__logo {
    display: none;
    width: 8.875rem;
  }
}
.Header__navigation .Secondary-menu > .menu-item {
  padding-inline: 0.75rem;
}
.Header__navigation .Secondary-menu > .menu-item:first-of-type {
  padding-left: 0;
}
@media screen and (min-width: 1080px) {
  .Header__navigation .Secondary-menu {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1080px) {
  .Header__navigation {
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, black)) left, -webkit-gradient(linear, left top, right top, from(#000), to(transparent)) right;
    -webkit-mask: -webkit-linear-gradient(black 0 0) left, -webkit-linear-gradient(left, #000 0%, transparent 100%) right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: calc(100% - 40px) 100%, 40px 100%;
  }
}
@media screen and (max-width: 1080px) {
  .Header {
    padding-inline: 0;
    padding-bottom: 0;
    padding-top: 0.625rem;
  }
}

.Search-expanded .Inline-form__field {
  border-color: white;
}

.Menu-trigger-close {
  display: none;
}

body.expanded-menu-open .Menu-trigger-close {
  display: block;
}
body.expanded-menu-open .Menu-trigger-open {
  display: none;
}

@media screen and (max-width: 1080px) {
  .Button-menu-search {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .Site__main {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 720px) {
  .Site__main {
    margin-top: 0.5rem;
  }
}

.Primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Primary-menu .menu-item {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .Primary-menu .menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.Primary-menu .menu-item.current-menu-item > a {
  color: #d62802;
}
.Primary-menu .menu-item.current-menu-item > a::after {
  display: none;
}
.Primary-menu .menu-item-has-children > span::after {
  content: url(/app/themes/fpgmedia/resources/assets/icons/fokus/chevron.svg);
}
.Primary-menu > .menu-item-type-taxonomy {
  color: #d62802;
  padding-left: 1.25rem;
  width: 50%;
}
.Primary-menu > .menu-item-type-taxonomy > a:hover::after {
  border-color: #d62802;
}
.Primary-menu > .menu-item-type-taxonomy.is-last-child {
  margin-bottom: 1.25rem;
}

.User-dropdown {
  display: none;
  margin: 0;
  color: #d62802;
  right: -3px;
}
.User-dropdown--open .Button-my-pages {
  background-color: #82aab4 !important;
  border-color: #82aab4 !important;
}
@media screen and (min-width: 1080px) {
  .User-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 490px) {
  .User-dropdown {
    position: inherit;
  }
}
.User-dropdown__dropdown {
  padding: 0;
  z-index: 1;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 490px) {
  .User-dropdown__dropdown {
    width: 100vw;
    margin-top: 0;
    border: none;
    top: 63px;
    left: 0;
    right: 0;
    min-width: 0;
  }
}
.User-dropdown__dropdown ul {
  padding: 0 15px;
  color: black;
}
.User-dropdown__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 0;
}
.User-dropdown__item a.red {
  color: #d62802;
}
.User-dropdown__item a:hover {
  color: #d62802;
}
.User-dropdown__item div {
  padding: 5px 0;
}
.User-dropdown__profile {
  background-color: #f5f4ef;
  text-align: center;
  padding: 3em 0;
  color: black;
  font-size: 17px;
}
.User-dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 490px) {
  .User-dropdown__toggle {
    height: 34px !important;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
  }
}
@media screen and (max-width: 220px) {
  .User-dropdown__toggle__label {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .User-dropdown__toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.User-dropdown__toggle .icon--user {
  margin-right: 0.3125rem;
}
@media screen and (max-width: 490px) {
  .User-dropdown__toggle .icon--user {
    margin-right: 0;
  }
}
.User-dropdown__toggle .icon--user path {
  fill: white;
}
.User-dropdown__toggle .icon--user g {
  stroke: #1d1c20;
}
.User-dropdown__toggle .icon--chevron {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.5) rotate(0);
       -o-transform: scale(0.5) rotate(0);
          transform: scale(0.5) rotate(0);
  -webkit-transition: -webkit-transform 0.15s 0.2s;
  transition: -webkit-transform 0.15s 0.2s;
  -o-transition: -o-transform 0.15s 0.2s;
  transition: transform 0.15s 0.2s;
  transition: transform 0.15s 0.2s, -webkit-transform 0.15s 0.2s, -o-transform 0.15s 0.2s;
}
.User-dropdown--open .User-dropdown__toggle .icon--chevron {
  -webkit-transform: scale(0.5) rotate(180deg);
       -o-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}
.User-dropdown--small-screens-only {
  display: none;
}
@media screen and (max-width: 1080px) {
  .User-dropdown--small-screens-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: -84px;
    width: 100%;
  }
  .User-dropdown--small-screens-only.show-if-logged-in {
    display: none;
  }
  .User-dropdown--small-screens-only span {
    color: #d62802;
  }
  .User-dropdown--small-screens-only .icon--user {
    margin-right: 0.3125rem;
  }
}

.External-ad--header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media screen and (min-width: 1080px) {
  .External-ad--header > div {
    max-width: 980px;
  }
}
.External-ad--header > div > iframe {
  margin-top: 1rem;
}
.External-ad--panorama > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.External-ad--panorama > div > iframe {
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.External-ad--list > div > iframe {
  margin-bottom: 1.875rem;
}
.External-ad--aside > div > iframe, .External-ad--aside_sticky > div > iframe {
  margin-bottom: 1rem;
  -webkit-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}
.External-ad--content > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media screen and (min-width: 1080px) {
  .External-ad--content > div {
    max-width: 600px;
  }
}
.External-ad--content > div > iframe {
  margin-bottom: 1.875rem;
}
.External-ad--blurb > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.External-ad--blurb > div > iframe {
  margin-bottom: 1.875rem;
}

.Blurb__author-name {
  color: #d62802;
}
.Blurb__author-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.Blurb--S .Blurb__author-image img {
  width: auto;
}
.Blurb--XL .Blurb__author-image {
  width: 4.375rem;
  height: 4.375rem;
}
.Blurb--XL .Blurb__author-signature {
  width: 70px;
}
@media screen and (max-width: 1080px) {
  .Blurb--XL {
    margin-inline: calc(0px - 1rem);
  }
}
.Blurb--S .Blurb__thumbnail img {
  width: auto;
}
.Blurb--ownad {
  background-color: transparent;
}
.Blurb--ownad .Blurb__content {
  padding: 2rem 1rem;
  border-color: #e5e5e5;
}
.Blurb--ownad .Blurb__body .Button {
  margin-top: 1.5rem;
  margin-inline: auto;
}
.Blurb__summary {
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 490px) {
  .Blurb__summary {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.Blurb__categories {
  font-family: "Benton Sans Med", sans-serif;
}
.Blurb__categories li:not(:last-child)::after {
  content: "/";
  color: #787878;
}

.Moderated-posts {
  margin-bottom: 1.5rem;
}
.Moderated-posts .Grid {
  border-color: #e5e5e5;
  margin-inline: 0;
}
.Moderated-posts .Grid .Grid__col:first-of-type {
  padding-left: 1.5rem;
}
.Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-border {
  border-color: #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .Moderated-posts .Grid .Blurb a .Blurb-content .Blurb-border {
    border-color: #e5e5e5;
  }
}

.Grid__col:has(.Single) + .Sidebar {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .Grid__col:has(.Single) + .Sidebar {
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .Grid__col:has(.Single) {
    width: 64.9%;
  }
  .Grid__col:has(.Single) + .Sidebar {
    width: 26.61%;
  }
}

.single .Posts-by-related-cat .is-style-section-header {
  margin-top: 0;
  padding-top: 1rem;
}

.Single {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1080px) {
  .Single__header_text-content, .Single__header_meta-content, .Single__lead, .Single__content, .Single__comments, .Single__footer,
  .Single header:has(.Single__title),
  .Single .Breadcrumbs {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}
.Single header:has(.Single__title) .Single__title {
  margin-bottom: 0;
}
.Single__categories {
  padding-top: 0;
  margin-top: 0;
}
.single-post:not(.single-post--longread) .Single__categories {
  margin-bottom: 1rem;
}
.Single__categories .Single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Single__categories .Single__category + .Single__category::before {
  color: #515151;
}
.Single__title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 490px) {
  .Single__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.Single__lead {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: none;
}
.Single__header_meta-content .Social-share {
  margin-top: 0;
}
.Single .Breadcrumbs {
  margin-bottom: 1rem;
}
.Single .Breadcrumbs span {
  color: #787878;
}
.Single .Breadcrumbs a {
  color: #d62802;
}
.Single .Native-partners {
  position: relative;
  padding: 1rem;
  margin-block: 0 1rem;
  background-color: #ecefef;
  color: #d62802;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.header-fixed .Single .Native-partners {
  margin-inline: calc(0px - 1rem);
}
@media screen and (min-width: 1080px) {
  .Single .Native-partners {
    margin-inline: auto;
    max-width: 680px;
  }
  .header-fixed .Single .Native-partners {
    position: fixed;
    top: 60px;
    margin-inline: calc(0px - 1.5rem);
    width: 100vw;
    max-width: 1320px;
    text-align: center;
  }
  .header-fixed .Single .Native-partners::after {
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 1080px) {
  .header-fixed .Single .Native-partners {
    position: sticky;
  }
}
.Single .Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem 1rem;
  text-transform: none;
  color: #787878;
  margin-bottom: 0;
  border-color: #e5e5e5;
  padding-block: 1.125rem;
}
.Single .Meta :is(a) {
  color: #787878;
}
.Single .Meta p:not(:first-child) {
  margin: 0;
}
.Single .Meta__author {
  text-align: start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.Single .Meta__author a {
  color: #d62802;
}
.Single .Meta__credit-photo {
  text-align: start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.Single .Meta__updated {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: start;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #787878;
  max-width: 100%;
}
.Single .Meta__updated:not(:first-child) {
  margin: 0;
}
@media screen and (min-width: 720px) {
  .Single .Meta__updated {
    margin-left: auto;
  }
  .Single .Meta__updated:not(:first-child) {
    margin-left: auto;
  }
}
@media screen and (max-width: 720px) {
  .Single .Meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Single__thumbnail {
  margin-bottom: 2.5rem;
  margin-inline: 0;
}
@media screen and (min-width: 1080px) {
  .Single__thumbnail {
    margin-inline: calc(0px - (-80px + 140 * (100vw - 320px) / 1192));
  }
}
@media screen and (max-width: 1080px) {
  .Single__thumbnail {
    margin-bottom: 1.5rem;
  }
}
.Single__content {
  margin-top: 2.5rem;
}
.page:has(.Single) .Single__content {
  margin-top: 1rem;
}
.Single__content .has-drop-cap:not(:focus)::first-letter {
  font-size: 5.1em;
  margin-right: 0.05em;
}
.Single__content em,
.Single__content i {
  font-style: normal;
  font-family: "glosa-roman-italic", serif;
}
.Single__content .entry-words,
.Single__content strong {
  font-family: "glosa-bold", serif;
  font-weight: bold;
}
.Single__content .entry-words {
  font-size: 16px;
  font-size: 1rem;
}
.Single__content :is(p, h1, h2, h3, h4, h5, h6, li, ul, ol) {
  color: #121212;
}
.Single__content .wp-block + .wp-block,
.Single__content .wp-block-core-paragraph + .wp-block-core-paragraph {
  margin-top: 1.5rem;
}
.Single__content .wp-block-core-heading + .wp-block-core-paragraph,
.Single__content .wp-block-core-paragraph:has(p:first-child:last-child strong) + .wp-block-core-paragraph {
  margin-top: 0.75rem;
}
.Single__content .wp-block-core-heading h2:not(.is-style-section-header):first-child {
  margin-bottom: 0;
}
.Single__content .wp-block + .wp-block-image.size-large {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.Single__content :is(h1, h2, h3, h4, h5, h6) + p,
.Single__content p + p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .Single__content .wp-block-fpgmedia-info-box.alignright {
    margin-right: calc(0px - (1px + 199 * (100vw - 320px) / 1192));
  }
}
@media screen and (min-width: 1080px) {
  .Single__content .wp-block-fpgmedia-info-box.alignleft {
    margin-left: calc(0px - (1px + 20 * (100vw - 320px) / 1192));
  }
}
.Single__content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Single__content .wp-block-image figcaption {
  color: #515151;
  background-color: transparent;
  padding: 0;
  margin-top: 0.5rem;
}
.Single__content .wp-block-image .alignright,
.Single__content .wp-block-image .alignleft,
.Single__content .wp-block-image .is-style-rounded, .Single__content .wp-block-image.alignright, .Single__content .wp-block-image.alignleft, .Single__content .wp-block-image.is-style-rounded {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.Single__content .wp-block-image .alignright img,
.Single__content .wp-block-image .alignleft img,
.Single__content .wp-block-image .is-style-rounded img, .Single__content .wp-block-image.alignright img, .Single__content .wp-block-image.alignleft img, .Single__content .wp-block-image.is-style-rounded img {
  max-height: 193px;
  max-width: 145px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.Single__content .wp-block-image .alignright figcaption,
.Single__content .wp-block-image .alignleft figcaption,
.Single__content .wp-block-image .is-style-rounded figcaption, .Single__content .wp-block-image.alignright figcaption, .Single__content .wp-block-image.alignleft figcaption, .Single__content .wp-block-image.is-style-rounded figcaption {
  color: #515151;
  background-color: transparent;
  padding: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .Single__content .wp-block-image .alignright,
  .Single__content .wp-block-image .alignleft,
  .Single__content .wp-block-image .is-style-rounded, .Single__content .wp-block-image.alignright, .Single__content .wp-block-image.alignleft, .Single__content .wp-block-image.is-style-rounded {
    float: none;
    max-width: 100%;
    margin-inline: auto;
    margin-block: 2.5rem;
  }
  .Single__content .wp-block-image .alignright img,
  .Single__content .wp-block-image .alignleft img,
  .Single__content .wp-block-image .is-style-rounded img, .Single__content .wp-block-image.alignright img, .Single__content .wp-block-image.alignleft img, .Single__content .wp-block-image.is-style-rounded img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .Single__content .wp-block-image .alignleft, .Single__content .wp-block-image.alignleft {
    margin-right: 1.5rem;
  }
  .Single__content .wp-block-image .alignright, .Single__content .wp-block-image.alignright {
    margin-left: 1.5rem;
  }
}
.Single__comments {
  margin-top: 1.875rem;
}
.Single__footer {
  margin-top: 1.5rem;
}
.Single__footer .Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 720px) {
  .Single__footer .Meta__updated:not(:first-child) {
    display: block;
    margin-top: 6px;
    margin-bottom: 1rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e5e5e5;
  }
}
.Single__footer .Meta .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 720px) {
  .Single__footer .Meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .Single__footer .Meta .share-icons {
    margin-left: 0;
    margin-bottom: 1rem;
    padding-block: 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .Single__footer {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 720px) {
  .Single__footer {
    margin-bottom: 0;
  }
}
.Single__taxonomies {
  margin-top: 1rem;
  gap: 0.5rem 1rem;
}
.Single__taxonomies .Single__term {
  margin-right: 0;
  margin-bottom: 0;
}
.Single__taxonomies .Single__term a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 4px;
  padding: calc(0.5rem - 1px) 0.625rem 0.25rem;
}
@media screen and (max-width: 1080px) {
  .Single {
    margin-bottom: 1.5rem;
  }
}

.icon-end--inline {
  margin-left: 0.3125rem;
}
p .icon-end--block {
  margin-left: 0.3125rem;
}
.mediaconnect-protected-content:not(.mediaconnect-protected-content--show) .icon-end {
  display: none;
}

.finite-scroll-post::before {
  border-top: 1px solid #e5e5e5;
  left: 1rem;
  right: 1rem;
}

.Meta time {
  font-family: "Benton Sans Reg", sans-serif;
  color: #555;
}

.Info-box::before, .Info-box::after {
  content: "";
  background: #d62802;
  height: 0.5rem;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0.0625rem;
}
.Info-box::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  left: 0;
  top: 0.5rem;
}
.Info-box .wp-block-core-list ul {
  list-style-type: none;
}
.Info-box .wp-block-core-list ul li {
  position: relative;
}
.Info-box .wp-block-core-list ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.1em;
  background: #1d1c20;
  width: 0.4375rem;
  height: 0.4375rem;
}

.Longread:not(.Longread--no-image) .Longread__body {
  margin-top: clamp(-185px, -30px - 155 * (100vw - 390px) / 1122, -30px);
}
@media screen and (min-width: 1080px) {
  .Longread__body {
    max-width: 728px;
  }
}
@media screen and (min-width: 720px) {
  .Longread__header {
    padding: 2.5rem;
  }
}
.Longread__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .Longread__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .Longread__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.Longread__lead {
  margin-top: 0;
}
.Longread__header__share {
  margin-top: 2.5rem;
}
.Longread__header__share .Social-share {
  margin-top: 0;
  padding-block: 1.125rem;
  padding-inline: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Longread__header__share .Social-share:has(.PodcastPlayBtn) {
  padding-block: 0.5rem;
}
.Longread__header__share .Social-share::before, .Longread__header__share .Social-share::after {
  display: none;
}
.Longread__header__share .Social-share--longread > .Social-share__link:last-child::after {
  display: none;
}
.Longread__header-author {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.Longread__header-author .Longread__author {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 0.5rem;
}
.Longread__header-author .Longread__author--image .Longread__author-image {
  margin-bottom: 0;
  height: 85px;
  width: 85px;
}
.Longread__header-author .Longread__author--image .Longread__author-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 420px) {
  .Longread__header-author .Longread__author--image .Longread__author-image {
    height: 60px;
    width: 60px;
  }
}
.Longread__header-author .Longread__author--image .Longread__author-signature {
  position: relative;
  top: inherit;
  margin-top: inherit;
  max-height: 50px;
  margin-bottom: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 420px) {
  .Longread__header-author .Longread__author--image .Longread__author-signature {
    max-height: 40px;
  }
}
.Longread__header-author .Longread__author--image .Longread__author-signature-wrapper {
  text-align: left;
}
.Longread__header-author .Longread__author-name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #d62802;
}
@media screen and (max-width: 420px) {
  .Longread__header-author .Longread__author-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Longread__header-author .Longread__author-singature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Longread .Single__comments {
  margin-bottom: 1rem;
}
.Longread__header__meta {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 420px) {
  .Longread__header__meta .Meta__updated {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .Longread__content :is(p) {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Longread .Single__footer .Single__taxonomies {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Longread .Single__footer .Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1420px) {
  .Longread .Single__footer {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Longread {
    margin-top: 1.5rem;
  }
}

.editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header {
  font-family: "glosa-headline-roman", serif;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .editor-styles-wrapper h2.is-style-section-header,
  .is-style-section-header {
    margin-top: 3.75rem;
  }
}
.editor-styles-wrapper h2.is-style-section-header::after,
.is-style-section-header::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #1d1c20;
  position: static;
  margin-left: 15px;
}
@media screen and (min-width: 720px) {
  .editor-styles-wrapper h2.is-style-section-header::after,
  .is-style-section-header::after {
    margin-left: 30px;
  }
}
.editor-styles-wrapper h2.is-style-section-header--disable-break,
.is-style-section-header--disable-break {
  white-space: normal;
}

.single-post--longread .wp-block-core-quote {
  position: relative;
  margin: 3.75rem 0;
}
@media screen and (max-width: 1260px) {
  .single-post--longread .wp-block-core-quote {
    margin: 3.75rem -1rem 3.75rem 0;
  }
}
.single-post--longread .wp-block-core-quote::before {
  content: "";
  background-color: #1d1c20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: rotate(-2deg) translate3d(-99%, 0, 0);
          transform: rotate(-2deg) translate3d(-99%, 0, 0);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1080px) {
  .single-post--longread .wp-block-core-quote::before {
    -webkit-transform: rotate(-1deg) translate3d(-99%, 0, 0);
            transform: rotate(-1deg) translate3d(-99%, 0, 0);
  }
}
@media screen and (max-width: 420px) {
  .single-post--longread .wp-block-core-quote::before {
    -webkit-transform: rotate(0) translate3d(-99%, 0, 0);
            transform: rotate(0) translate3d(-99%, 0, 0);
  }
}
.single-post--longread .wp-block-core-quote .wp-block-quote {
  position: relative;
  padding: 3.75rem 3.75rem 6rem 0;
}
@media screen and (max-width: 420px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote {
    padding: 3.75rem 15px 3.75rem 0;
  }
}
.single-post--longread .wp-block-core-quote .wp-block-quote::before {
  content: "";
  background-color: #1d1c20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
          transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1080px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote::before {
    width: calc(100% - 5px);
    -webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
            transform: rotate(-1deg) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 420px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote::before {
    width: 100%;
    -webkit-transform: rotate(0) translate3d(0, 0, 0);
            transform: rotate(0) translate3d(0, 0, 0);
  }
}
.single-post--longread .wp-block-core-quote .wp-block-quote::after {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 110%;
  position: absolute;
  top: -50px;
  right: -30px;
}
@media screen and (max-width: 1080px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote::after {
    width: 20px;
    right: -15px;
    top: -30px;
  }
}
@media screen and (max-width: 420px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote::after {
    display: none;
  }
}
.single-post--longread .wp-block-core-quote .wp-block-quote p,
.single-post--longread .wp-block-core-quote .wp-block-quote cite {
  position: relative;
}
@media screen and (max-width: 1046px) {
  .single-post--longread .wp-block-core-quote .wp-block-quote p,
  .single-post--longread .wp-block-core-quote .wp-block-quote cite {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post--longread .wp-block-core-quote .wp-block-quote p:last-child {
  margin-bottom: -0.625rem;
}

figure.wp-block-gallery .wp-block-gallery__show-more::after {
  background: url(/app/themes/fpgmedia/resources/assets/icons/fokus/load-more.svg);
}

.carousel .flickity-prev-next-button {
  background: url(/app/themes/fpgmedia/resources/assets/icons/fokus/arrow.svg) white no-repeat center;
}

.Overlay {
  background-color: rgba(5, 14, 11, 0.87);
}

.Site__footer {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
.home .Site__footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.Footer {
  background-color: #121212;
}
.Footer__left {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  width: auto !important;
}
@media screen and (min-width: 1080px) {
  .Footer__right {
    width: auto !important;
  }
}
@media screen and (max-width: 1080px) {
  .Footer__right {
    margin-top: 0.5rem;
  }
}
.Footer__top {
  width: 100%;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 1080px) {
  .Footer__top .footer-copy {
    display: none;
  }
}
.Footer__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.875rem;
}
.Footer__logo a {
  max-width: 33px;
  height: auto;
}
.Footer__social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 720px) {
  .Footer__navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Footer__navigation :is(h3) {
  color: #fff;
}
@media screen and (max-width: 720px) {
  .Footer__navigation__item {
    width: 100%;
  }
}
.Footer__navigation ul {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .Footer__navigation ul {
    min-width: 192px;
  }
}
.Footer__navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.875rem;
}
.Footer__navigation a {
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.Footer__navigation a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .Footer__navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 720px) {
  .Footer__klarna {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1080px) {
  .Footer__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.75rem;
  }
  .Footer__textarea__item {
    margin-top: 0 !important;
  }
  .Footer__textarea__item:first-child {
    width: 40%;
  }
}
.Footer__textarea__item {
  color: #fff;
  text-align: start;
  margin-top: 1.875rem;
}
.Footer .footer-copy {
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  text-align: start;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 1080px) {
  .Footer .footer-bottom .footer-copy {
    display: block;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .Footer {
    padding-block: 2.5rem;
  }
}

.page-template-template-subscription .title-container {
  text-align: center;
  margin: 35px auto;
  max-width: 750px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .title-container {
    margin: 50px auto;
  }
}
.page-template-template-subscription .title-container h1 {
  font-size: 21px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .title-container h1 {
    font-size: 33px;
  }
}
.page-template-template-subscription .title-container p {
  font-size: 18px;
  margin-top: 10px;
}
.page-template-template-subscription .packages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .packages-container {
    margin-bottom: 80px;
    width: calc(100% + 20px);
  }
}
.page-template-template-subscription .packages-container .package {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#feefef), to(rgba(254, 239, 239, 0)));
  background: -webkit-linear-gradient(top, #feefef 0%, rgba(254, 239, 239, 0) 100%);
  background: -o-linear-gradient(top, #feefef 0%, rgba(254, 239, 239, 0) 100%);
  background: linear-gradient(180deg, #feefef 0%, rgba(254, 239, 239, 0) 100%);
  text-align: center;
  margin-bottom: 13px;
  position: relative;
}
.page-template-template-subscription .packages-container .package:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .packages-container .package {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .page-template-template-subscription .packages-container .package {
    width: calc(33.3333% - 20px);
    max-width: 370px;
  }
}
.page-template-template-subscription .packages-container .package .package__inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .packages-container .package .package__inner {
    padding-bottom: 60px;
  }
}
.page-template-template-subscription .packages-container .package .package__banner {
  width: 100%;
  background: #d62802;
  padding: 5px 10px 4px;
  position: absolute;
}
.page-template-template-subscription .packages-container .package .package__banner p {
  color: white;
  letter-spacing: 0.03em;
}
.page-template-template-subscription .packages-container .package .package__banner span {
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
.page-template-template-subscription .packages-container .package .package__image {
  width: 250px;
  height: auto;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-template-subscription .packages-container .package .package__title {
  font-size: 21px;
}
.page-template-template-subscription .packages-container .package .package__price {
  font-size: 34px;
  font-family: "glosa-headline-roman", serif;
  margin: 0;
  line-height: 1.2;
}
.page-template-template-subscription .packages-container .package .package__price-text {
  font-size: 14px;
  font-family: "Benton Sans Cond Bla", sans-serif;
  color: #d62802;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.9;
}
.page-template-template-subscription .packages-container .package .package__link {
  font-size: 14px;
  padding: 17px 30px 14px;
  height: auto;
  border-radius: 100px;
  margin-top: 7px;
}
.page-template-template-subscription .packages-container .package .package__extra-link {
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-top: 13px;
}
.page-template-template-subscription .packages-container .package .package__extra-link .link-arrow {
  margin-left: 9px;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-template-subscription .packages-container .package .package__extra-link:hover .link-arrow {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.page-template-template-subscription .packages-container .package .package__list {
  margin: 0;
  padding: 0;
  margin-top: 35px;
  text-align: left;
}
.page-template-template-subscription .packages-container .package .package__list li {
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-subscription .packages-container .package .package__list li .check-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11px;
  height: 12px;
  margin-right: 5px;
  margin-top: 6px;
}
.page-template-template-subscription .about-container {
  max-width: 750px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .about-container {
    margin: 0 auto 70px;
  }
}
.page-template-template-subscription .about-container h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-template-subscription .about-container .about__text {
  font-size: 18px;
}
.page-template-template-subscription .about-container .about__span {
  font-family: "Benton Sans Cond Bla", sans-serif;
}
.page-template-template-subscription .byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 20px;
}
.page-template-template-subscription .byline .byline__image {
  width: 90px;
  height: 100%;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .byline .byline__image {
    width: 130px;
  }
}
.page-template-template-subscription .byline .byline__texts .name {
  color: #d62802;
  font-family: "glosa-bold", serif;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .byline .byline__texts .name {
    font-size: 24px;
  }
}
.page-template-template-subscription .byline .byline__texts .title {
  margin: 0;
  font-family: "glosa-bold", serif;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .byline .byline__texts .title {
    font-size: 24px;
  }
}
.page-template-template-subscription .links-container {
  max-width: 750px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf4f4), to(rgba(254, 239, 239, 0)));
  background: -webkit-linear-gradient(top, #fdf4f4 0%, rgba(254, 239, 239, 0) 100%);
  background: -o-linear-gradient(top, #fdf4f4 0%, rgba(254, 239, 239, 0) 100%);
  background: linear-gradient(180deg, #fdf4f4 0%, rgba(254, 239, 239, 0) 100%);
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 720px) {
  .page-template-template-subscription .links-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
.page-template-template-subscription .links-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 0;
}
.page-template-template-subscription .links-container .links__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-template-subscription .links-container .links__menu .menu__item {
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
}
.page-template-template-subscription .links-container .links__menu .menu__item::after {
  content: "/";
  display: inline-block;
  color: #1d1c20;
  margin-left: 10px;
  margin-right: 10px;
}
.page-template-template-subscription .links-container .links__menu .menu__item:last-of-type::after {
  display: none;
}
.page-template-template-subscription .links-container .links__menu .menu__item a {
  color: #d62802;
  font-size: 14px;
}
.page-template-template-subscription .links-container .links__menu .menu__item a:hover {
  color: #1d1c20;
}

.sesamy-boxes-container {
  margin: 0 auto;
  margin-bottom: 50px;
}

.User-menu .icon {
  top: -2px;
}
.User-menu > .menu-item:not(:last-child)::after {
  content: "";
}
@media screen and (min-width: 1080px) {
  .User-menu {
    right: 0.625rem;
    bottom: 1.25rem;
  }
  .Header--fixed .User-menu {
    right: 3.125rem;
    bottom: 0.625rem;
  }
}
@media screen and (max-width: 1080px) {
  .User-menu {
    left: 0;
    padding-left: 0;
    top: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .User-menu .menu-item a {
    background: none;
    color: #d62802;
    border: none;
    text-transform: initial;
    padding: 0 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .User-menu .menu-item:last-of-type a {
    color: #1d1c20;
  }
}

html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
html body.expanded-menu-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0.05s, visibility 0.2s ease-in-out 0.05s;
  -o-transition: opacity 0.2s ease-in-out 0.05s, visibility 0.2s ease-in-out 0.05s;
  transition: opacity 0.2s ease-in-out 0.05s, visibility 0.2s ease-in-out 0.05s;
}
@media screen and (max-width: 920px) {
  html:has(.expanded-menu-open) {
    overflow: hidden;
  }
}

.Header-menu {
  position: relative;
  visibility: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.Header-menu a:hover {
  color: #d62802;
}
.Header-menu .container {
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 999;
  left: 0;
  right: 0;
  border: none;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 920px) {
  .Header-menu .container {
    top: -5px;
    z-index: 10;
  }
  .home:not(.header-fixed) .Header-menu .container {
    top: -58px;
  }
}
.Header-menu__inner {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  max-width: 1320px;
  margin-inline: auto;
}
@media screen and (min-width: 1080px) {
  .Header-menu__inner {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .Header-menu__inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 920px) {
  .Header-menu__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
    overflow-y: scroll;
    height: 90vh;
    padding-bottom: 200px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .Header-menu__inner::-webkit-scrollbar {
    display: none;
  }
}
.Header-menu__inner [role=search] {
  padding: 0;
  min-height: 0;
  height: 40px;
  margin-bottom: 1.25rem;
  width: 100%;
  display: none;
  gap: 0.5rem;
}
.Header-menu__inner [role=search] input {
  padding: 12px 1rem 10px;
  min-height: 43px;
  border-color: #e5e5e5;
  border-radius: 4px;
  max-height: 100%;
}
.Header-menu__inner [role=search] input::-webkit-input-placeholder {
  color: #515151;
}
.Header-menu__inner [role=search] input::-moz-placeholder {
  color: #515151;
}
.Header-menu__inner [role=search] input:-ms-input-placeholder {
  color: #515151;
}
.Header-menu__inner [role=search] input::-ms-input-placeholder {
  color: #515151;
}
.Header-menu__inner [role=search] input::placeholder {
  color: #515151;
}
.Header-menu__inner [role=search] input[type=submit] {
  font-size: 16px;
  font-size: 1rem;
}
.Header-menu__inner [role=search] .icon {
  left: 1rem;
  fill: #515151;
}
@media screen and (max-width: 920px) {
  .Header-menu__inner [role=search] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Header-menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.Header-menu__inner ul .menu-item.current-menu-item > a {
  color: #d62802;
}
.Header-menu__inner ul .menu-item.current-menu-item > a::after {
  display: none;
}
.Header-menu__inner ul .menu-item-has-children > a {
  font-size: 18px;
  font-size: 1.125rem;
  cursor: inherit;
  font-family: "glosa-medium", serif;
  font-weight: 500;
  color: #d62802;
}
.Header-menu__inner ul .menu-item-has-children > a:hover {
  color: #b22102;
}
@media screen and (max-width: 1080px) {
  .Header-menu__inner ul .menu-item-has-children > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Header-menu__inner ul .sub-menu {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.Header-menu__user ul {
  margin: 0;
  padding-left: 0;
}
.Header-menu__user ul .sub-menu {
  margin-top: 1rem;
}
.Header-menu__user li a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.Header-menu__user .User-dropdown__item {
  border: none;
  margin-top: 1rem;
}
.Header-menu__user .User-dropdown__item .User-dropdown__icon {
  padding: 0;
}
.Header-menu__user .User-dropdown__item a {
  padding: 0;
  color: #d62802;
}
.Header-menu__user .User-dropdown__item a:hover {
  color: #b22102;
}
@media screen and (min-width: 920px) {
  .Header-menu__user {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 920px) {
  .Header-menu__user {
    margin-top: 1rem;
  }
}
.Header-menu__categories {
  width: 80%;
  border-right: 1px solid #e5e5e5;
  padding-right: 5rem;
}
@media screen and (max-width: 920px) {
  .Header-menu__categories {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.Header-menu__categories > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2.5rem;
  margin: 0;
  padding-left: 0;
}
.Header-menu__categories > ul > li.menu-item-has-children {
  min-width: 149px;
}
@media screen and (max-width: 920px) {
  .Header-menu__categories > ul > li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.Header-menu__categories > ul .sub-menu {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Header-menu__categories > ul .sub-menu li {
  margin-bottom: 0.5rem;
}
.Header-menu__categories > ul .sub-menu li a {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.Header-menu__categories > ul .menu-item-has-children > a {
  color: #d62802;
  cursor: inherit;
}
@media screen and (max-width: 920px) {
  .Header-menu__categories > ul {
    gap: 1rem;
  }
  .Header-menu__categories > ul > li {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
  .Header-menu__categories > ul > li ul.sub-menu {
    margin-top: 1.5rem;
  }
  .Header-menu__categories > ul > li:first-child ul,
  .Header-menu__categories > ul > li:nth-child(2) ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Header-menu__categories > ul > li:first-child ul li,
  .Header-menu__categories > ul > li:nth-child(2) ul li {
    width: 50%;
  }
}

body.expanded-menu-open .Header-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 920px) {
  body.expanded-menu-open .Header-menu {
    top: 5px;
  }
}
body.expanded-menu-open .Header .Header__navigation {
  border-color: #e5e5e5;
}

.Header-expanded .User-menu .menu-item a {
  font-family: "Benton Sans Bd", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.Header-expanded .User-menu .menu-item:not(:first-child) a {
  background-color: white;
  border: 1px solid #d62802;
  color: #d62802;
}
.Header-expanded .User-menu .menu-item:not(:first-child) a:hover {
  background-color: rgba(214, 40, 2, 0.1);
}
.Header-expanded .User-menu .menu-item:not(:last-child) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Header-expanded__sesamy-logout {
  margin-top: 2em;
  display: block;
}
.Header-expanded__sesamy-logout sesamy-logout {
  --font-size: 1.1125rem;
}

.Secondary-menu .menu-item a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1080px) {
  .Secondary-menu .menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.Secondary-menu .menu-item.current-menu-item > a {
  color: #d62802;
}
.Secondary-menu .menu-item.current-menu-item > a::after {
  display: none;
}
.expanded-menu-open .Secondary-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1080px) {
  .Secondary-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .Secondary-menu .menu-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.PostContent__Paywall {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-align: center;
  z-index: 1;
  background: transparent;
  max-width: 650px;
  margin: 0 auto;
}
.PostContent__Paywall a {
  color: #d62802;
}
.PostContent__Paywall__login {
  padding: 1.875rem 1.875rem 0 1.875rem;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.PostContent__Paywall__login .ButtonContainer {
  max-width: 300px;
  margin: 0 auto;
}
.PostContent__Paywall__login .ButtonContainer .Button {
  margin-top: 1.875rem;
  width: 100%;
}
.PostContent__Paywall__login .ButtonContainer .or {
  font-family: "Benton Sans Cond Bd", sans-serif;
  margin-top: 1rem;
}
.PostContent__Paywall__login .ButtonContainer .SesamyButtonContainer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.PostContent__Paywall__login .ButtonContainer .SesamyButtonContainer sesamy-button {
  --background: #d62802;
  --background-hover: var(--background, #131313);
  --color: #fff;
  --font-family: Benton Sans Cond Bd, sans-serif;
  --font-size: 0.9375rem;
  --font-weight: 400;
  --width: 100%;
  --max-width: 100%;
  --height: 3.75rem;
  --border: 0;
  --border-radius: 1.875rem;
  --padding: 1.875rem;
  --opacity-hover: 1;
}
.PostContent__Paywall__login .ButtonContainer .SesamyButtonContainer .sesamy-info {
  margin-top: 5px;
}
.PostContent__Paywall__login .ButtonContainer .SesamyButtonContainer .sesamy-info .what-is-quiqly {
  color: black;
}
.PostContent__Paywall__login .PostContent__Paywall_already_logged_in {
  margin-bottom: 1rem;
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container {
  text-align: left;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 570px) {
  .PostContent__Paywall__subscription .PostContent__Paywall__subscription-container {
    padding: 12px;
  }
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__sub_heading {
  font-size: 14px;
  font-family: "Benton Sans Cond Bla", sans-serif;
  text-transform: uppercase;
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__heading-container {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__heading-container .PostContent__Paywall__login__heading {
  font-size: 36px;
  color: #d62802;
  line-height: 36px;
  max-width: 400px;
}
@media screen and (max-width: 420px) {
  .PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__heading-container .PostContent__Paywall__login__heading {
    font-size: 30px;
  }
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__heading-container .PostContent__Paywall__login__heading-offer-container .Offer-circle {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "glosa-roman", serif;
  font-weight: 500;
  line-height: 27px;
  border-radius: 100%;
  background: #d62802;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 100px;
  height: 100px;
  font-size: 27px;
  position: absolute;
  right: 0;
  top: -26px;
  padding: 2px;
}
@media screen and (max-width: 720px) {
  .PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__heading-container .PostContent__Paywall__login__heading-offer-container .Offer-circle {
    width: 80px;
    height: 80px;
    font-size: 24px;
    position: relative;
    top: -9px;
  }
}
.PostContent__Paywall__subscription .PostContent__Paywall__subscription-container .PostContent__Paywall__login__content {
  margin-top: 1rem;
  font-size: 15px;
  max-width: 500px;
}
.PostContent__Paywall__or {
  font-family: "Benton Sans Bd", sans-serif;
  padding: 1.875rem 0;
}
.PostContent__Paywall__subscribe {
  margin-top: 1rem;
  background: transparent;
  border-left: 0;
}
.PostContent__Paywall__subscribe--no-embed {
  border-left: 0;
}
.PostContent__Paywall__subscribe__title {
  background: #d62802;
  color: white;
  padding: 1rem;
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__title {
  background: none;
  color: #1d1c20;
  padding-top: 1.875rem;
}
.PostContent__Paywall__subscribe__inner {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__inner {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.PostContent__Paywall__subscribe__content {
  padding: 0 22px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.PostContent__Paywall__subscribe__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Benton Sans Reg", sans-serif;
  margin-top: 0.5em;
  text-align: left;
}
.PostContent__Paywall__subscribe--no-embed .PostContent__Paywall__subscribe__content p {
  text-align: center;
}
.PostContent__Paywall__subscribe__content p + p:is(p) {
  margin-top: 1em;
}
.PostContent__Paywall__subscribe__content h2 + p:is(p),
.PostContent__Paywall__subscribe__content h3 + p:is(p),
.PostContent__Paywall__subscribe__content h4 + p:is(p),
.PostContent__Paywall__subscribe__content h5 + p:is(p),
.PostContent__Paywall__subscribe__content h6 + p:is(p) {
  margin-top: 1em;
}
.PostContent__Paywall__embed {
  border: 0;
  width: 100%;
  height: 1200px;
}

.Curated-list {
  margin-bottom: 1.875rem;
}
.Curated-list .Grid .right-col .Blurb--XL,
.Curated-list .Grid .right-col .Blurb--native,
.Curated-list .Grid .right-col .Blurb--ownad {
  margin-bottom: 0;
}
.Curated-list .Grid .right-col .Blurb--native .Blurb__content {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.Curated-list .Grid .right-col .Blurb--native a {
  border: 1px solid #02b0d6;
}
.Curated-list .Grid .right-col .Blurb > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__thumbnail {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 720px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content {
    width: 50%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content .Blurb__author {
    display: none;
  }
}
.Curated-list .Grid .right-col .Blurb > a .Blurb__content .Blurb__author-image,
.Curated-list .Grid .right-col .Blurb > a .Blurb__content .Longread__author-image {
  width: 2.625rem;
  height: 2.625rem;
}
@media screen and (max-width: 720px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content .Blurb__author-image,
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content .Longread__author-image {
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media screen and (max-width: 420px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content .Blurb__author-name {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .Curated-list .Grid .right-col .Blurb > a .Blurb__content .Blurb__summary {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 1260px) {
  .Curated-list .Blurb__summary {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .Curated-list .Grid__col.right-col .Blurb > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 720px) and (max-width: 490px) {
  .Curated-list .Grid__col.right-col .Blurb > a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 720px) and (max-width: 490px) and (min-width: 350px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__premium-tag {
    width: 20px;
    height: 20px;
  }
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__premium-tag svg {
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 720px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__thumbnail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 720px) and (max-width: 490px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__thumbnail {
    width: 30%;
    min-width: 105px;
  }
}
@media screen and (max-width: 720px) and (max-width: 350px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__thumbnail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__content {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
  }
}
@media screen and (max-width: 720px) and (max-width: 490px) and (min-width: 350px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding: 0;
  }
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__content .Blurb__title {
    font-size: 16px;
    line-height: 23px;
    padding-right: 5%;
  }
}
@media screen and (max-width: 720px) and (max-width: 350px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__content {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .Curated-list .Grid__col.right-col .Blurb > a .Blurb__content .Blurb__summary {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .Curated-list .Blurb--native .Blurb__content,
  .Curated-list .Blurb--ownad .Blurb__content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .Curated-list .Blurb--native .Blurb__content .Blurb__title,
  .Curated-list .Blurb--ownad .Blurb__content .Blurb__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .Curated-list .Blurb__summary,
  .Curated-list .Blurb__author {
    display: none;
  }
  .Curated-list .Blurb__premium-tag {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
  }
  .Curated-list .Blurb__premium-tag span {
    display: none;
  }
}

.Grid-posts .Blurb__premium-tag {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  padding: 0;
  margin: 5px;
}
.Grid-posts .Blurb__premium-tag span {
  display: none;
}
@media screen and (max-width: 350px) {
  .Grid-posts .Grid__col {
    width: 100%;
  }
}

.template-my-pages-fokus {
  background-color: #f5f4ef;
}
.template-my-pages-fokus .Header::after,
.template-my-pages-fokus .Header__navigation {
  border-bottom: 0 !important;
}
.template-my-pages-fokus .FAQ__item {
  font-size: 15px !important;
}
.template-my-pages-fokus .FAQ__item--contact-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
.template-my-pages-fokus .FAQ__item--contact-card h3 {
  display: block;
  text-align: left;
  font-size: 15px;
}
.template-my-pages-fokus .FAQ__item--contact-card .Button {
  background-color: #ecefef;
  border-color: #ecefef;
  color: #5d5d5d;
}
.template-my-pages-fokus .FAQ__item--contact-card p {
  display: none;
}
.template-my-pages-fokus .MyPages {
  padding: 0 10px;
}
@media screen and (max-width: 1080px) {
  .template-my-pages-fokus .MyPages {
    padding: 16px;
  }
}
@media screen and (max-width: 380px) {
  .template-my-pages-fokus .MyPages {
    padding: 10px;
  }
}
.template-my-pages-fokus .MyPages a {
  color: #d62802;
}
.template-my-pages-fokus .MyPages p {
  font-size: 15px;
  font-size: 0.9375rem;
}
.template-my-pages-fokus .MyPages hr {
  border-color: #ecefef;
  border-bottom: none;
  width: 100%;
}
.template-my-pages-fokus .MyPages .gform_footer .Button {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  height: 2.75rem;
}
.template-my-pages-fokus .MyPages__content {
  padding-bottom: 3.75rem;
  max-width: 780px;
  margin: 0 auto;
}
.template-my-pages-fokus .MyPages__content h2 {
  font-size: 33px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.template-my-pages-fokus .MyPages__template {
  display: none;
}
.template-my-pages-fokus .MyPages__loading-indicator {
  text-align: center;
  margin-top: 1em;
}
.template-my-pages-fokus .MyPages__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.template-my-pages-fokus .MyPages__sections h1,
.template-my-pages-fokus .MyPages__sections h2,
.template-my-pages-fokus .MyPages__sections h3,
.template-my-pages-fokus .MyPages__sections h4,
.template-my-pages-fokus .MyPages__sections h5 {
  font-family: "Benton Sans Reg", sans-serif;
}
.template-my-pages-fokus .MyPages__StepButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  gap: 10px;
}
.template-my-pages-fokus .MyPages__form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 1em;
}
.template-my-pages-fokus .MyPages__form-options__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  border: 1px solid #b4b4b4;
  background: #f5f4ef;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.template-my-pages-fokus .MyPages__form-options__option:hover {
  cursor: pointer;
  background-color: #efeeeb;
}
.template-my-pages-fokus .MyPages__form-options__option.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.template-my-pages-fokus .MyPages__form-options__motivation__textarea {
  width: 100%;
  min-height: 260px;
}
.template-my-pages-fokus .MyPages__card {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  background: white;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.template-my-pages-fokus .MyPages__card .fpg-sesamy-spinner {
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.template-my-pages-fokus .MyPages__card__header {
  border-bottom: 1px solid #ecefef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template-my-pages-fokus .MyPages__card__text {
  border-bottom: 1px solid #ecefef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template-my-pages-fokus .MyPages__card__footer {
  border-top: 1px solid #ecefef;
  padding: 14px 0 7px 0;
  margin-top: 1em;
}
.template-my-pages-fokus .MyPages__card__buttons {
  margin-top: 1em;
}
.template-my-pages-fokus .MyPages__card__info__container {
  margin: 10px 0;
}
.template-my-pages-fokus .MyPages__card__info__container__title {
  font-size: 15px;
  line-height: 23px;
  font-family: "Benton Sans Cond Bd", sans-serif !important;
}
.template-my-pages-fokus .MyPages__card.Offer .OfferButtons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.template-my-pages-fokus .MyPages__card.Offer .OfferInfoText {
  display: none;
  font-style: italic;
}
.template-my-pages-fokus .MyPages__card.Offer .OfferInformation {
  font-size: 18px;
}
.template-my-pages-fokus .MyPages__card.Offer .OfferInformation p {
  font-size: 18px;
}
.template-my-pages-fokus .MyPages__card.faq {
  padding: 10px 15px;
}
.template-my-pages-fokus .MyPages__card.faq .FAQ_FAQ {
  margin-top: 0;
}
.template-my-pages-fokus .MyPages__card.faq .container {
  padding-left: 5px;
  padding-right: 5px;
}
.template-my-pages-fokus .MyPages__card.faq .FAQ__item {
  border-top: 0;
  padding: 12px 0;
}
.template-my-pages-fokus .MyPages__card.faq .FAQ__item .q {
  font-weight: inherit;
}
.template-my-pages-fokus .MyPages__card.contact h3 {
  font-family: "Benton Sans Cond Bd", sans-serif !important;
}
.template-my-pages-fokus .MyPages__card.cancel-subscription-card .MyPages__card__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Benton Sans Cond Bd", sans-serif !important;
}
.template-my-pages-fokus .MyPages__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.template-my-pages-fokus .MyPages__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.template-my-pages-fokus .MyPages__menu-item:hover {
  cursor: pointer;
  background-color: #fff5f5;
}
.template-my-pages-fokus .MyPages__menu-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.template-my-pages-fokus .MyPages__subscription-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.template-my-pages-fokus .MyPages__subscription-card--cancelled {
  opacity: 0.5;
}
.template-my-pages-fokus .MyPages__subscription-card__header {
  border-bottom: 1px solid #ecefef;
  padding: 10px 0;
}
.template-my-pages-fokus .MyPages__subscription-card__header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-my-pages-fokus .MyPages__subscription-card__header__title__value {
  margin-top: 3px;
}
.template-my-pages-fokus .MyPages__subscription-card__header__image img {
  width: 30px;
}
.template-my-pages-fokus .MyPages__subscription-card__content__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 440px) {
  .template-my-pages-fokus .MyPages__subscription-card__content__table {
    gap: 20px;
  }
}
.template-my-pages-fokus .MyPages__subscription-card__content__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 440px) {
  .template-my-pages-fokus .MyPages__subscription-card__content__table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.template-my-pages-fokus .MyPages__subscription-card__content__table__row__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 440px) {
  .template-my-pages-fokus .MyPages__subscription-card__content__table__row__cell {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .template-my-pages-fokus .MyPages__subscription-card__content__table__row__cell__label {
    font-weight: bold;
  }
}
.template-my-pages-fokus .MyPages__share-subscription-card-container {
  display: none;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}
@media screen and (min-width: 1080px) {
  .template-my-pages-fokus .MyPages__share-subscription-card-container {
    margin-top: 1em;
  }
}
.template-my-pages-fokus .MyPages__share-subscription-card-container .MyPages__share-subscription-card {
  height: 0;
  overflow: hidden;
  position: relative;
}
.template-my-pages-fokus .MyPages__share-subscription-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px 0 0 4px;
}
.template-my-pages-fokus .MyPages__share-subscription-card--open {
  height: auto !important;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d62802;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  cursor: pointer;
  border-radius: 4px;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown--open {
  display: none;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown--open svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown__header__title {
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown__header__icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.template-my-pages-fokus .MyPages__share-subscription-card__dropdown__text {
  font-family: "Benton Sans Reg", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-top: 10px;
}
.template-my-pages-fokus .MyPages__share-subscription-card__left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: #d62802;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 24px;
  margin: 0 auto;
  max-width: 492px;
}
@media screen and (max-width: 720px) {
  .template-my-pages-fokus .MyPages__share-subscription-card__right-column {
    padding: 20px;
  }
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__content__pre-title {
  font-family: "Benton Sans Cond Bla", sans-serif !important;
  color: #d62802;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__content__title {
  font-family: "Benton Sans Cond Bla", sans-serif !important;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
  margin-bottom: 8px !important;
  margin-top: 10px !important;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__content__text {
  margin-top: 0 !important;
  font-family: "Benton Sans Reg", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__share-counter {
  color: gray;
  text-align: center;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__share-counter__number {
  color: #d62802;
  font-family: "Benton Sans Cond Bla", sans-serif !important;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email .Inline-form {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .template-my-pages-fokus .MyPages__share-subscription-card__right-column__email .Inline-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email input {
  height: 42px;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email input[type=submit] {
  border-radius: 44px;
  font-size: 10px;
  padding: 7px 16px;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email input[type=email] {
  border: 1px solid #b4b4b4;
  padding-left: 16px;
  font-size: 15px;
  border-radius: 4px;
  font-family: "Benton Sans Lt", sans-serif;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email__error__text {
  color: red;
  margin-top: 10px;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email__success__text {
  color: green;
  margin-top: 10px;
  display: none;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email__loading {
  display: none;
  text-align: center;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email__loading svg {
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__email__loading svg path {
  fill: #d62802;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__mobile-close {
  margin: 0 auto;
  color: #d62802;
  font-family: "Benton Sans Cond Bla", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: white;
  border-radius: 100%;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__mobile-close svg {
  -webkit-animation: floating 2s infinite;
       -o-animation: floating 2s infinite;
          animation: floating 2s infinite;
}
.template-my-pages-fokus .MyPages__share-subscription-card__right-column__mobile-close svg path {
  fill: #d62802;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes floating {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.template-my-pages-fokus .MyPages__pause-subscription-card input {
  width: 100%;
}
.template-my-pages-fokus .MyPages__payment-methods-card__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-my-pages-fokus .MyPages__payment-methods-card__list__item__text {
  margin-top: 1px;
}
.template-my-pages-fokus .MyPages__customer-service-card .fat {
  font-weight: bold;
  font-size: 21px;
}
.template-my-pages-fokus .MyPages__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-radius: 10px;
}
.template-my-pages-fokus .MyPages__card-link .left {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.template-my-pages-fokus .MyPages__card-link .left svg {
  width: 24px;
  height: 24px;
}
.template-my-pages-fokus .MyPages__card-link:hover {
  background-color: #fff5f5;
}
.template-my-pages-fokus .MyPages__card-link:hover .left {
  gap: 13px;
}
.template-my-pages-fokus .MyPages .gform_wrapper input,
.template-my-pages-fokus .MyPages .gform_wrapper select {
  height: 47px !important;
}
.template-my-pages-fokus .MyPages .gform_wrapper.gravity-theme .ginput_container {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.template-my-pages-fokus .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .description,
.template-my-pages-fokus .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.template-my-pages-fokus .MyPages .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  display: none;
}
.template-my-pages-fokus .MyPages__payment-history-list {
  width: 100%;
}
@media screen and (max-width: 440px) {
  .template-my-pages-fokus .MyPages__payment-history-list .MyPages__payment-list-item__name {
    display: none;
  }
}
.template-my-pages-fokus .MyPages__payment-history-list .MyPages__payment-list-item__column {
  height: 60px;
}
.template-my-pages-fokus .MyPages__payment-history-list .MyPages__payment-list-item__column:last-child {
  text-align: right;
}
.template-my-pages-fokus .MyPages__back-button {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  gap: 0;
}
.template-my-pages-fokus .MyPages__back-button:hover {
  gap: 3px;
}
.template-my-pages-fokus .MyPages__latest-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.template-my-pages-fokus .MyPages__latest-issue img {
  height: 80px;
}
.template-my-pages-fokus .MyPages__latest-issue__content__title {
  font-weight: bold;
}
.template-my-pages-fokus .MyPages__select__dropdown-list {
  display: none;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.template-my-pages-fokus .MyPages__select__dropdown-list .my-pages-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}
.template-my-pages-fokus .MyPages__select__dropdown-list .my-pages-issue .title {
  margin-left: 10px;
  font-weight: bold;
}
.template-my-pages-fokus .MyPages__select__dropdown-list img {
  height: 75px;
}
.template-my-pages-fokus .MyPages__select__open {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.template-my-pages-fokus .MyPages__select__selected-issues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 1em;
}
.template-my-pages-fokus .MyPages__select__selected-issues > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fffef8;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.template-my-pages-fokus .MyPages__select__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.template-my-pages-fokus [my-pages-id] {
  cursor: pointer;
}

body.template-my-pages .Header__navigation {
  border: none !important;
}
body.template-my-pages .Site__main {
  margin-top: 0;
}
body.template-my-pages .Header {
  margin-bottom: 0 !important;
}
body.template-my-pages .Site__footer {
  margin-top: 0;
}

.page-template-template-only-text header {
  display: none;
}
.page-template-template-only-text .Site__footer {
  display: none;
}
.page-template-template-only-text .Logo {
  width: 200px;
  display: block;
}
.page-template-template-only-text .Logo img {
  width: 100%;
}
.page-template-template-only-text .Single {
  margin-bottom: 2em;
}

.Newsletter {
  padding: 0 0 3.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.Newsletter__inner {
  --gy: 1.5rem;
  --gx: 4rem;
  margin: 0 auto;
  max-width: 100%;
  background: #feefef;
  padding: 1.5rem;
}
@media screen and (min-width: 720px) {
  .Newsletter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: var(--gy) var(--gx);
    padding: 2.5rem 5rem;
  }
}
.Newsletter__text_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(59.2% - var(--gx) / 2);
          flex: 0 0 calc(59.2% - var(--gx) / 2);
}
.Newsletter__image_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40.8% - var(--gx) / 2);
          flex: 0 0 calc(40.8% - var(--gx) / 2);
}
.Newsletter__image_container img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 328px;
}
@media screen and (max-width: 720px) {
  .Newsletter__image_container {
    display: none;
  }
}
.Newsletter__heading {
  color: #d62802;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1080px) {
  .Newsletter__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.Newsletter__text {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .Newsletter__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Newsletter__heading, .Newsletter__text {
  text-align: start;
}
.Newsletter__form {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.Newsletter__form #mc_embed_signup {
  background: transparent;
  width: auto;
}
.Newsletter__form #mc_embed_signup input {
  border: inherit;
}
.Newsletter__form #mce-EMAIL {
  border: 1px solid rgba(0, 0, 0, 0.3098039216) !important;
}
.Newsletter__form #mce-EMAIL::-webkit-input-placeholder {
  color: gray !important;
}
.Newsletter__form #mce-EMAIL::-moz-placeholder {
  color: gray !important;
}
.Newsletter__form #mce-EMAIL:-ms-input-placeholder {
  color: gray !important;
}
.Newsletter__form #mce-EMAIL::-ms-input-placeholder {
  color: gray !important;
}
.Newsletter__form #mce-EMAIL::placeholder {
  color: gray !important;
}
.Newsletter__form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent;
}
.Newsletter__form #mc_embed_signup form {
  margin: 0;
}
.Newsletter__form #mc_embed_signup div#mce-responses {
  margin: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.Newsletter__form #mc_embed_signup div.response {
  margin: 0;
  padding: 0;
}
.Newsletter__form #mc_embed_signup .indicates-required {
  display: none;
}
.Newsletter__form h2 {
  display: none;
}
.Newsletter__form form {
  gap: 1rem 1.5rem;
}
.Newsletter__form form input[type=email] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 0 0.375rem;
  background-color: transparent;
  color: #000;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Newsletter__form form input[type=email]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.Newsletter__form form input[type=email]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.Newsletter__form form input[type=email]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.Newsletter__form form input[type=email]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.Newsletter__form form input[type=email]::placeholder {
  color: #000;
  opacity: 1;
}
.Newsletter__form form button[type=submit] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 720px) {
  .Newsletter__form form button[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .Newsletter__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.LatestIssue {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-block: 0;
  background-color: transparent;
}
.LatestIssue .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
.LatestIssue .container .Issue-Title {
  border-top: 1px solid #e5e5e5;
  padding-block: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Title .pre-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Title {
    padding-block: 1rem;
  }
}
.LatestIssue .container .Issue-wrapper {
  --gap: 70px;
  display: grid;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  grid-template-columns: 25% 1fr;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  .LatestIssue .container .Issue-wrapper {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-wrapper {
    --gap: 1rem;
    grid-template-columns: auto 1fr;
  }
}
.LatestIssue .container .Issue-Image {
  width: 100%;
  position: relative;
}
.LatestIssue .container .Issue-Image .Issue__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.LatestIssue .container .Issue-Image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.28);
}
@media screen and (min-width: 1080px) {
  .LatestIssue .container .Issue-Image {
    grid-row: span 5;
  }
  .LatestIssue .container .Issue-Image::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(0px - var(--gap) / 2);
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-Image {
    max-width: 112px;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-articles-wrapper {
    grid-column: span 2;
  }
}
.LatestIssue .container .Issue-articles {
  --gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  gap: var(--gap);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid #e5e5e5;
}
.LatestIssue .container .Issue-articles .Issue-article {
  position: relative;
  border-bottom: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - var(--gap) / 1.5);
          flex: 0 0 calc(33.333% - var(--gap) / 1.5);
  max-width: calc(33.333% - var(--gap) / 1.5);
  padding-bottom: 0;
}
.LatestIssue .container .Issue-articles .Issue-article:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(0px - var(--gap) / 2);
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.LatestIssue .container .Issue-articles .Issue-article:nth-child(-n+2) {
  border-bottom: inherit;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-articles .Issue-article :is(h2, h3, h4, h5, h6) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.LatestIssue .container .Issue-articles .Issue-article :is(p) {
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-articles .Issue-article :is(p) {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .LatestIssue .container .Issue-articles .Issue-article:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: calc(0px - var(--gap) / 2);
    bottom: auto;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-articles .Issue-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .Issue-articles {
    --gap: 2rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .title-wrapper .title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.LatestIssue .container .CTA-wrapper .CTA-button {
  margin-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 720px) {
  .LatestIssue .container .CTA-wrapper .CTA-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .LatestIssue .container .CTA-wrapper .CTA-button a {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .LatestIssue .container .CTA-wrapper {
    grid-column: span 2;
  }
  .LatestIssue .container .CTA-wrapper .CTA-button a {
    width: 100%;
    max-width: none;
  }
}

.Social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 1.125rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.Social-share:has(.PodcastPlayBtn) {
  padding-block: 0.5rem;
}
.Social-share__link {
  border: none;
  border-radius: 0;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-height: 1rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Social-share__link:hover {
  background-color: transparent;
  opacity: 0.5;
}
.Social-share__link svg {
  height: auto;
  width: 100%;
  max-width: 20px;
  display: block;
}
.Social-share__link svg.icon {
  height: auto;
  width: 100%;
  max-width: 20px;
  margin: 0;
}
.Social-share__link #comment-count {
  display: none;
}
.Social-share .Button.PodcastPlayBtn {
  margin-left: auto;
  min-height: 0;
  text-transform: none;
}
.Social-share .Button.PodcastPlayBtn.disabled {
  --btn-bc: #e5e5e5;
  --btn-bc: #e5e5e5;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.Sidebar__header {
  color: #121212;
  background-color: transparent;
  text-transform: inherit;
  padding: 0;
  margin-right: 0;
}
.Sidebar .Sidebar__posts-by-term {
  margin-bottom: 0.5rem;
}
.Sidebar .Sidebar__posts-by-term .PostBlurb--post {
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.Sidebar .Sidebar__posts-by-term .PostBlurb--post .PostBlurb__excerpt {
  display: none;
}
@media screen and (min-width: 1080px) {
  .Sidebar .Sidebar__posts-by-term .PostBlurb--post .PostBlurb__Content__Thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.Sidebar .Sidebar__posts-by-term .PostBlurb--post:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.Sidebar .Sidebar__posts-by-term .PostBlurb--post ul li:not(:last-child)::after {
  content: "\2013";
}
@media screen and (min-width: 1080px) {
  .Sidebar .Sidebar__posts-by-term .PostBlurb--post .PostBlurb__Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Sidebar .Sidebar__posts-by-term .Blurb--S,
.Sidebar .Sidebar__posts-by-term .Blurb--M {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__title,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__title {
  padding-top: calc(1rem + 0.25rem);
}
@media screen and (max-width: 1080px) {
  .Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__title,
  .Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__body,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__body {
  margin-top: 0.25rem;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__content,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__content {
  position: relative;
  padding-block: 1rem;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__meta .Blurb__author-name,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__meta .Blurb__author-name {
  text-transform: capitalize;
  font-style: normal;
  color: #787878;
  margin-top: 0;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__categories,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__categories {
  position: absolute;
  top: 1rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__categories li,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.Sidebar .Sidebar__posts-by-term .Blurb--S .Blurb__categories li:not(:last-child)::after,
.Sidebar .Sidebar__posts-by-term .Blurb--M .Blurb__categories li:not(:last-child)::after {
  content: "/";
}
.Sidebar .SubscribeBox {
  margin-bottom: 0.5rem;
}
.Sidebar .SubscribeBox:nth-of-type(odd) .SubscribeBox__Content {
  background-color: #f8f9f9;
}
.Sidebar .SubscribeBox .SubscribeBox__Content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  background-color: #f8f9f9;
}
.Sidebar .SubscribeBox .SubscribeBox__Content .SubscribeBox__Image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  max-width: 76px;
}
@media screen and (max-width: 1080px) {
  .Sidebar .SubscribeBox .SubscribeBox__Content .SubscribeBox__Image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    max-width: 23.5%;
  }
}

.Posts-by-related-cat .is-style-section-header {
  border-top: 1px solid #e5e5e5;
  padding-block: 1.5rem;
}
.single .Posts-by-related-cat .is-style-section-header {
  padding-block: 1.5rem;
}
.Posts-by-related-cat .is-style-section-header::after {
  display: none;
}
.Posts-by-related-cat .custom-grid-3 {
  --gx: 70px;
  --gy: 24px;
}
.Posts-by-related-cat .PostBlurb--post {
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .Posts-by-related-cat .PostBlurb--post .PostBlurb__Content__Thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .Posts-by-related-cat .PostBlurb--post .PostBlurb__Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1080px) {
  .Posts-by-related-cat .PostBlurb--post:nth-of-type(3n)::before {
    width: 100%;
  }
  .Posts-by-related-cat .PostBlurb--post:nth-of-type(3n)::after {
    display: none;
  }
  .Posts-by-related-cat .PostBlurb--post::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + var(--gx));
    height: 1px;
    background-color: #e5e5e5;
  }
  .Posts-by-related-cat .PostBlurb--post::after {
    content: "";
    width: 1px;
    height: calc(100% - var(--gy));
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    right: calc(0rem - var(--gx) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .Posts-by-related-cat .PostBlurb--post::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.PodcastArchive .archive__header {
  margin-top: 2.125rem;
  margin-bottom: 0;
}
.PodcastArchive .fpg-sesamy-podcast-grid {
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-block: 2rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-child(odd) {
    padding-right: 0.75rem;
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-child(odd)::after {
    left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-child(even) {
    padding-left: 0.75rem;
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-child(even)::after {
    left: auto;
    right: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-child(2n+1):last-child::after {
    display: none;
  }
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:nth-last-child(2):nth-child(odd)::after, .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4:last-child:nth-child(even)::after {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .PodcastArchive .fpg-sesamy-podcast-grid .Grid__col--delta--4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 2rem);
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.875rem;
  margin-bottom: 0;
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__image {
  max-width: 190px;
  aspect-ratio: 1;
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__image.placeholder.shine {
  height: auto !important;
}
@media screen and (max-width: 1080px) {
  .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__image {
    max-width: 124px;
  }
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__content {
  padding: 0;
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__title {
  margin-bottom: 1rem;
}
.PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard__nr-of-episodes {
  margin-bottom: 1rem;
  color: #d62802;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard {
    max-width: none;
  }
}
@media screen and (max-width: 1080px) {
  .PodcastArchive .fpg-sesamy-podcast-grid .PodcastCard {
    gap: 1rem;
  }
}
.PodcastArchive .PodcastArchive__latest-episodes .archive__header {
  margin-top: 0;
  margin-bottom: 2rem;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem {
  padding-block: 2rem;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem .LeftColumn {
  gap: 1.5rem;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem .podcast_image_container img {
  width: 83px;
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem .Blurb__title {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 1080px) {
  .PodcastArchive .LatestEpisodes__list .PodcastListItem .Blurb__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.PodcastArchive .LatestEpisodes__list .PodcastListItem .date {
  font-family: "Benton Sans Reg", sans-serif;
  color: #515151;
}
@media screen and (min-width: 1080px) {
  .PodcastArchive .LatestEpisodes__list {
    max-width: 831px;
    margin-inline: auto;
  }
}

.BlurbPodcastEpisode {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.BlurbPodcastEpisode__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.BlurbPodcastEpisode__Content__Media__Image {
  width: 78px;
  height: 78px;
}
.BlurbPodcastEpisode__Content__Media__Image img {
  width: 100%;
  height: 100%;
}
.BlurbPodcastEpisode__Content__Text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .BlurbPodcastEpisode__Content__Text__Title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.BlurbPodcastEpisode__Content__Text__CategoryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.BlurbPodcastEpisode__Content__Text__CategoryContainer__Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BlurbPodcastEpisode__Content__Text__CategoryContainer__Category {
  color: #d62802;
}
.BlurbPodcastEpisode:hover {
  opacity: 0.67;
}

.PostBlurb {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.PostBlurb--native {
  padding: 1rem;
  background-color: #ecefef;
  margin-block: 1rem;
  border: none;
  position: relative;
}
.PostBlurb--native:not(:first-of-type)::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(0px - 1rem);
  left: 0;
  background-color: #e5e5e5;
}
.PostBlurb__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.PostBlurb__Content__Thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 239px;
          flex: 0 0 239px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.PostBlurb__Content__Thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .PostBlurb__Content__Thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
@media screen and (max-width: 420px) {
  .PostBlurb__Content__Thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.PostBlurb__Content__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .PostBlurb__Content__Text {
    gap: 0.25rem;
  }
}
.PostBlurb__title {
  color: #1d1c20;
}
.PostBlurb__title .author_name {
  font-size: inherit;
  color: #d62802;
}
@media screen and (max-width: 1080px) {
  .PostBlurb__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.PostBlurb__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.PostBlurb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  color: #d62802;
}
.PostBlurb ul li:not(:last-child)::after {
  content: "/";
  color: #1d1c20;
  font-family: "Benton Sans Lt", sans-serif;
  margin-left: 0.25rem;
}
.PostBlurb__credit {
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PostBlurb__credit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PostBlurb__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PostBlurb__category {
  color: #d62802;
}
@media (hover: hover) and (pointer: fine) {
  .PostBlurb:hover {
    opacity: 0.67;
  }
}

.Sticket {
  position: relative;
  padding: 1rem;
  border-bottom: inherit;
  margin-bottom: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.Sticket__title {
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.Sticket__author_name .PostBlurb__author-name {
  color: #d62802;
}
.Sticket__content {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Sticket__content__author-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Sticket__content__author-image img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Sticket__content__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Sticket::after {
  content: "";
  height: 1px;
  width: calc(100% - ((1rem) + 1rem));
  position: absolute;
  bottom: 0;
  left: 1rem;
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .Sticket {
    padding-block: 0;
  }
  .Sticket__content {
    padding: 0;
    margin: 0;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Sticket__content__author-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .Sticket__content__author-image img {
    height: 60px;
    width: 60px;
  }
  .Sticket__content__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Sticket__date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
  }
  .Sticket::before {
    display: none;
  }
  .Sticket::after {
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.Sticket:hover {
  opacity: 0.67;
}

.BlurbAuthor,
.BlurbAuthorWithImage {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.BlurbAuthor__author_name .PostBlurb__author-name,
.BlurbAuthorWithImage__author_name .PostBlurb__author-name {
  color: #d62802;
}
.BlurbAuthor__title,
.BlurbAuthorWithImage__title {
  margin-bottom: 0.5rem;
}
.BlurbAuthor__content,
.BlurbAuthorWithImage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.BlurbAuthor__content__thumbnail,
.BlurbAuthorWithImage__content__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60.5%;
          flex: 0 0 60.5%;
}
.BlurbAuthor__content__author-wrapper,
.BlurbAuthorWithImage__content__author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.BlurbAuthor__content__author-image,
.BlurbAuthorWithImage__content__author-image {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BlurbAuthor__content__author-image img,
.BlurbAuthorWithImage__content__author-image img {
  height: auto;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlurbAuthor__content__thumbnail img, .BlurbAuthor__content__author-image img,
.BlurbAuthorWithImage__content__thumbnail img,
.BlurbAuthorWithImage__content__author-image img {
  height: auto;
  width: 100%;
}
.BlurbAuthor__content__text .PostBlurb__excerpt,
.BlurbAuthorWithImage__content__text .PostBlurb__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BlurbAuthor:hover,
.BlurbAuthorWithImage:hover {
  opacity: 0.67;
}

.BlurbAuthorWithImage .PostBlurb__author-name {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .BlurbAuthorWithImage {
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .BlurbAuthorWithImage__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .BlurbAuthorWithImage__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.BlurbAuthor {
  padding-block: 1rem;
}
.BlurbAuthor__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.BlurbAuthor__content__author-image {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BlurbAuthor__content__author-image img {
  height: auto;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlurbAuthor__author_name {
  margin-bottom: 0.25rem;
}
.BlurbAuthor__author_name .PostBlurb__author-name {
  font-size: 16px;
  font-size: 1rem;
}
.BlurbAuthor__title {
  margin-bottom: 0;
}
.BlurbAuthor + .BlurbAuthor {
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 1080px) {
  .BlurbAuthor:first-of-type {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .BlurbAuthor:last-of-type {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.TopdogMain .PostBlurb__title .author_name {
  font-size: 16px;
  font-size: 1rem;
}
.TopdogMain__LeftColumn .PostBlurb {
  padding-bottom: 1rem;
}
.TopdogMain__LeftColumn .PostBlurb--native {
  padding: 0.75rem;
}
.TopdogMain__LeftColumn .PostBlurb--native .PostBlurb__Content {
  gap: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__LeftColumn .PostBlurb--native .PostBlurb__Content {
    gap: 1rem;
  }
}
.TopdogMain__LeftColumn .PostBlurb__excerpt {
  display: none;
}
.TopdogMain__LeftColumn .PostBlurb__Content__Thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 111px;
          flex: 0 0 111px;
}
.TopdogMain__LeftColumn .PostBlurb__Content__Thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__LeftColumn .PostBlurb__Content__Thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
@media screen and (min-width: 1080px) {
  .TopdogMain__LeftColumn .PostBlurb:first-child .PostBlurb__Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TopdogMain__LeftColumn .PostBlurb:first-child .PostBlurb__Content img {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain__LeftColumn .PostBlurb:first-child .PostBlurb__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.TopdogMain__LeftColumn .PostBlurb + .PostBlurb:not(.PostBlurb--native) {
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__LeftColumn {
    margin-top: 1rem;
  }
  .TopdogMain__LeftColumn .PostBlurb:first-of-type {
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
  }
}
.TopdogMain__RightColumn .wp-block-core-heading h2:not(.is-style-section-header):first-child {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__RightColumn .wp-block-core-heading h2:not(.is-style-section-header):first-child {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.TopdogMain__RightColumn .Grid__col:last-of-type .Sticket::after {
  display: none;
}
.TopdogMain__RightColumn .flickity-viewport {
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__RightColumn {
    margin-top: 0.5rem;
  }
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title {
  margin-top: 0.625rem;
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title .author_name {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1080px) {
  .TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__title .author_name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__Content__Text {
  gap: 0;
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__Content img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 720px) {
  .TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__Content img {
    max-height: none;
  }
}
.TopdogMain__MainColumn .PostBlurb:first-child .PostBlurb__credit {
  margin-top: 0.75rem;
}
.TopdogMain__MainColumn .TopdogMain__MainExtraPosts {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  max-width: 100%;
  margin-inline: auto;
  display: none;
}
.TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col {
  padding-inline: 1rem;
}
@media screen and (min-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col:first-of-type {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    border-right: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col:first-of-type {
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col:last-of-type {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col:last-of-type {
    padding-block: 1rem;
    border-top: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts .Grid__col {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1080px) {
  .TopdogMain__MainColumn .TopdogMain__MainExtraPosts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .TopdogMain__MainColumn {
    position: relative;
  }
  .TopdogMain__MainColumn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain__MainColumn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.TopdogMain .Grid__col:has(.TopDog-Category) {
  position: relative;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category {
  background-color: transparent;
  border-top: inherit;
  padding: 1rem;
  padding-right: calc(1.5rem + 1rem);
  border-bottom: inherit;
  margin-bottom: 0;
  position: relative;
  max-width: 100%;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category__image img {
  height: auto;
  width: 100%;
  max-width: 48px;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category:hover .TopDog-Category__body__icon {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category::after {
  content: "";
  height: 1px;
  width: calc(100% - ((1rem) + 1.5rem + 1rem));
  position: absolute;
  bottom: 0;
  left: 1rem;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category::after {
    left: 2rem;
    width: calc(100% - ((2rem) + 2rem));
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category__body__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category {
    padding-block: 0 1rem;
    padding-inline: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem;
  }
  .TopdogMain .Grid__col:has(.TopDog-Category) .TopDog-Category::before {
    display: none;
  }
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid {
  max-width: 100%;
  margin-inline: 0;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .Grid__col {
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) .Grid .Grid__col {
    padding-right: 1.5rem;
  }
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .flickity-button {
  display: none;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .flickity-page-dots {
  display: block;
  position: relative;
  bottom: inherit;
  margin-top: 2rem;
  margin-inline: auto;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .flickity-page-dots li {
  border-radius: 50%;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .flickity-page-dots li.dot {
  background-color: #787878;
}
.TopdogMain .Grid__col:has(.TopDog-Category) .Grid .flickity-page-dots li.dot.is-selected {
  background-color: #d62802;
}
@media screen and (max-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) .Grid.carousel {
    display: block;
    margin: 0;
    margin-top: 1rem;
    overflow: hidden;
    padding-inline: 2rem;
  }
  .TopdogMain .Grid__col:has(.TopDog-Category) .Grid.carousel .Grid__col {
    min-height: 175px;
    overflow: visible;
  }
  .TopdogMain .Grid__col:has(.TopDog-Category) .Grid.carousel .Grid__col .Sticket {
    height: 100%;
  }
  .TopdogMain .Grid__col:has(.TopDog-Category) .Grid.carousel .Grid__col:last-of-type .Blurb::after {
    display: none;
  }
}
.TopdogMain .Grid__col:has(.TopDog-Category)::after {
  content: "";
  background-color: #f5f4ef;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.5rem);
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) {
    padding-block: 1.5rem;
    padding-inline: 0;
  }
  .TopdogMain .Grid__col:has(.TopDog-Category)::after {
    left: 50%;
    width: calc(100% - 2rem);
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .TopdogMain .Grid__col:has(.TopDog-Category) {
    padding: 0;
  }
}
.TopdogMain .TopDog-Category__body__icon {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
.TopdogMain .TopDog-Category__body__icon svg {
  padding: 2px;
  height: 1rem;
  width: 1rem;
}
.TopdogMain .TopDog-Category__body__icon svg path {
  stroke-width: 1px;
}

.PostListWithSidebar__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.PostListWithSidebar__List .PostBlurb {
  padding-block: 1rem;
}
.PostListWithSidebar__List .PostBlurb + .PostBlurb:not(.PostBlurb--native) {
  border-top: 1px solid #e5e5e5;
}
.PostListWithSidebar__List .PostBlurb__Content__Thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 239px;
          flex: 0 0 239px;
}
@media screen and (max-width: 1080px) {
  .PostListWithSidebar__List .PostBlurb__Content__Thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
@media screen and (max-width: 1080px) {
  .PostListWithSidebar__List .PostBlurb__Content__Text {
    gap: 0.25rem;
  }
}
.PostListWithSidebar__List .PostBlurb__title {
  color: #000;
}
@media screen and (max-width: 1080px) {
  .PostListWithSidebar__List .PostBlurb__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.PostListWithSidebar__List .PostBlurb__excerpt {
  color: #000;
}
@media screen and (max-width: 1080px) {
  .PostListWithSidebar__List .PostBlurb__excerpt {
    display: none;
  }
}
.PostListWithSidebar__List .PostBlurb:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.PostListWithSidebar__List:has(.PostListWithSidebar__LoadMore) .PostBlurb--post:last-of-type {
  border-bottom: none;
}
.PostListWithSidebar__LoadMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ContentWithSidebar {
  margin-block: 2rem;
}
.ContentWithSidebar .container {
  gap: 1.5rem;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .ContentWithSidebar .container {
    padding-top: 1.5rem;
  }
  .ContentWithSidebar .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem * 2);
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .ContentWithSidebar .Grid__col:first-of-type {
    position: relative;
    border-right: 1px solid #e5e5e5;
  }
  .ContentWithSidebar .Grid__col:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: 75px;
    width: 2px;
    -webkit-transform: translateX(80%);
         -o-transform: translateX(80%);
            transform: translateX(80%);
  }
}
@media screen and (max-width: 1080px) {
  .ContentWithSidebar .Grid__col:first-of-type {
    margin-top: 1.5rem;
  }
}
.ContentWithSidebar .Grid__col:last-of-type .ContentWithSidebar__Header__Title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .ContentWithSidebar .Grid__col:last-of-type {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 1080px) {
  .ContentWithSidebar .Grid__col {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1080px) {
  .ContentWithSidebar__Header__Title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ContentWithSidebar__Body .SubscribeBox {
  margin-top: 1.5rem;
}
.ContentWithSidebar__Body .SubscribeBox + .SubscribeBox {
  margin-top: 2rem;
}
@media screen and (max-width: 1080px) {
  .ContentWithSidebar {
    margin-top: 2.5rem;
  }
}

.TaxonomyBlock {
  margin-top: 1rem;
  padding: 1.5rem;
  background-color: var(--block-bg-color, #f8f9f9);
}
.TaxonomyBlock__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 1rem;
}
.TaxonomyBlock__Header__Title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}
.TaxonomyBlock__Header__Title a:hover .TaxonomyBlock__Header__Arrow {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 1080px) {
  .TaxonomyBlock__Header a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.TaxonomyBlock__Header__Dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TaxonomyBlock__Header__Arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
@media screen and (max-width: 720px) {
  .TaxonomyBlock__Header {
    max-width: 100%;
  }
  .TaxonomyBlock__Header__Arrow {
    margin-left: auto;
  }
}
.TaxonomyBlock__List {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.TaxonomyBlock__List .PostBlurb {
  position: relative;
  grid-column: span 3;
}
.TaxonomyBlock__List .PostBlurb:not(:first-of-type) {
  padding-top: 1rem;
}
.TaxonomyBlock__List .PostBlurb:not(:first-of-type) .PostBlurb__excerpt {
  display: none;
}
.TaxonomyBlock__List .PostBlurb:first-of-type {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content__Text {
  gap: 0.5rem;
}
.TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content__Text .PostBlurb__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 720px) {
  .TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.TaxonomyBlock__List .PostBlurb:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 720px) {
  .TaxonomyBlock__List .PostBlurb:not(:first-of-type) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .TaxonomyBlock__List .PostBlurb:first-of-type .PostBlurb__Content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .TaxonomyBlock__List .PostBlurb:first-of-type figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.7%;
            flex: 0 0 56.7%;
    min-height: 307px;
  }
  .TaxonomyBlock__List .PostBlurb:first-of-type figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .TaxonomyBlock__List .PostBlurb + .PostBlurb {
    border-top: none;
  }
  .TaxonomyBlock__List .PostBlurb + .PostBlurb:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    height: calc(100% - 1rem);
    width: 1px;
    background-color: #e5e5e5;
  }
}
@media screen and (max-width: 720px) {
  .TaxonomyBlock__List .PostBlurb:not(:first-of-type) {
    padding-top: 1rem;
  }
  .TaxonomyBlock__List .PostBlurb:not(:first-of-type):not(:last-of-type) {
    padding-bottom: 1rem;
  }
  .TaxonomyBlock__List .PostBlurb:not(:first-of-type) + .PostBlurb {
    border-top: 1px solid #e5e5e5;
  }
}
.TaxonomyBlock + .PostListWithSidebar__List {
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 720px) {
  .TaxonomyBlock {
    padding: 1rem;
  }
}

.MostReadList__Content {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.MostReadList__Content__Image {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.MostReadList__Content__Image img {
  width: 100%;
  height: auto;
}
.MostReadList__Content__Image:hover {
  opacity: 0.67;
}
.MostReadList__Item {
  padding-block: 1rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.MostReadList__Item + .MostReadList__Item {
  border-top: 1px solid #e5e5e5;
}
.MostReadList__Item__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.MostReadList__Item__Content__Category {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.MostReadList__Item__Content__Category ul {
  padding-inline: 0;
}
.MostReadList__Item__Content__Category .PostBlurb__categories {
  margin: 0;
}
.MostReadList__Item__Content__Category .PostBlurb__category {
  color: #d62802;
  list-style-type: none;
}
.MostReadList__Item__Content__Details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.MostReadList__Item__Content__Details__Title .PostBlurb__title .author_name {
  font-size: inherit;
}
@media screen and (max-width: 1080px) {
  .MostReadList__Item__Content__Details__Title .PostBlurb__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.MostReadList__Item__Content__Details__Credit .PostBlurb__credit .bullet,
.MostReadList__Item__Content__Details__Credit .PostBlurb__credit .icon {
  display: none;
}
.MostReadList__Item__Content__Place {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.MostReadList__Item__Content__Place__Number {
  font-size: 18px;
  font-size: 1.125rem;
  color: #d62802;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .MostReadList__Item__Content__Place__Number {
    font-size: 16px;
    font-size: 1rem;
  }
}
.MostReadList__Item__Content__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 1080px) {
  .MostReadList__Item:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
}
.MostReadList__Item:hover {
  opacity: 0.67;
}

.CategoryColumns {
  margin-block: 2rem;
}
.CategoryColumns .container {
  position: relative;
}
.CategoryColumns .container .flickity-viewport {
  width: 100vw;
}
.CategoryColumns .container .flickity-viewport .CategoryColumns__Item {
  padding-inline: 1rem;
}
.CategoryColumns .container .flickity-button {
  display: none;
}
.CategoryColumns .container .flickity-page-dots {
  display: block;
  position: relative;
  bottom: inherit;
  margin-top: 1rem;
}
.CategoryColumns .container .flickity-page-dots li {
  border-radius: 50%;
}
.CategoryColumns .container .flickity-page-dots li.dot {
  background-color: #787878;
}
.CategoryColumns .container .flickity-page-dots li.dot.is-selected {
  background-color: #d62802;
}
@media screen and (min-width: 1080px) {
  .CategoryColumns .container {
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
  }
  .CategoryColumns .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem * 2);
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.CategoryColumns .Grid__col:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
.CategoryColumns__Item__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.CategoryColumns__Item__Header__Title {
  width: 100%;
}
.CategoryColumns__Item__Header__Title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}
.CategoryColumns__Item__Header__Title a:hover .CategoryColumns__Item__Header__Arrow {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 1080px) {
  .CategoryColumns__Item__Header__Title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.CategoryColumns__Item__Header__Dot, .CategoryColumns__Item__Header__Arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CategoryColumns__Item__Header__Arrow {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
.CategoryColumns .PostBlurb {
  padding-block: 1rem;
}
@media screen and (max-width: 1080px) {
  .CategoryColumns .PostBlurb:first-of-type .PostBlurb__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.CategoryColumns .PostBlurb:first-of-type .PostBlurb__excerpt {
  display: inherit;
  font-size: 14px;
}
.CategoryColumns .PostBlurb__Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.CategoryColumns .PostBlurb__excerpt {
  display: none;
}
.CategoryColumns .PostBlurb + .PostBlurb {
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1080px) {
  .CategoryColumns {
    margin-block: 2.5rem;
  }
}

.PostsBlockAuthors {
  margin-block: 2rem;
}
.PostsBlockAuthors .container {
  position: relative;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .PostsBlockAuthors .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem * 2);
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .PostsBlockAuthors .Grid__col:first-of-type {
    border-right: 1px solid #e5e5e5;
  }
}
.PostsBlockAuthors__Header {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1080px) {
  .PostsBlockAuthors__Header__Title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.PostsBlockAuthors__Header__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .PostsBlockAuthors__Header__Link {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.PostsBlockAuthors__Header__Link:hover .PostsBlockAuthors__Header__Arrow {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.PostsBlockAuthors__Header__Arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
@media screen and (max-width: 1080px) {
  .PostsBlockAuthors__Header__Arrow {
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .PostsBlockAuthors {
    margin-block: 2.5rem;
  }
  .PostsBlockAuthors .container {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Description {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -4px;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode__Content__Text__Description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .PodcastBlock .Grid__col:first-of-type .BlurbPodcastEpisode {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .PodcastBlock .Grid__col:first-of-type {
    width: 55.3%;
  }
}
.PodcastBlock .Grid__col:last-of-type .BlurbPodcastEpisode__Content {
  gap: 1.5rem;
  padding-block: 1.5rem;
}
.PodcastBlock .Grid__col:last-of-type .BlurbPodcastEpisode__Content__Media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.6%;
          flex: 0 0 52.6%;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock .Grid__col:last-of-type .BlurbPodcastEpisode__Content__Media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
.PodcastBlock .Grid__col:last-of-type .BlurbPodcastEpisode__Content__Text__Description {
  display: none;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock .Grid__col:last-of-type .BlurbPodcastEpisode__Content {
    gap: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .PodcastBlock .Grid__col:last-of-type {
    width: 44.7%;
  }
}
@media screen and (min-width: 1080px) {
  .PodcastBlock .Grid__col:first-of-type {
    border-right: 1px solid #e5e5e5;
  }
}
.PodcastBlock__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e5e5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock__Header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.PodcastBlock__Header__Link:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #d62802;
}
.PodcastBlock__Header__Link:last-of-type::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'10'%20height%3D'8'%20viewBox%3D'0%200%2010%208'%20fill%3D'none'%3E%3Cpath%20d%3D'M1%203.97363H9M9%203.97363L5.66667%200.973633M9%203.97363L5.66667%206.97363'%20stroke%3D'%23D62802'%20stroke-linecap%3D'square'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-size: 8px;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.PodcastBlock__Header__Link:last-of-type:hover::after {
  -webkit-transform: translateX(2px);
       -o-transform: translateX(2px);
          transform: translateX(2px);
}
@media screen and (max-width: 1080px) {
  .PodcastBlock__Header {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.PodcastBlock__Content .BlurbPodcastEpisode + .BlurbPodcastEpisode {
  border-top: 1px solid #e5e5e5;
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 1.25rem;
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Media__Image {
  width: 100%;
  height: auto;
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Media__Image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 160px;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 720px) {
  .PodcastBlock__Content .BlurbPodcastEpisode__Content__Media__Image img {
    max-height: 100px;
  }
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__Title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__CategoryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__CategoryContainer__Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PodcastBlock__Content .BlurbPodcastEpisode__Content__Text__CategoryContainer__Category {
  color: #d62802;
}
@media screen and (min-width: 1080px) {
  .PodcastBlock__Content .BlurbPodcastEpisode__Content__Text {
    max-width: 600px;
  }
}
@media screen and (min-width: 1080px) {
  .PodcastBlock__Content .BlurbPodcastEpisode:first-of-type .BlurbPodcastEpisode__Content {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .PodcastBlock__Content .BlurbPodcastEpisode:last-of-type .BlurbPodcastEpisode__Content {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
@media screen and (max-width: 1080px) {
  .PodcastBlock__Content .BlurbPodcastEpisode {
    border-top: 1px solid #e5e5e5;
  }
}
.PodcastBlock__Content__Main img {
  max-height: 382px !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media screen and (min-width: 1080px) {
  .PodcastBlock__Content__Main img {
    -o-object-position: left !important;
       object-position: left !important;
  }
}

.SubscribeBox--side .SubscribeBox__Content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 1rem;
}
.SubscribeBox--side .SubscribeBox__Content .SubscribeBox__Image {
  max-width: 53px;
}
.SubscribeBox__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .SubscribeBox__Content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .SubscribeBox__Title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.SubscribeBox__Image {
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  max-width: 145px;
}
.SubscribeBox__Image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1080px) {
  .SubscribeBox__Image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    max-width: 23.5%;
  }
}
.SubscribeBox__Description {
  margin-top: 0.25rem;
}
.SubscribeBox__Button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .SubscribeBox__Button-wrapper {
    margin-top: 0.5rem;
  }
}
.SubscribeBox:nth-of-type(even) .SubscribeBox__Content {
  background-color: #f8f9f9;
}
.SubscribeBox:nth-of-type(odd) .SubscribeBox__Content {
  background-color: #feefef;
}

.row-infinite-scroll {
  --animation-duration: 50s;
  --duration: 1.1s;
  --spacing-col-gutter: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0;
  width: 100%;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  contain: layout;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, black)) right, -webkit-gradient(linear, right top, left top, from(#000), to(transparent)) left;
  -webkit-mask: -webkit-linear-gradient(black 0 0) right, -webkit-linear-gradient(right, #000 0%, transparent 100%) left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: calc(100% - 10px) 100%, 10px 100%;
}
.row-infinite-scroll .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.row-infinite-scroll .wrapper .ticker-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: var(--spacing-col-gutter);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: var(--spacing-col-gutter);
}
.row-infinite-scroll:hover .wrapper {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes scrollingText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes scrollingText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scrollingText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.Header__ticker {
  border-bottom: 1px solid #e5e5e5;
  display: none;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  -webkit-padding-after: 0.875rem;
          padding-block-end: 0.875rem;
  overflow: hidden;
  gap: 1rem;
}
.Header__ticker a {
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.Header__ticker a:hover {
  color: #d62802;
}
.home .Header__ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header--fixed .Header__ticker {
  display: none;
}
.Header__ticker .ticker {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: calc(91% - 8px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, black)) left, -webkit-gradient(linear, left top, right top, from(#000), to(transparent)) right;
  -webkit-mask: -webkit-linear-gradient(black 0 0) left, -webkit-linear-gradient(left, #000 0%, transparent 100%) right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: calc(100% - 40px) 100%, 40px 100%;
}
.Header__ticker .ticker-dot {
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #d62802;
  border-radius: 50%;
  margin-top: -2px;
}
.Header__ticker .ticker-label {
  color: #d62802;
  margin-top: -2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.Header__ticker .ticker .module-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: var(--spacing-col-gutter);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__ticker .ticker a,
.Header__ticker .ticker i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.Header__ticker .ticker i {
  aspect-ratio: 1;
}
@media screen and (max-width: 1080px) {
  .Header__ticker .ticker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Header__date {
  color: #787878;
  padding-right: 1rem;
  position: relative;
  margin-top: -2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: capitalize;
}
.Header__date::after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .Header__date {
    display: none;
  }
}
/*# sourceMappingURL=fokus.css.map*/