@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 */
@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;
}

/** Spacing **/
/** Colors */
/** Sizes **/
/** Borders **/
body,
input,
textarea {
  font-family: "Roboto", sans-serif;
}

.Footer, .Yearly-issues__items .Issue__title, .Posts-by-related-cat .wp-block-core-heading h2, .Longread__lead, .Single__content .wp-block a, .Single__term a, .Single .Meta, .template-advanced-listing .Blurb--ownad .Blurb__summary, .template-category-quiz-archive .Blurb--ownad .Blurb__summary, .archive .Blurb--ownad .Blurb__summary, .Single__subscribe-banner span, h1,
h2,
h3,
h4,
h5,
h6,
strong,
b, .entry-words, .Header-menu__categories > ul .menu-item-has-children > a, .Header-menu__inner ul .menu-item-has-children > 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: "Roboto", sans-serif;
  font-weight: 500;
}

.Blurb--S .Blurb__title, .Header .Secondary-menu > .menu-item > a, .Extra-extra, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.Paywall__login__heading:is(h3), .Longread__title, .page .Single__title, .Blurb--L .Blurb__title, .Blurb--M .Blurb__title, .wp-block-core-heading h3, .wp-block-core-heading h2 {
  font-family: "Turnip Med", serif;
  font-weight: normal;
}

.Newsletter__heading, .editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header, .Single__content .has-drop-cap:not(:focus)::first-letter, .Single__title, .template-advanced-listing .Blurb--ownad .Blurb__title, .template-category-quiz-archive .Blurb--ownad .Blurb__title, .archive .Blurb--ownad .Blurb__title, .Blurb--XL .Blurb__title {
  font-family: "Turnip Reg", serif;
  font-weight: normal;
}

.Longread__title {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.1333333333;
}
@media screen and (min-width: 1080px) {
  .Longread__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.Single__title {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.14;
}
@media screen and (min-width: 720px) {
  .Single__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.14;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.Yearly-issues__title .Page-header, .archive__header, .Single__content h2, .Promo-section__heading, .Newsletter__heading, .Paywall__subscribe__title, .gform_wrapper.gravity-theme .gform_heading .gform_title, .Blurb--XL .Blurb__title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1428571429;
}

.Single__content h3,
.Single__content h4,
.Single__content h5,
.Single__content h6, .editor-styles-wrapper h2.is-style-section-header-sub,
.is-style-section-header-sub, .editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header, .Issues__title, .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, .Paywall__subscribe__content h2,
.Paywall__subscribe__content h3,
.Paywall__subscribe__content h4,
.Paywall__subscribe__content h5,
.Paywall__subscribe__content h6, .Blurb--L .Blurb__title, .Blurb--M .Blurb__title, h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2857142857;
}

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

.wp-block-core-heading h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
}

.template-advanced-listing .Blurb--ownad .Blurb__title, .template-category-quiz-archive .Blurb--ownad .Blurb__title, .archive .Blurb--ownad .Blurb__title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.0857142857;
}

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

.Footer__textarea, .Header__menu, .Header__subscribe, .Header__search, .Header__login, .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: 11px;
  font-size: 0.6875rem;
  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, .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;
}

.Footer, .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: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

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

.Meta {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  line-height: 1.5;
}

.Newsletter__text, .Longread__lead, .Single__lead {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
}

.Header-menu__categories > ul .menu-item-has-children > a, .Header-menu__inner ul .menu-item-has-children > 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: "Roboto", sans-serif;
  text-transform: uppercase;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2c373b;
  -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: 1.5em;
}

.wp-block-core-paragraph {
  font-family: "Roboto", sans-serif;
}

.entry-words {
  text-transform: uppercase;
}

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: "Turnip Med", serif;
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1080px) {
  blockquote p,
  .wp-block-quote p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
blockquote cite,
.wp-block-quote cite {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  display: block;
  margin-top: 0.9375rem;
  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;
  }
}
blockquote cite strong,
.wp-block-quote cite strong {
  font-family: "Roboto", sans-serif;
}
.single-post--longread blockquote cite a,
.single-post--longread .wp-block-quote cite a {
  color: #fff02a;
}

.wp-block-core-heading {
  font-family: "Roboto", sans-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: 1.625rem;
}
.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: 1.5em;
}
* + .wp-block-core-heading h2:not(.is-style-section-header):first-child {
  margin-top: 3.5rem;
}
* + .wp-block-core-heading h3:not(.is-style-section-header):first-child {
  margin-top: 2rem;
}

