/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

@font-face {
  font-family: 'Atlas Grotesk Bold';
  src: url("font/Atlas/AtlasGrotesk-Bold.eot");
  /* IE9 Compat Modes */
  src: url("font/Atlas/AtlasGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("font/Atlas/AtlasGrotesk-Bold.woff") format("woff"), url("font/Atlas/AtlasGrotesk-Bold.ttf") format("truetype"), url("font/Atlas/AtlasGrotesk-Bold.svg#e865ba5279b8b4f4d93cf0b04320407c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Atlas Grotesk Light';
  src: url("font/Atlas/AtlasGrotesk-Light.eot");
  /* IE9 Compat Modes */
  src: url("font/Atlas/AtlasGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("font/Atlas/AtlasGrotesk-Light.woff") format("woff"), url("font/Atlas/AtlasGrotesk-Light.ttf") format("truetype"), url("font/Atlas/AtlasGrotesk-Light.svg#60913efd62f14ac4c9bbceaf30b4cd27") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

/*
removing this font
@font-face {
  font-family: 'FarnhamDisplay Light';
  src: url('font/FarnhamDisplay-Light.eot');
  src: url('font/FarnhamDisplay-Light.eot?#iefix') format('embedded-opentype'),
       url('font/FarnhamDisplay-Light.woff') format('woff'),
       url('font/FarnhamDisplay-Light.ttf')  format('truetype'),
       url('font/FarnhamDisplay-Light.svg#d6a6b605756aa4db002d81819f4b3ed9') format('svg');

  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'FarnhamDisplay Medium';
  src: url('font/FarnhamDisplay-Medium.eot');
  src: url('font/FarnhamDisplay-Medium.eot?#iefix') format('embedded-opentype'),
       url('font/FarnhamDisplay-Medium.woff') format('woff'),
       url('font/FarnhamDisplay-Medium.ttf')  format('truetype'),
       url('font/FarnhamDisplay-Medium.svg#07fa2cc94498ee776265befb6f0d2223') format('svg');

  font-style:   normal;
  font-weight:  400;
}*/
@font-face {
  font-family: 'HaboroSlab-ConDemIt';
  src: url("font/Haboro/3204F6_2_0.eot");
  src: url("font/Haboro/3204F6_2_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_2_0.woff2") format("woff2"), url("font/Haboro/3204F6_2_0.woff") format("woff"), url("font/Haboro/3204F6_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HaboroSlab-ConExIt';
  src: url("font/Haboro/3204F6_7_0.eot");
  src: url("font/Haboro/3204F6_7_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_7_0.woff2") format("woff2"), url("font/Haboro/3204F6_7_0.woff") format("woff"), url("font/Haboro/3204F6_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HaboroSlab-ConDem';
  src: url("font/Haboro/3204F6_3_0.eot");
  src: url("font/Haboro/3204F6_3_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_3_0.woff2") format("woff2"), url("font/Haboro/3204F6_3_0.woff") format("woff"), url("font/Haboro/3204F6_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HaboroSlab-ConBol';
  src: url("font/Haboro/3204F6_4_0.eot");
  src: url("font/Haboro/3204F6_4_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_4_0.woff2") format("woff2"), url("font/Haboro/3204F6_4_0.woff") format("woff"), url("font/Haboro/3204F6_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HaboroSlab-ConExB';
  src: url("font/Haboro/3204F6_6_0.eot");
  src: url("font/Haboro/3204F6_6_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_6_0.woff2") format("woff2"), url("font/Haboro/3204F6_6_0.woff") format("woff"), url("font/Haboro/3204F6_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HaboroSlab-NorLig';
  src: url("font/Haboro/3204F6_24_0.eot");
  src: url("font/Haboro/3204F6_24_0.eot?#iefix") format("embedded-opentype"), url("font/Haboro/3204F6_24_0.woff2") format("woff2"), url("font/Haboro/3204F6_24_0.woff") format("woff"), url("font/Haboro/3204F6_24_0.ttf") format("truetype"); }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html.nav-open {
  overflow: hidden; }
  html.nav-open body {
    overflow: hidden; }

.cf::before,
.cf::after {
  content: '';
  display: table; }

.cf::after {
  clear: both; }

.cf {
  *zoom: 1; }

.hide-desktop {
  display: none; }

.wrapper {
  overflow: hidden;
  max-width: 1276px;
  margin: 0 auto;
  padding: 102px 1em 3em; }
  .home .wrapper {
    padding-top: 6.777777778em; }

.align-center {
  text-align: center; }

.push {
  position: relative; }

[class*="col-"] {
  float: left;
  margin: 0 .8064516%; }
  [class*="col-"].col-1 {
    width: 6.7204301%; }
  [class*="col-"].col-2 {
    width: 15.0537634%; }
  [class*="col-"].col-3 {
    width: 23.3870967%; }
    [class*="col-"].col-3.no-m-right {
      width: 24.1935483%;
      margin-right: 0; }
  [class*="col-"].col-4 {
    width: 31.72043%; }
    [class*="col-"].col-4.no-m-right {
      width: 33.3333332%;
      margin-right: 0; }
  [class*="col-"].col-5 {
    width: 40.0537633%; }
  [class*="col-"].col-6 {
    width: 48.3870966%; }
  [class*="col-"].col-8 {
    width: 65.0537632%; }
    [class*="col-"].col-8.no-m-left {
      margin-left: 0; }
  [class*="col-"].col-9 {
    width: 73.3870965%; }
    [class*="col-"].col-9.no-m-left {
      width: 74.1935481%;
      margin-left: 0; }
  [class*="col-"].col-12 {
    width: 98.3870968%; }
  [class*="col-"].push-right {
    float: right; }

.quote {
  font-family: "HaboroSlab-ConDemIt", sans-serif; }
  .quote:before, .quote:after {
    font-family: 'FontAwesome';
    font-size: .8em; }
  .quote:before {
    content: '\f101';
    margin-right: .1em; }
  .quote:after {
    content: '\f100';
    margin-left: .1em; }

.sep {
  clear: both;
  border-bottom: 4px solid #000; }
  .sep.push {
    margin-bottom: 3em; }

.strike {
  background: #de2826; }
  .strike.white {
    color: #fff; }

.button {
  display: inline-block; }
  .button.blue {
    border-bottom: 1px solid #1bb0ce; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.push-down {
  margin-top: 2em; }

.articles-small-thumb {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .articles-small-thumb li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .articles-small-thumb li:before {
      display: none; }
  .articles-small-thumb.indent {
    margin-left: 35px; }
    .articles-small-thumb.indent.narrow {
      margin-left: 1.111111111em; }
      .articles-small-thumb.indent.narrow .article--body {
        padding-left: 0; }
  .articles-small-thumb .articles-small-thumb--article {
    display: table;
    font-size: .888888889em;
    line-height: 1;
    width: 100%;
    margin: 0;
    padding: .3em 0; }
    .articles-small-thumb .articles-small-thumb--article:before {
      display: none; }
  .articles-small-thumb .article--thumb {
    display: table-cell;
    width: 54px;
    padding-right: 14px;
    position: relative; }
    .articles-small-thumb .article--thumb img {
      display: block;
      width: 40px; }
    .articles-small-thumb .article--thumb:after {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      right: 14px;
      bottom: 0;
      left: 0;
      background: red;
      opacity: .5; }
  .articles-small-thumb .article--body {
    display: table-cell;
    vertical-align: middle; }
  .articles-small-thumb a {
    font-family: "HaboroSlab-ConDem", sans-serif;
    text-decoration: none; }
    .articles-small-thumb a:hover .article--thumb:after {
      display: block; }
  .articles-small-thumb .tag--title a {
    font-family: "Atlas Grotesk Bold", sans-serif; }
  .articles-small-thumb a:hover .article--thumb {
    opacity: .8; }
  .articles-small-thumb .debatt .tag--title a {
    color: #1bb0ce; }
  .articles-small-thumb .blogg .tag--title a {
    color: #ff7ea2; }
  .articles-small-thumb .blog .tag--title a {
    color: #ff7ea2; }
  .articles-small-thumb .granskning .tag--title a {
    color: #6a4b72; }
  .articles-small-thumb .opinion .tag--title a {
    color: #563444; }
  .articles-small-thumb .podd .tag--title a {
    color: #5ba7a5; }
  .articles-small-thumb .intervju .tag--title a {
    color: #f25c5e; }
  .articles-small-thumb .kronika .tag--title a {
    color: #6966b5; }
  .articles-small-thumb .ledare .tag--title a {
    color: #878786; }
  .articles-small-thumb .nyhet .tag--title a {
    color: #de2826; }
  .articles-small-thumb .analys .tag--title a {
    color: #f27719; }

body {
  font-family: "HaboroSlab-NorLig", sans-serif;
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "HaboroSlab-ConDem", sans-serif;
  font-weight: normal; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    text-decoration: none; }

h1 {
  line-height: 1.1em; }

h2 {
  font-size: 2.222222222em;
  line-height: 1.1em;
  margin: 0 0 .1em; }

h3 {
  font-size: 1.666666667em;
  line-height: 1em;
  margin: 0 0 .2em; }

h4 {
  font-size: 1.2em; }
  h4.head {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: .75em;
    text-transform: uppercase;
    margin-top: 0; }

h5 {
  font-size: 1em;
  margin: 0 0 .5em; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #666; }

p {
  line-height: 1.428571429em;
  margin: 0 0 1em; }

strong,
b {
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-weight: normal; }
  .main strong, .main b {
    font-family: "HaboroSlab-ConDem", sans-serif; }

blockquote {
  position: relative;
  font-family: "HaboroSlab-ConDemIt", sans-serif;
  font-size: 1.6em;
  margin: 1em 0;
  padding: .7em 1.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: -6.5px;
    left: 0;
    width: 20px;
    height: 13.566px;
    background: #fff;
    background-image: url("../images/quote-left.svg"); }
  blockquote:after {
    content: '';
    position: absolute;
    bottom: -6.5px;
    right: 0;
    width: 20px;
    height: 13.566px;
    background: #fff;
    background-image: url("../images/quote-right.svg"); }
  blockquote p {
    line-height: 1.2em;
    margin: 0; }
  blockquote.pull-left {
    float: left;
    width: 300px;
    margin: 1em 1em 1em -75px; }

.red {
  color: #de2826; }

hr.clear {
  display: block;
  clear: both;
  border: 0; }

.main ul {
  list-style-type: none;
  padding: 0; }

.main li {
  position: relative;
  line-height: 1.428571429em;
  margin-bottom: 1em;
  padding-left: 1em; }
  .main li:before {
    content: '';
    position: absolute;
    top: .3em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #878786; }

.home .main li {
  position: static;
  line-height: inherit;
  margin-bottom: 0;
  padding-left: 0; }
  .home .main li:before {
    display: none; }

img {
  max-width: 100%;
  height: auto; }
  a img:focus {
    outline: none; }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
    img.alignleft.size-large, img.alignleft.size-full {
      float: none;
      margin: 0 0 1em; }
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
    img.alignright.size-large, img.alignright.size-full {
      float: none;
      margin: 0 0 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto 1em; }

figure {
  margin: 0; }
  figure img {
    display: block; }
  figure figcaption {
    font-size: .5em;
    color: #fff;
    padding: .2em .4em;
    background: rgba(222, 40, 38, 0.7); }
  figure.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
    figure.alignleft.size-large, figure.alignleft.size-full {
      float: none;
      margin: 0 0 1em; }
  figure.alignright {
    float: right;
    margin: 0 0 1em 1em; }
    figure.alignright.size-large, figure.alignright.size-full {
      float: none;
      margin: 0 0 1em; }

.tag {
  position: relative;
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-size: .555555556em;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 1em;
  overflow: hidden; }
  .tag:before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 1.6em;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .tag a {
    text-decoration: none; }
  .tag .tag--box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    background: #dad6ca;
    width: 1em;
    height: 1em; }
    .debatt .tag .tag--box {
      background: #1bb0ce; }
    .blogg .tag .tag--box {
      background: #ff7ea2; }
    .blog .tag .tag--box {
      background: #ff7ea2; }
    .granskning .tag .tag--box {
      background: #6a4b72; }
    .opinion .tag .tag--box {
      background: #563444; }
    .podd .tag .tag--box {
      background: #5ba7a5; }
    .intervju .tag .tag--box {
      background: #f25c5e; }
    .kronika .tag .tag--box {
      background: #6966b5; }
    .ledare .tag .tag--box {
      background: #878786; }
    .nyhet .tag .tag--box {
      background: #de2826; }
    .analys .tag .tag--box {
      background: #f27719; }
    .magasinet-arena .tag .tag--box {
      background: #333333; }
  .tag.line:before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 56px;
    border-top: 1px solid #000; }
  .tag.line .tag--title {
    margin-left: 70px; }
  .tag .tag--cat {
    font-family: "Atlas Grotesk Bold", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #dad6ca;
    margin: 0 0 0 2em; }
    .debatt .tag .tag--cat {
      color: #1bb0ce; }
      .debatt .tag .tag--cat a {
        color: #1bb0ce; }
        .debatt .tag .tag--cat a:hover {
          color: #1bb0ce; }
    .blogg .tag .tag--cat {
      color: #ff7ea2; }
      .blogg .tag .tag--cat a {
        color: #ff7ea2; }
        .blogg .tag .tag--cat a:hover {
          color: #ff7ea2; }
    .blog .tag .tag--cat {
      color: #ff7ea2; }
      .blog .tag .tag--cat a {
        color: #ff7ea2; }
        .blog .tag .tag--cat a:hover {
          color: #ff7ea2; }
    .granskning .tag .tag--cat {
      color: #6a4b72; }
      .granskning .tag .tag--cat a {
        color: #6a4b72; }
        .granskning .tag .tag--cat a:hover {
          color: #6a4b72; }
    .opinion .tag .tag--cat {
      color: #563444; }
      .opinion .tag .tag--cat a {
        color: #563444; }
        .opinion .tag .tag--cat a:hover {
          color: #563444; }
    .podd .tag .tag--cat {
      color: #5ba7a5; }
      .podd .tag .tag--cat a {
        color: #5ba7a5; }
        .podd .tag .tag--cat a:hover {
          color: #5ba7a5; }
    .intervju .tag .tag--cat {
      color: #f25c5e; }
      .intervju .tag .tag--cat a {
        color: #f25c5e; }
        .intervju .tag .tag--cat a:hover {
          color: #f25c5e; }
    .kronika .tag .tag--cat {
      color: #6966b5; }
      .kronika .tag .tag--cat a {
        color: #6966b5; }
        .kronika .tag .tag--cat a:hover {
          color: #6966b5; }
    .ledare .tag .tag--cat {
      color: #878786; }
      .ledare .tag .tag--cat a {
        color: #878786; }
        .ledare .tag .tag--cat a:hover {
          color: #878786; }
    .nyhet .tag .tag--cat {
      color: #de2826; }
      .nyhet .tag .tag--cat a {
        color: #de2826; }
        .nyhet .tag .tag--cat a:hover {
          color: #de2826; }
    .analys .tag .tag--cat {
      color: #f27719; }
      .analys .tag .tag--cat a {
        color: #f27719; }
        .analys .tag .tag--cat a:hover {
          color: #f27719; }
    .tag .tag--cat a {
      color: #dad6ca; }
      .tag .tag--cat a:hover {
        color: #dad6ca; }
  .tag .tag--name {
    font-family: "HaboroSlab-NorLig", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase; }
  .tag .tag--share {
    position: relative;
    display: inline-block;
    line-height: 1em;
    cursor: pointer;
    vertical-align: middle;
    margin-left: .5em; }
    .tag .tag--share .fa-share-square-o {
      font-size: 1.4em;
      color: #666; }
    .tag .tag--share.open .share-buttons {
      visibility: visible;
      opacity: 1; }
    .tag .tag--share .share-buttons {
      position: absolute;
      bottom: 200%;
      left: -10px;
      visibility: hidden;
      opacity: 0;
      background: #e5e5e5;
      padding: 0 .5em;
      white-space: nowrap; }
      .tag .tag--share .share-buttons li {
        padding: .5em; }
      .tag .tag--share .share-buttons:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 10px;
        border-top: 6px solid #e5e5e5;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; }

.tag-head {
  position: relative;
  font-size: .555555556em; }
  .tag-head--box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    background: #878786;
    float: left;
    width: 1em;
    height: 1em; }
    .debatt .tag-head--box {
      background: #1bb0ce; }
    .blogg .tag-head--box {
      background: #ff7ea2; }
    .blog .tag-head--box {
      background: #ff7ea2; }
    .granskning .tag-head--box {
      background: #6a4b72; }
    .opinion .tag-head--box {
      background: #563444; }
    .podd .tag-head--box {
      background: #5ba7a5; }
    .intervju .tag-head--box {
      background: #f25c5e; }
    .kronika .tag-head--box {
      background: #6966b5; }
    .ledare .tag-head--box {
      background: #878786; }
    .nyhet .tag-head--box {
      background: #de2826; }
    .analys .tag-head--box {
      background: #f27719; }
    .related .tag-head--box {
      background: #de2826; }
  .tag-head .head {
    font-size: 1em;
    font-family: "Atlas Grotesk Light", sans-serif;
    margin-left: 35px;
    text-transform: uppercase; }
    .debatt .tag-head .head {
      color: #1bb0ce; }
      .debatt .tag-head .head a {
        color: #1bb0ce; }
        .debatt .tag-head .head a:hover {
          color: #1bb0ce; }
    .blogg .tag-head .head {
      color: #ff7ea2; }
      .blogg .tag-head .head a {
        color: #ff7ea2; }
        .blogg .tag-head .head a:hover {
          color: #ff7ea2; }
    .blog .tag-head .head {
      color: #ff7ea2; }
      .blog .tag-head .head a {
        color: #ff7ea2; }
        .blog .tag-head .head a:hover {
          color: #ff7ea2; }
    .granskning .tag-head .head {
      color: #6a4b72; }
      .granskning .tag-head .head a {
        color: #6a4b72; }
        .granskning .tag-head .head a:hover {
          color: #6a4b72; }
    .opinion .tag-head .head {
      color: #563444; }
      .opinion .tag-head .head a {
        color: #563444; }
        .opinion .tag-head .head a:hover {
          color: #563444; }
    .podd .tag-head .head {
      color: #5ba7a5; }
      .podd .tag-head .head a {
        color: #5ba7a5; }
        .podd .tag-head .head a:hover {
          color: #5ba7a5; }
    .intervju .tag-head .head {
      color: #f25c5e; }
      .intervju .tag-head .head a {
        color: #f25c5e; }
        .intervju .tag-head .head a:hover {
          color: #f25c5e; }
    .kronika .tag-head .head {
      color: #6966b5; }
      .kronika .tag-head .head a {
        color: #6966b5; }
        .kronika .tag-head .head a:hover {
          color: #6966b5; }
    .ledare .tag-head .head {
      color: #878786; }
      .ledare .tag-head .head a {
        color: #878786; }
        .ledare .tag-head .head a:hover {
          color: #878786; }
    .nyhet .tag-head .head {
      color: #de2826; }
      .nyhet .tag-head .head a {
        color: #de2826; }
        .nyhet .tag-head .head a:hover {
          color: #de2826; }
    .analys .tag-head .head {
      color: #f27719; }
      .analys .tag-head .head a {
        color: #f27719; }
        .analys .tag-head .head a:hover {
          color: #f27719; }
    .tag-head .head a {
      font-family: "Atlas Grotesk Bold", sans-serif; }
      .tag-head .head a:hover {
        text-decoration: none; }
  .tag-head:before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .tag-head.narrow:before {
    font-size: 1em;
    width: 1.6em; }
  .tag-head.narrow .head {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: 1em;
    text-align: left;
    margin-left: 2em; }

.banner-start .tag {
  margin: 0; }
  .banner-start .tag .tag--box {
    width: 1.5em;
    height: 1.5em;
    margin-top: -2px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav a {
  font-size: .555555556em;
  text-transform: uppercase;
  text-decoration: none; }
  nav a .fa {
    font-size: 1.6em; }

nav.main-nav li, nav.secondary-nav li {
  display: inline-block;
  line-height: 40px; }

nav.main-nav a, nav.secondary-nav a {
  font-family: "Atlas Grotesk Bold", sans-serif; }

nav.main-nav li {
  margin-right: .5em; }

nav.main-nav .nav-trigger {
  line-height: 40px;
  float: left;
  margin-right: 1em; }

nav.secondary-nav {
  text-align: right; }
  nav.secondary-nav li {
    margin-left: .5em; }

nav.nav-list li {
  margin-bottom: .2em; }

nav.paging-navigation {
  font-size: .75em;
  margin-top: 4em;
  text-align: center; }
  nav.paging-navigation .page-numbers {
    display: inline-block;
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: .875em;
    line-height: 30px;
    color: #878786;
    width: 30px;
    height: 30px;
    text-align: center; }
    nav.paging-navigation .page-numbers.current {
      color: #666;
      background: #e5e5e5; }
    nav.paging-navigation .page-numbers.next, nav.paging-navigation .page-numbers.prev {
      color: #e5e5e5;
      background: #666; }
  nav.paging-navigation a:hover {
    background: #e5e5e5; }
  nav.paging-navigation a i {
    font-size: 1em; }

.site-nav {
  position: fixed;
  left: -15.625em;
  overflow: scroll;
  width: 15.625em;
  padding: 2em 1em; }
  .site-nav div {
    margin-bottom: 1em; }
  .site-nav a {
    font-family: "Atlas Grotesk Bold", sans-serif; }
  .site-nav .spacing {
    margin-bottom: 1em; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide:focus {
    outline: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow.slick-disabled {
  color: #e5e5e5; }

.subscribe {
  background: #f9f9f9;
  padding: 1em;
  border-bottom: 4px solid #000; }
  .subscribe.mag {
    background: rgba(222, 40, 38, 0.1);
    padding: 1em;
    border: 0; }
    .subscribe.mag .submit {
      width: 100%;
      padding: 0; }
  .subscribe.small {
    text-align: center; }
  .subscribe .subscribe--header {
    margin-bottom: 1em; }
    .subscribe .subscribe--header h3 {
      font-family: "Atlas Grotesk Bold", sans-serif;
      font-size: 1.2em;
      line-height: 1.2em; }
    .subscribe .subscribe--header p {
      font-family: "Atlas Grotesk Bold", sans-serif;
      font-size: .666666667em; }
  .subscribe .subscribe--image {
    float: left;
    width: 40%; }
  .subscribe .subscribe--form {
    float: left;
    width: 58%;
    margin-left: 2%; }
  .subscribe input[type="text"],
  .subscribe input[type="email"] {
    transition: all 0.2s ease-in-out;
    font-family: "Atlas Grotesk Light", sans-serif;
    font-size: .666666667em;
    background: #fff;
    width: 100%;
    margin: 0 0 .8em;
    padding: .8em;
    border: 0;
    border-radius: 0; }
    .subscribe input[type="text"]:focus,
    .subscribe input[type="email"]:focus {
      outline: none;
      box-shadow: inset 0 0 0 1px #666; }
  .subscribe .submit,
  .subscribe .button {
    display: block;
    font-family: "Atlas Grotesk Bold", sans-serif;
    line-height: 3em;
    color: #fff;
    background: #000;
    height: 3em;
    border: 0;
    text-align: center;
    padding: 0;
    border-radius: 0;
    cursor: pointer; }
  .subscribe input[type="text"]#mag-postnr,
  .subscribe input[type="text"]#mag-postadr {
    float: left;
    width: 47%;
    margin-right: 6%; }
    .subscribe input[type="text"]#mag-postnr.error,
    .subscribe input[type="text"]#mag-postadr.error {
      width: 100%;
      float: none; }
  .subscribe input[type="text"]#mag-postadr {
    margin-right: 0; }
  .subscribe ul {
    padding: 0;
    list-style-type: none; }
  .subscribe label.error {
    display: block;
    width: 100%;
    font-size: .75em;
    margin-bottom: 1em; }
  .subscribe.newsletter label {
    font-family: "Atlas Grotesk Bold", sans-serif;
    margin-left: .5em; }
  .subscribe.newsletter input[type="email"] {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 1em; }
  .subscribe.newsletter li {
    padding-left: 0; }
    .subscribe.newsletter li:before {
      display: none; }
  .subscribe.newsletter .button {
    width: 100%; }

.search-form .search-field {
  font-family: inherit;
  font-size: inherit;
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #e5e5e5;
  appearance: none; }

.search-form .search-submit {
  display: none; }

.site-header .search-form {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 2em;
  opacity: 0;
  width: 0; }
  .site-header .search-form.open {
    opacity: 1;
    width: 100%;
    padding: 0 1em; }
    .site-header .search-form.open .search-field {
      width: 100%;
      padding: 0 1em; }
  .site-header .search-form .search-field {
    transition: all 0.2s ease-in-out;
    width: 0;
    padding: 0; }
    .site-header .search-form .search-field:focus {
      outline: none; }

.video-container {
  position: relative;
  height: 0;
  margin-bottom: 2em;
  padding-top: 25px;
  padding-bottom: 56.25%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.top-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-size: .75em;
  line-height: 40px;
  text-transform: uppercase;
  color: #de2826;
  background: #f9d7d7;
  width: 100%;
  height: 40px;
  text-align: center; }
  .top-message .close {
    position: absolute;
    top: 0;
    right: 2em;
    cursor: pointer; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-content {
  background: #fff;
  max-width: 800px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 17px;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 48px;
  height: 48px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding: 10px; } }

.popup-mag {
  text-align: center; }
  .popup-mag .logo {
    max-width: 350px;
    margin: 0 auto 33px; }
  .popup-mag .lead {
    font-family: "Atlas Grotesk Light", sans-serif;
    font-size: .555555556em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .popup-mag .popup-mag--head {
    padding: 33px 0 12px; }
  .popup-mag .popup-mag--body {
    color: white;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 102px 0 62px; }
  .popup-mag .popup-mag--title {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: 2.777777778em;
    margin-bottom: .5em; }
  .popup-mag .popup-mag--text {
    font-size: 2.777777778em; }
  .popup-mag .popup-mag--button a {
    display: inline-block;
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: 2em;
    line-height: 1;
    color: #000;
    background: #fff;
    margin-top: 30px;
    padding: 30px 75px 23px;
    border-bottom: 2px solid #878786; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%; }
  .site-header--inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.555555556em .8064516%;
    border-bottom: 4px solid #000;
    transition: all 0.2s ease-in-out; }
  .site-header .main-nav {
    float: left;
    width: 35%; }
  .site-header .nav-trigger {
    cursor: pointer; }
  .site-header .logo {
    float: left;
    width: 30%;
    margin: 0;
    text-align: center; }
    .site-header .logo a {
      display: inline-block; }
    .site-header .logo img {
      display: inline-block;
      max-width: 280px;
      margin: 0 auto;
      transition: all 0.2s ease-in-out; }
  .site-header .secondary-nav {
    position: relative;
    float: right;
    width: 35%; }
    .site-header .secondary-nav ul {
      float: right;
      margin-right: 1em;
      padding-right: 1em;
      border-right: 1px solid #ccc; }
    .site-header .secondary-nav .search-trigger {
      line-height: 40px;
      float: right; }
  .site-header .fa {
    vertical-align: middle; }
  .site-header.scroll .site-header--inner {
    padding-top: .5em;
    padding-bottom: .5em; }
  .site-header.scroll .main-nav ul {
    display: none; }
  .site-header.scroll .logo {
    line-height: 40px; }
    .site-header.scroll .logo img {
      max-width: 180px;
      vertical-align: middle; }
  .site-header.scroll .secondary-nav {
    display: none; }

.banner-start {
  padding-bottom: 3em; }
  .banner-start .banner-main {
    position: relative;
    color: #fff; }
    .banner-start .banner-main img {
      display: block;
      width: 100%; }
    .banner-start .banner-main--overlay {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(222, 40, 38, 0.6);
      padding: 2em; }
    .banner-start .banner-main h2 {
      margin: 0; }
    .banner-start .banner-main--tag {
      position: relative;
      font-family: "Atlas Grotesk Bold", sans-serif;
      font-size: .875em; }
      .banner-start .banner-main--tag:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -2em;
        font-size: 1.25em;
        width: 1.5em;
        height: 0;
        border-bottom: 1px solid #fff; }
  .banner-start .latest-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .banner-start .latest-list h3 {
    margin: .5em 0 1.5em; }

.home .main {
  margin-bottom: 1em; }

.main {
  margin: 0 0 3em; }

.large-article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .large-article h2 {
    font-family: "HaboroSlab-ConExB", sans-serif;
    font-size: 3.2em; }
  .large-article .col-8 {
    width: 65.8602148%;
    margin-right: 0; }
  .large-article .col-4 {
    width: 32.5268816%;
    margin-left: 0; }
    .large-article .col-4 > a {
      display: block; }
  .large-article .article .col-6 {
    width: 49.1935482%; }
    .large-article .article .col-6:first-child {
      margin-right: 0; }
    .large-article .article .col-6:last-child {
      margin-left: 0; }
  .large-article .article--thumb img {
    display: block;
    width: 100%; }
  .large-article .article--thumb a:hover img {
    opacity: .8; }
  .large-article .related {
    margin-top: 1em; }
    .large-article .related .tag-head .head {
      color: #000; }

.tag-list {
  font-size: .875em;
  float: left;
  width: 47%;
  margin-right: 6%; }
  .tag-list ul {
    padding: 0;
    list-style-type: none; }
  .tag-list li {
    display: table;
    clear: both;
    width: 100%;
    margin-bottom: .5em; }
    .tag-list li .tag-list--thumb {
      display: table-cell;
      width: 20%;
      margin-right: 1em;
      vertical-align: center; }
    .tag-list li .tag-list--body {
      display: table-cell;
      vertical-align: middle; }
      .tag-list li .tag-list--body p {
        margin: 0; }
  .tag-list .tag-list--explainer {
    font-family: "Atlas Grotesk Bold", sans-serif; }
  .tag-list a {
    text-decoration: none; }

.extra-content {
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #000; }

.most-read {
  margin: 0;
  padding: 0 0 1em;
  list-style-type: none;
  border-bottom: 1px solid #ccc; }
  .most-read a {
    text-decoration: none; }

.share-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .share-buttons li {
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0; }
    .share-buttons li:before {
      display: none; }
  .share-buttons a {
    display: inline-block;
    color: white;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px; }
    .main .share-buttons a.twitter {
      background: #55acee; }
    .main .share-buttons a.facebook {
      background: #3b5998; }
    .main .share-buttons a.print {
      background: #878786; }
    .main .share-buttons a.email {
      background: #878786; }
  .sidebar-social .share-buttons {
    text-align: center; }
    .sidebar-social .share-buttons li:last-child {
      margin-right: 0; }

.social-shares {
  font-family: "Atlas Grotesk Light", sans-serif;
  font-size: .75em;
  margin-top: 1em; }
  .social-shares ul {
    margin: 0; }
  .social-shares li {
    display: inline-block;
    padding: 0;
    margin: 0 .5em 0 0; }
    .social-shares li:before {
      display: none; }

.middle-column .article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .middle-column .article .article--thumb {
    margin-bottom: .5em; }
  .middle-column .article .article--body {
    padding-left: .555555556em; }

.inline-author {
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-size: .75em;
  color: #878786; }

.recommended {
  margin-bottom: 2em; }
  .recommended h4.head {
    font-size: 1em; }
  .recommended.articles-small-thumb {
    margin-bottom: 1.4em; }
  .home .recommended {
    margin-bottom: 20px;
    margin-left: -10px;
    padding-top: 1em;
    padding-right: 10px; }
  .recommended .articles-small-thumb li {
    position: static;
    line-height: inherit;
    margin-bottom: 0;
    padding-left: 0; }
    .recommended .articles-small-thumb li:before {
      display: none; }

.related-list {
  margin-left: 35px; }

.podd .category {
  font-family: "Atlas Grotesk Light", sans-serif;
  font-size: .666666667em;
  color: #878786; }

.podd .button {
  display: inline-block;
  position: relative;
  font-family: "Atlas Grotesk Bold", sans-serif;
  color: #fff;
  background: #5ba7a5;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .05em;
  width: 100%;
  padding: 1em; }
  .podd .button:hover {
    background: #7cb9b7; }
  .podd .button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 52px;
    border-top: 1px solid #fff; }
  .podd .button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 24px solid rgba(255, 255, 255, 0.7); }

.columns {
  display: flex; }
  .columns .article-body--sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 10em; }
    .columns .article-body--sidebar .facts {
      align-self: flex-start;
      flex: 1;
      border-bottom: 0;
      width: 100%; }

.article {
  position: relative; }
  .article:last-child {
    margin-bottom: 0;
    border: 0; }
  .article .article--body p:last-child {
    margin-bottom: 0; }
  .article .article--lead-in {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: .75em;
    text-transform: uppercase;
    color: #878786;
    letter-spacing: .05em; }
  .article .article--related {
    clear: both;
    padding-top: 1.4em; }
  .article .article--related-head {
    display: inline-block;
    font-size: .875em;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .article .article--related-article {
    padding-left: 2em; }
  .article.wide .article--thumb {
    margin-bottom: .5em; }
  .article > a {
    display: block;
    text-decoration: none; }
    .article > a:hover .article--body {
      color: #666; }
    .article > a:hover .article--thumb {
      opacity: .8; }

.news-start {
  position: relative; }
  .news-start.col-6 {
    width: 49.9999998%;
    margin: 0; }
  .news-start .article {
    margin-bottom: .8em;
    padding: 0 0 .8em;
    border-bottom: 1px solid #ccc; }
    .news-start .article .article--body {
      padding-left: .555555556em; }
    .news-start .article:last-child {
      border-bottom: 0; }
    .news-start .article.small {
      padding-left: 0; }
    .news-start .article.has-related {
      padding-bottom: 0;
      border-bottom: 0; }
    .news-start .article.narrow .article--thumb {
      float: left;
      width: 32%;
      margin-right: 3%; }
      .news-start .article.narrow .article--thumb img {
        display: block; }
    .news-start .article.narrow .article--body {
      float: left;
      width: 65%; }
  .news-start .article .related--item .article--body {
    padding-left: 0; }

.opinion-start {
  position: relative; }
  .opinion-start.col-4 {
    float: right;
    width: 33.3333332%;
    margin: 0; }
  .opinion-start .tag .tag--cat {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: 1em;
    text-align: left; }
    .opinion-start .tag .tag--cat span {
      color: #000;
      border: 0; }
  .opinion-start .news-start--leader-article {
    margin-bottom: 1.4em;
    border-bottom: 1px solid #ccc; }
    .opinion-start .news-start--leader-article a {
      display: block; }
      .opinion-start .news-start--leader-article a:hover .article--body {
        color: #666; }
    .opinion-start .news-start--leader-article h2 {
      font-family: "HaboroSlab-ConDemIt", sans-serif; }
    .opinion-start .news-start--leader-article .article--thumb {
      display: table;
      width: 100%;
      overflow: hidden; }
      .opinion-start .news-start--leader-article .article--thumb .editor-tag {
        display: table-cell;
        vertical-align: middle;
        width: 65%;
        padding-right: 5%;
        padding-left: 1em; }
      .opinion-start .news-start--leader-article .article--thumb .editor-thumb {
        display: table-cell;
        width: 30%; }
      .opinion-start .news-start--leader-article .article--thumb img {
        display: block;
        width: 100%; }
    .opinion-start .news-start--leader-article .article--body {
      margin-left: 1em; }
  .opinion-start .article {
    margin-bottom: .8em;
    padding: 0 0 .8em 0;
    border-bottom: 1px solid #ccc; }
    .opinion-start .article .article--body {
      padding-left: .555555556em; }
    .opinion-start .article:last-child {
      border-bottom: 0; }
    .opinion-start .article.has-related {
      padding-bottom: 0;
      border-bottom: 0; }
    .opinion-start .article.narrow .article--body {
      margin-right: 34%; }
      .opinion-start .article.narrow .article--body.no-thumb {
        margin-right: 0; }
    .opinion-start .article.narrow .article--thumb {
      float: right;
      width: 30%; }
      .opinion-start .article.narrow .article--thumb img {
        display: block; }
    .opinion-start .article.ledare h3 {
      font-family: "HaboroSlab-ConDemIt", sans-serif; }
  .opinion-start .popular {
    margin-bottom: .8em;
    padding: 0 0 .8em;
    border-bottom: 1px solid #ccc; }
    .opinion-start .popular .tag-head .head {
      font-size: 1em; }
    .opinion-start .popular .article--thumb {
      max-width: 40px; }
  .opinion-start .most-read {
    padding-bottom: 0;
    border-bottom: 0; }
  .opinion-start .leader-name {
    font-size: 1.444444444em;
    color: #de2826;
    margin-bottom: .3em; }

.related ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.related li {
  margin-bottom: 1em; }

.related .article--thumb {
  position: relative; }
  .related .article--thumb:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: 0;
    background: red;
    opacity: .5; }

.related.push {
  margin-bottom: 3em;
  padding-left: 100px; }

.related a:hover .article--thumb:after {
  display: block; }

.related a:hover .article--body {
  color: #666; }

.additional--thumb {
  margin-bottom: 1em; }

.more-articles {
  position: relative;
  margin: 0 0 1em;
  padding: 1em 0;
  border-top: 4px solid #000;
  border-bottom: 1px solid #ccc;
  display: none; }
  .home .more-articles {
    margin-bottom: 0; }
  .more-articles .head {
    font-size: 1em; }
  .more-articles h5 {
    font-size: .888888889em; }
  .more-articles a:hover .additional--thumb img {
    opacity: .8; }
  .more-articles .more-articles--nav {
    position: absolute;
    top: .6em;
    right: 0; }
    .more-articles .more-articles--nav span {
      display: inline-block;
      position: relative;
      font-size: 1.2em;
      color: #878786;
      cursor: pointer; }
      .more-articles .more-articles--nav span i {
        position: relative;
        line-height: 1em; }
        .more-articles .more-articles--nav span i:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 1em;
          margin-top: -1px;
          border-top: 1px solid #878786; }
      .more-articles .more-articles--nav span.slick-disabled {
        color: #e5e5e5; }
        .more-articles .more-articles--nav span.slick-disabled i:after {
          border-top-color: #e5e5e5; }
    .more-articles .more-articles--nav .prev {
      margin-right: .2em;
      padding-right: .5em; }
    .more-articles .more-articles--nav .next {
      margin-left: .2em;
      padding-left: .5em; }
      .more-articles .more-articles--nav .next i:after {
        left: auto;
        right: 0; }
  .more-articles .more-articles--item {
    margin: 0 10px; }

.all-sections {
  margin-left: 0; }
  .all-sections.col-8 {
    width: 65.8602148%; }
  .all-sections .row {
    overflow: hidden;
    border-collapse: separate; }
    .all-sections .row:last-child .all-sections--section {
      border-top: 1px solid #ccc; }
  .all-sections .all-sections--section {
    position: relative;
    padding: 1em 0 0; }
    .all-sections .all-sections--section ul {
      margin: 0 0 0 .555555556em;
      padding: 0;
      list-style-type: none; }
    .all-sections .all-sections--section li {
      font-family: "HaboroSlab-ConDem", sans-serif;
      font-size: .888888889em;
      margin-bottom: 1.5em; }
    .all-sections .all-sections--section a {
      text-decoration: none; }

.page .article-header,
.error404 .article-header {
  margin-bottom: 2em;
  border-bottom: 4px solid #878786; }
  .page .article-header h1,
  .error404 .article-header h1 {
    font-size: 4.444444444em;
    margin: 0; }

.page .article-intro,
.error404 .article-intro {
  margin: 0 41.6666665% 2em 0; }

.page .tag,
.error404 .tag {
  position: absolute;
  top: .5em;
  left: 0;
  width: 90px;
  height: 1em; }
  .page .tag:before,
  .error404 .tag:before {
    width: 90px; }

.page .article-body,
.error404 .article-body {
  position: relative;
  margin-bottom: 4em; }
  .page .article-body.narrow,
  .error404 .article-body.narrow {
    max-width: 800px;
    margin: 0 auto 4em;
    padding: 0 .8064516%; }
  .page .article-body .page-social,
  .error404 .article-body .page-social {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.5268816%;
    margin-left: .8064516%;
    text-align: center; }

.page .article-body--content.col-8,
.error404 .article-body--content.col-8 {
  width: 58.3333331%;
  margin-right: 7.5268817%; }

.page .article-body--content .share-buttons,
.error404 .article-body--content .share-buttons {
  position: absolute;
  top: 0;
  right: 0; }

.page .article-body--sidebar,
.error404 .article-body--sidebar {
  margin-top: 6em; }

.page .article-content,
.error404 .article-content {
  position: relative;
  padding-left: 100px; }

.page .more-articles,
.error404 .more-articles {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.band {
  display: block;
  position: absolute;
  top: 0;
  left: -.555555556em;
  z-index: 10;
  text-transform: lowercase;
  font-size: .666666667em;
  letter-spacing: .1em;
  padding: 0 .5em;
  line-height: 1.6em;
  background: #666; }
  .band span {
    font-family: "Atlas Grotesk Bold", sans-serif; }
  .band:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666;
    transform: rotate(-45deg);
    transform-origin: 0 0; }
  .band.no-thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 1em; }
  .single .band {
    display: inline-block;
    position: relative;
    font-size: 1em; }
  .magasinet-arena .band {
    color: #fff;
    background: #333333; }
    .magasinet-arena .band:after {
      border-left-color: #000; }

.home .article.magasinetarena {
  color: #fff;
  margin-left: .555555556em; }
  .home .article.magasinetarena .article-inner {
    background: #4D4D4D;
    padding: 2.444444444em 1em 1em 4.666666667em; }
  .home .article.magasinetarena.has-image {
    padding: 0 0 .8em; }
    .home .article.magasinetarena.has-image .article-inner {
      background: none;
      padding: 0; }
    .home .article.magasinetarena.has-image .has-image--content {
      position: absolute;
      right: 0;
      bottom: .8em;
      left: 0;
      padding: 2.444444444em 1em 1em 4.666666667em;
      background: linear-gradient(transparent, #000); }
  .home .article.magasinetarena .article--bg img {
    display: block; }
  .home .article.magasinetarena .tag-alt {
    position: absolute;
    top: 5.5em;
    left: 6em;
    font-size: .555555556em; }
    .home .article.magasinetarena .tag-alt .tag-alt--box {
      width: 1em;
      height: 1em;
      background: rgba(255, 255, 255, 0.6); }
    .home .article.magasinetarena .tag-alt:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -6em;
      width: 7em;
      border-top: 1px solid #fff; }
  .home .article.magasinetarena .article--body {
    padding-left: 0; }
  .home .article.magasinetarena a {
    color: #fff; }
  .home .article.magasinetarena a:hover .article--body {
    color: #fff; }

.article.magasinetarena .band {
  background: #333333;
  color: #fff; }
  .article.magasinetarena .band:after {
    border-left-color: #000; }

.middle-column h3 {
  font-size: 1.4em; }

.editors-start .tag-head:before {
  font-size: 1em;
  width: 1.6em; }

.editors-start .tag-head .head {
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-size: 1em;
  text-align: left;
  margin-left: 2em; }

.editors-start .editor {
  padding: 0 0 0 1em; }
  .editors-start .editor .cf {
    padding-bottom: 1em; }
  .editors-start .editor .editor--image {
    display: flex;
    align-items: center;
    overflow: hidden; }
    .editors-start .editor .editor--image img {
      display: block; }
    .editors-start .editor .editor--image .editor-tag {
      float: left;
      width: 65%;
      margin-right: 5%; }
      .editors-start .editor .editor--image .editor-tag p {
        margin: 0;
        font-size: 0.8em; }
    .editors-start .editor .editor--image .editor-thumb {
      float: left;
      width: 30%; }
  .editors-start .editor .editor--info {
    font-family: "HaboroSlab-ConDemIt", sans-serif;
    font-size: .888888889em;
    padding: 1em 0 0; }
    .editors-start .editor .editor--info p {
      line-height: 1.2em;
      margin-bottom: 0; }
    .editors-start .editor .editor--info a {
      text-decoration: none; }

.single .most-read {
  padding-top: 3em;
  border-top: 1px solid #ccc; }

.single .article-header {
  width: 74.1935481%;
  margin: 0 24.9999999% 0 0; }
  .single .article-header.wide {
    width: 100%;
    margin-right: 0; }
  .single .article-header h1 {
    font-size: 3.571428571em;
    margin: .404444534em 0; }
  .single .article-header.no-push {
    padding-bottom: 0; }
  .single .article-header.ledare {
    position: relative;
    margin-bottom: 1em; }
    .single .article-header.ledare .article-meta {
      margin-bottom: 3em; }
    .single .article-header.ledare h1 {
      font-family: "HaboroSlab-ConDemIt", sans-serif;
      margin-top: 0; }
    .single .article-header.ledare .article-meta--share-top {
      position: absolute;
      right: 0;
      bottom: -3em;
      width: 24.1935483%;
      text-align: center; }
  .single .article-header .article-signature {
    max-width: 720px; }

.single .article--lead-in {
  font-family: "Atlas Grotesk Bold", sans-serif;
  font-size: .75em;
  text-transform: uppercase;
  color: #878786;
  letter-spacing: .05em; }

.single .tag {
  position: absolute;
  top: .5em;
  left: 0;
  width: 90px;
  height: 1em; }
  .single .tag:before {
    width: 90px; }

.single .article-meta {
  font-size: .555555556em; }
  .single .article-meta .article-meta--info {
    position: relative;
    font-family: "Atlas Grotesk Light", sans-serif;
    text-transform: uppercase;
    padding-left: 2em; }
    .single .article-meta .article-meta--info:before {
      content: '';
      position: absolute;
      top: .5em;
      left: 0;
      font-size: 1em;
      width: 1.6em;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .single .article-meta .article-meta--info.magasinet-arena {
      padding-left: 0; }
      .single .article-meta .article-meta--info.magasinet-arena:before {
        display: none; }
  .single .article-meta--time {
    margin-right: 1em; }

.single .article-meta--info {
  float: left; }
  .single .article-meta--info .article-meta--cat {
    color: #dad6ca;
    font-family: "Atlas Grotesk Bold", sans-serif; }
    .single .article-meta--info .article-meta--cat a {
      color: #dad6ca;
      text-decoration: none; }
  .single .article-meta--info .article-meta--cat-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 1em;
    height: 1em;
    background: #dad6ca; }
  .single .article-meta--info.nyhet .article-meta--cat {
    color: #de2826; }
    .single .article-meta--info.nyhet .article-meta--cat a {
      color: #de2826; }
  .single .article-meta--info.nyhet .article-meta--cat-box {
    background: #de2826; }
  .single .article-meta--info.debatt .article-meta--cat {
    color: #1bb0ce; }
    .single .article-meta--info.debatt .article-meta--cat a {
      color: #1bb0ce; }
  .single .article-meta--info.debatt .article-meta--cat-box {
    background: #1bb0ce; }
  .single .article-meta--info.blogg .article-meta--cat {
    color: #ff7ea2; }
    .single .article-meta--info.blogg .article-meta--cat a {
      color: #ff7ea2; }
  .single .article-meta--info.blogg .article-meta--cat-box {
    background: #ff7ea2; }
  .single .article-meta--info.granskning .article-meta--cat {
    color: #6a4b72; }
    .single .article-meta--info.granskning .article-meta--cat a {
      color: #6a4b72; }
  .single .article-meta--info.granskning .article-meta--cat-box {
    background: #6a4b72; }
  .single .article-meta--info.opinion .article-meta--cat {
    color: #563444; }
    .single .article-meta--info.opinion .article-meta--cat a {
      color: #563444; }
  .single .article-meta--info.opinion .article-meta--cat-box {
    background: #563444; }
  .single .article-meta--info.podd .article-meta--cat {
    color: #5ba7a5; }
    .single .article-meta--info.podd .article-meta--cat a {
      color: #5ba7a5; }
  .single .article-meta--info.podd .article-meta--cat-box {
    background: #5ba7a5; }
  .single .article-meta--info.intervju .article-meta--cat {
    color: #f25c5e; }
    .single .article-meta--info.intervju .article-meta--cat a {
      color: #f25c5e; }
  .single .article-meta--info.intervju .article-meta--cat-box {
    background: #f25c5e; }
  .single .article-meta--info.kronika .article-meta--cat {
    color: #6966b5; }
    .single .article-meta--info.kronika .article-meta--cat a {
      color: #6966b5; }
  .single .article-meta--info.kronika .article-meta--cat-box {
    background: #6966b5; }
  .single .article-meta--info.ledare .article-meta--cat {
    color: #878786; }
    .single .article-meta--info.ledare .article-meta--cat a {
      color: #878786; }
  .single .article-meta--info.ledare .article-meta--cat-box {
    background: #878786; }
  .single .article-meta--info.analys .article-meta--cat {
    color: #f27719; }
    .single .article-meta--info.analys .article-meta--cat a {
      color: #f27719; }
  .single .article-meta--info.analys .article-meta--cat-box {
    background: #f27719; }
  .single .article-meta--info.magasinet-arena .article-meta--cat {
    color: #333333; }
    .single .article-meta--info.magasinet-arena .article-meta--cat a {
      color: #333333; }
  .single .article-meta--info.magasinet-arena .article-meta--cat-box {
    background: #333333; }

.single .article-body--top {
  margin-bottom: 2em; }

.single .article-body--content.col-8 {
  width: 58.3333331%;
  margin-right: 7.5268817%; }

.single .article-body--content .share-buttons {
  padding-top: 1em; }

.single .article-content {
  position: relative;
  padding-left: 100px; }

.single .article-main-image {
  display: inline-block;
  position: relative; }
  .single .article-main-image figcaption {
    position: absolute;
    right: 0;
    bottom: 1em; }

.single .recommended .recommended--row {
  margin-bottom: 2em; }

.single .article--footer {
  margin-bottom: 3em; }
  .single .article--footer .articles-small-thumb {
    margin-left: 35px; }

.single.single-opinion .article-body--sidebar {
  margin-top: 60px; }

.single .all-sections li {
  padding-left: 0; }
  .single .all-sections li:before {
    display: none; }

.single .all-sections .tag {
  position: relative;
  height: auto; }
  .single .all-sections .tag:before {
    width: 1.6em; }

.article-content a {
  background: #f6c2c1; }
  .debatt .article-content a {
    background: #91e1f1; }
  .blogg .article-content a {
    background: #ffb1c7; }
  .blog .article-content a {
    background: #ffb1c7; }
  .granskning .article-content a {
    background: #9f7ba8;
    color: #fff; }
  .opinion .article-content a {
    background: #965a76;
    color: #fff; }
  .podd .article-content a {
    background: #9dcbc9; }
  .intervju .article-content a {
    background: #fababb; }
  .kronika .article-content a {
    background: #acabd6; }
  .ledare .article-content a {
    background: lightgray; }
  .nyhet .article-content a {
    background: #f6c2c1; }
  .analys .article-content a {
    background: #f7b07a; }
  .magasinet-arena .article-content a {
    background: gray;
    color: #fff; }

.article-content .nav-list a {
  background: none; }

.top-articles {
  margin-bottom: 1.222222222em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .top-articles .tag-head {
    font-size: .63em;
    margin-bottom: .5em; }
  .top-articles ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .top-articles .article--thumb {
    width: 64px;
    border-left: 0.555555556em solid #fff; }
  .top-articles .articles-small-thumb--article {
    padding: 1em 0 .5em;
    border-bottom: 0; }
    .top-articles .articles-small-thumb--article .article--body {
      vertical-align: top; }

.article-ending {
  margin: 2em 0 3em; }
  .article-ending .donate,
  .article-ending .tip {
    font-family: "Atlas Grotesk Light", sans-serif;
    font-size: .555555556em;
    text-transform: uppercase;
    margin-bottom: 2em;
    vertical-align: middle; }
    .article-ending .donate span,
    .article-ending .tip span {
      margin-left: 1em; }
    .article-ending .donate i,
    .article-ending .tip i {
      display: inline-block;
      font-size: 2em;
      vertical-align: middle; }
    .article-ending .donate a,
    .article-ending .tip a {
      color: #000;
      font-family: "Atlas Grotesk Bold", sans-serif;
      text-decoration: none;
      background: none; }
  .article-ending .tip span {
    margin-left: 2.6em; }
  .article-ending .follow {
    position: relative;
    font-size: .888888889em; }
    .article-ending .follow .tag {
      left: -100px; }
    .article-ending .follow .tag--box {
      background: #878786; }
    .article-ending .follow a {
      background: #e5e5e5;
      color: #000; }

.single-donate form {
  background: #f9f9f9;
  margin-bottom: 2em;
  padding: 1em; }

.single-donate .form-col {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .single-donate .form-col.last {
    margin-right: 0; }

.single-donate form {
  padding-bottom: 2em;
  border-bottom: 4px solid #000; }

.single-donate label {
  display: block;
  font-family: "Atlas Grotesk Bold", sans-serif; }
  .single-donate label.radio {
    margin: .5em 0; }
  .single-donate label.checkbox {
    padding-left: 2em; }
    .single-donate label.checkbox input[type="checkbox"] {
      margin: 0 10px 0 -2em; }

.single-donate input[type="text"] {
  width: 100%;
  margin-bottom: 1em; }
  .single-donate input[type="text"].inline {
    width: 30%; }

.single-donate input[type="radio"] {
  margin-right: 1em; }

.single-donate input[type="submit"] {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #de2826;
  margin-top: 1em;
  padding: .75em 1.5em;
  border: 0;
  border-radius: 10px;
  cursor: pointer; }

.single-donate small {
  display: block;
  line-height: 1.4em;
  margin: 1em 0; }

.share-quote {
  margin-top: .5em;
  font-size: .75em; }
  .share-quote ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .share-quote li {
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0; }
    .share-quote li:before {
      display: none; }
  .share-quote a:hover {
    color: #de2826; }

.article-content .share-quote a {
  color: #000;
  background: none; }

.article-body--sidebar.top {
  margin-top: 0; }

.sidebar-module {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .sidebar-module h4.head {
    font-size: 1em;
    margin-bottom: .5em; }
  .sidebar-module .articles-small-thumb li {
    position: static;
    line-height: inherit;
    margin-bottom: 0;
    padding-left: 0; }

.related .tag {
  margin: 0 0 .5em; }

.related ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.related .related--item .related--thumb {
  float: left;
  margin-right: 1em; }

.related .related--item a {
  text-decoration: none; }

.related .related--item .related--body {
  overflow: hidden; }

.related.small .tag-head:before {
  width: 35.6129032%; }

.related.small .tag-head .head {
  margin-left: 36.6129032%; }

.related.small .related-list {
  margin-left: 36.6129032%; }

.sidebar-ad img {
  display: block;
  margin: 0 auto; }

.facts {
  margin-bottom: 3em; }
  .facts .facts--inner {
    padding: .5em;
    border-top: 3px solid #de2826;
    border-bottom: 3px solid #de2826; }
  .facts h4 {
    color: #de2826;
    margin: 0 0 .5em; }
  .facts p {
    font-size: .777777778em;
    color: #878786;
    margin: 0; }

.sidebar-push {
  margin-bottom: 10em; }

.page-banner {
  margin-top: 1em; }
  .page-banner--content {
    padding: 2em;
    background: #fceded; }

.home-footer,
.page-footer {
  border-bottom: 1px solid #ccc;
  border-top: 4px solid #000;
  padding-top: 1rem; }

.site-footer {
  background: #e5e5e5;
  padding: 3em .8064516%; }
  .site-footer--inner {
    max-width: 1240px;
    margin: 0 auto; }
  .site-footer .footer-column {
    float: left;
    width: 18%;
    margin-right: 2.5%; }
    .site-footer .footer-column.last {
      margin-right: 0; }
  .site-footer nav.nav-list a {
    font-size: .666666667em; }
  .site-footer nav li {
    line-height: 1em; }
  .site-footer p {
    line-height: 1.4em; }
  .site-footer .extra {
    font-size: .666666667em; }
  .site-footer .menu-header {
    font-family: "Atlas Grotesk Bold", sans-serif;
    font-size: .666666667em;
    text-transform: uppercase; }

.archive .article-header.debatt {
  border-bottom-color: #1bb0ce; }

.archive .article-header.blogg {
  border-bottom-color: #ff7ea2; }

.archive .article-header.blog {
  border-bottom-color: #ff7ea2; }

.archive .article-header.granskning {
  border-bottom-color: #6a4b72; }

.archive .article-header.opinion {
  border-bottom-color: #563444; }

.archive .article-header.podd {
  border-bottom-color: #5ba7a5; }

.archive .article-header.intervju {
  border-bottom-color: #f25c5e; }

.archive .article-header.kronika {
  border-bottom-color: #6966b5; }

.archive .article-header.ledare {
  border-bottom-color: #878786; }

.archive .article-header.nyhet {
  border-bottom-color: #de2826; }

.archive .article-header.analys {
  border-bottom-color: #f27719; }

.archive .article-header.magasinetarena {
  border-bottom-color: #333333; }

.archive .article-header {
  margin-bottom: 2em;
  border-bottom: 4px solid #878786; }
  .archive .article-header h1 {
    font-size: 4.444444444em;
    margin: 0; }

.archive .blogg.article h2 {
  margin-bottom: .5em; }

.archive .article-header .col-4.no-m-right {
  width: 32.5268816%; }

.archive-list h3 {
  font-size: 2.222222222em;
  line-height: 1.1em; }

.archive-list .article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }

.archive-list .article--thumb {
  float: left;
  width: 25%;
  margin-right: 2%; }
  .archive-list .article--thumb img {
    display: block; }

.archive-list .article--body {
  padding-left: .555555556em;
  overflow: hidden; }

.archive-list .author-meta {
  margin-bottom: 1em; }

.archive-list .magasinetarena {
  margin-left: .555555556em; }

.author .article-header {
  padding-bottom: 1em; }
  .author .article-header .article-signature {
    max-width: 720px; }

.article-author-image {
  position: relative; }
  .article-author-image:hover .author-twitter-link span {
    display: block; }

.article-author-image img {
  display: block; }

.author-twitter-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center; }
  .author-twitter-link:hover {
    color: #fff; }
  .author-twitter-link span {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -11px; }

.archive .article-blogg {
  margin-bottom: 4em; }
  .archive .article-blogg .article-content a {
    background: #ffcbd9; }

.archive-list .search-form {
  margin-bottom: 4em; }

.search .article-header h1 {
  font-size: 3em; }

.from-group img {
  display: block;
  margin-bottom: 1em; }

.article.essay h1, .article.essay h2, .article.essay h3 {
  font-family: 'HaboroSlab-ConExIt'; }

.article.essay .bold {
  font-size: .75em; }

.essay .tag .tag--box {
  background: #5b8b3c; }

.essay .tag .tag--cat {
  color: #5b8b3c; }

/* SINGLE */
.single-essay .article-content > .tag:first-child + p,
.single-essay .article-content > h1 + p {
  font-size: 20px; }

.bold {
  font-family: 'Atlas Grotesk Bold'; }
  .bold .gray {
    color: #888; }

.essay-title-box {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  font-family: "Atlas Grotesk Medium", sans-serif;
  color: #111;
  background: #79bc4e;
  margin-left: -5px;
  margin-right: 5px;
  color: #111 !important;
  font-size: 12px;
  text-transform: lowercase; }
  .essay-title-box span {
    font-family: "Atlas Grotesk Bold", sans-serif; }

.essay-title-box::before {
  position: absolute;
  display: block;
  bottom: -10px;
  left: 4px;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #5b8b3c;
  transform: rotate(45deg); }

.single-essay .article-meta .article-meta--info {
  padding: 0; }

.article--thumb .essay-title-box {
  position: absolute;
  margin: 0;
  font-size: 12px; }

article.essay .article--thumb img {
  max-width: calc(100% - 14px);
  margin-left: 14px;
  margin-bottom: 10px; }

article.essay .article--body {
  padding-left: 14px; }

.essay-title {
  font-family: 'HaboroSlab-ConExIt';
  font-weight: bold;
  margin-top: 26px !important; }
  .essay-title.in-content {
    font-size: 3em; }

.tag .tag--green,
.essay-replies .tag-head--box {
  background: #79bc4e; }

.single-essay blockquote {
  font-weight: bold; }

.single-essay blockquote::before {
  background-image: url(../images/quote-left-green.svg); }

.single-essay blockquote::after {
  background-image: url(../images/quote-right-green.svg); }

.single-essay .article-author-image {
  width: 60%;
  margin: auto; }

.essay-author-presentation {
  text-align: center; }
  .essay-author-presentation .essay-author-title {
    font-family: 'HaboroSlab-ConDemIt';
    margin: -2px 0 16px 0; }
  .essay-author-presentation .essay-author-name {
    font-family: 'Atlas Grotesk Bold';
    display: block;
    margin-top: 20px; }

.essay-summary {
  background: #79bc4e;
  padding: 30px;
  margin-bottom: 26px; }

.essay-summary li {
  font-size: .9em;
  line-height: 1em; }

.essay-summary li::before {
  top: .23em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #111; }

.essay-line {
  border: 0;
  border-top: 1px solid #111;
  margin: 30px 0; }

@media screen and (max-width: 975px) {
  body {
    font-size: 16px; }
  h2 {
    font-size: 2em; }
  [class*="col-"].news-start {
    width: 40.0537633%; }
  [class*="col-"].middle-column {
    width: 23.3870967%; }
  .large-article .col-8,
  .large-article .col-4 {
    width: 49.1935482%; }
  .site-nav {
    font-size: 1.125em; } }

@media screen and (max-width: 880px) {
  .show-tablet {
    display: block; }
  .hide-tablet {
    display: none; }
  nav.main-nav ul, nav.secondary-nav ul {
    display: none; }
  .site-header--inner {
    position: relative;
    padding: 1em;
    transition: none; }
  .site-header .main-nav {
    position: absolute;
    top: 50%;
    left: 2em;
    width: 40px;
    margin-top: -11px; }
    .site-header .main-nav .nav-trigger {
      line-height: 1em; }
  .site-header .logo {
    float: none;
    width: auto;
    text-align: center; }
    .site-header .logo a {
      display: inline-block; }
    .site-header .logo img {
      max-width: 180px; }
  .site-header .secondary-nav {
    position: absolute;
    top: 50%;
    right: 2em;
    width: auto;
    margin-top: -11px; }
    .site-header .secondary-nav .search-trigger {
      line-height: 1em; }
  .site-header .search-form {
    top: -12px; }
    .site-header .search-form.open {
      width: 200px; }
  .site-nav {
    top: 64px; }
  .wrapper {
    max-width: 720px;
    margin-top: 61px;
    padding: 0 1em 2em; }
    .home .wrapper, .term-nyhet .wrapper {
      margin-top: 0;
      padding-top: 7em; }
  [class*="col-"].news-start {
    width: auto; }
    [class*="col-"].news-start:after {
      display: none; }
  [class*="col-"].middle-column {
    clear: left;
    width: 30%;
    margin-right: 2.5268816%; }
  [class*="col-"].opinion-start {
    width: 63.3333332%;
    margin-left: 2.5268816%; }
    [class*="col-"].opinion-start:before {
      left: -20px; }
  [class*="col-"].all-sections {
    float: none;
    width: auto;
    margin-bottom: 2em; }
  .home-footer > .col-4 {
    overflow: hidden;
    float: none;
    clear: left;
    width: auto; }
  .home-footer .recommended {
    float: left;
    width: 48.3870966%;
    margin: 0 .8064516% 2em;
    border-bottom: 0; }
  .home-footer .tabs {
    float: left;
    width: 48.3870966%;
    margin: 0 .8064516%; }
  .large-article h2 {
    font-size: 2.2em; }
  .top-articles li.slick-active:last-of-type:after {
    border-right: 0; }
  .archive-list h3 {
    font-size: 1.8em; }
  .main .article-header {
    width: auto;
    margin-right: 0; } }

@media screen and (max-width: 666px) {
  .show-mobile {
    display: block; }
  .hide-mobile {
    display: none; }
  [class*="col-"].middle-column {
    float: none;
    width: auto;
    margin: 0 0 2em; }
  [class*="col-"].opinion-start {
    float: none;
    width: auto;
    margin-left: 0;
    clear: left; }
  [class*="col-"].col-4 {
    float: none;
    width: auto; }
    [class*="col-"].col-4.no-m-right {
      width: auto; }
  [class*="col-"].col-8 {
    float: none;
    width: auto; }
    [class*="col-"].col-8.no-m-left {
      width: auto; }
  .columns {
    display: block; }
    .columns .article-body--sidebar {
      margin-bottom: 2em; }
  .site-nav [class*="col-"] {
    float: none;
    width: auto;
    margin-bottom: 1em; }
  .large-article [class*="col-"] {
    margin: 0; }
  .large-article .article--thumb {
    margin-bottom: 1em; }
  .editors-start {
    overflow: hidden;
    margin-bottom: 2em; }
    .editors-start .editor {
      float: left;
      width: 45%;
      margin: 0 2.5%; }
  .middle-column .article .article--thumb {
    float: left;
    width: 32%;
    margin-right: 3%; }
  .middle-column .from-group {
    overflow: hidden; }
    .middle-column .from-group .article {
      float: left;
      width: 45%;
      margin: 0 2.5% 2em; }
  .home .more-articles {
    border-bottom: 0; }
  .all-sections .row {
    display: block;
    width: auto;
    margin: 0;
    border-spacing: 0; }
  .all-sections .all-sections--section {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    border-top: 1px solid #ccc; }
    .all-sections .all-sections--section:after {
      display: none; }
    .all-sections .all-sections--section li {
      margin-bottom: 1em; }
  .home-footer, .page-footer {
    border-top: none;
    padding-top: 0; }
  .home-footer .recommended,
  .home-footer .tabs {
    display: block;
    float: none;
    width: auto; }
  .home-footer .recommended {
    margin-right: 0;
    margin-left: 0;
    padding: 0; }
  .site-footer {
    text-align: center; }
    .site-footer .footer-column {
      float: none;
      width: auto;
      margin: 1em; }
    .site-footer img {
      max-width: 200px; }
  .top-articles {
    margin-bottom: 1.5em; }
    .top-articles li:after {
      display: none; }
  nav.paging-navigation {
    margin-bottom: 4em; }
  .main .article-header h1 {
    margin: .2em 0; }
  .main .article-meta--info {
    float: none; }
  .main .article-meta--share-top {
    float: none;
    margin-top: 1em; }
  .main .article-body--content {
    margin: 0 3%; }
  .single .article-header h1 {
    font-size: 2.8em; }
  .single .article-header.ledare .article-author-image {
    margin-top: 1em; }
  .single .article-header.ledare .article-meta--share-top {
    position: static;
    width: auto;
    text-align: left;
    clear: both; }
  .single .article-body .article-main-image {
    margin-bottom: 2em; }
  .single .article-body .col-9.no-m-left {
    float: none;
    width: auto;
    margin-right: 0; }
  .single .article-body .article-meta--share-top {
    width: auto;
    margin: 0; }
  .single .article-body--content.col-8 {
    width: auto;
    margin-right: 0; }
  .single .sidebar-module {
    margin-bottom: 2em; }
    .single .sidebar-module:last-child {
      margin-bottom: 2em; }
  .article-body--sidebar {
    margin: 2em 0; }
  .article.magasinetarena .band {
    display: inline-block;
    position: relative;
    margin: 0 0 1em .555555556em;
    clear: both; }
  .page .article-body .page-social {
    position: static;
    width: auto;
    margin: 0 0 2em;
    text-align: left; }
  .search .article-header h1 {
    font-size: 2.8em; }
  .popup-mag .popup-mag--title {
    font-size: 1.8em; }
  .popup-mag .popup-mag--text {
    font-size: 1.8em; }
  .popup-mag .popup-mag--button a {
    font-size: 1.2em;
    padding: 1em 1em .8em; } }

@media screen and (max-width: 430px) {
  blockquote {
    font-size: 1.2em; }
    blockquote:before {
      top: -10px; }
    blockquote:after {
      bottom: -10px; }
    blockquote.pull-left {
      float: none;
      width: auto;
      margin-left: 0; }
  .large-article .article .col-6 {
    float: none;
    width: 100%; }
  .home .article.magasinetarena {
    padding-left: 3em; }
    .home .article.magasinetarena .tag-alt {
      left: 3em; }
      .home .article.magasinetarena .tag-alt:before {
        left: -3em;
        width: 4em; }
    .home .article.magasinetarena.has-image .has-image--content {
      padding-left: 3em; }
  .single .article-content {
    padding-left: 40px; }
  .single .article-header h1 {
    font-size: 2.2em; }
  .single .tag {
    width: 30px; }
  .page .tag {
    width: 30px; }
  .page .article-content {
    padding-left: 40px; }
  .article-ending .follow .tag {
    left: -40px; }
  .archive .article-header h1 {
    font-size: 2.2em; }
  .archive-list h3 {
    font-size: 1.666666667em; }
  .search .article-header h1 {
    font-size: 2.2em; } }

@media screen and (max-width: 375px) {
  .editors-start .editor > .cf {
    min-height: 55px; }
  h2,
  h3 {
    font-size: 1.5em; }
  .news-start .article.narrow .article--thumb {
    width: 20%; }
  .news-start .article.narrow .article--body {
    width: 75%; }
  .opinion-start .leader-name {
    font-size: 1.2em; }
  .middle-column .article .article--thumb {
    width: 20%; }
  .main .article-header h1 {
    font-size: 2.2em; }
  .related.push {
    padding-left: 0; }
  .archive h3 {
    font-size: 1.5em; }
  .archive-list .article--thumb {
    width: 20%;
    margin-right: 3%; }
  .articles-small-thumb.indent {
    margin-left: 0; }
  .related.small .tag-head:before {
    width: 20%; }
  .related.small .tag-head .head {
    margin-left: 23%; }
  .related.small .related-list {
    margin-left: 23%; } }