/*! Flickity v2.3.0
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;
}

.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: "Roboto", 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 .wp-block a, .Single__categories a, .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 .wp-block a:hover, .Single__categories a:hover, .Meta a:hover,
.Button--link:hover, .Blurb.Blurb--searchresult .Blurb__category a:hover {
  color: #2c373b;
}

.wp-block-video figcaption, .wp-block-embed figcaption, figure.wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption {
  background: #427187;
  text-align: left;
  color: white;
  font-size: 1rem;
  padding: 0.9375rem;
  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: #fff02a;
}
.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: "Roboto", 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 .Header__navigation {
  display: none;
}
.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);
       -o-transform: translateY(0);
          transform: translateY(0);
  -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: 0.9375rem;
  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: "Roboto", 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: 0.9375rem;
}
.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: #2c373b;
}

.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: #2c373b;
  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 #2c373b;
  border-bottom: 1px solid #2c373b;
}
.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: "Roboto", 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 #2c373b;
}
.Primary-menu .menu-item.current-menu-item > a {
  font-family: "Roboto", 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: #2bbbd4;
}
.Primary-menu .sub-menu .menu-item > a:hover::after {
  border-color: #2bbbd4;
}

.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;
  white-space: nowrap;
}
.Secondary-menu > .menu-item > a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03125rem;
  position: relative;
}
.Secondary-menu > .menu-item.current-menu-item > a::after {
  content: "";
  background: #2c373b;
  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: #2bbbd4;
  right: 0;
}
.User-menu > .menu-item:not(:last-child)::after {
  content: "/";
  font-family: "Roboto", sans-serif;
  padding: 0 0.3125rem;
  color: #2c373b;
}
.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: 0.9375rem;
  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: "Roboto", 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: 0.9375rem;
  }
}
@media screen and (max-width: 1080px) {
  .Blurb--XL {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.Blurb--XL, .Blurb--native, .Blurb--ownad {
  background-color: #f3eded;
  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: 0.9375rem;
  background: #2c373b;
  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: 0.9375rem;
  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: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@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: 0.9375rem;
  }
}
@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: 1rem;
  }
}
.Blurb--L .Blurb__content {
  padding: 0.5625rem 0 1.875rem 0;
}
@media screen and (min-width: 720px) {
  .Blurb--L .Blurb__content {
    padding-top: 0.875rem;
  }
}
.Blurb--XL .Blurb__content {
  padding: 0.9375rem;
}
@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: 0.9375rem;
  padding-left: 0.9375rem;
}
.Blurb--searchresult .Blurb__content {
  padding: 0.9375rem 0 0.625rem 0;
}
.Blurb--native .Blurb__content {
  border-left: 1px solid #7162a3;
  border-right: 1px solid #7162a3;
  border-bottom: 1px solid #7162a3;
}
.Blurb--ownad .Blurb__content {
  border-left: 1px solid #fcc634;
  border-right: 1px solid #fcc634;
  border-bottom: 1px solid #fcc634;
}
.Blurb--M.Blurb--ownad .Blurb__content {
  padding-bottom: 1.75rem;
}
.Blurb--native.Blurb--no-image .Blurb__content {
  border-top: 1px solid #7162a3;
}
.Blurb--ownad.Blurb--no-image .Blurb__content {
  border-top: 1px solid #fcc634;
}
.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: #2c373b;
  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: 0.9375rem;
  margin-right: 0.9375rem;
  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: -0.9375rem;
  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: 0.9375rem;
}
.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: #2c373b;
  font-family: "Roboto", 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: "Turnip Med", 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;
}

.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 0.9375rem;
  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;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button:hover,
.Button:hover, .Header-expanded .User-menu .menu-item:last-child a:hover {
  background-color: rgba(214, 40, 2, 0.1);
  text-decoration: none;
}
.gform_wrapper.gravity-theme.quiz_wrapper .gform_page_footer .gform_previous_button:focus,
.Button:focus, .Header-expanded .User-menu .menu-item:last-child a:focus {
  outline: none;
}
@media screen and (min-width: 720px) {
  .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: #2bbbd4;
  color: #2bbbd4;
}
.Button--2:hover {
  background: rgba(47, 187, 212, 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: #2c373b;
  border-color: #2c373b;
}

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

a.Button--accent-3,
.Button--accent-3 {
  background-color: #13928f;
  border-color: #13928f;
  color: white;
}
.Button--accent-3:hover {
  background: #2c373b;
  border-color: #2c373b;
}

a.Button--secondary,
.Button--secondary {
  background-color: #2c373b;
  border-color: #2c373b;
  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: "Roboto", sans-serif;
  text-transform: unset;
  font-size: 0.875rem;
  height: auto;
  padding: 0;
}
.Button--link:hover {
  background: transparent;
}

.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;
  background-color: #f8f9f9;
  border-color: #b4b4b4;
  color: #b4b4b4;
}
a.Button__label,
.Button__label {
  color: #2c373b;
}
a.Button__label::after,
.Button__label::after {
  content: "\A0";
}

/** Inline form */
.Inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: 1.5px solid #2bbbd4;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Roboto", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 3.75rem;
  padding: 0 0 0 1.875rem;
  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: 1.875rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Inline-form__submit {
  border: 0;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #2bbbd4;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  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: 3.75rem;
  padding: 0 0.9375rem 0 0.75rem;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 13px;
  font-size: 0.8125rem;
}
@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: #2c373b;
  border-color: #2c373b;
  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: 0.9375rem;
}
.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: 0.9375rem;
}
@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: #2c373b;
  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: #2c373b;
  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(-20%, -20%, 0);
          transform: translate3d(-20%, -20%, 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: #2c373b;
}
.gform_wrapper.gravity-theme .gfield_error legend {
  color: #2c373b;
}
.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: #2c373b;
  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: 0.9375rem;
}
.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 0.9375rem;
    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: -0.9375rem;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Topdog .Blurb--S {
    border-bottom: 1px solid #d5dadf;
    margin-bottom: 0.9375rem;
  }
}
.Topdog .Blurb--S .Blurb__content {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1080px) {
  .Topdog .Blurb--M {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1260px) {
  .Topdog {
    margin-bottom: -0.9375rem;
  }
  .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: 0.9375rem;
  }
  .Curated-list .Blurb--S::before {
    content: "";
    border-top: 1px solid #d5dadf;
    position: absolute;
    top: -0.9375rem;
    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: 0.9375rem;
  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: 0.9375rem;
  }
}
.Meta a {
  color: #d62802;
}
.Meta--in-sidebar {
  border-bottom: none;
  margin-top: 0.9375rem;
}
@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;
  }
}

.Paywall {
  border: 1px solid #2bbbd4;
  -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;
}
.Paywall__login {
  background: #edf0f3;
  padding: 3.75rem 1.875rem 0 1.875rem;
  position: relative;
}
.Paywall__login .Button {
  margin-top: 1.875rem;
}
.Paywall__or {
  font-family: "Roboto", sans-serif;
  padding: 1.875rem 0;
}
.Paywall__subscribe {
  background: white;
  border-left: 5px solid #fcc634;
}
.Paywall__subscribe--no-embed {
  border-left: 0;
}
.Paywall__subscribe__title {
  background: #fcc634;
  color: white;
  padding: 0.9375rem;
}
.Paywall__subscribe--no-embed .Paywall__subscribe__title {
  background: none;
  color: #2c373b;
  padding-top: 1.875rem;
}
.Paywall__subscribe__inner {
  max-width: 546px;
  margin: 0 auto;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 1080px) {
  .Paywall__subscribe__inner {
    padding: 2.8125rem 0;
  }
}
.Paywall__subscribe--no-embed .Paywall__subscribe__inner {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .Paywall__subscribe--no-embed .Paywall__subscribe__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.Paywall__subscribe__content {
  padding: 0 22px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .Paywall__subscribe--no-embed .Paywall__subscribe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.Paywall__subscribe__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  margin-top: 0.5em;
  text-align: left;
}
.Paywall__subscribe--no-embed .Paywall__subscribe__content p {
  text-align: center;
}
.Paywall__subscribe__content p + p:is(p) {
  margin-top: 1em;
}
.Paywall__subscribe__content h2 + p:is(p),
.Paywall__subscribe__content h3 + p:is(p),
.Paywall__subscribe__content h4 + p:is(p),
.Paywall__subscribe__content h5 + p:is(p),
.Paywall__subscribe__content h6 + p:is(p) {
  margin-top: 1em;
}
.Paywall__subscribe .Button {
  margin: 1.875rem auto 0 auto;
}
.Paywall__embed {
  border: 0;
  width: 100%;
  height: 1000px;
}

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

.sesamy-protected-content.active {
  max-height: 14.375rem;
  position: relative;
  overflow: hidden;
}
.sesamy-protected-content.active::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14.375rem;
}
.sesamy-protected-content.active--show {
  max-height: none;
}
.sesamy-protected-content.active--show::after {
  content: none;
}

.Info-box {
  background: #427187;
  padding: 1.875rem;
  position: relative;
}
.Info-box,
.Info-box p,
.Info-box ul,
.Info-box ol {
  font-family: "Roboto", sans-serif;
}
.Info-box .wp-block-core-paragraph strong,
.Info-box .wp-block-core-paragraph b {
  font-family: "Roboto", 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: 0.9375rem;
  margin-bottom: 1.640625rem;
}
@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: 0.9375rem;
  -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: #7162a3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-bottom: 0.9375rem;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.Authors-latest-posts-carousel {
  background-color: #f3eded;
  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: 0.9375rem;
  margin-top: 0.9375rem;
}
@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: white;
  border: 1px solid #2bbbd4;
  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:hover {
  background: rgba(47, 187, 212, 0.1);
}
.Social-share__link .icon g {
  fill: #2bbbd4;
}
.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 #2c373b;
}
.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 #2c373b;
    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: #fcc634;
  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: #2c373b;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 1.875rem;
  padding-top: 0.9375rem;
  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: "Roboto", sans-serif;
}
.Breadcrumbs .breadcrumb_last {
  color: #b4b4b4;
  font-family: "Roboto", 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 #2bbbd4;
  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: #2c373b;
  border-radius: 0;
  height: 8px;
  width: 8px;
  margin: 0 3px;
}
.carousel .flickity-page-dots .dot.is-selected {
  background: #2bbbd4;
}

.Issues {
  background: #f3eded;
  padding: 0 0 1.875rem 0;
  text-align: center;
}
.Issues__title, .Issues__title.is-style-section-header {
  font-family: "Roboto", 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(#f3eded));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f3eded 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f3eded 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f3eded 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: 0.9375rem;
}
.Issues .carousel .flickity-prev-next-button {
  margin-top: -1.5625rem;
  z-index: 2;
}
.Issues .Issue__thumbnail img {
  width: 100%;
}
.Issues__button {
  margin-bottom: 0.9375rem;
}

.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: #2bbbd4;
  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: #2bbbd4;
}
.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: #2bbbd4;
}

.Issue {
  display: block;
  margin-bottom: 1.640625rem;
  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: "Roboto", 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: #f3eded;
}
@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: "Roboto", 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: 0.9375rem;
  -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: 0.9375rem 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 0.9375rem;
}
.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: #2c373b;
  text-align: left;
  color: #fff;
  padding: 0.9375rem;
  margin: -1px 0 0 0;
}
.Lightbox figcaption a {
  color: #fff02a;
}
.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: #7162a3;
  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: "Roboto", sans-serif;
  z-index: 1050;
  position: fixed;
  right: 25px;
  bottom: 0;
  width: calc(100% - 50px);
  max-width: 260px;
  display: none;
  padding: 0.9375rem;
  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: "Roboto", 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: "Roboto", 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 #2c373b;
}
@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: #fcc634;
  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: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.PodcastCard__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.PodcastCard__body .Button {
  margin-top: 10px;
}
.PodcastCard__nr-of-episodes {
  margin-top: 20px;
  font-family: "Roboto", 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;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.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: "Roboto", sans-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: 18px;
  line-height: 26px;
}
.PodcastEpisodeCard__nr-of-episodes {
  margin-top: 20px;
  font-family: "Roboto", 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: 0;
  margin-bottom: -20px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .PodcastEpisodeCard__share-icons {
    top: -178px;
    right: 14px;
  }
}
.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;
}

.Header-menu {
  position: relative;
  display: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.Header-menu a:hover {
  color: #d62802;
}
.Header-menu .container {
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 1;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  border: none;
}
@media screen and (min-width: 920px) {
  .Header-menu .container {
    -webkit-clip-path: inset(1px 1px -30px 5px);
            clip-path: inset(1px 1px -30px 5px);
  }
}
@media screen and (max-width: 920px) {
  .Header-menu .container {
    top: -55px;
    z-index: 10;
  }
}
.Header-menu__inner {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  padding-top: 1em;
}
@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;
  }
}
.Header-menu__inner [role=search] {
  padding: 0;
  min-height: 0;
  height: 40px;
  margin-bottom: 30px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 920px) {
  .Header-menu__inner [role=search] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Header-menu__inner [role=search] input {
  min-height: 0;
  padding: 5px;
  height: 40px;
}
.Header-menu__inner [role=search] input[name=s] {
  padding-left: 2.7375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.Header-menu__inner [role=search] .icon {
  left: 1rem;
}
.Header-menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.Header-menu__inner ul .menu-item-has-children > a {
  color: #d62802;
  font-size: 1.07rem;
  font-family: "Roboto", sans-serif;
}
.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;
}
@media screen and (min-width: 920px) {
  .Header-menu__user {
    padding-left: 2em;
  }
}
.Header-menu__user ul {
  margin: 0;
  padding-left: 0;
}
.Header-menu__categories {
  width: 80%;
  border-right: 1px solid #2c373b;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media screen and (max-width: 920px) {
  .Header-menu__categories > ul > li {
    width: 100%;
    border-bottom: 1px solid #d5dadf;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.Header-menu__categories > 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;
}
.Header-menu__categories > ul .sub-menu li {
  margin-bottom: 8px;
}
@media screen and (max-width: 920px) {
  .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%;
  }
}
.Header-menu__categories > ul .menu-item-has-children > a {
  color: #d62802;
  font-size: 1.07rem;
  font-family: "Roboto", sans-serif;
}

body.expanded-menu-open .Header-menu {
  display: block;
}

.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 10px;
  -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;
  background-color: #ecefef;
  margin-bottom: 20px;
  font-size: 16px;
  border-top: 2px solid black;
  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: "Roboto", sans-serif;
}
.TopDog-Category__body__text {
  font-size: 12px;
  font-family: "Roboto", sans-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: "Roboto", sans-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: "Roboto", sans-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: 0.9375rem;
  }
}
.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: "Roboto", sans-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;
  }
}

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

.editor-styles-wrapper h2.is-style-section-header-sub,
.is-style-section-header-sub {
  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: 1.875rem 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: "Roboto", 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, #2c373b, #2c373b 5px, white 6px, white 10px);
  background-image: -o-linear-gradient(left, #2c373b, #2c373b 5px, white 6px, white 10px);
  background-image: linear-gradient(to right, #2c373b, #2c373b 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 {
  margin-top: 1.875rem;
}
.Site__footer--hidden {
  height: 0;
  overflow: hidden;
}

.Single {
  color: #2c373b;
}
.Single--checkout {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.Single--checkout .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: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 0.9375rem;
}
.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: "Roboto", sans-serif;
  position: absolute;
  left: -0.4em;
}
.Single__title {
  margin-bottom: 0.9375rem;
}
.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: "Roboto", 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: "Roboto", sans-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: "Roboto", sans-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 0.9375rem 0 0.9375rem;
  -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: #13928f;
}
.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: #f3eded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0.9375rem 0.796875rem 0.9375rem;
  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: #13928f;
  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: 1190px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 720px) and (max-width: 1250px) {
  .Longread__body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1250px) {
  .Longread:not(.Longread--no-image) .Longread__body {
    margin-top: -185px;
  }
}
.Longread__header {
  padding-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1190px) {
  .Longread__header {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 1190px) {
  .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: 1190px) {
  .Longread__title {
    padding: 0 3.75rem;
  }
}
* + .Longread__title {
  margin-top: 0.9375rem;
}
.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: 1250px) {
  .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: 1250px) {
  .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: 0.9375rem;
}
.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: 0.9375rem;
  width: 100%;
  display: none;
}

.MyPages p {
  font-size: 18px;
  font-size: 1.125rem;
}
.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: 0.9375rem;
}
@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: 0.9375rem;
}
.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: #2bbbd4;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb {
  margin-top: 0.9375rem;
  font-size: 11px;
  font-weight: bold;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--notice .information--card--breadcrumb .marked {
  color: #2bbbd4;
}
.MyPages .MyPages__Content .Content__columns .Content__information .information--card--logout a {
  color: #2bbbd4;
  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;
}

.finite-scroll .Sidebar {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .finite-scroll .Sidebar {
    padding-bottom: 3.75rem;
  }
}
.Sidebar__header {
  background-color: #2c373b;
  color: white;
  padding: 0.46875rem 0.46875rem 0.46875rem 0.75rem;
  line-height: normal;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1080px) {
  .Sidebar__header {
    margin-bottom: 0.46875rem;
  }
}
.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: 0.9375rem;
  }
  .Sidebar__posts-by-term .Blurb--S {
    padding-bottom: 0.9375rem;
  }
  .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: 0.9375rem;
  }
  .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(#f3eded));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f3eded 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f3eded 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f3eded 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: -0.9375rem;
  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: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.archive__featured__description {
  font-family: "Roboto", sans-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: 0.9375rem;
}
.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: #f3eded;
  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: 0.9375rem;
  width: 0.9375rem;
  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;
  }
}

.search__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 1.875rem;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 720px) {
  .search__title {
    padding-top: 1.875rem;
  }
}
.search__title strong {
  font-family: "Roboto", sans-serif;
}
.search__posts {
  position: relative;
}
.search__posts::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 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;
}
.search__posts.completed::after {
  display: none;
}
.search__footer {
  border-bottom: 1px solid #2c373b;
  text-align: center;
  padding-bottom: 1.875rem;
  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: 0.9375rem;
}
.search__empty {
  margin-bottom: 1.875rem;
}
.search__empty a {
  color: #d62802;
}

.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: "Roboto", 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: "Roboto", sans-serif;
  margin: 0.9375rem 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;
}
.PodcastTaxonomy .backButton {
  margin-bottom: 12px;
  display: block;
  color: gray;
}

.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: "Roboto", sans-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;
}

.editor-styles-wrapper .block-editor-block-list__block,
.editor-styles-wrapper .wp-block-freeform ul,
.Single__content .wp-block-core-list ul,
.Single__content .wp-block-default ul {
  list-style-type: none;
}
.editor-styles-wrapper .block-editor-block-list__block > li,
.editor-styles-wrapper .wp-block-freeform ul > li,
.Single__content .wp-block-core-list ul > li,
.Single__content .wp-block-default ul > li {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__block > li::before,
.editor-styles-wrapper .wp-block-freeform ul > li::before,
.Single__content .wp-block-core-list ul > li::before,
.Single__content .wp-block-default ul > li::before {
  content: "\B7";
  font-size: 3.5em;
  line-height: 20px;
  position: absolute;
  left: -0.4em;
  top: 0.0725em;
}

@media screen and (min-width: 1080px) {
  .Header {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 1260px) {
  .Header > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.Header--center {
  text-align: center;
}
.Header__inner {
  border-bottom: 1px solid #2c373b;
  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;
  min-height: 76px;
  padding: 0.625rem;
  position: relative;
}
@media screen and (min-width: 1260px) {
  .Header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post--longread .Header__inner {
  border-bottom: none;
}
.Header .Menu-trigger {
  margin-right: 0.9375rem;
  margin-bottom: 0.3125rem;
}
.Header__logo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 1.875rem;
}
.Header .custom-logo-link img {
  width: 5.125rem;
  height: auto;
}
.Header__navigation {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.Header__menu, .Header__subscribe, .Header__search, .Header__login {
  height: auto;
  margin-left: 0.625rem;
  min-height: 50px;
  min-width: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.Header__menu, .Header__menu:is(a), .Header__subscribe, .Header__subscribe:is(a), .Header__search, .Header__search:is(a), .Header__login, .Header__login:is(a) {
  color: #2bbbd4;
}
@media screen and (min-width: 1080px) {
  .Header:not(.Header--fixed) .Header__menu, .Header:not(.Header--fixed) .Header__subscribe, .Header:not(.Header--fixed) .Header__search, .Header:not(.Header--fixed) .Header__login {
    min-height: 70px;
    min-width: 50px;
    margin-top: 1.875rem;
  }
}
.Header__menu__text, .Header__subscribe__text, .Header__search__text, .Header__login__text {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .Header:not(.Header--fixed) .Header__menu__text, .Header:not(.Header--fixed) .Header__subscribe__text, .Header:not(.Header--fixed) .Header__search__text, .Header:not(.Header--fixed) .Header__login__text {
    padding-top: 60px;
    text-indent: 0;
  }
}
.Header__menu::before, .Header__subscribe::before, .Header__search::before, .Header__login::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #2bbbd4;
  border-radius: 999em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.Header__menu .icon--menu,
.Header__menu .icon--magazine,
.Header__menu .icon--search,
.Header__menu .icon--user, .Header__subscribe .icon--menu,
.Header__subscribe .icon--magazine,
.Header__subscribe .icon--search,
.Header__subscribe .icon--user, .Header__search .icon--menu,
.Header__search .icon--magazine,
.Header__search .icon--search,
.Header__search .icon--user, .Header__login .icon--menu,
.Header__login .icon--magazine,
.Header__login .icon--search,
.Header__login .icon--user {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Header__menu .icon--menu g,
.Header__menu .icon--magazine g,
.Header__menu .icon--search g,
.Header__menu .icon--user g, .Header__subscribe .icon--menu g,
.Header__subscribe .icon--magazine g,
.Header__subscribe .icon--search g,
.Header__subscribe .icon--user g, .Header__search .icon--menu g,
.Header__search .icon--magazine g,
.Header__search .icon--search g,
.Header__search .icon--user g, .Header__login .icon--menu g,
.Header__login .icon--magazine g,
.Header__login .icon--search g,
.Header__login .icon--user g {
  stroke: white;
}
.Header__menu::before, .Header__search::before {
  background: #fff;
}
.Header__menu .icon--search,
.Header__menu .icon--search g, .Header__search .icon--search,
.Header__search .icon--search g {
  stroke: #2bbbd4;
}
.Header__menu .icon--menu,
.Header__menu .icon--menu g,
.Header__menu .icon--menu > g > path, .Header__search .icon--menu,
.Header__search .icon--menu g,
.Header__search .icon--menu > g > path {
  stroke: #2bbbd4;
}
.Header__menu {
  display: none;
}
@media screen and (min-width: 1080px) {
  .Header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Header--fixed {
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .Header:not(.Header--fixed) {
    padding: 0.9375rem 0 0 0;
  }
  .Header:not(.Header--fixed) .Header__inner {
    padding-bottom: 1.875rem;
  }
  .Header:not(.Header--fixed) .Menu-trigger {
    display: none;
  }
  .Header:not(.Header--fixed) .Header__logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .Header:not(.Header--fixed) .custom-logo-link img {
    width: 13.4375rem;
  }
}
.Header .Secondary-menu > .menu-item > a {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1420px) {
  .Header .Secondary-menu > .menu-item > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Header .Secondary-menu > .menu-item > a[href="#open-menu"]::before {
  content: url(/app/themes/fpgmedia/resources/assets/icons/spraktidningen/hamburger-accent.svg);
  -webkit-transform: scale(0.65);
       -o-transform: scale(0.65);
          transform: scale(0.65);
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
}
.Header .Secondary-menu > .menu-item:first-child {
  padding-left: 0;
}
.Header .Secondary-menu > .menu-item.current-menu-item > a::after {
  background: #2bbbd4;
  bottom: -0.3125rem;
}
.Header .User-dropdown {
  margin-right: 5.625rem;
  position: absolute;
  top: 5.625rem;
  right: 0;
}
.Header--fixed .User-dropdown {
  margin-right: 3.75rem;
  top: 3.75rem;
}

.Primary-menu .current-menu-item {
  color: #a7b3c0;
}
.Primary-menu .current-menu-item > a:hover::after {
  border-color: #a7b3c0;
}
.Primary-menu .menu-item-has-children > span::after {
  content: url(/app/themes/fpgmedia/resources/assets/icons/spraktidningen/chevron.svg);
}

a.Button--link,
.Button--link {
  color: #2c373b;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

.Blurb__author-name {
  color: #d62802;
}
.Blurb--ownad .Blurb__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.Blurb--searchresult .Blurb__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.Blurb--ownad .Blurb__content {
  background: #fcc634;
}
.Blurb--featured.Blurb--quiz .Blurb__content {
  background-color: #fcc634;
}
.Blurb__meta {
  font-weight: 600;
}
.archive .Blurb__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 720px) {
  .archive .Blurb__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.Blurb__date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Blurb__categories {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0.4166666667rem;
}
.template-advanced-listing .Blurb--ownad, .template-category-quiz-archive .Blurb--ownad, .archive .Blurb--ownad {
  color: white;
}
.template-advanced-listing .Blurb--ownad .Blurb__content, .template-category-quiz-archive .Blurb--ownad .Blurb__content, .archive .Blurb--ownad .Blurb__content {
  background: #a7b3c0;
  border-color: #a7b3c0;
  padding: 2.8125rem 1.875rem 3.75rem 1.875rem;
}
.template-advanced-listing .Blurb--ownad .Blurb__summary, .template-category-quiz-archive .Blurb--ownad .Blurb__summary, .archive .Blurb--ownad .Blurb__summary {
  margin-top: 0.9375rem;
}
.template-advanced-listing .Blurb--ownad .Button, .template-category-quiz-archive .Blurb--ownad .Button, .archive .Blurb--ownad .Button {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #13928f;
  border-color: #13928f;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
.template-advanced-listing .Blurb--ownad .Button:first-child, .template-category-quiz-archive .Blurb--ownad .Button:first-child, .archive .Blurb--ownad .Button:first-child {
  margin-top: 3.75rem;
}

.single-post:not(.single-post--longread) .Single__categories {
  margin-bottom: 0.625rem;
}
.single-qa .Single__title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1080px) {
  .Single__title:first-child {
    margin-top: 1.875rem;
  }
}
.Single__term a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #2c373b;
  color: #fcc634;
  height: 2.625rem;
  padding: 0.0625rem 1.875rem 0.125rem 1.875rem;
}
.Single__term--issue a {
  background-color: #fcc634;
  color: #2c373b;
}
.Single__term a:hover {
  background-color: #fcc634;
  color: #2c373b;
}
.Single__term--issue a:hover {
  background-color: #2c373b;
  color: #fcc634;
}
.Single__content .has-drop-cap:not(:focus)::first-letter {
  color: #fcc634;
  font-size: 12.5em;
  margin-right: 0.125em;
  margin-bottom: 0.125em;
}
.Single__content em,
.Single__content i {
  font-style: italic;
}
.Single .Info-box a {
  color: #fcc634;
}
.Single .Info-box a:hover {
  color: #2bbbd4;
}

.single-qa__question, .single-qa__answer {
  margin-bottom: 1.875rem;
}
.single-qa__question p, .single-qa__answer p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.single-qa__answer {
  margin-bottom: 3.75rem;
}
.single-qa__google {
  opacity: 0.1;
  max-height: 15px;
}

.finite-scroll-post {
  margin-top: 1.875rem;
}
.finite-scroll-post::before {
  content: none;
}

.Takeover-ad__footer {
  background-color: #fcc634;
}
.Takeover-ad__footer p {
  color: #2c373b;
  font-family: "Turnip Med", serif;
}
.Takeover-ad__close a {
  color: #2bbbd4;
}
.Takeover-ad__close .icon {
  display: none;
}

.Longread__header {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 1190px) {
  .Longread__header {
    padding-bottom: 2.8125rem;
  }
}
.Longread .Native-partners {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.Longread__lead {
  max-width: 960px;
}
@media screen and (min-width: 1080px) {
  .Longread__lead {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1250px) {
  .Longread__content {
    padding-left: 100px;
  }
}
.Longread__author {
  top: -0.375rem;
}
.Longread__author ul li:not(:first-child) {
  margin-left: 0;
  margin-top: 0;
}
.Longread__author ul li:not(:first-child)::before {
  content: none;
}
.Longread__author .Meta__author {
  border-top: 1px solid #b4b4b4;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}
.Longread .Meta {
  font-size: 14px;
  font-size: 0.875rem;
}
.Longread .Social-share {
  -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;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 200px;
}
.Longread .Social-share__link {
  -webkit-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (min-width: 1250px) {
  .Longread .Single__footer {
    padding-left: 100px;
  }
  .Longread .Single__footer .Meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1250px) {
  .Longread .Single__taxonomies {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1250px) {
  .Longread .Single__subscribe-banner {
    margin-left: 100px;
  }
}

.editor-styles-wrapper h2.is-style-section-header,
.is-style-section-header {
  font-size: 30px;
  font-size: 1.875rem;
}

.single-post--longread .wp-block-core-quote .wp-block-quote {
  max-width: 900px;
  position: relative;
  padding: 0.9375rem 0 4.6875rem 0;
  text-align: center;
}
.single-post--longread .wp-block-core-quote .wp-block-quote::after {
  content: url(/app/themes/fpgmedia/resources/assets/icons/spraktidningen/quote.svg);
  height: 34px;
  width: 68px;
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  margin-left: -34px;
}
.single-post--longread .wp-block-core-quote .wp-block-quote p,
.single-post--longread .wp-block-core-quote .wp-block-quote cite {
  color: #7162a3;
}

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

.Posts-by-related-cat {
  background-color: rgba(66, 113, 135, 0.3);
  padding-bottom: 1.875rem;
  margin-bottom: -1.875rem;
}
.Posts-by-related-cat .wp-block-core-heading h2 {
  text-align: center;
}

.Info-box {
  color: white;
}
.Info-box .wp-block-core-heading h2,
.Info-box .wp-block-core-heading h3,
.Info-box .wp-block-core-heading h4,
.Info-box .wp-block-core-heading h5,
.Info-box .wp-block-core-heading h6 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11;
}
.Info-box .wp-block-core-list,
.Info-box .wp-block-core-paragraph,
.Info-box p {
  font-size: 16px;
  font-size: 1rem;
}
.Info-box .wp-block-core-list ul li::before {
  top: 0.0325em;
}

.Sidebar__header {
  display: none;
}
@media screen and (min-width: 1080px) {
  .Sidebar__posts-by-term .Blurb--S {
    border-top: 1px solid #2c373b;
    padding-top: 0.9375rem;
  }
  .Sidebar__posts-by-term .Blurb--S:not(:last-child),
  .Sidebar__posts-by-term .Blurb--M:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .Sidebar__sticky {
    position: sticky;
    top: 1.875rem;
  }
}

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

.Dropdown__toggle {
  color: #2c373b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.Overlay {
  background-color: rgba(255, 255, 255, 0.94);
}

.archive__header {
  margin-bottom: 3.75rem;
}
.tax-issues .archive__header .is-style-section-header {
  white-space: normal;
  width: auto;
  padding: 0;
}
.tax-issues .archive__header .is-style-section-header .Button {
  border: 0;
  background-color: transparent;
  height: auto;
  display: inline-block;
  padding: 0;
}

.archive.author .archive__author h2 {
  text-align: left;
}

.Yearly-issues__title {
  margin-bottom: 3.75rem;
}
.Yearly-issues__items__title {
  text-align: center;
  white-space: normal;
}
.Yearly-issues__items .Issue__title {
  font-size: 12px;
  font-size: 0.75rem;
}

.External-ad--header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media screen and (min-width: 980px) {
  .External-ad--header > div {
    max-width: 980px;
  }
}
.External-ad--header > div iframe {
  margin-top: 0.9375rem;
}
.External-ad--aside > div, .External-ad--aside_sticky > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 305px;
}
.External-ad--aside > div iframe, .External-ad--aside_sticky > div iframe {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1080px) {
  .External-ad--aside > div iframe, .External-ad--aside_sticky > div iframe {
    -webkit-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 1260px) {
  .External-ad--aside > div iframe, .External-ad--aside_sticky > div iframe {
    -webkit-transform: scale(0.93);
         -o-transform: scale(0.93);
            transform: scale(0.93);
  }
}
.External-ad--blurb > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 305px;
}
.External-ad--blurb > div iframe {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 720px) and (max-width: 980px) {
  .External-ad--blurb > div iframe {
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center;
  }
}

.Newsletter__heading {
  font-size: 30px;
  font-size: 1.875rem;
}
.Footer {
  text-align: center;
}
@media screen and (min-width: 420px) {
  .Footer {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .Footer {
    text-align: left;
  }
}
.Footer .icon {
  width: 200px;
  height: auto;
}
.Footer__menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875rem 0;
}
.Footer__menu-items .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .Footer__menu-items .menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .Footer__menu-items {
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .Footer__klarna {
    text-align: right;
  }
}
.Footer__klarna img {
  max-width: 100%;
  height: auto;
}
.Footer__textarea {
  margin-top: 1.875rem;
}

.Most-Read {
  color: white;
}

.Paywall {
  border: 1px solid transparent;
  -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;
  background: #f3eded;
}
.Paywall a {
  color: #d62802;
}
.Paywall__login {
  padding: 1.875rem 1.875rem 0 1.875rem;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.Paywall__login .ButtonContainer {
  max-width: 300px;
  margin: 0 auto;
}
.Paywall__login .ButtonContainer .Button {
  margin-top: 1.875rem;
  width: 100%;
}
.Paywall__login .ButtonContainer .or {
  font-family: "Roboto", sans-serif;
  margin-top: 0.9375rem;
}
.Paywall__login .ButtonContainer .SesamyButtonContainer {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.Paywall__login .ButtonContainer .SesamyButtonContainer sesamy-button {
  --background: #2bbbd4;
  --background-hover: #13928f;
  --color: #fff;
  --font-family: Roboto, 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;
}
.Paywall__login .ButtonContainer .SesamyButtonContainer .sesamy-info {
  margin-top: 5px;
}
.Paywall__login .ButtonContainer .SesamyButtonContainer .sesamy-info .what-is-quiqly {
  color: black;
}
.Paywall__login .Sesamy-or {
  margin-bottom: 0.9375rem;
}
.Paywall__login .Paywall_already_logged_in {
  margin-bottom: 0.9375rem;
}
.Paywall__subscription {
  background-color: #fcc634;
}
.Paywall__subscription .Paywall__subscription-container {
  text-align: left;
  padding: 3.75rem 1.875rem 0 1.875rem;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.Paywall__subscription .Paywall__subscription-container .Paywall__login__sub_heading {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  font-weight: 700;
}
.Paywall__subscription .Paywall__subscription-container .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;
}
.Paywall__subscription .Paywall__subscription-container .Paywall__login__heading-container .Paywall__login__heading {
  font-size: 42px;
  color: #2c373b;
  line-height: 48px;
}
@media screen and (max-width: 420px) {
  .Paywall__subscription .Paywall__subscription-container .Paywall__login__heading-container .Paywall__login__heading {
    font-size: 30px;
    line-height: 35px;
  }
}
.Paywall__subscription .Paywall__subscription-container .Paywall__login__heading-container .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: "Turnip Med", serif;
  font-weight: 500;
  line-height: 27px;
  border-radius: 100%;
  background: #2bbbd4;
  -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: 10px;
}
@media screen and (max-width: 720px) {
  .Paywall__subscription .Paywall__subscription-container .Paywall__login__heading-container .Paywall__login__heading-offer-container .Offer-circle {
    width: 80px;
    height: 80px;
    font-size: 24px;
    position: relative;
    top: -9px;
  }
}
.Paywall__subscription .Paywall__subscription-container .Paywall__login__content {
  margin-top: 0.9375rem;
  font-size: 15px;
  max-width: 500px;
}
.Paywall__or {
  font-family: "Roboto", sans-serif;
  padding: 1.875rem 0;
}
.Paywall__subscribe {
  margin-top: 0.9375rem;
  background: white;
  border-left: 0;
}
.Paywall__subscribe--no-embed {
  border-left: 0;
}
.Paywall__subscribe__title {
  background: #fcc634;
  color: white;
  padding: 0.9375rem;
}
.Paywall__subscribe--no-embed .Paywall__subscribe__title {
  background: none;
  color: #2c373b;
  padding-top: 1.875rem;
}
.Paywall__subscribe__inner {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.Paywall__subscribe--no-embed .Paywall__subscribe__inner {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .Paywall__subscribe--no-embed .Paywall__subscribe__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.Paywall__subscribe__content {
  padding: 0 22px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .Paywall__subscribe--no-embed .Paywall__subscribe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.Paywall__subscribe__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  margin-top: 0.5em;
  text-align: left;
}
.Paywall__subscribe--no-embed .Paywall__subscribe__content p {
  text-align: center;
}
.Paywall__subscribe__content p + p:is(p) {
  margin-top: 1em;
}
.Paywall__subscribe__content h2 + p:is(p),
.Paywall__subscribe__content h3 + p:is(p),
.Paywall__subscribe__content h4 + p:is(p),
.Paywall__subscribe__content h5 + p:is(p),
.Paywall__subscribe__content h6 + p:is(p) {
  margin-top: 1em;
}
.Paywall__embed {
  border: 0;
  width: 100%;
  height: 1200px;
}

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

.sesamy-protected-content.active {
  max-height: 14.375rem;
  position: relative;
  overflow: hidden;
}
.sesamy-protected-content.active::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14.375rem;
}
.sesamy-protected-content.active--show {
  max-height: none;
}
.sesamy-protected-content.active--show::after {
  content: none;
}

.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(#f3eded), to(rgba(254, 239, 239, 0)));
  background: -webkit-linear-gradient(top, #f3eded 0%, rgba(254, 239, 239, 0) 100%);
  background: -o-linear-gradient(top, #f3eded 0%, rgba(254, 239, 239, 0) 100%);
  background: linear-gradient(180deg, #f3eded 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: #7162a3;
  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(#dfe6eb), to(rgba(254, 239, 239, 0)));
  background: -webkit-linear-gradient(top, #dfe6eb 0%, rgba(254, 239, 239, 0) 100%);
  background: -o-linear-gradient(top, #dfe6eb 0%, rgba(254, 239, 239, 0) 100%);
  background: linear-gradient(180deg, #dfe6eb 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: #2c373b;
  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: #2c373b;
}
/*# sourceMappingURL=spraktidningen.css.map*/